 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
/*       background-image: linear-gradient(191deg, #FF5B4A -151%, transparent 142%);*/
    
}    
header.site-header {    
    z-index: 99;
    position: absolute;
    width: 100%;
    padding: 0em 0;
}    
.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease;
    background: 200ms ease;
}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
    display: none;
}

img.header-waveimg{
    position: relative;
    bottom: -8px;
} 
.header-bg-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #000;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.mainbottom-header.top-bar-head.bottom-header .header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background: linear-gradient( to top,transparent -11%,#06332e 106% );
    opacity: 0.95;
    background-size: cover;
    z-index: -1;
   } 
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
/*---------------- top header css-------------------*/
.top-bar-header {
    padding: 8px 0 ;
    background: #1e1e1e;
    position: relative;
}
.top-bar-header .header-time {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
}

.top-bar-header .header-time i {
    margin-right: 26px;
}


.top-bar-header ul li.top-design a ,.top-bar-header ul li.top-design .top-add{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400 !important;
    /* padding: 0 10px; */
    /* border-right: 2px solid #fff; */
    letter-spacing: 0.53px;
}

.top-bar-header ul li.top-design:hover a svg {
    transform: scale(1.2);
    transition: all 0.9s;
}


.top-bar-header ul li.top-design {
    margin-right: 57px;
}

.top-bar-header ul li.top-design a svg {
    margin-right: 6px;
}


.top-bar-header ul li.top-design a:hover{
    color: #ff5a1f;
}
.top-bar-header ul li.top-design a svg{
    color: #fff;
    width: 16px;
    height: 16px;
}
.top-bar-header ul li.top-design a:hover svg{
    color: #ff5a1f;
}

.top-bar-header ul li.top-design i {
    margin-right: 10px;
    color: #FFC000;
    font-size: 20px;
}

.site-header .socials {text-align: right;}

.top-bar-header .socials .share-btn ul li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;

}

.top-bar-header .socials .share-btn ul li:nth-child(4) a i {
    margin-right: 3px;
}
.top-bar-header .socials .share-btn ul li.share-button a i {
    display: none;
}


.top-bar-header .socials .share-btn ul li a i:hover {
    color: #fff;
    transform: scale(1.2);
    transition: all 0.9s;
}

.top-bar-header .socials .share-btn ul li a i:before {
    z-index: 2;
    position: relative;
}


/*----------------end top header css-------------------*/

/*---------------- Bottom header css-------------------*/

.bottom-bar-header {
    position: relative;
}

/* .bottom-bar-header .buttondesign a.btn-look:hover {
    background-color: #002434 !important;
} */
.peccular-head-number {
    position: relative;
}
.peccular-head-number a {
    font-size: 31px;
    line-height: 44px;
    color: #FCFCFC;
    font-weight: 500 !important;
    position: relative; 
    top: 15px;
    left: 0;
    padding-left: 90px;
/*    background: #1E2452;
    padding: 5px 10px 8px 90px;*/
}
/* .peccular-head-number a:hover{
    color: #FFC000;
    
} */
.buttondesign a.btn-look {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0.78px;
    font-family: 'Poppins';
    color: #FFFFFF;
    background-color: #ff5a1f;
    padding: 0px 35px;
    /* border: 1px solid #22d3ee; */
}

.buttondesign a.btn-look svg {
    font-size: 14px;
    width: 14px;
    height: 14px;
}
.first-word {
  background: linear-gradient(to right, #00c6ff, #3b82f6, #06d6a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.fa-solid, .fas{
    font-weight: 600!important;
}
.head-number-overlay {
    position: absolute;
    left: 73%;
    right: 0;
    top: 10px;
    bottom: 10px;
    background: #1E2452;
}
span.phone-num-bg {
    background: #FCCC00;
    height: 74px;
    width: 68px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-bottom: 0;
    border-top: 0;
    z-index: 2;
}
span.phone-num-bg i {
    font-size: 38px;
    left: 22px;
    position: relative;
    top: 20px;
    color: #000;
}
.textright {
    text-align: right;
    align-content: center;
}


span.phone-num-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #FCCC00;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 2;
}


span.phone-num-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}
/*----------------end Bottom header css-------------------*/

.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header .header-shopbtn{
    background: #FF5B4A;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.maintop-header .header-shopbtn:hover{ color: #fff; }
.maintop-header .header-shopbtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
      transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

.maintop-header ul li i.fa-shopping-cart{
    font-size: 30px;
    color: #fff;
    padding: 7px 10px 0 0px;
}
.maintop-header ul li .total-count{
    position: relative;
    overflow: hidden;
}
.maintop-header ul li .count{
    background: #FB1129;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff; 
    padding: 0px 4px;
    position: absolute;
    top: 0px;
    left: 17px;
    line-height: 20px;
}

.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    color: #FF5B4A;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.maintop-header .head-Phone-contact span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

/*inside hamburgur phone nmber*/
.head-Phone-contact_inside i.fa-volume-control-phone {
    color: #FF5B4A;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.head-Phone-contact_inside span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.head-Phone-contact_inside {
       text-align: center;
       display: none;
           margin-top: 20px;
}
.Head-btn_inside{
    display: none;
    text-align: center;
        margin-top: 20px;
}
 .Head-btn_inside .header-shopbtn{
    background: #FF5B4A;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 10px;
    line-height: 33px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.maintop-header ul li a:hover, .maintop-header ul li a.h-phone:hover{color: #fcf900;}
.maintop-header .Head-top-cont{
    list-style: none;
    float: left;
    line-height: 45px;
    margin-top: 15px;
}
.Head-top-cont {
       text-align: center;
}
header.site-header .peccular-head-nav  {
  position: relative;
    align-self: center;
}
header.site-header .peccular-head-btn {
    position: relative;
    padding: 0 3px 0 0;
    align-self: center;
}
header.site-header .peccular-head-btn .head-btn a{
    position: relative;
    border: 1px solid #FF5B4A;
    text-align: center;
    padding: 8.67px 26.61px 8.33px 26.39px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    z-index: 2;
    background: transparent;
    top: 0;
    display: inline-block;
}

header.site-header .peccular-head-btn .head-btn a{
    color: #fff;
}

.bottom-bar-header .buttondesign a.btn-look span {
    font-weight: 500 !important;
}
header.site-header .peccular-head-btn .head-btn a:before {
    content: "";
    position: absolute;
    transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    -webkit-transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF5B4A;
    z-index: -1;
}
header.site-header .peccular-head-btn .head-btn a:before {
     background-color: #FF5B4A;
}
header.site-header .peccular-head-btn .head-btn a:hover:before {
    transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -webkit-transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    top: 50%;
    width: 102%;
    height: 200px;
}

header.site-header .head-Phone-contact a {
    font-size: 20px;
    font-weight: 600;    
    margin: 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
header.site-header .head-Phone-contact a:hover {
    color: #000;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.maintop-header ul li a.h-phone {
    color: #fff;
    margin-right: 8px;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}

.site-header .site-navigation {
    padding: 0px 0;
    float: right;
}

.site-header .header-fixed .site-navigation {
    text-align: left;
    padding: 0;
    float: left;
}


/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #1E2452 ;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 12px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #1E2452;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
}

.header-transparent .sticky-header .logo-header{
    top: 12px !important;
}
.ht-site-title,.site-title,
.ht-site-title, .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    color: #000;
    margin-top: 0;
    text-align: left;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#4a8cec;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .ht-site-description {
        padding: 8px 2px;
    }
}

/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a, .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i, .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover, .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: -webkit-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px){
   .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }
   .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }
    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}

/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 20px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    padding: 15px 16px 15px 8px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: 0px;
    color: #090909;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color:  #ff5a1f;
}

.navigation .mainmenu li a  {
    color: #0b0b0b;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #0b0b0b;
 }
 .header.site-header ul.sub-menu ul li a {
    color: #0b0b0b;
}

.menu-click i{
    color: #783afd;
 }

.navigation .mainmenu ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
ul.sub-menu li a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
        color: #fff;
  }
.header.site-header ul.sub-menu li a:before {
    color:#FF5B4A;
  }

  
.navigation .mainmenu ul.sub-menu li:last-child{border-bottom:none !important;}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
    /* background: #002434; */
    border-radius: 0;
    margin-bottom: -2px;
/*    box-shadow: 0px 5px 30px #aaa;*/
}

.navigation .mainmenu li:hover ul.sub-menu li a{
    border: none;
}
.navigation .mainmenu li.current_page_item:hover ul.sub-menu li:hover, .navigation .mainmenu li:hover ul.sub-menu li a:hover {
    border-radius: 0 !important;
    border-left: 1px solid #d4af37;
}

.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #1b4332;
    border-radius: 0px;
    border: none;
    /* overflow: hidden; */
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}




/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
   
    
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    
}


@media only screen and (max-width: 1024px){
    
   
  
   .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    #steps .peccular-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 992px){
    .navigation .mainmenu li:hover ul.sub-menu li {
         opacity: 1;
        visibility: visible;
        background: none;
        margin-bottom: -2px;
    }
    .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 0;
}
    .navigation .mainmenu li a, .page .navigation .mainmenu li a, .single .navigation .mainmenu li a, .error404 .navigation .mainmenu li a {
    font-size: 18px;
    border: none;
}
    .maintop-header .Head-top-cont .head-Phone-contact {
    display: none;
}
.maintop-header .Head-top-cont .Head-btn {
    display: none;
}
.head-Phone-contact_inside {
    display: block;
}
.Head-btn_inside {
    display: block;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 12px;
    position: relative;
    left: 0!important;
    width: 100%;
    margin-right: 5em;
}
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    } 
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        z-index: 1;
    }
}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{      padding: 0px 0px 0px 0px;
    text-align: center;}
}
@media screen and ( min-width:992px) and (max-width: 1199px){
 .maintop-header ul li:last-child {  margin-left: 1em; }
}

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.78px;
}

.peccular-section-head h3{
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    color: #060000;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
#services .service-bg,
#features .features-bg,
#project .project-bg,
#contactinfo .contactinfo-bg,
#about .about-bg,
#counter .counter-bg,
#steps .steps-bg,
#project .project-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#pricing .pricing-bg,
section#faqcontact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#support .support-bg,
#story .story-bg,
#work .work-bg,
#call .call-bg,
#feature .feature-bg,
#facilities .facilities-bg,
#ourbrands .ourbrands-bg,
#contact .contact-bg,
header.site-header .header-bg,div#courses .course-bg,#featuredproducts .featuredproducts-bg,#appointment .appointment-bg,#dining .dining-bg,#banner1 .banner1-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#services,
#features,
#project,
#contactinfo,
#about,
#counter,
#steps,
#project,
#banner,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#support,
#work,
#call,
#footer,
#feature,
section#faqcontact{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
   position: absolute;
    left: 50%;
    bottom: 5.5% !important;
}

.swiper-pagination-bullet {
  position: relative;
    bottom: 6.5% !important;
    width: 12px !important;
    text-align: center !important;
    right: 50% !important;
    height: 12px !important;
    background: rgba(255, 255, 255) !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: 0.3s ease;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    width: 35px !important;
    background: #fdd400 !important ;    
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
}
.slider-area{    
    position: relative;
    display: block;
    z-index: 1;
    /* background: linear-gradient(to bottom right, #0D1F2D, #1a2f42, #0D1F2D); */
}

header.site-header .header-bg{
    background-image: linear-gradient(#00d3f3 1px, transparent 1px), linear-gradient(to right, #00d3f3 1px, transparent 1px);
    background-size: 21px 21px;
    opacity: 0.04;
}
.hero-style {
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}
.hero-slider .slider-box {
    padding: 11rem 2rem 7rem;
}


.hero-slider .peccular-about-imgbox img {
    width: 100%;
}

.hero-slider .peccular-about-imgbox {
    position: relative;
    overflow: hidden;
    top: 0px;
    padding: 18px 94px 0 0;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.slider-area img.slide-mainimg {
    width: 100%;
}
.slider-area .slide-inner svg{  
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}
.slider-area .slide-inner svg path{
   fill: #FF5B4A !important;
}


.slider-inner-mainbox {
    position: relative;
    margin-bottom: 32px;
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}



.hero-style .slide-title h2 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    padding: 0;
    /* font-weight: bold !important; */
    margin-bottom: 24px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    font-family: 'PT Sans';
    font-weight: 400;
    opacity: 1;
}
.hero-style .slide-title h2 span {
    background: linear-gradient(to right, #06b6d4, #51a2ff, #00ff7f);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.hero-style .slide-text p {
    line-height: 1.625;
    text-align: left;
    font-size: 20px;
    color: #cefafe;
    transition: all .4s ease;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    font-weight: 300;
    width: 75%;
}

#slider .slide-text .slider-text-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    filter: blur(100px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) saturate(1) sepia(0) drop-shadow(0 0 0 transparent);
    background: linear-gradient(270deg, #06b6d4,
 color-mix(in srgb, oklch(0.623 0.214 182.815), transparent), #2b7fff);
    --tw-gradient-via: 
 color-mix(in srgb, oklch(.623 .214 259.815) 20%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-from: 
 color-mix(in srgb, oklch(.789 .154 211.53) 20%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: oklab(87.493% -.205813 .113971 / .2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-blur: blur(var(--blur-lg));
    }

#slider .hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #1e1e1e;
    color: white;
    align-content:space-around;
}

/*******************************
 * PATTERN LAYERS
 *******************************/
#slider .pattern-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#slider .pattern-vertical {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 100px,
        rgb(253, 212, 0) 100px,
        rgb(253, 212, 0) 120px
    );
    transform: translateX(90px);
}

#slider .pattern-diagonal {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 60px,
        rgb(253, 212, 0) 60px,
        rgb(253, 212, 0) 65px
    );
}

/*******************************
 * FLOATING DECORATIVE ICONS
 *******************************/
#slider .floating-icons .icon {
    position: absolute;
    opacity: 0.15;
}

#slider .icon-1 {
    top: 80px;
    right: 40px;
}

#slider .icon-2 {
    bottom: 140px;
    left: 40px;
    transform: rotate(3deg);
}

#slider .icon-3 {
    top: 120px;
    left: 80px;
    opacity: 0.10;
    transform: rotate(2deg);
}

#slider .icon-4 {
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    opacity: 0.10;
}

/*******************************
 * BACKGROUND IMAGE
 *******************************/
#slider .hero-bg {
    position: absolute;
    inset: 0;
}

#slider .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider .hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(27, 67, 50, 0.7), rgba(27, 67, 50, 0.5), rgba(27, 67, 50, 0.4));
}

/* wrapper */
.hero-shape-wrapper{
  position:absolute;
  top:0;
  right:0;
  width:33.33%;
  height:100%;
}

/* skew shape */
.hero-shape{
  position:absolute;
  top:25%;
  right:0;
  width:100%;
  height:50%;
  background:linear-gradient(
    to left,
    rgba(201,164,92,0.10),
    transparent
  );
  transform:skewY(12deg);
}

/*******************************
 * CONTENT AREA
 *******************************/
#slider .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px;
}

#slider .content-box {
    max-width: 1000px;
}
#slider .hero-est{
  margin-bottom:24px;
}

#slider .hero-est span{
  color:#c9a45c;
  letter-spacing:5px;
  text-transform:uppercase;
  font-size:14px;
}

#slider .content-box h1 {
    font-size: 96px;
    margin-bottom: 32px;
    color: #fafaf8;
    font-weight: 400;
    line-height: 1.1;
}
#slider .content-box h1 span{
    font-style:italic;
}

#slider .content-box p {
    font-size: 20px;
    color: #fafaf8;
    opacity: 0.9;
    margin-bottom: 48px;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
@media only screen and (max-width:1023px) {
    #slider .content-box h1{
        font-size: 72px;
    }
}

/*******************************
 * BUTTONS
 *******************************/
#slider .buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#slider .btn {
    padding: 16px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0px;
}
#slider .btn-primary1 {
    background: #c9a45c;
    color: #1b4332;
    border: none;
}

#slider .btn-primary1:hover {
    transform:scale(1.05);
  background:#d4af37;
  opacity: 0.9;
}

#slider .btn-accent1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
}

#slider .btn-accent1:hover {
    border-color:#c9a45c;
  color:#c9a45c;
}

/*******************************
 * SLIDER CONTROLS
 *******************************/
#slider .slider-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 24px;
}

#slider .arrow {
    background: rgba(255,255,255,0.2);
    padding: 12px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

#slider .arrow:hover {
    background: #ff5a1f;
}

#slider .dots {
    display: flex;
    gap: 8px;
}

#slider .dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

#slider .dot.active {
    width: 40px;
    background: #fdd400;
    border-radius: 12px;
}

/* end */

/* end */

.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig  {
    position: relative;
    z-index: 5;
    display: inline-block;
}
.sliderbtns{
    margin-top: 16.39px;
}
.slider-im{
    z-index: 1;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, 0%);
}


#slider .owl-theme .owl-dots, .owl-theme .owl-nav{
    display: none!important;
}

#slider .owl-carousel .peccular-slider-logo{
    text-align: -webkit-center;
}
#slider .swiper-slide .image-container {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4%);
}
#slider .swiper-slide .image-container img {
    width: 100%;
    height: 100%;
}


/*//--------------------- for all button design------------------------*/

.buttondesign a.btn-look {
    align-content: center;

}

.buttondesign a.btn-look span {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500 !important;
    letter-spacing: 0.59px;
    display: inline-block;
}



.buttondesign a.btn-look i{
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: inherit !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .15s ease-in-out 50ms;
    transition: all .15s ease-in-out 50ms;
}

.slider-right-box{
    position: relative;
}


/* .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
} */

.form-row .full-width {
  flex: 1 1 100%;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-contact-form input {
  background: transparent;
  border: 1px solid #00bfff;
  border-radius: 6px;
  padding: 10px 12px;
  color: #fff;
}

.custom-contact-form input::placeholder {
  color: #a1a1a1;
  opacity: 0.4;
}
input::placeholder {
  color: #a1a1a1;

  font-size: 14px;
}

.btn-consultation {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  background: linear-gradient(90deg, #00ff7f, #00e0ff);
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.btn-consultation:hover {
  opacity: 0.9;
}


/*//---------------------end for all button design------------------------*/


.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    line-height: 60px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fff;
    margin-top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.20);
    display: block;
}

.hero-slider .swiper-button-prev {
    position: absolute;
    bottom: 5%;
    left: 47%;
    display: none;
}

.hero-slider .swiper-button-next {
   position: absolute;
    bottom: 5%;
    right: 47%;
    display: none;
}

.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    display: block;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    transition: all .3s ease;
}

.hero-slider .swiper-button-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.4;
    position: relative;
}

.hero-slider .swiper-button-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.4;
    position: relative;
}

.hero-slider .swiper-button-prev:hover:before, .hero-slider .swiper-button-next:hover:before {
    color: #fff;
    transition: all .3s ease;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
background: #ff5a1fe6;
}

.slider-border{
    height: 6px;
    width: 60px;
    margin-bottom: 15px;
}

.slider-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 60px;
    background: linear-gradient(60deg, #000, #000, #000, #957f49, #957f49, #957f49, #000, #000);
    border-radius: calc(2 * var(3px));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
/*==========================fallingeffect css====================*/

.fallingeffect .set{
  position:absolute ;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
.fallingeffect .set div{
  position:absolute ;
  display:block ;
}
.fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
.fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
.fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
.fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

.set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
.set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
  }
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
/*----------------------------------------*/
/*  slider down tab
/*----------------------------------------*/
.next-sec-tab {
    position: relative;
    transition: all 0.2s ease 0.2s;
      scroll-behavior: smooth;
}

.next-sec-tab a{
    position: absolute;
    text-align: center;
    /* margin: 0 auto; */
    width: 100px;
    height: 100px;
    /* line-height: 100px; */
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 30px #00000029;
    z-index: 4;
    top: -50px;
    left: 45%;
    padding: 32px 38px;

  transition: transform 0.2s ease-out;

}

.next-sec-tab a i{
    border: 2px solid #000000;
    border-radius: 15px;
    width: 25px;
    height: 37px;
    padding-top: 8px;
    transition: all 0.2s ease 0.2s;
    color: #000;
}



.wave__container {
    position: absolute;
    top: -330px;
    left: 45%;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
    z-index: 3;
    width: 100px;
    height: 100px;
    text-align: center;
}

.wave__circle {
  position: absolute;
  background-color: transparent;
  border: 10px solid var(--circleColor);
  border-radius: 50%;
  box-shadow: inset 6px 6px 15px
      rgba(55 84 170 / 0.2),
    6px 6px 15px
      rgba(55 84 170 / 0.2),
    inset calc(6px * -1) calc(6px * -1)
      15px rgba(255 255 255 / 1),
    calc(6px * -1) calc(6px * -1)
      15px rgba(255 255 255 / 1);
  filter: blur(3px);

  animation-name: ripple;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-iteration-count: infinite;
}

.wave__container .wave__circle:nth-child(2) {
  animation-delay: -1s;
}

.wave__container .wave__circle:nth-child(3) {
  animation-delay: -2s;
}

@keyframes ripple {
  0% {
    top: 250px;
    left: 250px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}


/*----------------------------------------*/
/*  support Area
/*----------------------------------------*/

div#support {
    padding: 5em 0 5em;
    position: relative;
}

div#support .peccular-support-icon-box a span {
    width: 47px;
    height: 58px;
    /* box-shadow: 5px 2px 0px #28292D2E; */
    color: #000000;
    background: #fff;
    padding-top: 15px;
    position: relative;
}
div#support .peccular-support-icon-box a span:before {
    font-size: 33px;
}

div#support .peccular-support-icon-box a {
    position: relative;
    width: 47px;
    height: 58px;
    display: inline-block;
    z-index: 2;
}

div#support .peccular-support-icon-box a:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}

div#support .peccular-support-icon-box a:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #FCCC00;
    margin: 0 auto;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}


div#support .peccular-support-single:hover .peccular-support-icon-box a:after, div#support .peccular-support-single:hover .peccular-support-icon-box a span {
    background: #FCCC00;
}


div#support  h4.peccular-support-title{
    font-size: 16px;
    line-height: 25px;
    color: #2D2D2D;
    font-weight: 500;
    margin-top: 20.98px;
}
.peccular-support-single {
    position: relative;
    overflow: hidden;
    padding: 0em 10px 1em;
    background: #fff;
    box-shadow: 0px 2px 5px #0000001A;
    margin-bottom: 1em;
}

.peccular-support-single:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1E2452;
    opacity: 0.1;
    position: absolute;
    bottom: -140px;
    left: 0;
    transition: all 0.3s ease 0s;
        z-index: 1;
}

.peccular-support-single:hover:after {
    bottom: 0;
}

/*-----------------------
## FAQS page
-----------------------------*/

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #585757;
}

/* --- wrapper --- */
   
#innerpage-box .inner-faq-card .faq-card:nth-child(odd) {
  margin: 0 0 20px 0;
  display: flex;
  gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(to bottom right, #fff7ed, #fee2e2);
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
  }
  #innerpage-box .inner-faq-card .faq-card:nth-child(even) {
    margin: 0 0 20px 0;
  display: flex;
  gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #fff7ed, #fefce8);
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
  }
  #innerpage-box .faq .faq-card:hover {
    border-color: #ff5a1f;
    transform: scale(1.03);
  }
#innerpage-box .faq .faq-card .faq-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#innerpage-box .faq .faq-card:nth-child(3n + 1) .faq-number {
  
  background-color: #f97316; /* primary */

}
#innerpage-box .faq .faq-card:nth-child(3n + 2) .faq-number {
  background-color: #fdd400; /* primary */
}
#innerpage-box .faq .faq-card:nth-child(3n + 3) .faq-number {
  background-color: #1e1e1e; /* primary */
}

#innerpage-box .faq .faq-card .faq-number span {
  font-weight: bold;
}

/* Content */
#innerpage-box .faq .faq-card .faq-content h3 {
  margin-bottom: 12px;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#innerpage-box .faq .faq-card .faq-content p {
  color: #444;
    line-height: 1.7;
    font-size: 16px;
    opacity: 1;
}


#innerpage-box .faq h3.faqheading {
    color: #0b0b0b;
    margin-bottom: 24px;
    font-size: 40px !important;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

/* new */

#innerpage-box .faq .faq-left-col {
  width: 100%;
}

#innerpage-box .faq .faq-left-col .faq-sticky {
  position: sticky;
  top: 100px;
}

#innerpage-box .faq .faq-left-col .faq-card1 {
  padding: 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff5a1f1a, #fdd4001a);
    border: 2px solid #ff5a1f33;
}

#innerpage-box .faq .faq-left-col .faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

#innerpage-box .faq .faq-left-col .faq-icon svg {
  color: #fff;
}
#innerpage-box .faq .faq-left-col .faq-icon {
  width: 40px;
  height: 40px;
  background: #f15a24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#innerpage-box .faq .faq-left-col .faq-header h3 {
  color: #0b0b0b;
  font-size: 32px !important;
  line-height: 1.4;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#innerpage-box .faq .faq-left-col .faq-desc {
  font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #444;
}


#innerpage-box .faq .faq-left-col .faq-footer {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid #ff5a1f33;
  text-align: center;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}
#innerpage-box .faq .faq-left-col .faq-footer strong {
  color: #0b0b0b;
  font-weight: 400;
}

#innerpage-box .faq .faq-left-col .faq-form label .required{
  color: #ff5a1f;
}
#innerpage-box .faq .faq-left-col .faq-form label {
  display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #0b0b0b;
    line-height: 1.4;
}

#innerpage-box .faq .faq-left-col .faq-contact input[type="text"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="email"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="url"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="password"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="search"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="number"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="tel"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="range"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="date"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="month"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="week"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="time"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime-local"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="color"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact textarea:focus {
  border-color: #a1a1a1;
  outline: none;
  box-shadow: 0 0 0 0.2rem #a1a1a180;
}
#innerpage-box .faq .faq-left-col .faq-contact input[type="text"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="email"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="url"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="password"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="search"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="number"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="tel"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="range"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="date"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="month"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="week"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="time"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime-local"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="color"], 
#innerpage-box .faq .faq-left-col .faq-contact textarea {
    vertical-align: top;
    display: flex;
    height: 44px;
    width: 100%;
    min-width: 0;
    border-radius: 0.375rem;
    border: 1px solid #e5e5e5;
    padding: 0.25rem 0.75rem;
    font-size: 16px;
    color: #0b0b0b;
    outline: none;
    transition: color 0.2s, box-shadow 0.2s;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
}

#innerpage-box .faq .faq-left-col .faq-form textarea {
  resize: none;
  height: 64px;
}

#innerpage-box .faq .faq-left-col .faq-contact button, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="button"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="reset"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    height: auto;
    padding: 12px;
    width: 100%;
    border-radius: 0.5rem;
    background: #ff5a1f;
    color: #fff;
    transition: all 0.3s ease;
    line-height: 1.4;
    border: none;
}

#innerpage-box .faq .faq-left-col .faq-contact button:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="button"]:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="reset"]:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="submit"]:hover {
  background: #e24e19;
}


/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/
/* ── SECTION ── */
    #banner {
        position: relative;
        overflow: hidden;
    }
    #banner .banner-bg{
        background-position: center !important;
        background-size: cover !important;
    }
    
    /* ── HERO ── */
    #banner {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
    }

    #banner .hero__bg {
      position: absolute;
      inset: 0;
    }

    #banner .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #banner .hero__overlay-r {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(27,67,50,.95), rgba(27,67,50,.70), rgba(27,67,50,.40));
    }

    #banner .hero__overlay-b {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(27,67,50,.80), transparent, transparent);
    }

    /* decorative shapes */
    #banner .deco-tri-r {
      position: absolute;
      top: 0; right: 0;
      width: 50%; height: 100%;
      opacity: .10;
      background: linear-gradient(135deg, transparent 30%, #D4AF37 100%);
      clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
      pointer-events: none;
    }

    #banner .deco-glow-bl {
      position: absolute;
      bottom: 0; left: 0;
      width: 33%; height: 33%;
      opacity: .05;
      background: radial-gradient(circle at left bottom, #D4AF37 0%, transparent 70%);
      pointer-events: none;
    }

    #banner .deco-diamond {
      position: absolute;
      top: 5rem; right: 15%;
      width: 5rem; height: 5rem;
      border: 2px solid rgba(212,175,55,.30);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      pointer-events: none;
    }

    #banner .deco-line {
      position: absolute;
      bottom: 8rem; right: 10%;
      width: 10rem; height: 2px;
      background: rgba(212,175,55,.40);
      pointer-events: none;
    }

    /* ── CONTENT GRID ── */
    #banner .hero__inner {
      position: relative;
      z-index: 10;
      max-width: 1600px;
      margin: 0 auto;
      
      width: 100%;
    }

    #banner .hero__grid {
      align-items: center;
      padding: 0rem 1.5rem;
    }

    
    /* ── LEFT COPY ── */

    #banner .event-content {
    /* max-width: 42rem; */
    color: #FAFAF8;
}
 @media (min-width: 1600px) {
  #banner .event-content .title ,#banner .event-content .description{
    max-width: 42rem;
  }
 }

/* Lines */
.line-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

#banner .event-content .line {
    height: 2px;
    background-color: #D4AF37;
}

#banner .event-content .line-1 {
    width: 64px;
}

#banner .event-content .line-2 {
    width: 32px;
    opacity: 0.6;
}

#banner .event-content .line-3 {
    width: 16px;
    opacity: 0.3;
}

/* Subtitle */
#banner .event-content .subtitle {
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 12px;
    margin-bottom: 24px;
}

/* Title */
#banner .event-content .title {
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 32px;
    color: #fafaf8;
}

#banner .event-content .title span {
    font-style: italic;
    color: #D4AF37;
    line-height: 1.05;
}

/* Description */
#banner .event-content .description {
    color: #e8e6e0;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

#banner .event-content .description p {
    margin-bottom: 20px;
}

/* Button */
#banner .event-content .custom-btn {
    display: inline-block; /* important for <a> */
    position: relative;
    padding: 16px 48px;
    background-color: #D4AF37;
    color: #1B4332;
    text-decoration: none; /* remove underline */
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover background */
#banner .event-content .custom-btn:hover {
    background-color: #E8BF4A;
}

/* Text layer */
#banner .event-content .custom-btn span {
    position: relative;
    z-index: 2;
}

/* Shine effect */
#banner .event-content .btn-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: skewX(-12deg) translateX(-100%);
    transition: transform 0.7s ease;
}

/* Hover animation */
#banner .event-content .custom-btn:hover .btn-shine {
    transform: skewX(-12deg) translateX(100%);
}

/* Responsive */
@media (min-width: 768px) {
    #banner .event-content .subtitle {
        font-size: 14px;
    }

    #banner .event-content .title {
        font-size: 64px;
    }

    #banner .event-content .description {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    #banner .event-content .title {
        font-size: 96px;
    }
}
    /* ── PROMO CARD ── */

    /* Wrapper */
#banner .offer-wrapper {
    position: relative;
}

/* Main Box */
#banner .offer-box {
    position: relative;
    padding: 48px;
    background: linear-gradient(to bottom right, #D4AF37, #C9A556, #D4AF37);
}

/* Responsive padding */
@media (min-width: 768px) {#banner 
    .offer-box {
        padding: 64px;
    }
}

/* Corner Borders */
#banner .corner {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #1b4332;
    opacity: 0.3;
}

#banner .top-left {
    top: 0;
    left: 0;
    border-top: 4px solid;
    border-left: 4px solid;
}

#banner .bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid;
    border-right: 4px solid;
}

/* Pattern overlay */
#banner .pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(27, 67, 50, 0.1) 20px,
        rgba(27, 67, 50, 0.1) 40px
    );
}

/* Content */
#banner .offer-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

/* Badge */
#banner .badge {
    display: inline-block;
    background: #1B4332;
    color: #D4AF37;
    padding: 8px 24px;
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    line-height: 1.5;
    white-space: normal;
    border-radius: 0;
}

/* Discount */
#banner .discount {
    margin-bottom: 24px;
}

#banner .percent {
    font-size: 80px;
    color: #1B4332;
    line-height: 1;
}

#banner .percent span {
    font-size: 48px;
    vertical-align: top;
}

#banner .off-text {
    font-size: 24px;
    color: #1b4332;
    opacity: 0.8;
    margin-top: 8px;
}

/* Divider */
#banner .divider {
    width: 96px;
    height: 2px;
    background: #1b4332;
    opacity: 0.4;
    margin: 0 auto 24px;
}

/* Text */
#banner .text-block .title {
    color: #1B4332;
    font-size: 18px;
    line-height:1.4;
    margin-bottom: 8px;
}

#banner .subtitle {
    color: #1b4332;
    opacity: 0.7;
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* Button */
#banner .offer-btn {
    display: inline-block; /* important for <a> */
    margin-top: 32px;
    padding: 12px 40px;
    background-color: #1B4332;
    color: #D4AF37;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
}

/* Hover */
#banner .offer-btn:hover {
    background-color: #2D5F4A;
    color: #D4AF37;
}

/* Optional slight scale effect (since original had transform) */
#banner .offer-btn:hover {
    transform: scale(1.05);
}

/* Decorative diamond shapes */
#banner .shape {
    position: absolute;
    background: rgba(27, 67, 50, 0.2);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

#banner .bottom-left {
    width: 64px;
    height: 64px;
    bottom: -16px;
    left: -16px;
}

#banner .top-right {
    width: 48px;
    height: 48px;
    top: -16px;
    right: -16px;
}

/* Shadow Layer */
#banner .shadow-box {
    position: absolute;
    inset: 0;
    background: rgba(27, 67, 50, 0.3);
    transform: translate(16px, 16px);
    z-index: -1;
    margin-right:1rem;
}

/* Responsive typography */
@media (min-width: 768px) {
    #banner .percent {
        font-size: 128px;
    }

    #banner .percent span {
        font-size: 64px;
    }

    #banner .off-text {
        font-size: 30px;
    }

    #banner .text-block .title {
        font-size: 20px;
    }

}
   

    /* ── BOTTOM WAVE ── */
    #banner .section-wave {
      position: absolute;
      bottom: -1px; left: 0;
      width: 100%; height: 8rem;
      overflow: hidden;
      pointer-events: none;
    }

    #banner .section-wave::after {
      content: '';
      position: absolute;
      inset: 0;
      background: #FAFAF8;
      clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
    }



/*----------------------------------------*/
/* Banner 2
/*----------------------------------------*/



/* HERO SECTION */
#banner1 {
    position: relative;
    overflow: hidden;
    height:100vh;
}

/* BACKGROUND */
.banner1-bg {
    position: absolute;
    inset: 0;
}

.banner1-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner1 .banner1-bg {
    background-position: center !important;
    background-size: cover !important;
}

/* OVERLAY */
#banner1 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(27, 67, 50, 0.8),
        rgba(27, 67, 50, 0.7),
        rgba(27, 67, 50, 0.9)
    );
}

/* SHAPES */
#banner1 .shape-layer {
    position: absolute;
    inset: 0;
}

#banner1 .shape-left {
    position: absolute;
    top: 33%;
    left: 0;
    width: 50%;
    height: 33%;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.1), transparent);
    transform: skewY(-6deg);
}

#banner1 .shape-right {
    position: absolute;
    bottom: 33%;
    right: 0;
    width: 50%;
    height: 33%;
    background: linear-gradient(to left, rgba(212, 175, 55, 0.1), transparent);
    transform: skewY(6deg);
}

/* CONTENT */
#banner1 .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}



/* TITLE */
#banner1 h2 {
    font-size: 96px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fafaf8;
}

#banner1 h2 span {
    font-style: italic;
    color: #fafaf8;
}

/* TEXT */
#banner1 p {
    font-size: 22px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 768px;
    margin: auto;
    margin-bottom: 56px;
    color: #fafaf8;
}

/* BUTTON */
#banner1 .btn1 {
    display: inline-block;
    padding: 18px 40px;
    background: #D4AF37;
    color: #1B4332;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}

#banner1 .btn1:hover {
    background: #c9a633;
    transform: scale(1.05);
}

/* DIVIDER */
#banner1 .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

#banner1 .divider span {
    width: 120px;
    height: 1px;
    background: #D4AF37;
}

#banner1 .diamond {
    width: 10px;
    height: 10px;
    background: #D4AF37;
    transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 1023px) {
    #banner1 h2 {
        font-size: 72px;
    }
}
@media (max-width: 768px) {
    #banner1 h2 {
        font-size: 48px;
    }

    #banner1 p {
        font-size: 18px;
    }
}


/*----------------------------------------*/
/*  Feature Area
/*----------------------------------------*/
#feature {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #FAFAF8, #F5F3EE);
}
#feature .peccular-feature-b{
    margin-bottom: 3rem;
}

#feature .resort-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
}

/* Subtitle */
#feature .resort-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

#feature .resort-subtitle span {
    font-size: 12px;
    letter-spacing: 4px;
    color: #2D5F4A;
    text-transform: uppercase;
}

/* Lines */
#feature .resort-subtitle .line {
    width: 60px;
    height: 1px;
}

#feature .resort-subtitle .left {
    background: linear-gradient(to right, transparent, #D4AF37);
}

#feature .resort-subtitle .right {
    background: linear-gradient(to left, transparent, #D4AF37);
}

/* Heading */
#feature .resort-heading h2 {
    font-size: 48px;
    color: #1B4332;
    line-height: 1.1;
    margin-bottom: 20px;
}

#feature .resort-heading h2 span {
    font-style: italic;
    color: #2D5F4A;
}

/* Paragraph */
#feature .resort-heading p {
    font-size: 18px;
    color: #4A5568;
    line-height: 1.7;
}

/* Responsive */
@media (min-width: 768px) {
    #feature .resort-heading h2 {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    #feature .resort-heading h2 {
        font-size: 72px;
    }
}
/* ===================================================== */
#feature .peccular-feature-area{
	margin-bottom:80px;
}
/*  */
#feature .card1 {
  transition: all 0.3s ease;
}
#feature .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

#feature .image-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  transition: all 0.7s ease;
}

#feature .card1:hover .image-box {
  transform: scale(1.02);
}

#feature .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

#feature .card1:hover .card-img {
  transform: scale(1.05);
}

/* ODD cards */
#feature .peccular-feature-b:nth-child(odd) .shape-right {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

/* EVEN cards */
#feature .peccular-feature-b:nth-child(even) .shape-right {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
#feature .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(27,67,50,0.3), transparent);
  opacity: 0.6;
  transition: opacity 0.7s ease;
}

#feature .card1:hover .image-overlay {
  opacity: 0.8;
}

/* Corner shape */
#feature .content{
	position: relative;
}
#feature .corner-shape {
  position: absolute;
  width: 64px;
  height: 64px;
  transition: all 0.5s ease;
}

/* Right corner */
#feature .corner-shape.right {
  bottom: 0;
  right: 0;
  background: rgba(212,175,55,0.3);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Left corner */
#feature .peccular-feature-b:nth-child(even) .corner-shape.right {
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#feature .card1:hover .corner-shape {
  background: rgba(212,175,55,0.5);
}
#feature .top-line {
  position: absolute;
  top: 48px;
  width: 64px;
  height: 2px;
  background: #D4AF37;
  transition: all 0.5s ease;
}

/* Right side */
#feature .top-line.right {
  right: -16px;
}

/* Left side for even */
#feature .peccular-feature-b:nth-child(even) .top-line.right {
  left: -16px;
  right: auto;
}

#feature .card1:hover .top-line {
  width: 80px;
}
#feature .title {
  font-size: 28px;
  color: #1B4332;
  margin-bottom: 12px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  #feature .title {
    font-size: 30px;
  }
}

#feature .desc {
  font-size: 14px;
  color: #4A5568;
  margin-bottom: 24px;
  line-height: 1.6;
}

#feature .divider {
  height: 1px;
  width: 48px;
  background: linear-gradient(to right, #D4AF37, transparent);
  margin-bottom: 24px;
}
#feature .features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#feature li {
  display: flex;
  align-items: anchor-center;
  gap: 8px;
  font-size: 12px;
  color: #2D5F4A;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

#feature li::before {
  content:'';
  width: 6px;
  height: 6px;
  background: #D4AF37;
  transform: rotate(45deg);
}
/* ======================================= */

	#feature .amenities-section {
    position: relative;
    background: linear-gradient(135deg, #1B4332, #2D5F4A);
    padding: 60px 40px;
    overflow: hidden;
}

#feature .overlay-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 30%, #D4AF37 100%);
}

#feature .content {
    position: relative;
    z-index: 2;
}

#feature .title1 {
    font-size: 30px;
    text-align: center;
    color: #FAFAF8;
    margin-bottom: 48px;
    line-height: 1.1;
}

#feature .title1 span {
    font-style: italic;
    color: #D4AF37;
}

#feature .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#feature .amenity-box {
    text-align: center;
}

#feature .number {
    font-size: 48px;
    color: #D4AF37;
    transition: transform 0.3s ease;
}

#feature .line2 {
    width: 64px;
    height: 2px;
    background: #D4AF37;
    opacity: 0.4;
    margin: 15px auto;
    transition: all 0.3s ease;
}

#feature .amenity-box p {
    font-size: 14px;
    color: #e8e6e0;
    opacity: 0.9;
    line-height: 1.6;
    padding: 0 10px;
}

/* Hover Effects */
#feature .amenity-box:hover .number {
    transform: scale(1.1);
}

#feature .amenity-box:hover .line2 {
    width: 96px;
    background: #D4AF37;
    opacity: 1;
}

/* Responsive */
@media (min-width: 768px) {
    #feature .amenities-section {
        padding: 80px 60px;
    }

    #feature .title1 {
        font-size: 36px;
    }

    #feature .number {
        font-size: 60px;
    }

    #feature .amenity-box p {
        font-size: 16px;
    }

    #feature .amenities-grid {
        gap: 50px;
    }
}

@media (min-width: 1024px) {
    #feature .amenities-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    #feature .number {
        font-size: 72px;
    }
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
/* team new */

#team{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #F5F3EE, #E8E6E0, #F5F3EE );
}
    /* ── Header ── */
  #team .team-section {
  text-align: center;
  max-width: 80rem; /* max-w-5xl */
  margin: 0 auto;
  margin-bottom: 5rem; /* mb-20 */
  position: relative;
}

/* Top Row */


/* Lines */
/* Container */
#team .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; /* gap-6 */
  margin-bottom: 2rem; /* mb-8 */
}

/* Lines */
#team .line {
  width: 6rem; /* w-24 */
  height: 2px;
}

#team .line.left {
  background: linear-gradient(to right, transparent, #D4AF37, #D4AF37);
}

#team .line.right {
  background: linear-gradient(to left, transparent, #D4AF37, #D4AF37);
}

/* Label */
#team .label-wrapper {
  position: relative;
}

/* Glow effect */
#team .label-glow {
  position: absolute;
  inset: -1rem;
  background: rgba(212, 175, 55, 0.1);
  filter: blur(20px);
}

/* Text */
#team .label-text {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #D4AF37;
  font-family: sans-serif;
}

/* Responsive */
@media (min-width: 768px) {
  #team .label-text {
    font-size: 0.875rem;
  }
}

/* Title */
#team .team-title {
  font-size: 3rem;
  color: #1B4332;
  line-height: 1.1;
  margin-bottom: 2rem;
}

#team .team-title span {
  font-style: italic;
  color: #D4AF37;
}

/* Description */
#team .team-desc {
  font-size: 1.125rem;
  color: #1B4332;
  opacity: 0.8;
  line-height: 1.7;
  max-width: 48rem;
  margin: 0 auto;
}

/* Responsive */
@media (min-width: 768px) {
  #team .label-text {
    font-size: 0.875rem;
  }

  #team .team-title {
    font-size: 4.5rem;
  }

  #team .team-desc {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #team .team-title {
    font-size: 5rem;
  }
}



/* ================================ */



/* Card */
#team .team-card {
  position: relative;
}

/* Image wrapper */
#team .card-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

/* Image box */
#team .card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  transition: 0.7s ease;
}

#team .team-card:hover .card-image {
  transform: scale(1.02);
}

#team .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Clip shapes */
#team .peccular-team-single:nth-child(odd) .shape-left {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

#team .peccular-team-single:nth-child(even) .shape-left {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

/* Overlay */
#team .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.7), transparent, transparent);
  opacity: 0;
  transition: 0.7s;
}

#team .team-card:hover .overlay {
  opacity: 1;
}

/* Decorative border */
#team .shape-border {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border: 3px solid #D4AF37;
  z-index: -1;
  transition: 0.7s;
}

#team .peccular-team-single:nth-child(odd) .shape-border.left {
  left: -1rem;
  top: 3rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#team .peccular-team-single:nth-child(even) .shape-border.left {
  right: -1rem;
  top: 3rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#team .team-card:hover .shape-border {
  transform: scale(1.1);
}

/* Small line */
#team .line1 {
  position: absolute;
  height: 2px;
  width: 4rem;
  background: #D4AF37;
  bottom: 4rem;
  transition: 0.7s;
}

#team .peccular-team-single:nth-child(odd) .line1.right {
  right: -1rem;
}

#team .peccular-team-single:nth-child(even) .line1.right {
  left: -1rem;
}

#team .team-card:hover .line1 {
  width: 5rem;
}

/* Badge */
#team .badge {
  position: absolute;
  top: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  border-radius: 0px;
}

#team .peccular-team-single:nth-child(even) .badge.right {
  left: 2rem;
}

#team .peccular-team-single:nth-child(odd) .badge.right {
  right: 1.5rem;
}

#team .team-card:hover .badge {
  transform: scale(1.1);
}

#team .badge span {
  color: #1B4332;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

/* Content */
#team .card-content .tag {
  display: inline-block;
  padding: 6px 16px;
  background: #d4af371a;
  color: #D4AF37;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

#team .card-content h3 {
  font-size: 1.5rem;
  color: #1B4332;
  margin-bottom: 0.5rem;
  line-height:1.25;
}

#team .card-content .role {
  color: #D4AF37;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
}

#team .divider {
  height: 2px;
  width: 4rem;
  background: linear-gradient(to right, #D4AF37, transparent);
  margin-bottom: 1rem;
}

#team .card-content .desc {
  font-size: 0.875rem;
    color: #1b4332;
    opacity: 0.7;
    line-height: 1.6;
}

/* Responsive text */
@media (min-width: 768px) {
  #team .card-content h3 {
    font-size: 30px;
  }

}

/* =================================================== */

/* SECTION */
#team .cta-section {
  text-align: center;
  margin-top: 6rem;
}

/* LINE */
#team .cta-line {
  width: 100%;
  max-width: 28rem;
  height: 1px;
  margin: 0 auto 3rem;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
}

/* TEXT */
#team .cta-text {
  font-size: 1.125rem;
  color: #1b4332;
  opacity: 0.6;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

/* BUTTON WRAPPER */
#team .cta-btn-wrapper {
  display: inline-block;
  position: relative;
}

/* GLOW EFFECT */
#team .cta-glow {
  position: absolute;
  inset: -8px;
  background: rgba(212, 175, 55, 0.2);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

#team .cta-btn-wrapper:hover .cta-glow {
  opacity: 1;
}

/* BUTTON */
#team .cta-btn {
  position: relative;
  display: inline-block;
  padding: 18px 48px;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* TEXT ABOVE BG */
#team .cta-btn span {
  position: relative;
  z-index: 2;
}

/* SLIDE BACKGROUND */
#team .cta-bg {
  position: absolute;
  inset: 0;
  background: #D4AF37;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 1;
}

/* HOVER EFFECT */
#team .cta-btn:hover {
  color: #1B4332;
}

#team .cta-btn:hover .cta-bg {
  transform: translateY(0);
}
#team .peccular-team-single{
    margin-bottom: 3rem;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/


#innerpage-box .peccular-team-area{
    display: grid;
    margin-bottom: 30px;
    padding: 0 2rem;
}
#innerpage-box .peccular-team-area .card1 .media {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-team-area .card1 .media img{
    height: 520px;
    width: 100%;
    object-fit: cover;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon{
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 0.4rem;
    left: -7px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons{
    display: flex;
    gap: 1.6rem;
    background: #d4af37 ;
    padding: 10px 50px 10px 20px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a{
    line-height: 1;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a i{
    color: #fff;
    font-size: 20px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a:hover i{
    color: #1B4332;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .line1,#innerpage-box .peccular-team-area .card1 .media .social-icon .line2{
    width: 2px;
    height: auto;
    background: #d4af37 ;
}
#innerpage-box .peccular-team-area .card1 .tag{
    display: inline-block;
    padding: 6px 16px;
    background: rgba(216, 216, 216, 0.18);
    color: #1B4332;
    font-size: 12px;
    letter-spacing: 20%;
}
#innerpage-box .peccular-team-area .card1 .caption{
    padding: 10px 20px;
}
#innerpage-box .peccular-team-area .card1 .caption h4{
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
    color: #000;
}
#innerpage-box .peccular-team-area .card1 .caption p{
    font-size: 16px;
    color: #D4AF37;
    font-weight: 300;
}
@media (max-width:1200px) {
    #innerpage-box .peccular-team-area{
        padding: 0 1rem;
    }    
}
@media (max-width: 992px) {
    #innerpage-box .peccular-team-area .card1 .caption p {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    #innerpage-box .peccular-team-area .card1 .media img {
    height: 450px;
    }
}

/*----------------------------------------*/
/*  Team Single Page 
/*----------------------------------------*/
div#secondary {
    position: relative;
    overflow: hidden;
}
#innerpage-box #secondary  .social-icon {
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 0.4rem;
}
#innerpage-box #secondary  .social-icon .icons {
    display: flex;
    gap: 1.6rem;
    background: #d4af37;
    padding: 10px 50px 10px 20px;
}
#innerpage-box #secondary  .social-icon .icons a i {
    color: #fff;
    font-size: 20px;
}
#innerpage-box #secondary  .social-icon .icons a:hover i{
    color: #000;
}
#innerpage-box #secondary  .social-icon .line1, #innerpage-box #secondary  .social-icon .line2 {
    width: 2px;
    height: auto;
    background: #d4af37;
}

#innerpage-box .single-team-page-add .team-skill-section {
    margin-top: 30px;
    padding: 20px 30px;
    background: #fff;
}
#innerpage-box .single-team-page-add .team-skill-section .team-skill-head {
    font-size: 25px !important;
    margin-bottom: 18px;
    font-weight: 700 !important;
    color: #252525;
    line-height: 1.5 !important;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-item {
    margin-bottom: 18px;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-percent {
    font-size: 14px;
    color: #5a5a5a;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-bar {
    height: 10px;
    background: #e7e7e7;
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-progress {
    height: 100%;
    background: #d4af37;
    border-radius: 0px;
}
#innerpage-box .single-team-page-add .single-content {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
#innerpage-box .single-team-page-add h2.section-title {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000;
}
#innerpage-box .single-team-page-add p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 4%;
    color: #000;
    opacity: 0.75;
}
#innerpage-box .single-team-page-add .wp-block-heading {
    font-size: 25px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 1) !important;
}
#innerpage-box .single-team-page-add ul {
    box-shadow: none;
    margin: 0;
}
#innerpage-box .single-team-page-add ul li{
    display: flex;
    align-items: center;
    color: #000;
}
#innerpage-box .single-team-page-add ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    display: block !important;
    border-radius: 50%;
}
@media (max-width:991px) {
    #secondary img.img-responsive-team{
        margin-bottom: 2rem;
    }
    #innerpage-box #secondary .social-icon {
        bottom: 5rem;
    }
}
@media (max-width:768px) {
    #secondary img.img-responsive-team{
        margin-bottom: 0rem;
    }
    #innerpage-box #secondary .social-icon {
        bottom: 2rem;
    }
}

/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{    
    position: relative;
    background: linear-gradient(135deg, #1B4332, #2D5F4A, #1B4332);
    overflow: hidden;
}
#testimonials .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(135deg, #D4AF37, transparent);
}
#testimonials .peccular-test-1, #testimonials .peccular-test-2{
    position: relative;
    padding: 0;
}


#testimonials .testimonial-section {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  background: #2D5F4A;
  color: #FAFAF8;
  overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Shape */
#testimonials .testimonial-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  opacity: 0.1;
  background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
}

/* Header */
#testimonials .testimonial-header {
  margin-bottom: 48px;
}

#testimonials .testimonial-tag {
  font-size: 14px;
    letter-spacing: 0.3em;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 1.4;
}

#testimonials .testimonial-title {
  font-size: 30px;
    margin-top: 10px;
    line-height: 1.3;
    color: #fafaf8
}
@media (min-width:768px) {
    #testimonials .testimonial-title {
        font-size: 36px;
    }
}

#testimonials .testimonial-title span {
  color: #D4AF37;
  font-style: italic;
}

/* Content */
#testimonials .testimonial-content {
  position: relative;
  padding: 25px 15px 0;
}

/* Quote */
#testimonials .quote-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  color: #D4AF37;
}

/* Text */
#testimonials .testimonial-text {
  font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 32px;
    color: #fafaf8;
}
@media (min-width:768px) {
    #testimonials .testimonial-text {
        font-size: 24px;
    }
}


#testimonials .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(212, 175, 55, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D4AF37;
}

#testimonials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#testimonials .author-name {
    font-size: 18px;
    margin: 0;
    color: #fafaf8;
    line-height: 1.5;
}

#testimonials .author-role {
  font-size: 12px;
    color: #E8E6E0;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.3;
}

/* Dots */
#testimonials .testimonial-dots {
  display: flex;
  gap: 8px;
}

#testimonials .dot {
  width: 6px;
  height: 6px;
  background: rgba(250,250,248,0.2);
  transition: 0.3s;
}

#testimonials .dot.active {
  width: 40px;
  background: #D4AF37;
}

#testimonials .dot:hover {
  background: rgba(250,250,248,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  #testimonials .testimonial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  #testimonials .testimonial-title {
    font-size: 26px;
  }

  #testimonials .testimonial-text {
    font-size: 18px;
  }
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    background: #fafaf833;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span{
    width: 48px;
    height: 8px;
    background: #d4af37;
}
#testimonials .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

/* ========================================================================================================================= */
/* Form Box */
#testimonials .form-box {
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(135deg, #1B4332, #2D5F4A);
}
#testimonials .form-header {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
  #testimonials .form-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Header */
#testimonials .form-header p {
  font-size: 14px;
    letter-spacing: 0.3em;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 1.4;
}

#testimonials .form-header h2 {
  font-size: 30px;
  color: #FAFAF8;
  margin-top: 8px;
  line-height: 1.2;
}
@media (min-width:768px) {
    #testimonials .form-header h2 {
        font-size: 36px;
    }
}

#testimonials .form-header h2 span {
  font-style: italic;
  color: #D4AF37;
}

/* Form */
/* Inputs */
#testimonials .cf7-bootstrap-form .form-control,
#testimonials .cf7-bootstrap-form .form-select {
  background: rgba(250,250,248,0.1);
  border: 1px solid rgba(212,175,55,0.3);
  color: #FAFAF8;
  padding: 14px 18px;
}

#testimonials .cf7-bootstrap-form .form-control::placeholder {
  color: rgba(232,230,224,0.5);
}

/* Focus */
#testimonials .cf7-bootstrap-form .form-control:focus,
#testimonials .cf7-bootstrap-form .form-select:focus {
  border-color: #D4AF37;
  box-shadow: none;
}

/* Button */
#testimonials .btn-custom {
  background: #D4AF37;
  color: #1B4332;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px;
  border: none;
  transition: 0.3s;
}

#testimonials .btn-custom:hover {
  background: #E8BF4A;
}

/* Footer */
#testimonials .cf7-footer {
  display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #d4af3733;
    align-items: center;
}

#testimonials .cf7-footer a {
  font-size: 12px;
  color: rgba(232,230,224,0.7);
  text-decoration: none;
  transition: 0.3s;
}

#testimonials .cf7-footer a:hover {
  color: #D4AF37;
}

/* Fix CF7 default spacing */
#testimonials .wpcf7 form p {
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  #testimonials .cf7-footer {
    flex-direction: column;
    gap: 10px;
  }
}

#testimonials input[type="text"]::placeholder, 
#testimonials input[type="email"]::placeholder, 
#testimonials input[type="url"]::placeholder, 
#testimonials input[type="password"]::placeholder, 
#testimonials input[type="search"]::placeholder, 
#testimonials input[type="number"]::placeholder, 
#testimonials input[type="tel"]::placeholder, 
#testimonials input[type="range"]::placeholder, 
#testimonials input[type="date"]::placeholder, 
#testimonials input[type="month"]::placeholder, 
#testimonials input[type="week"]::placeholder, 
#testimonials input[type="time"]::placeholder, 
#testimonials input[type="datetime"]::placeholder, 
#testimonials input[type="datetime-local"]::placeholder, 
#testimonials input[type="color"]::placeholder, 
#testimonials textarea::placeholder,
#testimonials select::placeholder {
    color: #fafaf8;
}
#testimonials input[type="text"]:focus, 
#testimonials input[type="email"]:focus, 
#testimonials input[type="url"]:focus, 
#testimonials input[type="password"]:focus, 
#testimonials input[type="search"]:focus, 
#testimonials input[type="number"]:focus, 
#testimonials input[type="tel"]:focus, 
#testimonials input[type="range"]:focus, 
#testimonials input[type="date"]:focus, 
#testimonials input[type="month"]:focus, 
#testimonials input[type="week"]:focus, 
#testimonials input[type="time"]:focus, 
#testimonials input[type="datetime"]:focus, 
#testimonials input[type="datetime-local"]:focus, 
#testimonials input[type="color"]:focus, 
#testimonials textarea:focus,
#testimonials select:focus {
    border-color: #d4af37;
    box-shadow: none;
}
#testimonials input[type="text"], 
#testimonials input[type="email"], 
#testimonials input[type="url"], 
#testimonials input[type="password"], 
#testimonials input[type="search"], 
#testimonials input[type="number"], 
#testimonials input[type="tel"], 
#testimonials input[type="range"], 
#testimonials input[type="date"], 
#testimonials input[type="month"], 
#testimonials input[type="week"], 
#testimonials input[type="time"], 
#testimonials input[type="datetime"], 
#testimonials input[type="datetime-local"], 
#testimonials input[type="color"], 
#testimonials textarea,
#testimonials select {
  vertical-align: top;
  display: flex;
  min-width: 0;
  border-radius: 0;
  border: 1px solid #d4af374d;
  padding: 16px 20px;
    font-size: 16px;
    color: #fafaf8;
    background-color: #fafaf81a;
    outline: none;
    transition: color 0.2s, box-shadow 0.2s;
    margin-bottom: 24px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
  }
  
  #testimonials select option{
    background-color: #1B4332;
  }
  
#testimonials button:focus, #testimonials input[type="button"]:focus, #testimonials input[type="reset"]:focus, #testimonials input[type="submit"]:focus {
    box-shadow: none;
}
 #testimonials input[type="button"], #testimonials input[type="reset"], #testimonials input[type="submit"] {
    width: 100%;
    height: auto;
    border-radius: 0;
    line-height: 1.4;
    background: #D4AF37;
    color: #1B4332;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 16px;
    border: none;
    transition: 0.3s;
    
}

/* ---------------------------------------------------- */
/* -------- testimonial inner page---------------------- */
/* ------------------------------------------------------- */


#innerpage-box .testimonial-content {
    position: relative;
    background: #fff;
    padding: 4rem 2rem 2rem;
}
#innerpage-box .testimonial-content .testimonial-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #9E9E9E;
    margin-top: 10px;
}

#innerpage-box .testimonials_b .rating-container i {
    color: #D4AF37;
    font-size: 20px;
    line-height: 1.5;
}
#innerpage-box .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}


#innerpage-box .testimonial-content .avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F6F4F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #F6F4F0;
    position: absolute;
    top: -40px;
    left: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
#innerpage-box .testimonial-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#innerpage-box .testimonial-content .author-name {
    font-size: 22px;
    margin: 0;
    color: #474747;
    line-height: 1.6;
    font-weight: 600;
}
#innerpage-box .testimonial-content .author-role {
    font-size: 12px;
    color: #474747;
    /* opacity: 0.7; */
    letter-spacing: 4%;
    line-height: 1.3;
}



/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom,#F5F3EE,#FAFAF8);
}
#project .section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px;
    padding: 0 24px;
}

/* Top line + text */
#project .section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

/* Lines */
#project .line {
    height: 1px;
    width: 64px;
}

#project .line.left {
    background: linear-gradient(to right, transparent, #D4AF37);
}

#project .line.right {
    background: linear-gradient(to left, transparent, #D4AF37);
}

/* Subtitle */
#project .section-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #2D5F4A;
    text-transform: uppercase;
}

/* Title */
#project .section-title {
    font-size: 40px;
    color: #1B4332;
    line-height: 1.1;
}

/* Italic part */
#project .section-title span {
    font-style: italic;
    color: #2D5F4A;
}

/* Responsive */
@media (min-width: 768px) {
    #project .section-title {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    #project .section-title {
        font-size: 72px;
    }
}
   #project .facilities__track-outer {
    /* overflow: hidden; */
    position: relative;
    
}

#project .facilities__track {
    display: flex;
    gap: 20px;
    width: max-content;

    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--dur);
}

/* 🔥 THIS WAS MISSING */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(var(--shift)); }
}

/* Card */
#project .facility-card {
    width: 350px;
    height: 650px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

#project .facility-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.5s ease-out;
}

#project .facility-card:hover .facility-card__img {
    transform: scale(1.05);
}

#project .facility-card__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background: rgba(24, 46, 30, 0.6);
    backdrop-filter: blur(20px);
    display: grid;
    gap: 10px;
}

#project .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}

#project .facility-card__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

#project .event-date{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#project a .event-btn{
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #d4af37;
    border: 1px solid #d4af37;
    background: transparent;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}
#project a:hover .event-btn{
    border-color: #d4af37;
    background: #d4af37;
    color: #fff;
}
#project .facilities__track:hover {
    animation-play-state: paused;
}
#project .paused-text {
    position: relative;
    margin-top: 3rem;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c8f84;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#project .paused-text.show {
    opacity: 1;
}
/* Left gradient */
#project .left-gradient {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    width: 192px; /* mobile */
    background: linear-gradient(to right, #F5F3EE, transparent);

    pointer-events: none;
    z-index: 20;
}

/* Right gradient */
#project .right-gradient {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    width: 192px;
    background: linear-gradient(to left, #FAFAF8, transparent);

    pointer-events: none;
    z-index: 20;
}

/* Responsive (md:) */
@media (min-width: 768px) {
    #project .left-gradient,
    #project .right-gradient {
        width: 192px;
    }
}


/*-------------------for project drag image option ------------------*/

#innerpage-box .project-item{
  display: grid;
  margin-bottom: 30px;
}

#innerpage-box .project-card {
    position: relative;
}

#innerpage-box .project-card .project-image {
  position: relative;
  height: 500px;
  overflow: hidden;
}

#innerpage-box .project-card .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

#innerpage-box .project-card:hover .project-image img {
  transform: scale(1.05);
}

#innerpage-box .project-card .project-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(24, 46, 30, 0.6);    
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    gap: 10px;
}


#innerpage-box .project-card .project-content .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}
#innerpage-box .project-card .project-content h3 {
    font-size: 22px;
    margin: 0;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: 600 !important;
    color: #fff;
}

#innerpage-box .project-card:hover h3{
    color: #d4af37;
}
#innerpage-box .project-card .event-date{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#innerpage-box .project-card  a .event-btn{
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #d4af37;
    border: 1px solid #d4af37;
    background: transparent;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}
#innerpage-box .project-card  a:hover .event-btn{
    background: #d4af37;
    color: #fff;
}

/* ********************** Single page Events ************************ */

#content .image-comparison{
    position: relative;
    display: grid;
    gap: 20px;
}
#content .image-comparison img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#content .image-comparison .event-date {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#content .image-comparison .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}
#content .image-comparison h3.peccular-project-title.inner-area-title  {
    font-size: 22px;
    margin: 0;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: 600 !important;
    color: #0b0b0b;
}
#content .image-comparison .event-para p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
#content .image-comparison a .event-btn  {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #d4af37;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}

/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/
#about {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

#about .space-abtblock{
	position: relative;
}
/* Background Shape */
#about .bg-shape {
  position: absolute;
  top: 25%;
  left: 0;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #2d5f4a0d, transparent);
  transform: skewY(-6deg);
}
		
/* Image */
#about .image-wrapper {
	position: relative;
}
@media (min-width: 991px) {
	#about .image-wrapper {
		margin-right: 2rem;
	}
	#about .content{
		margin-left:2rem;
	}
}
@media (max-width: 991px) {
	#about .image-wrapper {
		margin-bottom: 3rem;
	}
}

#about .image-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

#about .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .image-border {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(212, 175, 55, 0.3);
}

#about .square-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: #d4af37;
  opacity: 0.1;
  transform: translate(50%, -50%);
}

/* Content */
#about .subtitle {
  display: block;
  color: #c8a05a;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-bottom: 20px;
}

#about .title {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #1a1a1a;
}

#about .title .italic {
  font-style: italic;
}

@media (min-width: 768px) {
  #about .title {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  #about .title {
    font-size: 72px;
  }
}

/* Text */
#about .text {
  color: #1a1a1a;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 40px;
}

#about .text p {
  margin-bottom: 15px;
}

/* Features */
#about .features {
  margin-bottom: 40px;
}

#about .features div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  color: #1a1a1a;
}

#about .features span {
  width: 8px;
  height: 8px;
  background: #d4af37;
  display: inline-block;
}

/* Divider */
#about .divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #d4af37,rgba(212, 175, 55, 0.5), transparent);;
  margin-bottom: 40px;
}

/* Button */
#about .btn1 {
  padding: 14px 40px;
  border: 1px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  cursor: pointer;
  transition: 0.3s;
}

#about .btn1:hover {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}


/*----------------------------------------*/
/*  Dining Section
/*----------------------------------------*/
   #dining{
        position: relative;
        overflow: hidden;
        background: #0D1F17;
    }
    #dining .peccular-dining-area{
        position: relative;
    }
/* Bottom Right Radial Gradient */
#dining .bg-radial {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.66%;   /* w-2/3 */
  height: 66.66%;  /* h-2/3 */
  opacity: 0.1;
  background: radial-gradient(circle at right bottom,#d4af37 0%,transparent 60%);
}

/* Top Left Shape */
#dining .bg-shape {
  position: absolute;
  top: 25%;
  left: 0;
  width: 50%;
  height: 50%;
  opacity: 0.05;
  background: linear-gradient(90deg,transparent 0%,#2D5F4A 50%,transparent 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

#dining .heading-section {
  text-align: center;
  max-width: 800px;   /* max-w-4xl */
  margin: 0 auto 80px;
}

/* Top line + text */
#dining .heading-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

#dining .heading-top span {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #D4AF37;
  text-transform: uppercase;
}

/* Lines */
#dining .line {
  width: 64px;
  height: 1px;
}

#dining .line.left {
  background: linear-gradient(to right, transparent, #D4AF37);
}

#dining .line.right {
  background: linear-gradient(to left, transparent, #D4AF37);
}

/* Heading */
#dining .heading-section h2 {
  font-size: 42px;
  color: #FAFAF8;
  line-height: 1.1;
  margin-bottom: 24px;
}

#dining .heading-section h2 .italic {
  font-style: italic;
  color: #D4AF37;
}

/* Responsive */
@media (min-width: 768px) {
  #dining .heading-section h2 {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  #dining .heading-section h2 {
    font-size: 72px;
  }
}

/* Paragraph */
#dining .heading-section p {
  font-size: 18px;
    color: #e8e6e0;
    line-height: 1.7;
    opacity: 0.8;
}

/* ========================================================================== */

#dining .card1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FAFAF8;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0,0,0,0.4),
    0 10px 30px rgba(212,175,55,0.1);
  transition: 0.4s;
}

/* Image */
#dining .card-img1 {
  height: 220px;
  overflow: hidden;
  position: relative;
}

#dining .card-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease-out;
}

/* Hover zoom */
#dining .card1:hover .card-img1 img {
  transform: scale(1.1);
}

/* Gradient overlay */
#dining .card-img1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%,rgba(250, 250, 248, 0.4));
}

/* Content */
#dining .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

/* Tag */
#dining .tag {
  font-size: 10px;
    letter-spacing: 0.25em;
    color: #D4AF37;
    line-height: 2.4;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Title */
#dining .card1 h3 {
  font-size: 36px;
    color: #1B4332;
    margin-bottom: 16px;
    line-height: 1.1;
}

/* Divider */
#dining .divider {
  height: 3px;
    width: 64px;
    background: linear-gradient(to right, #D4AF37, rgba(212, 175, 55, 0.4));
    margin-bottom: 20px;
}

/* Description */
#dining .card1 p {
  font-size: 14px;
    color: #1b4332;
    line-height: 1.6;
    opacity: 0.75;
}

/* Badges */
#dining .badges {
  margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

#dining .badges li {
  display: inline-block;
    padding: 6px 12px;
    /* margin: 5px 5px 0 0; */
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(27, 67, 50, 0.06);
    border: 1px solid rgba(45, 95, 74, 0.2);
    transition: 0.3s;
    color: #2d5f4a;
    line-height: 2;
}

/* Hover effect (group-hover) */
#dining .card1:hover .badges li {
  background: rgba(27,67,50,0.08);
  border-color: rgba(212,175,55,0.3);
}

/* Time */
#dining .time {
    padding-top: 12px;
    border-top: 1px solid rgba(45, 95, 74, 0.15);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(45, 95, 74, 0.7);
}

/* ============================================================================= */

/* Section */
#dining .cta-section {
  text-align: center;
  margin-top: 80px;
}

/* Inner flex */
#dining .cta-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Line */
#dining .line {
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
}

/* Button */
#dining .cta-btn {
  position: relative;
  padding: 18px 48px;
  border: 2px solid #D4AF37;
  background: transparent;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s;
}

/* Fill animation */
#dining .cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D4AF37;
  transform: translateY(100%);
  transition: transform 0.5s;
  z-index: 0;
}

#dining .cta-btn:hover::before {
  transform: translateY(0);
}

/* Text above animation */
#dining .cta-btn span {
  position: relative;
  z-index: 2;
}

/* Hover text color */
#dining .cta-btn:hover {
  color: #0D1F17;
}

/* Bottom text */
#dining .cta-inner p {
  font-size: 12px;
    color: #e8e6e0;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.5;
}


/* ------------------------------------------- */

/*----------------------------------------*/
/*  courses Area
/*----------------------------------------*/

#courses{
  position:relative;
  overflow:hidden;

  background:linear-gradient(
    to bottom right,
    #1B4332,
    #0F2419,
    #1B4332
  );
}
/* top right glow */
.courses-shape-1{
  position:absolute;
  top:0;
  right:0;
  width:50%;
  height:50%;

  background:linear-gradient(
    to bottom left,
    rgba(212,175,55,0.05),
    transparent
  );

  pointer-events:none;
}

/* bottom left glow */
.courses-shape-2{
  position:absolute;
  bottom:0;
  left:0;
  width:33.33%;
  height:33.33%;

  background:linear-gradient(
    to top right,
    rgba(45,95,74,0.30),
    transparent
  );

  pointer-events:none;
}

#courses .section-title{
    text-align:center;
    max-width:900px;
    margin:0 auto 80px auto;
    position: relative;
}

/* top subtitle row */
#courses .title-top{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-bottom:24px;
}

/* lines */
#courses .line-left,
#courses .line-right{
    height:1px;
    width:64px;
}

/* left line */
#courses .line-left{
    background:linear-gradient(
        to right,
        transparent,
        #d4af37
    );
}

/* right line */
#courses .line-right{
    background:linear-gradient(
        to left,
        transparent,
        #d4af37
    );
}

/* subtitle */
#courses .subtitle{
    font-size:14px;
    letter-spacing:0.3em;
    color:#d4af37;
    text-transform:uppercase;
    line-height: 1.4;
}

/* main title */
#courses .main-title{
    font-size:42px;
    color:#FAFAF8;
    line-height:1.1;
    font-weight: 500;
}

/* italic gold text */
#courses .main-title span{
    font-style:italic;
    color:#d4af37;
}

/* responsive */
@media (min-width:768px){
    #courses .main-title{
        font-size:56px;
    }
}

@media (min-width:1024px){
    #courses .main-title{
        font-size:72px;
    }
}

/* content===================================== */

#courses .course-z{
    position: relative;
    z-index: 1;
}
#courses .paccular-courses-child:nth-child(even) .course-order1{
    order: 1;
}
#courses .course-order2{
    align-content: center;
}
#courses .section-divider{
margin-top:64px;
height:1px;

background:linear-gradient(
to right,
transparent,
rgba(212,175,55,0.3),
transparent
);
}

/* lg:mt-24 */
@media (min-width:1024px){
#courses .section-divider{
margin-top:96px;
}
}
#courses .paccular-courses-child:last-child .section-divider{
    display:none;
}
#courses .paccular-courses-child {
    margin-bottom: 96px;
}
#courses .paccular-courses-child:last-child {
    margin-bottom: 0;
}


#courses .course-image{
position:relative;
}

/* IMAGE BOX */

#courses .image-box{
position:relative;
height:400px;
overflow:hidden;
}

@media (min-width:1024px){
#courses .image-box{
height:500px;
}
}

/* IMAGE */

#courses .image-box img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .7s ease;
}

#courses .image-box:hover img{
transform:scale(1.05);
}

/* OVERLAY */

#courses .image-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;

background:linear-gradient(
to bottom right,
rgba(27,67,50,0.4),
transparent
);

z-index:10;
pointer-events:none;

clip-path:polygon(
0 0,
100% 0,
100% 85%,
0 100%
);
}

/* GOLD CORNER SHAPE */

#courses .corner-shape{
position:absolute;
bottom:0;
right:0;

width:96px;
height:96px;

background:linear-gradient(
to top left,
#D4AF37,
transparent
);

opacity:0.4;

clip-path:polygon(
100% 0,
100% 100%,
0 100%
);
}

/* COURSE NUMBER */

#courses .course-number{
    position:absolute;
    top:36px;
    left:24px;
    z-index:20;
}
#courses .course-number span{
    padding: 12px 24px;
    background-color: #d4af37;
}

#courses .course-number div{
background:#D4AF37;
padding:12px 24px;
}

#courses .course-number span{
font-size:24px;
font-weight:bold;
color:#1B4332;
font-family:serif;
}



#courses .course-content{
display:flex;
flex-direction:column;
gap:24px;
}

/* TITLE */

#courses .course-title{
font-size:32px;
color:#FAFAF8;
line-height:1.2;
margin-bottom:16px;
}

@media(min-width:768px){
#courses .course-title{
font-size:40px;
}
}

@media(min-width:1024px){
#courses .course-title{
font-size:48px;
}
}

#courses .title-divider{
width:80px;
height:2px;
background:linear-gradient(to right,#D4AF37,transparent);
margin-bottom:24px;
}

/* STATS */

#courses .course-stats{
display:flex;
align-items:center;
gap:32px;
line-height: 1.3;
}

#courses .stat{
display:flex;
flex-direction:column;
gap:4px;
}

#courses .stat-label{
font-size:12px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
}

#courses .stat-value{
font-size:24px;
color:#FAFAF8;
line-height: 1.3;
}

#courses .stat-line{
width:1px;
height:48px;
background:#d4af37;
opacity: 0.3;
}

/* DESCRIPTION */

#courses .course-description{
font-size:18px;
color:#E8E6E0;
line-height:1.7;
}

/* BUTTON */

#courses .explore-btn{
display:flex;
align-items:center;
gap:12px;
border:none;
background:none;
cursor:pointer;
transition:all .3s ease;
}

#courses .explore-btn span{
font-size:14px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
transition:.3s;
}

#courses .btn-icon{
    width:40px;
    height:40px;
    border:1px solid #D4AF37;
    display:flex;
    align-items:center;
justify-content:center;
color:#D4AF37;
transition:.3s;
}
#courses .btn-icon svg{
    width: 16px;
    height: 16px;
}

#courses .explore-btn:hover{
    gap:16px;
}

#courses .explore-btn:hover span{
color:#FAFAF8;
}

#courses .explore-btn:hover .btn-icon{
background:#D4AF37;
color:#1B4332;
}

/* ------------------inner coueses */
#innerpage-box .paccular-course-inner-child {
    position: relative;

}
#innerpage-box .paccular-course-inner-child .course-card .course-image .peccular-course-img{
    width: 90%;
    height: 300px;
    object-fit: cover;
}
#innerpage-box .paccular-course-inner-child .course-card .course-content{
    background: #fff;
    padding: 2rem 1.5rem;
    width: 94%;
    float: right;
    position: relative;
    bottom: 7rem;
}
#innerpage-box .paccular-course-inner-child .course-content .course-title {
    color: #0a0a0a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400 !important;
    margin: 0;
    margin-bottom: 10px;
}
#innerpage-box .paccular-course-inner-child .course-content .course-desc {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 4%;
    margin-bottom: 10px;
}
#innerpage-box .paccular-course-inner-child .course-content .explore-btn{
display:flex;
align-items:center;
gap:12px;
border:none;
background:none;
cursor:pointer;
transition:all .3s ease;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn span{
font-size:14px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
transition:.3s;
}

#innerpage-box .paccular-course-inner-child .course-content .btn-icon{
    width:40px;
    height:40px;
    border:1px solid #D4AF37;
    display:flex;
    align-items:center;
justify-content:center;
color:#D4AF37;
transition:.3s;
}
#innerpage-box .paccular-course-inner-child .course-content .btn-icon svg{
    width: 16px;
    height: 16px;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover{
    gap:16px;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover span{
color:#474747;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover .btn-icon{
background:#D4AF37;
color:#1B4332;
}


/* --------------------------------- */
/* project single page  */

#innerpage-box .image-comparison__slider{
  margin: 20px 0;
} 
#innerpage-box .image-comparison__slider span{
  font-size: 30px;
}

#innerpage-box #secondary .menu-all-projects-container ul{
  padding: 0 !important;
}
#innerpage-box .peccular-blog-single-page ul li i{
  margin-right: 4px;
}
#innerpage-box .peccular-blog-single-page .blog-info-area .metabox2brdr ul li::before{
  display: none;
}

/* ------------------------------------- */
/*            single service page */
/* ---------------------------------------- */


#innerpage-box .the-page-content-box ,#innerpage-box .the-content-service-single {
  margin-bottom: 24px;
}
#innerpage-box .the-page-content-box span.pagecontent{
  font-size: 30px;
    line-height: 1.6 !important;
    
}
#innerpage-box .single-course-page-add .section-title ,
#innerpage-box .single-service-page-add .section-title {
    font-size: 36px !important;
    color: #0D1F2D !important;
    margin: 0;
    margin-bottom: 32px !important;
    font-weight: inherit !important;
}

#innerpage-box .single-course-page-add .features-list ,
#innerpage-box .single-service-page-add .features-list {
    margin-bottom: 40px;
}

#innerpage-box .single-course-page-add .feature-item1 ,
#innerpage-box .single-service-page-add .feature-item1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#innerpage-box .single-course-page-add .icon-circle ,
#innerpage-box .single-service-page-add .icon-circle {
    width: 30px;
    height: 30px;
    background: #00bcd4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-top: 5px;
}

#innerpage-box .single-course-page-add .feature-title li:hover,
#innerpage-box .single-service-page-add .feature-title li:hover{
  background: none;

}
#innerpage-box .single-course-page-add .feature-title li:hover,
#innerpage-box .single-service-page-add .feature-title li:hover{
  background-color: #ff5a1f33;
  border: 2px solid #ff5a1f;
}
#innerpage-box .single-course-page-add .feature-title li,
#innerpage-box .single-service-page-add .feature-title li{
      list-style: none;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #0d1f2d;
    font-weight: inherit !important;
    background-color: #fdd40033;
    padding: 16px;
    border-radius: 10px;
    border: none;
}
#innerpage-box .single-course-page-add .feature-title ,
#innerpage-box .single-service-page-add .feature-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;

}

  /* Two columns on medium screens */
  @media (min-width: 992px) {
    #innerpage-box .single-course-page-add .feature-title ,
    #innerpage-box .single-service-page-add .feature-title {
      grid-template-columns: repeat(2, 1fr);
    }
  }


/* right side box */

/* MAIN PRICING BOX */

#secondary .pricing-box {
    background: linear-gradient(135deg, #0D1F2D, #1a2f42);
    padding: 30px;
    border-radius: 18px;
    /* color: white; */
    font-family: Arial, sans-serif;
}

/* TITLES & TEXT */
#secondary .peccular-service-right-box .pricing-title {
    font-size: 30px !important;
    color: #00e5ff !important;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.2 !important;
    font-weight: inherit !important;
}

#secondary .peccular-service-right-box .pricing-amount {
    font-size: 48px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

#secondary .peccular-service-right-box .pricing-subtext {
    color: #cefafe;
    margin-bottom: 25px;
    opacity: 0.7;
}

/* FEATURE LIST */
#secondary .peccular-service-right-box .pricing-features {
    margin-bottom: 30px;
}

#secondary .peccular-service-right-box .feature-item1 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#secondary .peccular-service-right-box .feature-item1 span{
  color: #FFFFFF;
}

  #secondary .peccular-service-right-box .feature-item1 svg {
    width: 20px;
      height: 20px;
      color: #00FF7F;
      display: block;
      margin-right: 12px;
  }

/* BUTTONS */
#secondary .peccular-service-right-box .btn-primary {
    width: 100%;
    padding: 14px;
    background: linear-gradient(to right, #06b6d4, #2563eb);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

#secondary .peccular-service-right-box .btn-primary:hover {
    background: linear-gradient(to right, #22d3ee, #3b82f6);
    transform: scale(1.05);
}

#secondary .peccular-service-right-box .btn-outline {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid #00e5ff;
  background: transparent;
    color: #00e5ff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #secondary .peccular-service-right-box .btn-outline .phone-icon svg{
    width: 20px;
    height: 20px;
    color: #00e5ff;
  }
  #secondary .peccular-service-right-box .btn-outline:hover .phone-icon svg{
    color: #0D1F2D;
  }

#secondary .peccular-service-right-box .btn-outline:hover {
    background: #00e5ff !important;
    color: #0D1F2D;
}

/* PHONE ICON */
#secondary .peccular-service-right-box .phone-icon {
    margin-right: 8px;
    font-size: 18px;
}

/***************************** courses single page **********************************/

#content.single-course-page-add  img.img-responsive{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#content.single-course-page-add .the-page-content-box h3{
    font-size: 28px;
    line-height: 1.4;
    color: #0D1F2D !important;
    font-weight: 500 !important;
    margin: 16px 0;
}
#content.single-course-page-add .the-content-course-single p{
    font-size: 18px;
    line-height: 1.6;
    color: #4a5568;
    letter-spacing: 4%;
}


/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story{
    position: relative;
    overflow: hidden;
    background:linear-gradient(to bottom right, #FAFAF8, #E8E6E0, #FAFAF8);
}
#story .story-overlay{
    position:absolute;
    inset:0;
    opacity:0.05;
}

/* diagonal gradient shape */

#story .story-shape{
  position:absolute;
  inset:0;

  background:linear-gradient(
    to bottom right,
    #1B4332,
    transparent
  );

  clip-path:polygon(
    0 0,
    100% 0,
    100% 70%,
    0 100%
  );
}

#story .gold-shape-wrapper{
  position:absolute;
  bottom:0;
  right:0;
  width:600px;
  height:600px;
  opacity:0.05;
  pointer-events:none;
}

#story .gold-shape{
  width:100%;
  height:100%;

  background:linear-gradient(
    to top left,
    #D4AF37,
    transparent
  );

  clip-path:polygon(
    100% 100%,
    0% 100%,
    100% 0%
  );
}


	#story .story-head{
display:flex;
align-items:center;
gap:16px;
margin-bottom:40px;
}

#story .space-abtblock1{
	padding-right:3rem ;
}
#story .space-abtblock2{
	padding-left:2rem ;
}

#story .story-head p{
font-size: 14px;
    letter-spacing: 4.2px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #2d5f4a;
}
#story .line{
width: 64px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37);
}
#story .story-title{
font-size: 72px;
    line-height: 1.1;
    color: #1b4332;
    margin-bottom: 24px;
    font-weight: 500;
}
@media only screen and (max-width: 1023px) {
    #story .story-title{
        font-size: 60px;
    }
}

#story .image-container{
height:500px;
overflow:hidden;
position:relative;
}
#story .overlay-story{
	position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(27, 67, 50, 0.2), transparent);
    z-index: 10;
    pointer-events: none;
}
#story .image-container img{
width:100%;
height:100%;
object-fit:cover;
transition:0.7s;
}
#story .corner-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: linear-gradient(to bottom right, #D4AF37, #C9B88E);
    opacity: 0.3;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

#story .image-container:hover img{
transform:scale(1.05);
}

#story .story-images{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
margin-bottom:30px;
}

#story .small-img{
position:relative;
height:240px;
overflow:hidden;
}

#story .small-img img{
width:100%;
height:100%;
object-fit:cover;
transition:0.7s;
}

#story .small-img:hover img{
transform:scale(1.05);
}
#story .overlay-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(27, 67, 50, 0.4), transparent);
}
#story .tag{
position: absolute;
    top: 16px;
    right: 16px;
    background: #fafaf8e6;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.6px;
    z-index: 1;
    color: #1b4332;
    text-transform: uppercase;
    line-height: 1.3;
}
#story .story-text{
font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
}

#story .stat-box{
  position:relative;
}
#story .story-stats{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-bottom:40px;
}

#story .stat h3{
font-size: 48px;
    color: #1B4332;
    margin-bottom: 8px;
    line-height: 1;
}

#story .stat span{
font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #6B7280;
    line-height: 1.4;
}

#story .stat-line{
  position:absolute;
  bottom:-8px;
  left:0;
  width:48px;
  height:2px;
  background:linear-gradient(
    to right,
    #D4AF37,
    transparent
  );
}

	#story .bttn {
    position: relative;
    inset: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
#story .video-pop{
	display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    background: none;
    cursor: pointer;
    transition: all .3s;
}
#story .video-pop:hover{
	gap:16px;
}



#story .popup-youtube {
    width: 56px;
    height: 56px;
    border: 2px solid #1B4332;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
	position: relative;
}

#story .popup-youtube:hover {
    background: #d4af37;
    border-color: #d4af37;
}

#story .play-icon {
	margin-left: 3px;
    font-size: 20px;
    color: #1b4332;
}
#story .popup-youtube:hover .play-icon {
	color: #fafaf8;
}


#story .play-ring{
position:absolute;
inset:0;
border:2px solid #D4AF37;
opacity:0;
transition:.3s;
}

/* show ring on hover */

#story .video-pop:hover .play-ring{
opacity:1;
animation:ping 1s infinite;
}

/* ping animation */

@keyframes ping{
0%{
transform:scale(1);
opacity:1;
}
75%{
transform:scale(2);
opacity:0;
}
100%{
transform:scale(2);
opacity:0;
}
}
#story .bttn p{
	line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #1B4332;
    text-transform: uppercase;
    transition: color 0.3s;
}


/*new*/
#story #closePopup {
    padding: 1px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 30px;
    font-size: 18px;
    background: #fff;
    color: #000;
}
#story .popup-content {
    padding: 10px 10px 4px 10px;
    border-radius: 0px;
    width: auto;
    height: auto;
    position: relative;
}
#story .popup1 {
    display: none;
    position: fixed;
    top: 5%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    Left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 2s ease;
    z-index: 999;
}

#story .popup1.show{ display: flex;}
#story .popup1 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#story .popup1.show {
    display: flex;
}

#story .popup-content {
    position: relative;
    background: #000;
    max-width: 900px;
    width: 90%;
}

#story .popup-content iframe {
    width: 100%;
    height: 500px;
}

#story .closePopup {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    padding: 5px 12px;
    cursor: pointer;
}


/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/


#blog{
  background: linear-gradient(to bottom, #F5F3EE, #FAFAF8, #F5F3EE);
  position: relative;
    overflow: hidden;
}


/* ------------------ */
#blog .shape-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 33.33%;
  opacity: 0.05;
  background: linear-gradient(225deg, #2D5F4A 0%, transparent 70%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

/* Bottom Left Shape */
#blog .shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  opacity: 0.05;
  pointer-events: none;
  background: linear-gradient(to top right, #D4AF37, transparent);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

/* heading section bolg */

#blog .journal-header {
  text-align: center;
  max-width: 800px; /* max-w-4xl */
  margin: 0 auto 80px; /* mb-20 */
}

/* Top small heading with lines */
#blog .journal-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

#blog .line {
  width: 64px; /* w-16 */
  height: 1px;
}

#blog .line-left {
  background: linear-gradient(to right, transparent, #D4AF37);
}

#blog .line-right {
  background: linear-gradient(to left, transparent, #D4AF37);
}

#blog .journal-subtitle {
  font-size: 12px; /* text-sm */
  letter-spacing: 0.3em;
  color: #2D5F4A;
  text-transform: uppercase;
}

/* Title */
#blog .journal-title {
  font-size: 40px;
  color: #1B4332;
  line-height: 1.1;
  margin-bottom: 24px;
}

#blog .journal-title span {
  font-style: italic;
  color: #2D5F4A;
}

/* Description */
#blog .journal-desc {
  font-size: 18px;
  color: #4A5568;
  line-height: 1.6;
}

/* Responsive (md, lg) */
@media (min-width: 768px) {
  #blog .journal-title {
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  #blog .journal-title {
    font-size: 72px;
  }
}

/* ---- card---------- */

/* Card */
#blog .journal-card {
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

#blog .journal-card:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Image */
#blog .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

#blog .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#blog .journal-card:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#blog .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#blog .tag a{
  position: absolute;
    top: 24px;
    left: 24px;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 2;
}

/* Corner hover shape */
#blog .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#blog .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#blog .journal-content {
  padding: 30px;
}

#blog .meta {
  font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
    gap: 12px;
    align-items: center;
}

#blog .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    #blog .journal-content h3{
        font-size: 30px;
    }
}

#blog .journal-card:hover h3 {
  color: #2D5F4A;
}

#blog .journal-content p {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Footer */
#blog .journal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#blog .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#blog .read-more {
    font-size: 14px;
    color: #2d5f4a;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#blog .read-more svg{
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

#blog .read-more:hover {
    gap: 12px;
}
#blog .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#blog .bottom-line {
    position: absolute;
    bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#blog .journal-card:hover .bottom-line {
  transform: scaleX(1);
}

#blog .peccular-blog-card {
    display: grid;
}



/* ================================ */

#blog .journal-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px; /* mt-16 */
}

#blog .view-all-btn {
  position: relative;
  display: inline-block;
  padding: 20px 48px;
  border: 2px solid #1B4332;
  color: #1B4332;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
}

#blog .view-all-btn span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: 0.5s;
}

/* Background animation */
#blog .view-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1B4332, #2D5F4A);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
  z-index: 1;
}

/* Hover */
#blog .view-all-btn:hover {
  border-color: #D4AF37;
}

#blog .view-all-btn:hover::before {
  transform: scaleX(1);
}

#blog .view-all-btn:hover span {
  color: #fff;
}

/* ----------------------------------quick section */

/* === Footer Section === */
#footer .footer-sect {
  position: relative;
  /* margin-top: 3rem; */
  padding: 2rem 1rem 2rem;
  border-top: 1px solid #ffffff1a;
  color: rgba(173, 255, 255, 0.8);
  font-family: 'Poppins', sans-serif;
  background: transparent;
}

#footer .footer-content {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 1rem;
}


#footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

#footer .footer-links a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#footer .footer-links a:hover {
  color: #d4af37;
  opacity: 1;
  /* text-shadow: 0 0 6px #00FF7F; */
}




/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/



/* --------------------------end */

 #footer,
 .footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
}

 #footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 34px;
    padding: 0;
}
.footer-area ul.sub-menu .current_page_item {
    background: none;
}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 300 !important;
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    /* padding: 5px; */
    line-height: 1.7;
    letter-spacing: 0.53px;
    opacity: 0.9;
}
.footer-area li.current_page_item a ,.footer-area li a:hover,
.page .footer-area li.current_page_item a, .page .footer-area li a:hover
.single .footer-area li.current_page_item a, .single .footer-area li a:hover {
    color: #d4af37;
    border: none;
    background: none;
}


.footer-area li,  .footer-area li, .page .footer-area li, .single .footer-area li{
    position: relative;
    overflow: hidden;
}

.footer-area li.contact-heading{
    font-size: 18px;
    font-family: 'PT Sans';
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #FDA12B !important;
    line-height: 23px;
}
.footer-area p.contatc-number a{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    
}
.footer-area p.contatc-number{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    margin-left: 18px;
}


#footer .peccular-footer-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover;
    background-color: #1b4332;
}


.footer-area .gallery-item, .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

.footer-area  .wp-block-gallery.has-nested-images figure.wp-block-image img {
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

/*footer address area*/

.footer-area .f-data {
    padding-bottom: 10px;
}
.footer-area .f-data.f-address {
    font-size: 18px;
}
/*footer address area end*/
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    color: #efefef;
    text-shadow: none;
    padding: 0;
    text-align: unset;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2,
#footer .widget .widget-title {   
    color: #fff;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 300 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 1.5rem;
    position: relative;
    margin: 0px auto 0px;
}



 #footer .single-footer-1 .widget_block h1:before,
 #footer .single-footer-1 .widget_block h3:before, 
 #footer .single-footer-1 .widget_block h4:before, 
 #footer .single-footer-1 .widget_block h5:before, 
 #footer .single-footer-1 .widget_block h6:before, 
 #footer .single-footer-1 .widget_block h2:before,
.footer-area .single-footer-1 .widget-title:before {
    display: none;
}

 #footer .single-footer-1 .widget_block h1,
 #footer .single-footer-1 .widget_block h3, 
 #footer .single-footer-1 .widget_block h4, 
 #footer .single-footer-1 .widget_block h5, 
 #footer .single-footer-1 .widget_block h6, 
 #footer .single-footer-1 .widget_block h2{
   line-height: 35px;
    margin-bottom: 25.24px;
}


.footer-area .footer-border{ border-top: 1px solid #b6b5b0;}

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    position: relative;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 400 !important;
    color: #fff;
    opacity: 1;
    line-height: 19px;
    letter-spacing: 0.53px;
    opacity: 0.6;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;padding-right: 2em;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 0px 0 0 1px !important;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
/*    display: block;*/
    z-index: 1;
border: 0 !important;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    width: 100%;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 400;
    color: #fafaf8 !important;
    border: none;
    border-bottom: 1px solid #fafaf833 !important;
    background: #fafaf81a !important;
    letter-spacing: 0.58px;
    border-radius: 0;
    margin-bottom: 10px;
}
.newsletter-form {
    display: flex;
    gap: 12px;
}

.footer-area input[type="email"]:focus, .footer-area input:focus, .footer-area textarea:focus {
    border-bottom-color: #d4af37 !important;
}
.footer-area input::placeholder, 
.footer-area textarea::placeholder{
    color: #fafaf8;
}
.footer-area  .widget_block form,  .footer-area  .widget .textwidget form, 
 .footer-area  .widget form{
    position: relative;
}
.footer-area .footer-pad{
  padding-left: 0;
}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #d4af37;
    border: none !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    color: #1b4332;
    padding: 12px 16px;
    border-radius: 0;
    letter-spacing: 0.4px;
    opacity: 1;
}
.footer-area .wpcf7{
  position: relative;
}

.footer-area .wpcf7:hover:after {
  z-index: -1;
}


.footer-area .top-area,
.footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
    z-index: 999;
}
.footer-area .wpcf7-spinner {
    position: absolute;
}

.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px; color: #fff}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa,
.footer-area i.fa-brands{   
    position: relative;
    color: #fff;
    /* margin-right: 12px; */
    flex-shrink: 0;
    align-items: center;
    transition: transform 0.3s ease;
    justify-content: center;
    display: flex;
    font-size: 20px;
    /* margin-bottom: 16px; */
    color: #ff5a1f;
    margin-top: 3px;
}
.footer-area i.fa {
    color: #ff5a1f;
}
 .footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa,
 .footer-area .social-profile-icons i.fa-brands {    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 22px;
    padding: 10px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 0;
}
 .footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #feb502;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background:#384149}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .single-footer-2,
.footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 2em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}
.footer-area .single-footer-4,
.footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}

@media (max-width:991px) {
  .footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2,
  .footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3,
  .footer-area .pd-0, .footer-area .pd-0, .page .footer-area .pd-0, .single .footer-area .pd-0{
    padding: 0;
  }
}
.footer-area .single-footer-4 .textwidget{
    margin-top: 30px;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
 .footer-area .widget_recent_entries li a {
    color: #fff;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.f-contact-s {
    padding-bottom: 35px;
    line-height: 25px;
}

.footer-area .midix,
 .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
        border-radius: 30px !important;
        border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 1px 12px;
    font-weight: 400 !important;
    line-height: 30px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #fff !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button i, #content-box .socialMedia ul li {
    font-size: 20px;
}
.single-footer-1 img{       
    margin-bottom: 13px;
    position: relative;
}

.single-footer-1 .widget-title { 
    margin-bottom: 4px;
    padding-bottom: 0px;
    background: none;
}
.single-footer-1 p{
    margin-bottom: 16px ;
    font-weight: 400 ;
    line-height: 30px;
    font-size: 18px ;
    color: #fff;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0;
    font-weight: 600 ;
    line-height: 19px ;
    font-size: 15px ;
    color: #000 ;
    background: #fff;
    padding: 8px 10px ;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 ;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
  .single-footer-5 h4.widget-title{
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }

  .footer-area .social-profile-icons ul li a i:hover{
    background: #FF5B4A !important;
    
  }
  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #fff !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa,
  .footer-area .social-profile-icons i.fa-x-twitter:before {
    color: #FFF !important;
    font-size: 20px;
    line-height: 20px;
        background-color: rgba(255, 255, 255, 0.1);
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    margin: 0 17.49px 5px 0;
   } 
      .footer-area .social-profile-icons ul li:after{
        display: none;
      }
.footer-area  .top-area {
    overflow: hidden;
    position: relative;
    padding: 0 1em;
}
.footer-area  .footer-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* h-1 = 4px */
  background: linear-gradient(
    to right,
    transparent,
    #D4AF37, /* secondary color (change as per your theme) */
    transparent
  );
  z-index: 1;
}

   .footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }

   .f-i-w{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
   }
   .f-i-w i{
    color: #d4af37;
    margin-top: 4px;
    font-size: 20px;
   }
   .f-i-w .footer-label, .f-i-w .link{
    color: #fafaf8;
    opacity: 0.7;
    line-height: 1.6;
   }
   .f-i-w .link:hover{
    color: #d4af37;
    opacity: 1;
   }



/*-----------------------
Innerpage Page 
-----------------------------*/
.Breadcrumb_title{
  text-align: center;
}
.ht-main-title{
    margin-bottom: 15px;
  font-weight: 500 !important;
  position: relative;
  z-index: 1;
    font-size: 50px;
    letter-spacing: 1.32px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0;
    line-height: 1.2;
    text-align: center;
  }
  


.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #ff5a1f ;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_categories, .widget_recent_entries, 

.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border-radius: 10px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #F4F4F4 !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}



.peccular-page-main{
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#content-box ul li:before, #content-box ol li:before, #innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-whychooseus-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, 
div#secondary .social-profile-icons ul li i, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
#innerpage-box .blog-date span{
        color: #06332e;

}


/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
}   
.breadcrumbbox span.root::after {
    content: '-';
    font-size: 20px;
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #fafaf8;
}
.breadcrumbbox span {
    color: #fafaf8;
    font-size: 19px;
    font-weight: 400 !important;
    text-transform: capitalize;
    line-height: 1.5;
}
.breadcrumbbox span.treeEnd{
   /* background: #fff; */
    color: #fafaf8;
    padding: 5px 15px;
    /* height: 57px; */
    display: inline-block;
    /* clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 10% 50%); */
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
/* .single .breadcrumbbox span.treeEnd{
    padding: 18px 80px 18px 20px;
    clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 2% 50%);
} */

.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox a {
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 39px;
    /* font-style: normal; */
    transition: all 0.2s 
ease 0s;
    color: #fafaf8;
    padding-right: 10px;
    /* clip-path: polygon(89% 15%, 89% 0, 100% 50%, 90% 100%, 89% 85%, 0 85%, 0 15%); */
    /* background: #FF5B4A; */
    display: inline-block;
    position: relative;
    height: 45px;
    padding: 5px 15px;
    text-transform: capitalize;
}

/* .breadcrumbbox span:nth-child(2) a {
    clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 5% 50%);
} */


.breadcrumbbox a i {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    transition: all 0.2s ease 0s;
}

    
.breadcrumbbox a:hover i, .breadcrumbbox a:hover{
    color: #d4af37;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
/* Card Wrapper */
#innerpage-box #blog-box .inner-blog-post {
  display: grid;
  /* margin-bottom: 15px; */
}

/* ---- card---------- */

/* Card */
#innerpage-box #blog-box .inner-blog-post .journal-card {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}


/* Image */
#innerpage-box #blog-box .inner-blog-post .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 94%;
    margin-left: 3%;
    z-index: 1;
}

#innerpage-box #blog-box .inner-blog-post .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card a:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#innerpage-box #blog-box .inner-blog-post .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#innerpage-box #blog-box .inner-blog-post .tag span{
  position: absolute;
    top: 0;
    left: 0;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

/* Corner hover shape */
#innerpage-box #blog-box .inner-blog-post .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#innerpage-box #blog-box .inner-blog-post .journal-content {
  padding: 30px;
    padding-top: 5rem;
    background: #fff;
    position: relative;
    bottom: 3rem;
    z-index: 0;

}


#innerpage-box #blog-box .inner-blog-post .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
    font-weight: 500 !important;
}
@media (min-width: 1200px) {
    #innerpage-box #blog-box .inner-blog-post .journal-content h3{
        font-size: 26px;
    }
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover h3 {
  color: #2D5F4A;
}

#innerpage-box #blog-box .inner-blog-post .journal-content .card-description {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
}

/* Footer */
#innerpage-box #blog-box .inner-blog-post .journal-footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#innerpage-box #blog-box .inner-blog-post .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#innerpage-box #blog-box .inner-blog-post .read-more {
    font-size: 14px;
    color: #D4AF37;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#innerpage-box #blog-box .inner-blog-post .read-more svg{
    width: 25px;
    height: 25px;
    transition: 0.3s;
    padding: 5px;
    font-size: 16px;
    background: #D4AF37;
    color: #2D5F4A;
    transition: 0.3s;
}

#innerpage-box #blog-box .inner-blog-post .read-more:hover {
    gap: 12px;
}
#innerpage-box #blog-box .inner-blog-post .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#innerpage-box #blog-box .inner-blog-post .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .bottom-line {
  transform: scaleX(1);
}


/* ---------------------------------------------- */
/* ------------ Archive blog page---------------- */
/* ============================================= */

/* Card */
#innerpage-box #blog-box .inner-blog-post .journal-card {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}


/* Image */
#innerpage-box #blog-box .inner-blog-post .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 94%;
    margin-left: 3%;
    z-index: 1;
}

#innerpage-box #blog-box .inner-blog-post .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card a:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#innerpage-box #blog-box .inner-blog-post .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#innerpage-box #blog-box .inner-blog-post .tag span{
  position: absolute;
    top: 0;
    left: 0;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

/* Corner hover shape */
#innerpage-box #blog-box .inner-blog-post .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#innerpage-box #blog-box .inner-blog-post .journal-content {
  padding: 30px;
    padding-top: 5rem;
    background: #fff;
    position: relative;
    bottom: 3rem;
    z-index: 0;

}

#innerpage-box #blog-box .inner-blog-post .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
    font-weight: 500 !important;
}
@media (min-width: 1200px) {
    #innerpage-box #blog-box .inner-blog-post .journal-content h3{
        font-size: 26px;
    }
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover h3 {
  color: #2D5F4A;
}

#innerpage-box #blog-box .inner-blog-post .journal-content .card-description {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
}

/* Footer */
#innerpage-box #blog-box .inner-blog-post .journal-footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#innerpage-box #blog-box .inner-blog-post .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#innerpage-box #blog-box .inner-blog-post .read-more {
    font-size: 14px;
    color: #D4AF37;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#innerpage-box #blog-box .inner-blog-post .read-more svg{
    width: 25px;
    height: 25px;
    transition: 0.3s;
    padding: 5px;
    font-size: 16px;
    background: #D4AF37;
    color: #2D5F4A;
    transition: 0.3s;
}

#innerpage-box #blog-box .inner-blog-post .read-more:hover {
    gap: 12px;
}
#innerpage-box #blog-box .inner-blog-post .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#innerpage-box #blog-box .inner-blog-post .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .bottom-line {
  transform: scaleX(1);
}





/* ----------------- */
/* -------blog right side */
/* ---------------------- */
#innerpage-box #blog-box.inner-left-side .blog-card {
    display: flex;
}
#innerpage-box #blog-box.inner-left-side .blog-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 250px;
}

body.post-template-default.single.single-post ul.post-categories {
    margin-top: 20px ! IMPORTANT;
    padding: 0 !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li,
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post #content-box .blog-tags a {
    display: inline-block;
}

body.post-template-default.single.single-post #content-box .blog-tags ul li:before {
    display: none;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}

body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}


body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    /* text-align: center; */
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .social-box ul {
    text-align: center;
    position: relative;
    box-shadow: none;
    display: flex;
    margin: 0;
    background: #E8BF4A;
    width: max-content;
}

body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
    padding-left: 0;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
    border:0 !important;
}
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: bold !important;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    margin-bottom: 58px ! IMPORTANT;
}
main#innerpage-box #comments ul.children {
    border: 0;
    padding-left: 8em;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-author.vcard img {
    width: 76px;
    height: 76px;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-metadata {
    padding-left: 6em;
}

main#innerpage-box #comments ol li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
        width: 390px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
    padding-bottom: 5px;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 7em;
    padding-top: 0.5em;
}

body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 12px;
    left: 16em;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #C4C4C4;
    width: 40%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
    line-height: 24px;
        position: relative;
}

body.post-template-default.single.single-post span.reply:after {
    content: "\f178";
    font-family: 'Fontawesome';
    color: #000;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 25px;
    top: 0;
    right: -55px;
    position: absolute;
    font-weight: 400 !important;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold !important;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
#innerpage-box .single_post .blog-tags a {
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #E2E2E2 !important;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}


#innerpage-box .metabox2brdr {
    margin-bottom: 24px;
}

#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .peccular-blog-single {
    padding: 48px 15px 5px 35px;
}
#innerpage-box .peccular-blog-single .metabox .blog-comment i,
#innerpage-box .peccular-blog-single .metabox .blog-author i{
    color: #000;
    margin-right: 8px;
    width: 12px;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look span {
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: #182333;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    font-size: 12px;
    padding: 7px 17px 6px 13px;
    border-left: 5px solid #FDA12B;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look{
    border-left: none;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look span {
    font-size: 12px;
    border-bottom: 1px solid #000000;
    padding: 0;
    padding-bottom: 7px;
    border-left: none;
    background: none;
    color: #101E44;
    opacity: 0.7;
}
#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}

.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #FF5B4A;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
}

.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #000;
    font-size: 34px !important;
    line-height: 41px !important;
    text-transform: capitalize !important;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

.single-our-services .post-single-content img {
    height: 500px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0;
}

/*-------------category inner page-------------*/

.inner-cat-post{
    margin: 0em 0em 3em;
}
#innerpage-box .inner-cat-post svg{
    position: absolute;
    top: 202px;
    left: 0;
  z-index: 999;
}

/*-------------shop inner page-------------*/

#innerpage-box .popular-product a {
    font-size: 15px;
    text-transform: uppercase;
}

#innerpage-box #recent-porduct .add-to-cart {
    background: none;
    margin: 7px 0;   
    padding: 0;
}

#innerpage-box .popular-product:hover .add-to-cart a:before{
        background-color: #FF5B4A;
}
#innerpage-box .popular-product:hover .total-product-title-wrap h6{
    color: #000;
}
#innerpage-box .popular-product:hover .product-image-thumb img{
          transform: scale(1.5);

}
#innerpage-box .product-image-thumb {  overflow: hidden;}

#innerpage-box .product-image-thumb img{
    width: 100%;
    height: 280px;
    transition: transform .5s ease;
}
#innerpage-box #recent-porduct {  box-shadow: 0px 1px 3px 3px #efefef;}
#innerpage-box #recent-porduct .price {}

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/
/* card section contact  */

/* ==== Contact Section ==== */



/* Grid */
#innerpage-box .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1024px) {
  #innerpage-box .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  #innerpage-box .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #innerpage-box .contact-grid {
    grid-template-columns: 1fr;
  }
}

#innerpage-box .contact-link {
  text-decoration: none;
}

/* Card base */
#innerpage-box .contact-card {
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media (max-width:1200px) {
    #innerpage-box .contact-card {
        padding: 24px;
    }
    
}
#innerpage-box .contact-card .icon-circle {
     margin-bottom: 2rem;
}

#innerpage-box .contact-section .contact-card  h3 {
  margin: 0;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1e1e1e;
    margin-bottom: 1rem;
}


#innerpage-box .contact-card .muted {
  font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #1e1e1e;
    opacity: 1;
}



#innerpage-box .contact-card .highlight {
  font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #1e1e1e;
}

#innerpage-box .contact-card .icon-circle svg{ width:76px; height:76px; }

#innerpage-box .contact-card .icon-circle svg .g{stroke:#C9A227;fill:none;stroke-linecap:round}
#innerpage-box .contact-card .icon-circle svg .min{stroke-width:1;opacity:.6}
#innerpage-box .contact-card .icon-circle svg .maj{stroke-width:3}
#innerpage-box .contact-card .icon-circle svg .h{stroke-width:5}
#innerpage-box .contact-card .icon-circle svg .m{stroke-width:3}
#innerpage-box .contact-card .icon-circle svg .s{stroke-width:1.5}

#innerpage-box .contact-card .icon-circle text{
fill:#C9A227;
font-size:14px;
text-anchor:middle;
dominant-baseline:middle;
}

#innerpage-box .contact-card .icon-circle .hand{
transform-origin:100px 100px;
}


/* ---------------end------------ */
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
}
#innerpage-box .peccular-contact-page-form{
    padding: 80px 0 0;
}
#innerpage-box .peccular-contact-page-form .row-eq-height{
    align-items: center;
}
/* --- Base --- */


#innerpage-box .contact-form-card {
  padding: 32px;
  margin-right: 7rem;
}
@media (max-width:1200px) {
    #innerpage-box .contact-form-card {
        margin-right: 0rem;
    }
}


#innerpage-box .form-heade h4.contact-t {
    font-size: 20px;
    font-weight: 700 !important;
    color: #020E1B;
}
#innerpage-box .form-heade p.section-title {
  margin: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #E8BF4A;
    font-weight: 700;
}
@media (max-width:428px) {
    #innerpage-box .form-heade p.section-title {
        font-size: 30px;
        line-height: 1.3;
    }
    #innerpage-box .contact-form-card {
    padding: 32px 0px;
    }
}

/* contact form 7 */



/* Wrapper */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Form Group */
#innerpage-box .form-group label {
  display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #0b0b0b;
    line-height: 1.5;
}


/* Inputs */

.form-textarea {
  height: auto;
  resize: none;
}


/* Submit Button */
.submit-btn {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background: #ff5a1f;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #e24e19;
}

/* CF7 Errors */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}



#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"]:focus,
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea:focus {
  /* border-color: #22d3ee !important;  */
  outline: none;
  box-shadow: 0 0 0 3px rgba(199, 199, 199, 0.5);
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"],
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
  line-height: 1.5;
    font-weight: 400 !important;
    margin: 0;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    border-radius: 0;
    border: none;
    background: #fff;
    color: #0b0b0b;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-bottom: 2rem;
  }
  #innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select option{
    color: #000000;
  } 
  #innerpage-box .peccular-contact-page-form label.select-contact-bott{
      margin-bottom: 1.5rem;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder,
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    opacity: 1;
    color: #444;
}


.pd-25 {
    padding: 0 25px;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}


#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
      height: 190px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 10px 15px 15px 22.5px;
}

#innerpage-box .peccular-contact-page-form label {
    width: 100%;
    position: relative;
    color: #364153;
    font-size: 14px;
}
.peccular-contact-page-form label span.label-name{
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 2px 7px 3px 13px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  right: 8px;
  top: 10px;
  border-radius: 2px;
}

.peccular-contact-page-form .wpcf7-spinner {
    position: absolute;
}


.peccular-contact-page-form input[type="submit"] {
    font-weight: 400 !important;
    line-height: 1.4;
    display: block;
    box-shadow: none;
    margin-bottom: 0;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding: 12px 1rem;
    height: auto;
    width: 100%;
    border-radius: 0px;
    background: #d4af37;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    transition: background 0.3s;

}
.peccular-contact-page-form input[type="submit"]:hover {
    background: #d4af37;
    opacity: 0.8;
}
#peccular-contactus-wrap .contactinner-block{
    transition: all 0.5s ease 0s;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit:after {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 41.7%;
    margin: 0;
    z-index: 99;
    bottom: 17px;
    width: 15px;
    height: 20px;
    background-image: url(../images/contact-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #FFFFFF;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit::before {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 39.5%;
    margin: 0;
    z-index: 99;
    bottom: 8px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px #00000012;
    border-radius: 2px;    
}


#peccular-contactus-wrap .contact-icon a:hover span{
    color: #FDA12B;
}

/* --------------------------- */
/* -----------contact page left side----------- */
/* ----------------------------------- */
/* 


/* ----------------------------------------------- */
/* ------------ visit location-------------------- */
/* ----------------------------------------------- */


/* ----------------------------------------------------------------- */
/* ----------------- Single Inner Page ----------------------------- */
/* ------------------------------------------------------------------- */


/*---------------------- End Services page ------------------------*/

/*-----------------------
## Gallery Inner Page
-----------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq-content button.accordion.active, button.accordion{
   background: #FF5B4A;
}

.contact_Form_BG {
    background: #4E5359;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.peccular-faq-page-form {
   padding: 41px 30px 36px 30px;
}
div#content-box .faq_Contact_block input[type="text"], div#content-box .faq_Contact_block input[type="email"], input[type="url"], div#content-box .faq_Contact_block input[type="password"], div#content-box .faq_Contact_block input[type="search"], div#content-box .faq_Contact_block input[type="number"], div#content-box .faq_Contact_block input[type="tel"], div#content-box .faq_Contact_block input[type="range"], div#content-box .faq_Contact_block input[type="date"], div#content-box .faq_Contact_block input[type="month"], div#content-box .faq_Contact_block input[type="week"], div#content-box .faq_Contact_block input[type="time"], div#content-box .faq_Contact_block input[type="datetime"], div#content-box .faq_Contact_block input[type="datetime-local"], div#content-box .faq_Contact_block input[type="color"] {    padding: 10px 8px;
    padding: 10px 8px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000 !important;
    font-size: 22px;
    padding-bottom: 12px;
    color: #000;
    font-weight: 400;
}
div#content-box .faq_Contact_block input::placeholder{
    opacity: 1;
    color: #fff;
}
div#content-box .faq_Contact_block textarea::placeholder{
    color:#fff;
}
div#content-box .faq_Contact_block p{
    color: #fff !important;
    margin-bottom: 25px;
}
div#content-box .faq_Contact_block input[type="submit"]{
    color: #fff;
    font-size: 22px;
    background: #FF5B4A;
    border-radius: 10px;
    padding: 11px 40px;
    letter-spacing: 0.5px;
    margin-top: 12px;
    font-weight: 500;
}
div#content-box .faq_Contact_block input[type="submit"]:hover {
color: #fff;
background: #FF5B4A;
}


div#content-box .faq_Contact_block h2 {
    font-size: 50px !important;
    color: #fff !important;
    font-family: sans-serif;
    font-weight: 500 !important;
    background: linear-gradient(to right,#000 7%,#5D8D2F 100%);
    margin: 0 !important;
    line-height: 95px;
    border-radius: 22px;
    margin-bottom: -20px !important;
    position: relative;
    padding-left: 40px !important;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
}
#innerpage-box div#content-box h3.faq-title:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 24px;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #9FC103;
    display: none;
}

#innerpage-box div#content-box .faq-content button.accordion h3.faq-title:before {
    content: "\f0d7 ";
    font-family: 'Fontawesome';
    color: #182333;
    display: block;
    transition: all 0.8s;
    transition: all 1s ease 0s;
    position: absolute;
    left: 100%;
}

#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f0d8 ";
    font-family: 'Fontawesome';
    color: #182333;
    display: block;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 99%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fafaf8;
}
#content-box .faq-content div.panel {
      max-height: 0;
      overflow: hidden;
      transition: 0.6s ease-in-out;
      opacity: 0;
      margin: 0 0 0px;
      border-radius: 0;
      border: 0;
    box-shadow: none;
}
#content-box .faq-content div.panel p{
    margin:0 0 0px;
}
#innerpage-box div#content-box h3.faq-title{
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.54px;
    color: #182333 ;
    margin: 0 !important;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    cursor: pointer;
    padding: 0;
    text-transform: capitalize;
}
#innerpage-box div#content-box button.accordion.active h3.faq-title{
        color: #182333!important;
}
#innerpage-box div#content-box h3.faq-title:after {
    display: none;
}
div#content-box .faq-content p {
font-size: 16px !important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 400 !important;
    color: #868586;
    line-height: 26px !important;
    opacity: 0.6;
}

.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}

#innerpage-box .peccular-faq-img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-faq-img:hover img {
    transform: scale(1.1) rotateZ(-3deg);
    -moz-transform: scale(1.1) rotateZ(-3deg);
    -webkit-transform: scale(1.1) rotateZ(-3deg);
    -o-transform: scale(1.1) rotateZ(-3deg);
}
#innerpage-box .peccular-faq-img {
    position: relative;
    overflow: hidden;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/


/* new */

#innerpage-box .testimonials_b {
  display: grid;
  margin-bottom: 5rem  ;
}

/*-----------------------
## End Testimonials page
-----------------------------*/

/*---------------------- End Project page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
#innerpage-box h1,
#innerpage-box h2,
#innerpage-box h3,
#innerpage-box h4,
#innerpage-box h5,
#innerpage-box h6,

.page-template-templates #innerpage-box h1,
.page-template-templates #innerpage-box h2,
.page-template-templates #innerpage-box h3,
.page-template-templates #innerpage-box h4,
.page-template-templates #innerpage-box h5,
.page-template-templates #innerpage-box h6,

.single #innerpage-box h1,
.single #innerpage-box h2,
.single #innerpage-box h3,
.single #innerpage-box h4,
.single #innerpage-box h5,
.single #innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    /* margin-bottom: 40px; */
    letter-spacing: 4px;
    /* padding: 0 10px; */
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    /* color: ; */
}
#innerpage-box h1{
    color: #0b0b0b;
    font-size: 55px;
    font-weight: 400;
}
#innerpage-box h2{
     color: #0b0b0b;
    font-size: 46px;
    font-weight: 400;
}
#innerpage-box h3{ 
    color: #0b0b0b;
    font-size: 38px;
    font-weight: 400;
}

#innerpage-box h4{
     color: #0b0b0b;
    font-size: 30px;
    font-weight: 400;
}
#innerpage-box h5{
     color: #0b0b0b;
    font-size: 26px;
    font-weight: 400;
}
#innerpage-box h6{
     color: #0b0b0b;
    font-size: 22px;
    font-weight: 400;
}
#innerpage-box p{
     color: #444;
    font-size: 18px;
    font-weight: 400;
     text-align: unset;
}
p{
    text-align: unset;
}

#innerpage-box p strong {
    color: #0b0b0b !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
    font-size: 40px;
    line-height: 1.4;
}
#innerpage-box p em {
    color: #00d3f3;
    font-style: italic;
    font-weight: 400 !important;
}
#innerpage-box div#content-box .entry-header h2 a{
    color: #fff;
    text-decoration: none;
    font-style: normal;
}
#innerpage-box li {
    font-size: 18px;
    color: #605F5F;
}
.entry-content {
    color: #fff !important;
    line-height: 30px;
}

/*// --------------Responsive css ----------------------------- */
@media only screen and (max-width:1024px){
#contact svg{  right: -274px;}
#contact .contactsvg2 svg{  right: -312px;}
#contact .peccular-contact-block{    padding-left: 0em;}
#contact .peccular-contact-phone-info a{  font-size: 23px; z-index: 1;
    position: relative;}
#contact .peccular-contact-phone-info{ width: 100%;}
#contact .peccular-contact-phone-icon{ top: -13px;}
#contact .peccular-contact-mailid-info a{ font-size:18px;}
#contact .peccular-contact-mailid-info{  width: 128%; right:0px;}
#contact .peccular-contact-mailid-icon{top: -11px;  left: 35px;}
#contact .peccular-contact-mailid {  margin: 3em 0em;}
#contact .peccular-contact-phone {  margin: 3em 0em;}
#contact .peccular-contact-address{ padding: 6px 0 122px 14px; }
#contact .peccular-contact-address-text{font-size: 16px;}
#blog .peccular-blog-single svg{    top: 220px;}
   .archive .inner_contentbox {
        padding: 3em 0em 2em;
    }
     #services .peccular-service-content h4 {
        margin-bottom: 15.8px;
    }
     #services .peccular-service-box .peccular-service-icon {
        margin-bottom: 45.24px;
    }
}

@media only screen and (max-width: 320px){
#contact svg {    right: -726px;}
#contact .contactsvg2 svg {  right: -750px;}
#contact { padding-bottom: 2em !important;}
#contact .peccular-contact-phone-info { right: 70px;}
#contact .peccular-contact-phone-info a {font-size: 21px;}
#contact .peccular-contact-phone-icon { top: -15px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-mailid-info a { font-size: 15px;}
#contact .peccular-contact-mailid-info { width: 69%; right: 35px;}
#contact .peccular-contact-mailid-icon { top: -17px;}
#contact .peccular-contact-address-text{    font-size: 12px; top: -21px;left: 14px;}
#team .peccular-team-content svg{    top: -60px;}
#testimonials .peccular-testimonial-block { padding-bottom: 0;}
#testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}

}

/*--------------Testimonials Responsiv css --------------------- */




@media screen and (min-width:319px) and (max-width: 425px){
    #banner .bannerLeftShape{
    -webkit-mask-image: none;

    }
#contact .peccular-section-head {
    z-index: 5;
}
.hero-style .buttondesign a.btn-look {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
}
.hero-style .buttondesign a.btn-look i {
    font-size: 12px;
    margin-top: 2px;
}
.sliderbtns {
    margin-top: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
}
#about .peccular-about-imgbox .border-upp-left{
    display: none;
}
#about .peccular-about-imgbox .border-upp-right{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-left{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-right{
    display: none;
}
/*Features res*/

 #features .peccular-features-icon {
    top: 30%;
    left: 49%!important;
}
#features .FeaBG_icon {
    height: 92px;
    width: 100%!important;
}
 #features .mid-image-bx img {
    height: 430px;
    width: 100%;
}
/*Banner*/
#banner .banner_mainTitle {
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 5%;
    width: 330px;
    top: 9%;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 15px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 11px 25px 11px 25px;
    margin-left: 30%;
}
#banner .banner-icn i {
    font-size: 35px;
}
#banner .banner-icn {
    width: 45px;
    height: 45px;
}
#banner .banner-section-area-text h3 {
    font-size: 28px;
    line-height: 50px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 313px;
}
 #banner .banner-section-area-text {
    padding: 0 0 5px 0px;
}

/*Project res*/
 #project .peccular-project-leafimgboxshape1 {
    margin-left: 40px;
    margin-top: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
}
 #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 7%;
    top: 55px;
    width: 100px;
    height: 100px;
}
/*Contact sec res*/
#contact .contact-padd {
    position: initial;
}
/*Team sec res*/

#team .peccular-team-content2 svg {
    position: relative;
    top: -120px!important;
    z-index: 1;
}
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
}

#team .team_Border_svg {
    position: relative;
    top: -67px!important;
    z-index: 1;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
.single-footer-1 {
    position: relative;
    top: 0;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox:after{
    display: none;
}

#counter h4.peccular-counter-title {
    margin-bottom: 20px;
}

#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    /* margin: 0em 20px; */
    padding: 0 10px;
}

 #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
#testimonials .peccular-testimonials-content i{right: -62px;}

#testimonials .owl-nav .owl-next{    right: 12px;}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}
}
@media screen and (min-width: 1024px) and (max-width: 1200px){

/*Contact Info Res    */
 #contactinfo .peccular-section-head h2 {
    font-size: 30px;
    line-height: 30px;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 25px;
}
#contact .peccular-contacti-area .c_i_icon i {
    font-size: 30px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 30px;
}
#contact .peccular-contact-block p.peccular-form-text {
    text-align: unset;
}
/*story res*/

#story .story-sec-border {
    top: 4%;
    bottom: 4%;
}
 #story .story-bg {
    outline-offset: -13px;
}

/*About res*/

#about .peccular-section-subtext {
    font-size: 21px;
    line-height: 25px;
}
#about h3.list_heading {
    font-size: 25px;
}

/* testimonials Res */
#testimonials .peccular-testimonials-image img {
    width: 85px;
    height: 85px;
}
#testimonials .peccular-testimonials-image {
    width: 85px;
    height: 85px;
}

/* Services Res */
 #services .peccular-section-head {
    text-align: left;
}

/*Team Res*/

#team .top_icon1 i.fa.fa-envira,#team .top_icon2 i.fa.fa-envira,#team .top_icon3 i.fa.fa-leaf {
    font-size: 18px;
    font-weight: 600;
    color: #83ab29;
}
.top_icon1 {
    position: absolute;
    top: -23px;
    left: -29px;
}
.top_icon2 {
    position: absolute;
    top: -36px;
    left: -8px;
}
.top_icon3 {
    position: absolute;
    top: -24px;
    left: 13px;
}
#team .border_circle {
    height: 25px;
    width: 25px;
}
#team .Team_details {
    bottom: -21px;
}
#team .team_Border_svg {
    top: -75px;
}
#team .peccular-team-content2 svg {
    top: -139px;
}
#team h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#team h6.peccular-team-designation {
    font-size: 18px;
    margin-bottom: 2px;
}
#team .bottom_icon3 {
  bottom: 23px;
    right: -1px;
    z-index: 2;
}
#team .bottom_icon2 {
    bottom: 54px;
    right: -31px;
    z-index: 1;
}
#team .bottom_icon1 i.fa.fa-envira,#team .bottom_icon2 i.fa.fa-envira,#team .bottom_icon3 i.fa.fa-envira,#team .bottom_icon4 i.fa.fa-envira {
    font-size: 28px;
}
#team .bottom_icon4 {
    bottom: 10px;
    right: -31px;
}
#team .peccular-team-social-icon {
    width: 30px;
    line-height: 28px;
    top: 0px;
    right: 6px;
    padding: 10px 0;
}
#team .peccular-team-social-icon i {
    font-size: 18px;
    padding: 4px 2px;
}
#team {
    padding-bottom: 3em!important;
}

/*footer*/
.footer-area .single-footer-4 .widget-title:before {
    left: 5px;
}

.footer-area .social-profile-icons ul li {
    padding-right: 8px;
    font-size: 15px;
    margin: 0 5px 0px 0;
}
/**********/
    .hero-style .slide-btns-2 a.ReadMore{
      padding: 12px 15px;
    }
    .hero-style .slide-btns-1 a.ReadMore{
         padding: 12px 15px;
    }
    
 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -65%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .peccular-contact_img_area .c-img-right1 {
    left: 3em;
}
#testimonials .peccular-testimonials-image i {
    right: -70px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
    /*//services responsive*/
 #services .peccular-service-box:hover .peccular-service-content .peccular-service-btn a {
    padding: 0px 25px;
}
 #services .peccular-service-content i {
    font-size: 19px;
}
 #services .peccular-service-content h4 a, #services .peccular-service-hover-content h4 a {
    font-size: 18px;
}
 #services .peccular-service-contenttext {
    margin-top: 6px;
    margin-bottom: 10px;
}
/*//services end responsive*/
    .footer-area .single-footer-4 .widget-title {
    width: 170px;
}
#about .peccular-about-imgbox .border-upp-left {
    height: 65px;
    width: 65px;
    margin-left: 40px;
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-upp-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    margin-right: 40px;
    /* top: 15px; */
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-dwn-left {
    height: 65px;
    width: 65px;
    /* left: 3em; */
    /* bottom: 120px; */
    margin-left: 35px;
    margin-bottom: 117px;
}
#about .peccular-about-imgbox .border-dwn-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    /* bottom: 120px; */
    margin-right: 40px;
    margin-bottom: 117px;
}
    #innerpage-box .inner-blog-excerpt {
    padding-right: 0em;
    margin-bottom: 10px;
}

#peccular-contactus-wrap .contact_info_area a {
    font-size: 18px;
    color: #fff;
}
#peccular-contactus-wrap .contact_info_area {
    font-size: 17px;
}
#peccular-contactus-wrap .contact_l_area {
    font-size: 16px;
}

#innerpage-box .peccular-team-single .team_Border_svg {
    top: -106px;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    top: -139px;
}

 #innerpage-box .peccular-project-single .img_overlayColored{
        height: 313px;
        width: 220px;
    }
#innerpage-box .peccular-project-single:hover .img_overlayColored {
    transform: rotate(10deg);
    transition: all 0.5s ease;
    width: 230px;
    top: 18px;
    right: 7px;
    height: 327px;
}
#innerpage-box .peccular-project-single:after {
    font-size: 35px;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyT {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyB {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-content h4 a {
    font-size: 17px;
}
    .maintop-header .header-shopbtn {
    border-radius: 10PX;
    padding: 5px 17px;
    line-height: 30px;
    font-size: 17px;
}



.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    position: relative;
    left: 0em;
    margin-right: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig {
    margin-left: 2px;
}
.hero-style .slide-btns-1 a.ReadMore {
    padding: 10px 10px;
}
.hero-style .slide-btns-2 a.ReadMore {
    padding: 10px 10px;
}
.maintop-header .head-Phone-contact span {
    font-size: 18px;
    margin-right: 10px;
}
.maintop-header .head-Phone-contact a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    margin-right: 15px;
    font-size: 25px;
    top: 2px;
}

#counter h4.peccular-counter-title {
  font-size: 17px;
    padding: 0;
}
#counter .peccular-counter-num.count {
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    top: 2px;
}
#counter .peccular-counter-icon span {
    font-size: 25px;
}
#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -26%;
    margin-top: 0px;
    margin-bottom: -49px;
    height: 510px;
    width: 320px;
/*    display: none;*/
}
#contact .contactLeftBGBlur_image {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 107% 0%, 81% 100%, 0 100%);
}

#contact .peccular-contact_img_area .c-img-right1 {
    left: 2em;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 85.95px;
    height: 80.91px;
}

#contact .contact_left_BGoverlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 107% 0%, 79% 100%, 0 100%);
}

#banner .banner_mainTitle h2 {
    font-size: 38px;
    margin-bottom: 10px;
}
#banner .banner_mainTitle p {
    font-size: 25px;
    line-height: 30px;
}
#banner .banner-icn {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
#banner .banner-icn i {
    font-size: 55px;
}
 #banner .banner-section-area-text {
    padding: 16px 18px 5px 18px;
}
#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 66px;
    margin-left: 19px;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 22px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 10px 35px 10px 35px;
    margin-left: 17%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 441px;
}
#banner .boxshape1 {
    bottom: -220px;
    left: -190px;
    z-index: 8;
    width: 66%;
    height: 632px;
}
#banner .boxshape2 {
    bottom: -163px;
    left: -195px;
    width: 62%;
    height: 498px;
}
#banner .boxshape3 {
    bottom: -79px;
    left: -95px;
    width: 46%;
    height: 354px;
}
#banner .banner_phn_No {
    margin-top: -22px;
}
/* #innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
    width: 33% !important;
} */
#project .peccular-project-b .peccular-project-single{
    min-height: auto !important;
}


}
@media screen and (min-width:320px) and (max-width: 1024px){
   
    #blog .peccular-box-area-S {
    margin: 0 0px;
}
#blog p {
    padding-right: 0em;

}
.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 !important;
}
} 
@media only screen and (max-width:768px){
        #contact .contact-padd {
    padding-right: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
}
    
    #slider .slide_bg{
        background: none;
    }
    .slider-area .slidershape1{
    -webkit-mask-image: none;
    
    }
#innerpage-box .peccular-team-single .team_Border_svg {
    top: -96px!important;
}
                #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:after, .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(even) .peccular-testimonials-single:after{
        display: none;
    }

#innerpage-box .peccular-testimonials-content p {
    font-size: 13px !important;
    line-height: 20px !important;
}
#innerpage-box .peccular-testimonials-single:hover {
    background: none;
}
.fallingeffect {
    display: none;
}
.hero-slider .swiper-button-prev:before,.hero-slider .swiper-button-next:before {
    font-size: 28px;
}

.hero-style .slide-btns-1 a.ReadMore,.hero-style .slide-btns-2 a.ReadMore {
    padding: 8px 8px;
    font-size: 12px;
}

.wp-block-search__inside-wrapper {
    display: block !important;
}
.widget-area button.wp-block-search__button {
    width: 100%;
    margin: 0;
}
/*Contact Info res 768px*/
#contactinfo .peccular-contactinfo-button {
    padding: 10px;
    text-align: center;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 8px 11px;
    font-size: 17px;
    line-height: 20px;
}
 #contactinfo .peccular-section-head h2 {
    font-size: 22px;
    line-height: 30px;
}
/*About res*/
    


.peccular-section-head h2:before,
.peccular-section-head h2:after {
    height: 25px;
    width: 25px;
}
/*Features Res*/
div#feature {
    padding: 4em 0 3em !important;
}

#call .call-content-area h2 {
    font-size: 53px;
    line-height: 70px;
    margin-top: 50px;
}

#call .call-content-area h3 {
    font-size: 25px;
    line-height: 55px;
}

#call .call-content-area p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 35px;
}

.call-share-btn ul li:first-child {
    font-size: 15px;
    line-height: 20px;
}

.call-share-btn ul li a {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    line-height: 26px;
}
    #call .call-bottom-bg {
        top: 65% !important;
    }
#call .phone-area .label-phone svg {
    width: 25px;
}
#call .phone-area .label-phone {
    padding: 6px 19px 6px;
    font-size: 12px;
    line-height: 18px;
}

#call .phone-area .num-phone a {
    font-size: 22px;
    line-height: 32px;
}
#feature h4.peccular-feature-title {
    font-size: 16px;
    line-height: 20px;
}
#feature p.peccular-feature-text {
    font-size: 12px;
    line-height: 20px;
}
#features .FeaBG_icon img {
    height: 100px;
    width: 90px;
    transition: all 0.8s;
}
 #features h4.peccular-features-title {
    font-size: 17px;
    padding: 0;
    margin: 17px 0 8px 0;
    line-height: 24px;
    margin-left: 18px;
}
 #features p.inner-area-text {
    font-size: 13px;
    line-height: 20px;
    margin-left: 17px;
}
 #features h4.peccular-features-title:before {
    font-size: 24px;
    top: 5px;
    margin-right: 0px;
}


#steps {
    padding-top: 4em !important;
    padding-bottom: 2em !important;
}
/*Banner res*/

#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
}
#banner .banner_mainTitle p {
    font-size: 18px;
    line-height: 28px;
}
    div#project {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
/*Contact section res*/
#contact .peccular-contacti-area .c_i_title {
    font-size: 17px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    font-size: 13px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_icon i {
        font-size: 20px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 17px;
}
#contact .peccular-contact-block h2 {
    font-size: 25px;
    line-height: 27px;
}
#contact .peccular-contact-member-wrap input[type="text"], #contact .peccular-contact-member-wrap input[type="email"], #contact .peccular-contact-member-wrap input[type="url"], #contact .peccular-contact-member-wrap input[type="password"], #contact .peccular-contact-member-wrap input[type="search"], #contact .peccular-contact-member-wrap input[type="number"], #contact .peccular-contact-member-wrap input[type="tel"], #contact .peccular-contact-member-wrap input[type="range"], #contact .peccular-contact-member-wrap input[type="date"], #contact .peccular-contact-member-wrap input[type="month"], #contact .peccular-contact-member-wrap input[type="week"], #contact .peccular-contact-member-wrap input[type="time"], #contact .peccular-contact-member-wrap input[type="datetime"], #contact .peccular-contact-member-wrap input[type="datetime-local"], #contact .peccular-contact-member-wrap input[type="color"], #contact .peccular-contact-member-wrap input[type="file"], #contact .peccular-contact-member-wrap textarea {
    font-size: 15px;
    
}
#contact .peccular-contact-member-wrap textarea {
   width: 100%;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
}
#contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .peccular-contacti-area {
    padding: 18px 5px;
}

/*Team res*/
#team .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -50px !important;
    position: absolute;
    right: 85px;
}
#team .peccular-team-content2 svg {
    position: relative;
    top: -95px;
    z-index: 1;
}
#team .team_Border_svg {
    position: relative;
    top: -54px;
    z-index: 1;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 18px;
    padding: 4px 2px;
    transition: .9s ease;
}
.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    top: 0;
}
/*testrimonial res*/
#testimonials .peccular-section-head h3 {
    font-size: 21px;
    line-height: 26px;
}
.peccular-section-head {
    margin-top: 1em;
}

/*Footer res*/

.navigation .mainmenu li.current_page_item a, .current_page_item > a {
    background: none;
    color: #fdb405 ;
}
.footer-area .current_page_item > a {
    background: none;
}


/**********/
.maintop-header .Head-top-cont {
    line-height: 10px;
    margin-top: 11px;
}
#newsletter .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
    #testimonials .peccular-section-head h2{padding:0;}
  

#sync1 .test-image img {
    width: 65px !important;
    height: 65px;
    outline-offset: 5px;
}

 


#faq-section .faq-content button.accordion, #innerpage-box .faq-content button.accordion {
    padding: 14px 35px 14px 19px;
}

#faq-section .faq-content button.accordion h3.faq-title:before, #innerpage-box .faq-content button.accordion h3.faq-title:before {
    left: 102%;
}
section#faqcontact {
    padding-bottom: 1em !important;
    padding-top: 2em !important;
}


/*//blog page*/
    #innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
        padding: 10px 10px;
    }
    .inner-blog-post {
    margin: 0em 0px 10px;
    padding: 0 10px;
}
    #innerpage-box .peccular-blog-comment span, #innerpage-box .peccular-blog-date span {
        font-size: 13px;
    }
    #innerpage-box .peccular-blog-date i {
        font-size: 14px;
    }
    #innerpage-box .peccular-blog-comment_box {
        padding: 0px 0px 0px 10px;
    }
    #innerpage-box .peccular-blog-comment i {
        font-size: 14px;
    }
    #innerpage-box .blog-page-btn {
    font-size: 16px;
    padding: 10px 0px;
    }
/*    //contact page*/
    #peccular-contactus-wrap .conntact_top_area {
        padding: 3em 3em 9em;
    }
    .page-template-templates #innerpage-box .conntact_infobox_heading h2 {
        font-size: 30px;
        margin-bottom: 2em;
    }
/*    //page*/
    #innerpage-box blockquote p {
    text-align: left;
}
.innerpage-whitebox {
    padding: 0em 1em 0em 1em !important;
}
#story .story-sec-border {
    left: 2%;
    right: 2%;
    top: 3.5%;
    bottom: 3.5%;
}
#pricing {
        padding: 2em 0 2em !important;
}

header.site-header .peccular-head-btn .head-btn a {
    padding: 8.67px 15.61px 8.33px 15.39px;
}


}
@media screen and (min-width:320px) and (max-width: 767px){
    #testimonials .test-mrg{padding: 0 10px;}
    #contact {
        padding-top: 2em !important;
    }
}
@media screen and (min-width:320px) and (max-width: 640px){

    #testimonials .testimonials_carea {
        width: 100%;
        margin:0;
    }
    #testimonials .peccular_testimonial_eme_area {
        bottom: 0;
        position: relative;
        left: 0em;
        width: 100%;
        margin: 1em 0;
    }
    header.site-header .head-Phone-contact {
        padding: 8px 0;
            margin-bottom: 10px;
    }

     
    
     

     div#project {
        padding-top: 3em !important;
    }

    .peccular-project-area .peccular-project-b:nth-child(1), .peccular-project-area .peccular-project-b:nth-child(3) {
         top: 0; 
    }

    div#project .peccular-project-b {
        margin-bottom: 15px;
    }

    .peccular-project-area {
        margin-bottom: 30px;
    }

    .peccular-project-area .peccular-project-b:nth-child(6) {
        position: relative;
        right: 0;
        top: 0;
    }

    .peccular-project-area .peccular-project-b:nth-child(5) {
        position: relative;
        left: 0;
        top: 0;
    }

    #contact .peccular-contact_img_area {
        display: none;
    }

    #testimonials {
        padding-top: 3em !important;
    }

     div#features .peccular-features-area {
        top: -3em;
    }
     div#services {
        margin-top: 0em;
    }
    #blog .peccular-blog-comment_box {
        text-align: center;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: auto !important;
    }

    .w3 {
        width: 10%;
    }

    .w7 {
         width: 89%;
    }

    #blog {
        padding-top: 4em !important;
    }

  
    .hero-style .slide-btns-1 a.ReadMore, .hero-style .slide-btns-2 a.ReadMore {
      padding: 1px 5px;
    }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -78%;
        top: 5%;
         font-size: 17px;
        }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
        right: 2%;
        bottom: 5%;
        font-size: 17px;
        }
        #content-box .socialMedia {
            float: left;
        }
        .innerpage-whitebox {
        padding: 0em 0em 0em 0em !important;
    }
    .search .innerpage-whitebox {
        padding: 0em 1em 0em 1em !important;
    }
     .search article.product {
        display: block;
        min-width: 100%;
     }
}


@media only screen and (max-width:375px){
    #story .story-sec-border {
        left: 4%;
        right: 4%;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -58%;
    }

}

@media only screen and (max-width:320px){}

@media screen and (min-width:320px) and (max-width: 425px){

    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -158px;  position: relative;}

   .testimonials_b {
        padding: 0;
    }

    #content-box .blog-info-area .blog-infos {
    margin: 0;
    }
    #innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
        padding-left: 0;
    }
}

/*// --------------Procduct cat Responsiv css ----------------------------- */
@media only screen and (max-width: 1400px){
    svg#Layer_1 {  top: -359px !important; }
}

@media screen and (min-width:1024px) and (max-width:1199px){
      #catproduct-section .pro-cat-content svg{ width: 218px !important;}
}
@media screen and (min-width:3px) and (max-width:999px){
        #catproduct-section .pro-cat-content svg{ display: none;}
}
  
@media only screen and (max-width: 1024px){

    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{ width:100% !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-content{margin-left: 13px;}  
    .slider-area .slide-inner svg{left: -185px;}
    .slider-area .slide-inner .slidersvg2 svg{left: -222px;}
    #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
    #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
    #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
    #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
    .hero-style .slide-title h3.subtitle1 {font-size: 52px!important;     width: 80%;    margin-left: 10%;}
	.hero-style .slide-title h3.subtitle1 span {    font-size: 52px!important;}
    .slider-im {    top: 50%;    left: 50%;    transform: translate(-50%, 0%);    width: 42%;}
    #slider .swiper-slide .image-container {top: 50%;    left: 50%;    transform: translate(-42%, -15%);}
    #slider .swiper-slide .image-container img {    width: 83%;    height: 100%;}
    #slider .peccular-slider-b h4.peccular-slider-title {    font-size: 15px;}
    #slider .owl-carousel .owl-item img {    width: 25px;    height: 25px;}
}

@media only screen and (max-width: 768px){
    .hero-style .slide-btns-1{     font-size: 14px;
    padding: 0 !important;}
    .hero-style .slide-btns-2{    font-size: 16px;padding: 12px 22px !important;}   
    .slider-area .slide-inner .slidersvg2 svg {  left: -339px;}
    .slider-area .slide-inner svg { left: -307px;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
    #team .peccular-team-content svg{  top: -64px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;}
    #contact svg{  right: -446px;}
    #contact .contactsvg2 svg{  right: -487px;}
    #contact .peccular-contact-phone-info a { font-size:17px;}
    #contact .peccular-contact-phone-info { width: 111%; }
    #contact .peccular-contact-mailid-info a { font-size: 14px;}
    #contact .peccular-contact-mailid-info { width:135%;}
    #contact .peccular-contact-address {  padding: 10px 7px 140px 0px;}
    #contact { padding-bottom: 2em !important;}
    #contact .contact-bg { position: absolute; top: -57px;}
    #contact .peccular-contact-mailid {  margin: 1em 0em;}
    #contact .peccular-contact-phone {  margin: 1em 0em;}
    #contact .peccular-contact-mailid-icon{top: -10px;
    left: 30px;width: 57px;  height: 57px;}
    .page-main-header2{ top: 0 !important; }
     #innerpage-box .ht-blog-thumbnail svg{    top: 1px;    z-index: 0;}
     .inner-blogpost-info{    top: -30px;}
     #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
     #peccular-contactus-wrap .contactinner-block{ padding: 12px; }
     #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
     #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
   
}
@media screen and (max-width: 767px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 7em !important;}
}
@media only screen and (max-width:425px){
#catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}
    #catproduct-section .pro-cat-img{ width: 100% !important; }
    .slider-area .slide-inner .slidersvg2 svg { display: none;}
    .slider-area .slide-inner svg { display: none;}
    .hero-style .slide-title h2 span,.hero-style .slide-text p{color: #fff !important;}
    #slider {  padding-bottom: 0 !important;}
   #contact .contact-padd { left: 0px;}
   #contact .peccular-contact-phone-info { width: 100%; right: 0;}
   #contact .peccular-contact-mailid-info {  width: 100%; left: 0px;
    text-align: center;}
    #contact .peccular-contact-mailid-icon { top: -9px;left: -34px;width: 57px; height: 57px;
    position: relative; z-index: 5; border-radius: 22%; }
#contact .peccular-contact-phone { margin: 1em 0em; position: relative; bottom: -27px;}
#contact .contactsvg2 svg { right: -657px;}
#contact svg {  right: -617px;}
#contact .peccular-contact-member-wrap i.fa.fa-user{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-envelope-o{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-unlock-alt{top: 0;}
#contact .peccular-contact-address-text { font-size: 16px; padding: 0 18px 0 0;
    text-align: right;  position: relative; top: -21px;}
#contact .peccular-contact-address-icon {text-align: left; padding: 0 0 0 24px;}
#contact .peccular-contact-member-wrap span.wpcf7-form-control-wrap {
    position: relative;  left: 0px;  top: -1px;}
#contact .peccular-contact-phone-icon{    border-radius: 22%;    left: 0;     width: 55px;
    height: 55px;
    top: -50px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-phone-info a { font-size: 23px;}
#blog .peccular-blog-single svg { top: 201px;     z-index: 0;}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{right: 0;}
 #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
 .inner-blogpost-info{    top: -30px;}


}
@media screen and (min-width:320px) and (max-width:375px){

    .sliderbtns {  margin-top: 0em;}
    
    
}

@media only screen and (max-width:375px){


    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 6em !important;}
}
@media only screen and (max-width:320px){
    #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
    #team .peccular-team-content svg { top: -60px;}
    #story .story-sec-border {
        left: 5%;
        right: 5%;
    }
    #about .peccular-about-video {
        height: 155px;
    }
    #about .peccular-about-video i {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 9px;
    }
}
@media only screen and (max-width:600px){

.product {
    display: block !important;
    grid-template-columns: auto !important;
    grid-template-rows: inherit !important;
    min-width: inherit !important;
}
}

/* --------------why choose us Responsiv css end ----------------------- */
@media screen and (min-width: 320px) and (max-width: 425px){
#whychooseus .peccular-whychooseus-imgbox{   padding: 18px 0px 0 0;}
}
@media screen and (min-width: 320px) and (max-width: 575px){
#whychooseus .peccular-whychooseus-area{  padding: 0 40px;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{    width:35% !important;}
}
@media screen and (min-width: 320px) and (max-width: 375px){


#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{     margin-bottom: 15px;   width: 25%;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-text{    margin: 15px 0 26px;}
}

/*---------------------------------------------------------------------*/


@media only screen and (max-width:320px){
      #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
      #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -38%;
        top: 3%;
    }
}


/* ------------------------------------------- */


@media screen and (min-width:993px) and (max-width: 1199px){
    .maintop-header ul li{margin-left: 0em;}
}

@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-5{left: 30px; top: -8px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    #innerpage-box .peccular-testimonials-image{    text-align: center;}
    #innerpage-box .peccular-testimonials-identity {    left: 0;   text-align: center;}
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .single-footer-5{    padding: 38px 0em 2em 10px;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
    .footer-area .single-footer-5{ width: 25%;   padding: 38px 0em 2em 13px;}
}




@media screen and (min-width:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }
}




@media screen and (min-width:320px) and (max-width: 557px){
    .maintop-header ul li{ float: none; margin-left: 0em; margin-right: 10px; text-align: center;}
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description, .single .ht-site-description{ text-align: center; }
    .maintop-header .header-shopbtn{    padding: 5px 20px; font-size: 14px;}
}
@media screen and (min-width: 320px) and (max-width: 387px){
.maintop-header .header-shopbtn { padding: 0px 12px !important;font-size: 11px !important;}
.maintop-header ul li a {    font-size: 14px;}
.maintop-header ul li i.fa-phone { margin-right: 7px; font-size: 20px;}
.maintop-header ul li i.fa-shopping-cart { font-size: 25px; padding: 10px 14px 0 0px;}

}
@media screen and (min-width: 320px) and (max-width: 425px){

     #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
#contact .peccular-section-head h2 {
    font-size: 30px;
}
 #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
    margin-left: 29px;
    margin-top: 4px;
    height: 30px;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
    height: 620px;
}

 #project .peccular-project-leafimgboxshape1 {
    margin-left: 17px;
    margin-top: 0px;
    position: absolute;
    width: 140px;
}
 #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 5%;
    top: 40px;
    width: 90px;
}
    #banner .banner_mainTitle {
       left: 10px;
    width: 359px;
    top: 10%;
    text-align: center;
}
     #features .peccular-features-icon {
    top: 34%;
    left: 46%;
}
#banner .banner_mainTitle p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#banner .banner-icn i {
    font-size: 40px;
}
#banner .banner-icn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 21px;
    margin-bottom: 15px;
    text-align: center;
}
 #banner .banner-section-area-text {
    padding: 0px 10px 5px 10px;
}
#banner .banner-section-area-text h3 {
    font-size: 30px;
    line-height: 23px;
    border-left: none;
    margin-left: 10px;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 18px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 12px 15px 12px 15px;
    margin-left: 30%;
}
#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
#features .FeaBG_icon {
    height: 100%;
    width: 100%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 318px;
}
#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

 #features .mid-image-bx img {
    height: 470px;
    width: 100%;
}
 #features .peccular-features-single {
    TEXT-ALIGN: center;
}
 #features p.inner-area-text {
    text-align: center;
}
 #features .peccular-section-head {
    margin-bottom: 15px;
    margin-top: 2em;
}
    #counter .peccular-counter-single{border: none;}
.maintop-header ul li .total-count{    top: 22px;}
}

@media screen and (min-width: 320px) and (max-width: 425px){


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{right: 0 !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
  .page-main-header2 .image-icon {
    width: 20em !important; 
       top: 45%;
}
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){

    .top-bar-head .header-bottom-border { bottom: 0px;}
}

@media screen and (min-width:425px) and (max-width: 768px){

    #testimonials .peccular-testimonials-image img {
    width: 100px;
    height: 100px;
    left: 2.5em;
}
#testimonials .test_content {
    position: relative;
    top: 0;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 15px;
    margin: 0 0 5px;
}
#testimonials .peccular-testimonials-image {
    padding: 0 0 0 0px;
    width: 160px;
    padding-top: 0;
    top: 1em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    margin-bottom: 0em;
}
}
@media screen and (min-width:320px) and (max-width: 768px){


    #contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .contact_left_BGoverlay {
    clip-path: none;
}

}


@media screen and (min-width:320px) and (max-width: 690px){
    .slider-inner-box{padding: 4em 5em 2em;}
}

@media screen and (min-width:320px) and (max-width: 425px){
    .slider-inner-mainbox:before{    top: 42px;left: 18px;}
    .slider-inner-mainbox:after{    left: 41px;}
    .slider-inner-box {  padding: 4em 3em 2em;}
    .hero-style .slide-btns-2 a.ReadMore{    font-size: 16px;    padding: 0;
    left: 10%;
     padding: 7px 24px;}
}
@media only screen and (max-width:320px){
    .slider-inner-box {  padding: 3em 1em 2em;}
    .slider-inner-mainbox:before{      top: 26px;left: 9px;}
    .slider-inner-mainbox:after{    left: 25px;     top: 9px;}
}
@media only screen and (max-width: 1200px){ 
    #services .owl-carousel .owl-nav button.owl-next:before,
    #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    #innerpage-box .peccular-testimonials-image img {
    }
}
@media only screen and (max-width: 992px){ 
    #contact .peccular-contact-block {
        margin-top: 1em;
    }
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    
    .slider-inner-box {
        top: 55%;
    }
    div#team .owl-theme .owl-nav {display: none;}
   
}

@media only screen and (max-width: 767px){
    #features .peccular-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    #features .peccular-features-icon span {
            width: 30px;
            height: 30px;
        }
        #steps .peccular-steps-b:after {
        left: 58px;
    }
    #newsletter .peccular-newsletter-member-wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 640px){ 


  #whychooseus .peccular-whychooseus-img{
    padding-right: 2em;
}
.peccular-whychooseus-overlay-dark {
    display: none;
}

#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}

#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    margin-top: 0em;
    margin-bottom: 0em;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
#features .peccular-features-b:nth-child(3),#features .peccular-features-b.right-side:nth-child(3){
        margin-left: 0;
}
#steps .peccular-steps-b:after {display: none;}
div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}
    #innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
        width: 100% !important;
    }
}
@media only screen and (max-width: 375px){

    .slider-inner-box {  width: 315px;    }
}
@media only screen and (max-width: 320px){
    #banner .banner_mainTitle {
    width: 300px;
    }
}
    .slider-inner-box {   width: 310px;  }