 /*----------------------------------------*/
/* 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: 99999;
    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: 6px 0 6px;
    background: #0c0c0c;
    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 .top-design {
    top: 4px;
    position: relative;
}
/*.top-bar-header .header-contact {
    margin-top: 6px;
}*/
.top-bar-header .top-design span{
    font-size: 16px;
    color: #d1d5dc;
    font-family: system-ui;
    font-weight: 400 !important;
    letter-spacing: 0;
}
.top-bar-header .top-design svg{
height: 20px;
    width: 16px;
    color: #fff;
    margin-right: 7px;
    top: -1px;
    position: relative;
}
/*.top-bar-header .top-design svg path{
fill: #fff;
}*/
.top-bar-header ul li.top-design a{
    font-size: 0.875rem;
    line-height: 25px;
    color: #d1d5dc;
    font-weight: 400 !important;
    letter-spacing: 0;
    font-family: system-ui;
}
.top-bar-header ul li.top-design svg{
    height: 20px;
    width: 17px;
    position: relative;
    margin-right: 6px;
    margin-top: -2px;
}
.top-bar-header ul li.top-design svg path,.top-bar-header ul li.top-design svg rect {
    stroke: #e63946;
}
.top-bar-header ul li.top-design p.phone_label{
    display: inline-block;
    font-size: 16px;
    color: #d1d5dc;
    font-family: system-ui;
    font-weight: 400 !important;
}
.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: 30px;
        margin-top: 8px;
}

.top-bar-header ul li.top-design a svg {
    margin-right: 6px;
}


.top-bar-header ul li.top-design a:hover{
    color: #FF5B4A;
}

.top-bar-header ul li.top-design i {
    margin-right: 10px;
    color: #FFC000;
    font-size: 20px;
}

.site-header .socials {text-align: right;}

.site-header .socials ul li {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background: #1e2939;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 6px;
        margin-left: 10px;
}
.site-header .socials ul li:hover{
    background: #e63946;
        transform: scale(1.15);
    transition: transform 0.3s ease;
}
.site-header .socials ul li a svg{
        height: 18px;
    width: 18px;
} 
.site-header .socials ul li a svg path,.site-header .socials ul li a svg rect,.site-header .socials ul li a svg circle{
        stroke: #d1d5dc;
}
.top-bar-header .socials .share-btn ul li a i {
font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    /* border: 1px solid #4F5F65; */
    /* background: #002434; */
    /* width: 38px; */
    /* height: 35px; */
    line-height: 25px;
    margin-right: 24px;
    position: relative;
    overflow: hidden;

}

.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:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5B4A;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;

}*/
/*.top-bar-header .socials .share-btn ul li a i:hover:after {
    bottom: 0;
}*/
.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;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
}

.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;
    
}
.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;
}


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-btn {
margin: 22px 0 22px;
    position: relative;
    overflow: visible;
    padding: 0 3px 0 0;
}
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;
}
header.site-header .buttondesign a.btn-look:hover{
        transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

header.site-header .buttondesign a.btn-look {
    padding: 13px 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    background: #e63946;
}
header.site-header .buttondesign a.btn-look:hover{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header.site-header .buttondesign a.btn-look span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400 !important;
    letter-spacing: 0;
}
header.site-header .buttondesign a.btn-look svg{
    height: 17px;
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: 0;
}
header.site-header .buttondesign a.btn-look svg path{
stroke: #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;
}

.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.site-header {
    background: #fff;
    opacity: 1;
}
.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: #e63946;
}

.navigation .mainmenu li a  {
    color: #0c0c0c;
}
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: #0c0c0c;
 }
 .header.site-header ul.sub-menu ul li a {
    color: #0c0c0c;
}

.menu-click i{
    color: #783afd;
 }

header.site-header .maintop-header {
    left: 50px;
    position: relative;
}
.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 {
    background:none !important;
        color: #fff;
  }
.header.site-header ul.sub-menu li a:before {
    color:#FF5B4A;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
}
.navigation .mainmenu ul.sub-menu li:last-child{border-bottom:none !important;}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    margin-bottom: 0;
/*    box-shadow: 0px 5px 30px #aaa;*/
}
/*.navigation .mainmenu li:hover ul.sub-menu li:hover {
        background-color: #1E2452;
}*/
/*.navigation .mainmenu li.current_page_item:hover ul.sub-menu li:hover, .navigation .mainmenu li:hover ul.sub-menu li a:hover {
    background-color: #4bb7a81a !important;
}*/


.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;
}

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, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, 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, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #2c2c2c;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #ffffff;
    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;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.header.site-header ul.sub-menu li:hover, .navigation .mainmenu ul.sub-menu li.current_page_item:hover, ul.sub-menu .current_page_item:hover > a, ul.sub-menu .current_page_item, .navigation .mainmenu ul.sub-menu li.current_page_item{
        background-color: #4bb7a81a;
}

/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px){
    #products-austrak a, #products-sherings a, #products-austmark a {
        margin: 0 0px 5px 15px !important;
    }
    #products-austrak a, #products-sherings a, #products-austmark a {
        width: 30%;
    }
    #innerpage-box .peccular-service-box {
        MARGIN-LEFT: 0!important;
        margin-bottom: 2.3em!important;
    }
  
   .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;
        right: 35px;
        top: 13px;
        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: center;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
}

.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,
#best-seller-products .bestsellerproducts-bg,
#featuredproducts .featuredproducts-bg,
#whychooseus .whychooseus-bg,
#adoptioncamp .adoptioncamp-bg,
#team .team-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,
#ourbrands .ourbrands-bg,
#contact .contact-bg,
header.site-header .header-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#services,
#features,
#best-seller-products,
#featuredproducts,
#whychooseus,
#adoptioncamp,
#team,
#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: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    top: 51% !important;
    left: 10% !important;
    width: 10% !important;
    text-align: left !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #FFAF33 !important ;    
}
.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;    
    border-radius: 100%;
    background: #fff !important;
    /*color: #fdfdfd !important;*/
    display: block !important;
    opacity: 1 !important;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #0c0c0c;
}
.hero-slider {
    position: relative;
    overflow: hidden;
/*    background: #0c0c0c;*/
}
div#slider {
    background: #0c0c0c;
}


@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}
.hero-slider::after {
content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, #42a5f55e, #42a5f53b, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: pulseGlow 3s ease-in-out infinite;
}



.hero-slider::before {
content: "";
    position: absolute;
    bottom: -52px;
    left: -140px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, #f062923d, #f0629247, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: pulseGlow 2s ease-in-out infinite;
    animation-delay: 3s;
}
.hero-slider .slider-left,
.hero-slider .slider-right {
    position: relative;
    z-index: 2;
}



.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.slider-area .sliderbgimg{
    position: absolute;
     left: 53px;
    top: 47px;
}
.hero-style {
    height: 850px;
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: 790px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .top_main_title{
    color: #4bb7a8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: system-ui;
}
.hero-slider .top_main_title i{
    color: #4bb7a8;
    font-size: 4px;
    padding: 0px 32px;
    background: #4bb7a8;
    border-radius: 16px;
    position: relative;
    top: -5px;
    margin-right: 20px;
}
.hero-slider .leftslider_side .top_animatd_text{
/*animation: bounce 10s ease infinite;*/
    background: #e6394633;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    display: inline-block;
    padding: 11px 20px;
    border-radius: 50px;
    border-color: oklab(71.2881% -.101104 -.00493044 / .2);
    border: 1px solid #e63946;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}
.hero-slider .leftslider_side .top_animatd_text h3{
    color: #fff;
    font-family: system-ui;
    font-size: 16px;
}
.hero-slider .leftslider_side .top_animatd_text .animated_circle{
    position: relative;
    height: 20px;
    width: 20px;
    background: #4bb7a885;
    display: inline-block;
    top: 7px;
    border-radius: 50%;
    margin-right: 8px;
    /*animation: zoomIn 1s ease infinite;*/ 
    animation: bounceOut 1s ease infinite;
}
.hero-slider .leftslider_side .top_animatd_text svg{
position: relative;
    margin-right: 5px;
    color: #e63946;
    height: 20px;
    width: 20px;
}
/*.hero-slider .leftslider_side .top_animatd_text svg path{
        fill: #F06292;
    stroke: transparent;
}*/

/*.hero-slider .right-image-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/
.hero-slider .right-image-slider {
    width: 100%;
    height: 100%;
    top: 16%;
}

.hero-slider  .right-image-slider img {
    max-width: 100%;
    width: 570px;
    height: 740px;
    position: relative;
    top: 0;
    left: 50px;
    border-radius: 15px;
    display: block;
}
/*.hero-slider .right-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}*/
.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: left;
    /*background: transparent linear-gradient(180deg, #4E4F51 10%, #130A0B 26%);*/
    background: #fff;
}

.hero-slider .slide-inner .bottomShapeGrad1 {
    position: absolute;
    left: 55px;
    width: 141px;
    transform: rotate(27deg);
    bottom: 0px;
    z-index: 1;
}
.hero-slider .slide-inner .bottomShapeGrad2thin{
    position: absolute;
    left: 19%;
    width: 100px;
    transform: rotate(36deg);
    bottom: -156px;
    z-index: 1;
}
.hero-slider .slide-inner .bottomShapeGrad3Big{
    position: absolute;
    left: 276px;
    /* width: 100px; */
    transform: rotate(4deg);
    bottom: -283px;
    z-index: 1;
}
.hero-slider .slide-inner .slidertransPhotograprText {
    position: absolute;
    bottom: -37px;
    z-index: 0;
    left: 4%;
    /* background: antiquewhite; */
    width: 100%;
    height: 198px;
}
.hero-slider .slide-inner .slidertransPhotograprText img{
    top: 0;
    width: 98%;
    height: 198px;
    clip-path: none;
    border-radius: 0;
    left: -54px;
    /* bottom: -75px; */
    position: relative;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider-inner-mainbox{
    position: absolute;
    left: 25px;
    top: 16%;
    z-index: 999;
}
.slider-inner-mainbox .topSVGshapeImg img{
    border-radius: 0;
    width: 615px;
    position: relative;
    height: 85px;
    top: 135px;
}
.slider-inner-mainbox .BottomSVGshapeImg img{
    border-radius: 0;
    width: 590px;
    position: relative;
    height: 51px;
    top: 0;
}
.slider-inner-box {  
    padding: 0em 0em 0em 15px;
    text-align: left;
}

.slider-inner-mainbox .slider-inner-box .peccular-counter-num.count{
    color: #e63946;
    font-size: 1.875rem;
    font-family: system-ui;
    font-weight: 400 !important;
    line-height: 40px;

}
.slider-inner-mainbox .peccular-counter-b {
    margin-bottom: 1em;
}
.slider-inner-mainbox .slider-inner-box  h4.peccular-counter-title.inner-area-title{
    color: #99a1af;
    font-size: 17px;
    font-family: system-ui;
    font-weight: 400 !important;
    margin-top: 3px;
}
.slider-inner-mainbox .slider-inner-box .sliderbtns {
    margin-top: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}

.hero-style .slide-title h2 {
    font-size: 4.8rem;
    font-weight: 400 !important;
    line-height: 1;
    /* font-size: 60px; */
    font-weight: 900;
    line-height: 85px;
    color: #fff;
    transition: all .4s ease;
    padding: 15px 0 20px 0;
    font-family: system-ui;
    text-align: left;
    letter-spacing: 0;
}
.hero-style .slide-title h2 span{
    color: #e63946;    
    font-size: 4.8rem;
    font-weight: 400 !important;
    font-family: system-ui;
}
.hero-style .slide-title h2 svg{ 
    width: 3.75rem;
    animation: bounce 8s ease infinite;
    height: 4rem;
}
.hero-style .slide-text p {   
    font-size: 1.35rem;
    line-height: 30px;
    color: #d1d5dc;
    padding: 0 0 9px 0;
    font-family: Arial, Regular;
    transition: all .4s ease;
    font-family: system-ui;
    text-align: left;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    margin-bottom: 1.2em;
    padding-right: 15%;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero-style ul li{
   display: inline-block;
    padding-right: 10px;
}

.hero-style .slide-btns{
    position: relative;
    border-radius: 4px;
    z-index: 0;
    padding: 7px 2px;
    /* margin: 25px 0 0 0; */
    text-align: left;
}
@keyframes upDownFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero-style .slide-btns-1 svg{

    height: 17px;
    width: 17px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.slide-btns-1 > svg {
  transition: transform 0.3s ease, color 0.3s ease;
}
.slide-btns-1:hover > svg {
 /*animation: upDownFloat 0.6s ease-in-out infinite;*/
}

.hero-style .slide-btns-1{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 18px 25px;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
    border-radius: 10px;
    background: #e63946;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    /*box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);*/
}
.hero-style .slide-btns-1:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.hero-style .slide-btns-1 a{
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500 !important;
    font-family: system-ui;
        line-height: 28px;
}
.hero-style .slide-btns-1 svg path{
    stroke: #fff;
}
.hero-style .slide-btns-2 {
    position: relative;
    border-radius: 21px;
    line-height: 15px;
    z-index: 2;
    padding: 11px 14px;
    margin-top: 5px;
    display: inline-block;
}
       

.hero-style .slide-btns-2 svg{
    height: 17px;
    width: 17px;
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    top: -2px;
}
/*.hero-style .slide-btns-2 a.ReadMore{
    font-size: 18px;
    font-weight: 600;
    color: #ffa726;
    border: 1px solid #ffa726;
    position: relative;
    z-index: 1;
    font-family: Arial, Bold;
} */



.hero-slider {
  width: 100%;
  overflow: hidden;
}

.hero-style .slider-fullwrap {
  width: 100%;
}

.hero-style .slider-row {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.hero-style .slider-left,
.slider-right {
  width: 50%;
  position: relative;
}

/*.hero-style .slider-right {
  height: 100vh;
}
*/
.hero-style .right-image-slider,
.hero-style .right-image-slider .swiper-wrapper,
.hero-style .right-image-slider .swiper-slide {
    width: 100%;
    height: 550px;
}

.hero-style .right-image-slider img {
  width: 620px;
  height: 100%;
  object-fit: cover;
  display: block;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.hero-style .right-image-slider img:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-style .sliderimg {
    margin: 0;
    margin: 0;
    width: 100%;
    height: 550px;
    top: 70px;
    /* left: 172px; */
    right: 15%;
    z-index: 1;
    /*position: absolute;*/
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}

.hero-style .heart_box{
    text-align: center;
    z-index: 999;
    width: 85px;
    height: 85px;
    border-radius: 50px;
    position: absolute;
    top: 54px;
    left: -5px;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    background-image: linear-gradient(to bottom, #f06292bf, #f06292, #ffa726f0);
    animation: pulse 2s ease infinite;
}
.hero-style .heart_box svg{
    width: 45px;
    height: 45px;
    position: relative;
    top: 18px;
}
.hero-style .heart_box svg path{
    fill: #fff;
}

.hero-style .gradient_box11 {
    opacity: 0.6;
    width: 593px;
    height: 740px;
    border-radius: 50px;
    position: absolute;
    top: 110px;
    right: 37%;
    transform: rotate(-7deg);
    background-image: linear-gradient(to bottom, #ff472633, #ff472633, #42a5f52b);
}

.hero-style .gradient_box22 {
    opacity: 0.6;
    width: 604px;
    height: 700px;
    border-radius: 50px;
    position: absolute;
    top: 50px;
    right: 29%;
    transform: rotate(6deg);
    background-image: linear-gradient(to bottom, #4bb7a833, #f0629233, #f0629233);
}
.hero-style .call_box{
     z-index: 999;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    position: absolute;
    bottom: -33px;
    left: 20%;
    padding: 3px;
    border-radius: 50px;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 8px;
    background: linear-gradient(to right, #f06292 22%, #f06292 32%, #ffa726 78%, #ffa726 100%);
}
.hero-style .call_box .icon_bx{
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -13px;
}
.hero-style .call_box .icon_bx svg path{
    stroke: #f06292;
} 
.hero-style .call_box .icon_bx svg{
    position: relative;
    top: 12px;
    left: 14px;
}
.hero-style .call_box .num_bx{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 10px;
}
.hero-style .call_box .num_bx h3.num_label{
    line-height: 25px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 400 !important;
    font-family: system-ui;
}
.hero-style .call_box .num_bx svg{

}
.hero-style .call_box .num_bx a{
    font-size: 1.125rem;
    font-weight: 700 !important;
    color: #fff;
     font-family: system-ui;
}
.slider-area img {
    max-width: 100%;
    width: 570px;
    height: 740px;
    position: relative;
    top: 0;
    border-radius: 50px;
}
 .swiper-button-prev,
.swiper-button-next{
    background-image: none !important;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    line-height: 53px;
    margin-top: -30px;
    text-align: center;    
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    position: absolute;   
    background-image: none !important;
}

.hero-slider .swiper-button-prev:before {
    content: "";
    border-left: 2px solid #FFAF33;
    border-top: 2px solid #FFAF33;
    border-bottom: 2px solid #FFAF33;
    width: 18%;
    height: 78%;
    position: absolute;
    left: 13px;
    top: 7px;
    border-right: none;
    background: none; 

}
.hero-slider .swiper-button-prev:after {
     content: "";
    border-right: 2px solid #FFAF33;
    border-top: 2px solid #FFAF33;
    border-bottom: 2px solid #FFAF33;
    width: 18%;
    height: 78%;
    position: absolute;
    right: -15px;
    top: 7px;
    border-left: none;
    background: none;
}

.hero-slider .swiper-button-next:before {
        content: "";
    border-left: 2px solid #FFAF33;
    border-top: 2px solid #FFAF33;
    border-bottom: 2px solid #FFAF33;
    width: 18%;
    height: 78%;
    position: absolute;
    left: -37px;
    top: 7px;
    border-right: none;
    background: none;
    text-align: center;
    
}
.hero-slider .swiper-button-next:after {
        content: "";
    border-right: 2px solid #FFAF33;
    border-top: 2px solid #FFAF33;
    border-bottom: 2px solid #FFAF33;
    width: 18%;
    height: 78%;
    position: absolute;
    right: 33px;
    top: 7px;
    border-left: none;
    background: none;
}
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    color: #fff;
    /*background: #E7DB13;*/
}


.hero-slider .swiper-button-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.hero-slider .swiper-button-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    padding: 0 0 0 5px;
}

.hero-slider .swiper-button-prev:hover:before, .hero-slider .swiper-button-next:hover:before {
    color: #000;
}


/*//--------------------- for all button design------------------------*/

.buttondesign a.btn-look {
    /* background: #FF5B4A; */
    padding: 9px 17px;
    border-radius: 25px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);

}

.buttondesign a.btn-look span {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500 !important;
    letter-spacing: 0.59px;
    display: inline-block;
}

.buttondesign a.btn-look:hover span {
/*    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);*/
}

.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;
}

.buttondesign a.btn-look i {
    font-size: 16px;
    margin-top: 5px;
}

.buttondesign a.btn-look:hover i {
    opacity: 1;
    -webkit-transform: translate3d(17px, 0, 0);
    transform: translate3d(17px, 0, 0);
}

.hero-style .buttondesign a.btn-look span {
    color: #FFFFFF;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 23px;
}

.hero-style .buttondesign a.btn-look {
    background: #FF5B4A;
    display: inline-block;
    padding: 8px 13px 7px;
}





/*//---------------------end for all button design------------------------*/




.hero-style .slide-btns-2 a.ReadMore {
    line-height: 24px;
    color: #fff;
        padding: 19px 35px;
    display: inline-block;
    position: relative;
    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;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    font-size: 1.125rem;
    font-weight: 500 !important;
    font-family: system-ui;
    background: #0c0c0c;
}

.hero-style .slide-btns-2 a.ReadMore:hover{
    color: #0c0c0c;
    background: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/*.hero-style .slide-btns-2 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}*/

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.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: 52px;
    height: 52px;
    border-radius: 50%;
    opacity: 0.9;
    display: none;
    background: #fff;
}

.hero-slider .swiper-button-prev {
    left: auto;
    transform: translateX(0px);
    left: 30px;
    top: 41%;
}

.hero-slider .swiper-button-next {
    right: 45px;
    transform: translateX(15px);
    top: 41%;
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    transition: all .3s ease;
}

.hero-slider .swiper-button-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    left: -15px;
    color: #FF5B4A;
    font-size: 25px;
    line-height: 30px;
}

.hero-slider .swiper-button-next:before {
    content: "\f178";
    font-family: FontAwesome;
    right: -15px;
    color: #FF5B4A;
    font-size: 25px;
    line-height: 30px;
}

.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: #FF5B4A;
}

.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%;
    }
}


.sliderimg {
    padding: 0;
    margin: 0;
    text-align: center;
  /*  -webkit-animation: zoomin 7s ease-in infinite;
    animation: zoomin 7s ease-in infinite;
    transition: all .3s ease-in;*/
    overflow: hidden;
}

@-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;

/*  box-shadow: 6px 0 15px rgba(55 84 170 / 0.2),
    calc(6px * -1) 0 15px rgba(255 255 255 / 1);*/
}

.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
-----------------------------*/
#faq-section .faq .faq-content,
#innerpage-box .faq .faq-content{
    margin-bottom: 24px;
    border: none;
    border: 1px solid #4F5F65;
}
#faq-section .faq-content button.accordion.active, button.accordion{
   background: #4F5F65;
}

#faq-section .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;
}
#faq-section .faq-content button.accordion,
#innerpage-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    background-color: #fff;
    padding: 14px 98px 14px 19px;
    border-radius: 0;
}

#innerpage-box .faq-content button.accordion {
    padding: 14px 40px 14px 19px;
}

#faq-section .faq-content button.accordion.active, 
button.accordion:hover,
#innerpage-box .faq-content button.accordion.active, 
button.accordion:hover {
    opacity: 1;
}

/*new faq css*/

/* Header */
#innerpage-box .faq-header {
    max-width: 900px;
    margin: 0 auto 50px;
}
#innerpage-box .faq-top-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #4bb7a8 0%, #42a5f5 100%);
    color: #fff;
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#innerpage-box .faq-top-icon svg{
    height: 40px;
    width: 40px;
}
#innerpage-box .faq-top-icon svg path, #innerpage-box .faq-top-icon svg circle{
stroke: #fff;
}
#innerpage-box h3.faq-group-title {
    font-size: 1.85rem !important;
    font-weight: 700;
    font-family: system-ui;
    color: #2c2c2c !important;
}
#innerpage-box .faq-header h2 {
    font-size: 34px !important;
    font-weight: 700 !important;
    font-family: system-ui;
    margin-top: 27px !important;
    color: #2c2c2c;
}
#innerpage-box .faq-header p {
    color: #717182;
    font-size: 1.125rem !important;
    font-family: system-ui;
    line-height: 30px !important;
}
#innerpage-box .faq-group {
    width: 73%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 4em;
}
#innerpage-box h3.faq-group-title img{
height: 40px !important;
    width: 40px !important;
}


#innerpage-box .faq-cta-wrap {
    background: linear-gradient(135deg, #4fb7b2, #4aa3e5);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    color: #ffffff;
    margin: 60px auto;
        width: 74%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

#innerpage-box .faq-cta-wrap h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #fff;
    font-family: system-ui;
}

#innerpage-box .faq-cta-wrap p {
font-size: 1.125rem !important;
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.6;
    opacity: 1;
    color: #ffffffe6 !important;
    font-family: system-ui;
}

/* Buttons */
#innerpage-box .faq-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#innerpage-box .cta-btn {
    background: #ffffff;
    color: #2da6a3;
    padding: 14px 26px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
#innerpage-box .cta-btn .cta-icon svg{
height: 17px;
width: 17px;
}
#innerpage-box .cta-btn .cta-icon svg path{
    stroke: #4bb7a8;
}
#innerpage-box .call-btn {
    color: #2da6a3;
}

#innerpage-box .message-btn {
    color: #4aa3e5;
}

#innerpage-box .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
   #innerpage-box .faq-cta-wrap {
        padding: 45px 20px;
    }

    #innerpage-box .faq-cta-wrap h2 {
        font-size: 26px;
    }

    #innerpage-box .faq-cta-wrap p {
        font-size: 15px;
    }
}

/* FAQ Card */
#innerpage-box .faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

/* Question */
#innerpage-box .faq-question {
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: none;
}
#innerpage-box .faq-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c2c2c !important;
}
#innerpage-box .faq-question:hover .faq-title{
 color: #4bb7a8 !important;
 text-decoration: underline;
}

/* Arrow */
#innerpage-box .faq-icon {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: rotate(45deg);
    transition: 0.3s;
}

/* Answer */
#innerpage-box .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
#innerpage-box .faq-description {
    padding: 0 22px 20px;
    color: #717182;
    line-height: 1.6;
    font-family: system-ui;
    font-size: 0.875rem;
}

/* Active */
#innerpage-box .faq-item.active .faq-answer {
    max-height: 500px;
}
#innerpage-box .faq-item.active .faq-icon {
    transform: rotate(-135deg);
}

#faq-section h3.faq-title:before,
#innerpage-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;
}

#faq-section .faq-content button.accordion h3.faq-title:before,
#innerpage-box .faq-content button.accordion h3.faq-title:before {
    content: "\f107 ";
    font-family: 'Fontawesome';
    color: #4F5F65;
    display: block;
    transition: all 0.8s;
    transition: all 1s ease 0s;
    position: absolute;
    left: 110%;
}

#faq-section .faq-content button.accordion.active h3.faq-title:before,
#innerpage-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f106 ";
    font-family: 'Fontawesome';
    color: #fff;
    display: block;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 110%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #585757;
}
#faq-section .faq-content div.panel,
#innerpage-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;
}
#faq-section .faq-content div.panel p,
#innerpage-box .faq-content div.panel p{
    margin:0 0 0px;
}
#faq-section .faq-content div.panel.show,
#innerpage-box .faq-content div.panel.show  {
    opacity: 1;
    max-height: 500px;
    padding: 25px 19px;
}

#faq-section h3.faq-title,
#innerpage-box h3.faq-title{
    text-transform: none;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px;
    text-align: left;
    color: #4F5F65;
    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;
}
#faq-section button.accordion.active h3.faq-title,
#innerpage-box button.accordion.active h3.faq-title{
        color: #fff!important;
}
#faq-section h3.faq-title:after,
#innerpage-box h3.faq-title:after{
    display: none;
}
#faq-section .faq-content p,
#innerpage-box .faq-content p {
    font-size: 16px !important;
    padding: 0;
    word-break: break-word;
    font-weight: 400 !important;
    letter-spacing: 0.53px;
    color: #8A8989;
    line-height: 26px !important;
}

#faq-section .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#faq-section .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}

section#faqcontact .peccular-section-head {
    margin-bottom: 0;
    margin-top: 0;
}
section#faqcontact .peccular-section-head h2 {
    margin-bottom: 24px;
}
section#faq-section {
    padding-right: 51px;
}
/*-----------------------
## End FAQS section
-----------------------------*/
/*----------------------------------------*/
/*  13. contactinfo Area
/*----------------------------------------*/

#contactinfo .peccular-section-head {
        margin-bottom: 0px;
}
        #contactinfo {
    background-color: #91b201;
}
 #contactinfo .contactinfo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000; 
    opacity: 1;
    background-size: cover;
}
#contactinfo .for-contactinfo-bg {
    padding-top: 0em;
}
 #contactinfo .peccular-contactinfo {
    padding-top: 0em;
    position: relative;
}
 #contactinfo .peccular-contactinfo-block{
    padding-top: 5em;
}
 #contactinfo .peccular-section-head h2{
    font-size: 38px;
    line-height: 35px;
    color: #fdfdfd;
    font-weight: 500;
    font-style: italic;
    font-family: "DM Serif Display";
    text-align: center;
}
 #contactinfo .peccular-section-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto Slab';
}
 #contactinfo .peccular-section-head h3 span{
    color: #3a72fe;
    display: block;
}

#contactinfo .peccular-contactinfo-button a{
    color: #91b201;
    background:#fff ;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    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;
    font-style: italic;
}

#contactinfo .peccular-contactinfo-button {
    padding: 1.5em;
    text-align: left;
}
#contactinfo .peccular-contactinfo-button .read-btn:hover{ color: #fff; }

#contactinfo .peccular-contactinfo-button a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

 #contactinfo .peccular-contactinfo-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

 #contactinfo .peccular-contactinfo-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}
 #contactinfo .peccular-contactinfo-data {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
}
 #contactinfo a.peccular-contactinfo-data:hover{
    color: #3a72fe;
}
 #contactinfo .peccular-contactinfo-info{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #fbfbf1;
}


/*----------------------------------------*/
/*  Bestselling section
/*----------------------------------------*/
#best-seller-products{
    position: relative;
    overflow: hidden;
}
.sec-products .owl-carousel{
    display: block;
}
#best-seller-products .peccular-section-head h2{
    font-size: 2.5rem;
    font-weight: 700 !important;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-family: system-ui;
    letter-spacing: 0;
}

#best-seller-products .peccular-section-head h3 {
    display: inline-block;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 50px;
    color: #ffa726;
    background: #ffa7261a;
    margin-bottom: 20px;
    font-family: system-ui;
}
#best-seller-products .peccular-section-head p{
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}

#best-seller-products .product-item {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    /* box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); */
    margin-bottom: 2em;
}
#best-seller-products .product-item:hover{
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    transition: all .35s ease-out;
    margin-top: -10px;
}
#best-seller-products .product-image {
    padding: 0 0;
    position: relative;
    overflow: hidden;
}
#best-seller-products .product-image img {
    width: 100%;
    height: 245px;
}
#best-seller-products .product-content {
    position: relative;
    text-align: left;
    padding: 1.5rem 0 0.5rem;
    padding-left: 20px;
}
#best-seller-products .title {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 29px;
    margin-bottom: 7px;
    font-family: system-ui;
}
#best-seller-products .product-description p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0.7rem;
}
#best-seller-products span.price {
    font-size: 20px;
    line-height: 24px;
        color: #FF5B07;
}
#best-seller-products span.price bdi {
    font-weight: 700 !important;
}
#best-seller-products .peccular-bestselling{
    position: relative;
}

#best-seller-products .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
    pointer-events: none;
}

#best-seller-products .owl-nav button{
    pointer-events: all;
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

#best-seller-products .owl-nav button.owl-prev{
/*    left: 15px;*/
left: 75px;
}

#best-seller-products .owl-nav button.owl-next{
    /*right: 15px;*/
        right: -50px;
}

#best-seller-products .owl-nav button span{
    font-size: 30px;
    line-height: 1;
}

#best-seller-products .addButton {
    width: 50%;
    float: right;
}
#best-seller-products .addButton  .best-selling-cartbtn{
    padding: 9px 23px;
    background: #4bb7a8;
    border-radius: 24px;
    display: inline-block;
        top: -29px;
            position: relative;

}

#best-seller-products .owl-carousel .owl-item:nth-child(2) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(6) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(10) .product-item .addButton .best-selling-cartbtn
 { 
    background: #ffa726 !important; 
}


#best-seller-products .owl-carousel .owl-item:nth-child(1) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(5) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(9) .product-item .addButton .best-selling-cartbtn
{ 
    background: #4bb7a8 !important;
}



#best-seller-products .owl-carousel .owl-item:nth-child(3) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(7) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(11) .product-item .addButton .best-selling-cartbtn
 { 
    background: #f06292 !important; 
}


#best-seller-products .owl-carousel .owl-item:nth-child(4) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(8) .product-item .addButton .best-selling-cartbtn,
#best-seller-products .owl-carousel .owl-item:nth-child(12) .product-item .addButton .best-selling-cartbtn
{ 
    background: #42a5f5 !important; 
}
#best-seller-products .addButton  .best-selling-cartbtn a{
    font-size: 0.875rem;
    font-weight: 500 !important;
    color: #fff;
}
#best-seller-products .pro_price {
    width: 50%;
}
#best-seller-products .best-selling-btn a {
    font-size: 0.875rem;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: none;
    
   
    color: #fff;
}
#best-seller-products .best-selling-btn:hover{
    transform: scale(1.06);
    transition: all 0.3s ease;
}
#best-seller-products .best-selling-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #FFA742 0%, #FF4792 100%);
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    left: 44%;
    margin-top: 3em;
    z-index: 1;
     padding: 15px 18px;
    padding-left: 14px;
    border-radius: 25px;


    
}
#best-seller-products .best-selling-btn a svg{
    height: 16px;
    width: 16px;
    margin-right: 10px;
}


/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

 div#banner {
    position: relative;
    overflow: hidden;
        background-color: #FF5B4A;
}

#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: round;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#banner .peccular-featured-img {
    position: relative;
    margin-bottom: -4px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 660px;
}
#banner .banner_mainTitle h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'DM Serif Display';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 73px;
}
#banner .banner_mainTitle{
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 20%;
    width: 530px;
    top: 10%;
}
#banner .boxshape1 {
    position: absolute;
    bottom: -220px;
    left: -217px;
    z-index: 8;
    background: #fff;
    width: 50%;
    height: 864px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape2 {
    position: absolute;
    bottom: -163px;
    left: -195px;
    z-index: 8;
    background: #fff;
    width: 43%;
    height: 689px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape3 {
    position: absolute;
    bottom: -79px;
    left: -95px;
    z-index: 8;
    background: #fff;
    width: 32%;
    height: 500px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .banner_mainTitle p {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;
}

#banner .peccular-banner-imgbox {    
    width: 100%;
}
#banner .peccular-banner-imgbox img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 10;
    position: relative;
    margin-left: 20px;
}
 #banner .banner-section-area-text-subtitle {
    color: #ffff;
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    background: #FF5B4A;
    padding: 16px 60px 16px 60px;
    border: 1px solid #707070;
    border-radius: 50px;
    margin-left: 30%;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
}

#banner .banner_phn_No {
    background: #e0e8b7;
    border-radius: 25px;
    left: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: -32px;
    border: 1px solid #707070;
}
#banner .banner_phn_No:hover .banner-icn i{
    transform: rotate(90deg);
    transition: all 0.8s;
}
#banner .banner-icn {
    background: #FF5B4A;
    width: 74px;
    height: 74px;
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 21px;
    margin-bottom: 15px;
    transition: all 0.8s;
}
#banner .banner-icn i {
    font-size: 72px;
    position: relative;
    z-index: 1;
    margin-top: 3px;
    color: #e0e8b7;
    transition: all 0.8s;
}
 #banner .banner-section-area-text {
    color: #28a0a7;
    word-break: break-word;
    position: relative;
    display: inline-block;
    padding: 19px 45px 5px 40px;
}

#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 49px;
    line-height: 78px;
    color: #FF5B4A;
    font-family: 'Roboto';
    border-left: 4px solid #FF5B4A;
    margin-left: 5px;
    transition: all 0.8s;
}
#banner .banner-section-area-text h3:hover{
    text-decoration: wavy;
    transition: all 1s;
    letter-spacing: 0.5px;
}
/************/
#banner .peccular-banner-single:hover .peccular-banner-imgbox img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;;
}

#banner .peccular-banner-content{
    padding: 14px 0;
} 

#banner .peccular-banner-content h4.peccular-banner-title{
    font-size: 42px;
    font-weight: 600;
    word-break: break-word;
    padding: 0 15px;
    margin-bottom: 1em;
    line-height: 52px;
    color: #fff;
    z-index: 10;
    position: relative;
} 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fef4b4 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    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;
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #FF5B4A;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}  
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{
     background: #fbdd17;
    padding: 2em 1em;
    margin-bottom: 2em;
     overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(odd) .boxshape{  
    position: absolute;
    bottom: -39px;
    left: -43px;
    z-index: 8;
    background: #faee9c;
    width: 264px;
    height: 232px;
    border: 1px solid #faee9c;
    border-radius: 50%;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2{ display: none; }
#banner .peccular-banner-b:nth-child(even) .boxshape{ display: none; }

#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{
    background: #fa3759;
    padding: 2em 1em;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(even) .boxshape2{
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 8;
    background: #fa6a83;
    width: 233px;
    height: 205px;
    border: 1px solid #fa6a83;
    border-radius: 50%;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fa6a83 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    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;
}

#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #FF5B4A;  
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*Banner Secxtion Falling Animation Effect*/
/** PETAL **/
.petals-Animate{
     position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
/* Petals animation for about section  */

.petal {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal {
  color: rgba(0,0,0,0);
}
.petal:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
/* Petals animation for about section  */

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display:block;
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display:block;
  }
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display:block;
  }
  100% {
    transform: rotateX(359deg);
    display:block;
  }
}
.datevenue-img-box {
    background: #f4f0ed;
}
.datevenue--populated_element {

}


/* Petals animation for about section  */
div#banner {
    overflow: hidden;
}
.petal1 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal1 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal1 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000;
}

.petal1 {
  color: rgba(0,0,0,0);
}
.petal1:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal1:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal1:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal1:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal1:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal1:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal1:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal1:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal1:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal1:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal1:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal1:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal1:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal1:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal1:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal1:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal2 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal2 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal2 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal2 {
  color: rgba(0,0,0,0);
}
.petal2:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal2:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal2:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal2:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal2:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal2:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal2:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal2:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal2:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal2:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal2:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal2:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal2:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal2:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal2:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal2:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal3 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal3 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal3 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal3 {
  color: rgba(0,0,0,0);
}
.petal3:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal3:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal3:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal3:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal3:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal3:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal3:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal3:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal3:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal3:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal3:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal3:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal3:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal3:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal3:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal3:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
#banner .fallingeffect .set{
  position:absolute;
  /* width:100%; */
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
#banner .fallingeffect .set div{
  position:absolute ;
  display:block ;
}
#banner .fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
#banner .fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
#banner .fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
#banner .fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

#banner .set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
#banner .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);
  }
}

/*----------------------------------------*/
/*  Feature Area
/*----------------------------------------*/
#feature .peccular-feature-single {
    background: #fff;
    padding: 27px 26px;
    padding-bottom: 20px;
    margin-bottom: 58px;
    position: relative;
    overflow: hidden;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}
#feature .peccular-feature-single:hover{
box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
     transition: all .35s ease-out;
     margin-top:-10px;
}
#feature .peccular-feature-single:hover .peccular-feature-icon-box{
transform: scale(1.05);
transition: bottom 0.9s ease;
}
#feature .peccular-section-head h2{
    color: #f06292;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background-color: oklab(68.7784% .179603 .0061596 / .1);
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
#feature .peccular-section-head h3 {
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}
#feature .peccular-section-head p {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19%;
    padding-right: 19%;
}
#feature .peccular-feature-icon-box {
    width: 110px;
    height: 110px;
    padding: 12px 16px 8px;
    margin: 0 auto;
    background: #4bb7a820;
    margin-bottom: 19px;
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}
div#feature .peccular-feature-b:nth-child(1) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(6) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(11) .peccular-feature-single .peccular-feature-icon-box{
background: #4bb7a820;
}
div#feature .peccular-feature-b:nth-child(2) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(7) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(12) .peccular-feature-single .peccular-feature-icon-box{
    background: #ffa72620;
}
div#feature .peccular-feature-b:nth-child(3) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(8) .peccular-feature-single .peccular-feature-icon-box{
background: #f0629220;
}
div#feature .peccular-feature-b:nth-child(4) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(9) .peccular-feature-single .peccular-feature-icon-box{
background: #42a5f520;
}
div#feature .peccular-feature-b:nth-child(5) .peccular-feature-single .peccular-feature-icon-box,
div#feature .peccular-feature-b:nth-child(10) .peccular-feature-single .peccular-feature-icon-box{
background: #4bb7a820;
}

#feature .peccular-feature-single:hover .ser_featureButton a{
opacity: 1;
}
/*div#feature .ser_featureButton a{
    display: none;
}*/
div#feature .ser_featureButton a{
    opacity: 0;
}
div#feature .ser_featureButton a span{
    color: #4bb7a8;
    font-size: 0.875rem;
    line-height: 23px;
    font-weight: 400 !important;
    font-family: system-ui !important;
} 
div#feature .ser_featureButton a svg{
height: 17px;
    width: 16px;
    margin-left: 5px;
}
div#feature .ser_featureButton a svg path{
stroke: #4bb7a8;
}
#feature .peccular-feature-icon-box span{
    font-size: 52px;
    color: #FFFFFF;
}

/*for button color*/
div#feature .peccular-feature-b:nth-child(1) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(6) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(11) .peccular-feature-single .ser_featureButton a span{
color: #4bb7a8;
}
div#feature .peccular-feature-b:nth-child(2) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(7) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(12) .peccular-feature-single .ser_featureButton a span{
    color: #ffa726;
}
div#feature .peccular-feature-b:nth-child(3) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(8) .peccular-feature-single .ser_featureButton a span{
color: #f06292;
}
div#feature .peccular-feature-b:nth-child(4) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(9) .peccular-feature-single .ser_featureButton a span{
color: #42a5f5;
}
div#feature .peccular-feature-b:nth-child(5) .peccular-feature-single .ser_featureButton a span,
div#feature .peccular-feature-b:nth-child(10) .peccular-feature-single .ser_featureButton a span{
color: #4bb7a8;
}

/*svg path*/
div#feature .peccular-feature-b:nth-child(1) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(6) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(11) .peccular-feature-single .ser_featureButton a svg path{
stroke: #4bb7a8;
}
div#feature .peccular-feature-b:nth-child(2) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(7) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(12) .peccular-feature-single .ser_featureButton a svg path{
    stroke: #ffa726;
}
div#feature .peccular-feature-b:nth-child(3) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(8) .peccular-feature-single .ser_featureButton a svg path{
stroke: #f06292;
}
div#feature .peccular-feature-b:nth-child(4) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(9) .peccular-feature-single .ser_featureButton a svg path{
stroke: #42a5f5;
}
div#feature .peccular-feature-b:nth-child(5) .peccular-feature-single .ser_featureButton a svg path,
div#feature .peccular-feature-b:nth-child(10) .peccular-feature-single .ser_featureButton a svg path{
stroke: #4bb7a8;
}


#feature  h4.peccular-feature-title{
    letter-spacing: 0;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400 !important;
    margin-bottom: 13px;
    position: relative;
    z-index: 2;
    font-family: system-ui;
}
#feature  p.peccular-feature-text {
    font-size: 0.875rem;
    line-height: 23px;
    font-weight: 400 !important;
    margin: 0;
    letter-spacing: 0;
    color: #717182;
    position: relative;
    font-family: system-ui;
    z-index: 2;
    margin-bottom: 15px;
}

#feature .peccular-feat-single-bg {
    height: 0px;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
     z-index: 1;
    transition: all .4s linear;
}
/*#feature .peccular-feature-single:hover .peccular-feat-single-bg {
    top: 0;
    transition: all .4s linear;
    height: 100%;
    overflow: hidden;
    animation: 200s para infinite linear;
}

#feature .peccular-feature-single:before {
    content: '';
    background: #002434;
    height: 0;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .4s linear;
}
#feature .peccular-feature-single:hover:before {
    top: 0;
    transition: all .4s linear;
    height: 100%;
    opacity: 0.6;
}

#feature .peccular-feature-single:hover h4.peccular-feature-title,
#feature .peccular-feature-single:hover p.peccular-feature-text {
    color: #fff;
}

#feature .peccular-feature-single:hover .peccular-feature-icon-box {
    background: #fff;
}
#feature .peccular-feature-single:hover .peccular-feature-icon-box span{
    color: #FF5B4A;
}*/


/*----------------------------------------*/
/*  whychooseus Area
/*----------------------------------------*/
div#whychooseus {
    opacity: 1;
}

div#whychooseus .whychooseus-image-side {
    position: relative;
    padding: 0;
}

div#whychooseus .whychooseus-image {
    background: url('YOUR-IMAGE.jpg') center center / cover no-repeat;
    height: 100%;
    min-height: 650px;
}
div#whychooseus .whychooseus-image img{
    height: 100%;
}
 div#whychooseus .whychooseus-stats-box {
    position: absolute;
    right: 27%;
    bottom: 40%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    width: 300px;
}

div#whychooseus .stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

div#whychooseus .stat-icon {
    background: #ff3c3c;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
    display: inline-block;
    float: left;
}

div#whychooseus .stat-small p {
    margin: 8px 0;
    font-size: 14px;
}

#whychooseus .peccular-whychooseus-single {
    padding: 30px 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
}
#whychooseus .bottomRight_image {
    position: absolute;
    right: 10%;
    font-size: 8rem;
    opacity: 0.2;
    background:  color-mix(in oklab, var(--color-white) 10%, transparent);
    bottom: 54px;
}
#whychooseus .bottomRight_image svg{
    height: 160px;
    width: 160px;
}
#whychooseus .bottomRight_image img{

}
/*#whychooseus .peccular-whychooseus-single:hover{
background-color: color-mix(in oklab, #ffffff 20%, transparent);
    backdrop-filter: blur(16px);
     transition: all .35s ease-out;
     margin-top:-10px;
}*/
#whychooseus .peccular-whychooseus-single:hover .peccular-whychooseus-icon-box{
transform: scale(1.05);
transition: all 0.3s ease;
}
#whychooseus .peccular-section-head h2{
color: #e63946;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 30px;
    display: inline-block;
    font-family: system-ui;
}
#whychooseus .peccular-section-head {
    text-align: left;
}
#whychooseus .peccular-section-head h2 i{
    font-size: 30px;
    margin-right: 6px;
    top: 3px;
    position: relative;
}
#whychooseus .peccular-section-head h3 {
color: #fff;
    font-weight: 400 !important;
    font-size: 3.75rem;
    line-height: 75px;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    padding-right: 1em;
    font-family: system-ui !important;
}
#whychooseus .peccular-section-head p {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #fff;
    font-family: 'system-ui' !important;
    padding-left: 19%;
    padding-right: 19%;
}
#whychooseus .peccular-whychooseus-icon-box {
    width: 60px;
    height: 60px;
    padding: 12px 16px 8px;
    background: #fff;
    margin-bottom: 19px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}
/* Card Layout */
.why-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
}

/* Big Left Number */
.why-number {
    font-size: 70px;
    font-weight: 700;
    color: rgba(255, 0, 0, 0.15);
    line-height: 1;
    min-width: 80px;
}

/* Content Side */
.why-content {
    flex: 1;
}

#whychooseus .peccular-whychooseus-b:nth-child(1) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(7) .peccular-whychooseus-icon-box span{
    color: #4bb7a8;
}
#whychooseus .peccular-whychooseus-b:nth-child(2) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(8) .peccular-whychooseus-icon-box span{
    color: #ffa726;
}
#whychooseus .peccular-whychooseus-b:nth-child(3) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(9) .peccular-whychooseus-icon-box span{
    color: #f06292;
}
#whychooseus .peccular-whychooseus-b:nth-child(4) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(10) .peccular-whychooseus-icon-box span{
    color: #42a5f5;
}
#whychooseus .peccular-whychooseus-b:nth-child(5) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(11) .peccular-whychooseus-icon-box span{
    color: #4bb7a8;
}
#whychooseus .peccular-whychooseus-b:nth-child(6) .peccular-whychooseus-icon-box span,
#whychooseus .peccular-whychooseus-b:nth-child(12) .peccular-whychooseus-icon-box span{
    color: #ffa726;
}

#whychooseus .peccular-whychooseus-icon-box span{
    font-size: 33px;
    color: #4bb7a8;
}
#whychooseus h4.peccular-whychooseus-title{
    letter-spacing: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: 400 !important;
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
    font-family: system-ui;
    text-align: left;
}
#whychooseus p.peccular-whychooseus-text {
    font-size: 1rem;
    line-height: 23px;
    font-weight: 400 !important;
    margin: 0;
    letter-spacing: 0;
    color: #99a1af;
    position: relative;
    font-family: system-ui;
    z-index: 1;
    text-align: left;
    margin-top: 15px;
}
.whychooseus-image-side {
    position: relative;
    padding: 0;
}

.whychooseus-image {
    background: url('YOUR-IMAGE.jpg') center center / cover no-repeat;
    height: 100%;
    min-height: 650px;
}

.whychooseus-stats-box {
    position: absolute;
    right: 50px;
    bottom: 80px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    width: 300px;
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.stat-icon {
    background: #ff3c3c;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
}

.stat-small p {
    margin: 8px 0;
    font-size: 14px;
}

#whychooseus .peccular-whychooseus-area {
    position: relative;
    margin-left: 4em;
    margin-right: 4em;
}
#whychooseus .peccular-feat-single-bg {
    height: 0px;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
     z-index: 1;
    transition: all .4s linear;
}

#whychooseus {
    padding: 100px 0;
}

#whychooseus .col-lg-6:first-child {
    background: #0d0d0d;
    color: #fff;
    padding: 80px;
}

.peccular-section-head h2 {
    color: #ff3c3c;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.peccular-section-head h3 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}

.why-item {
    display: flex;
    margin-bottom: 40px;
}

.why-number {
    font-size: 60px;
    font-weight: 700;
    color: #4a0f14;
    margin-right: 20px;
}

.why-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-item p {
    color: #aaa;
    font-size: 15px;
}

.why-btn {
    display: inline-block;
    margin-top: 30px;
    background: #ff3c3c;
    padding: 14px 28px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.why-btn:hover {
    background: #e60000;
}



/*----------------------------------------*/
/*  adoptioncamp Area
/*----------------------------------------*/
div#adoptioncamp {
    opacity: 1;
    background: #fff;
}
div#adoptioncamp .main_boxSpacing {
    position: relative;
    margin-left: 4em;
    margin-right: 4em;
}
div#adoptioncamp .right_side_data .right_list ul li:before {
    content: "\f058 ";
    font-family: 'Fontawesome';
    font-size: 24px;
  color: #4bb7a8; /* change color if needed */
  position: relative;
  left: 0;
  top: 4px;
  font-weight: bold;
  margin-right: 15px;
}
div#adoptioncamp .right_side_data .right_list {
    position: relative;
    text-align: left;
}

div#adoptioncamp .right_side_data {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #4bb7a81a 0%, #f062921a 50%, #f062921a 100%);
    overflow: hidden;
    border-radius: 24px;
    text-align: left;
    padding: 30px 30px 30px 30px;
        top: 4.5em;
}
div#adoptioncamp .icon_Box {
    height: 65px;
    width: 65px;
    background: #f06292;
    border-radius: 15px;
    margin-bottom: 25px;

}
div#adoptioncamp .right_side_data .right_list ul li {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 0;
}
div#adoptioncamp .right_side_data h3.adpt_title {
    margin-bottom: 23px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui;
}
div#adoptioncamp .icon_Box svg{
    height: 35px;
    width: 35px;
    top: 15px;
    left: 14px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

#adoptioncamp .peccular-adoptioncamp-single {
background: #ffffff1c;
    padding: 0px 20px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 65px;
    border-radius: 20px;
}
/*#adoptioncamp .peccular-adoptioncamp-single:hover{
background-color: color-mix(in oklab, #ffffff 20%, transparent);
    backdrop-filter: blur(16px);
     transition: all .35s ease-out;
     margin-top:-10px;
}*/
#adoptioncamp .peccular-adoptioncamp-single:hover .peccular-feat-single-bg{
    transform: scale(1.1);
    transition: all .35s ease-out;
}
#adoptioncamp .peccular-adoptioncamp-single:hover .adoptioncampBtn{
opacity: 1;
 transition: all .35s ease-out;
}
#adoptioncamp .peccular-adoptioncamp-single:hover .peccular-adoptioncamp-icon-box{
transform: scale(1.05);
transition: all 0.3s ease;
}
#adoptioncamp .peccular-section-head h2{
    color: #f06292;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 30px;
    background: #f062921a;
    display: inline-block;
    padding: 8px 23px;
    font-family: system-ui;
    letter-spacing: 0.3px;
}
#adoptioncamp .peccular-section-head h3 {
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}
#adoptioncamp .peccular-section-head p {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}
#adoptioncamp .peccular-feat-single-bg {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
     z-index: 1;
    transition: all .4s linear;
}
#adoptioncamp .peccular-adoptioncamp-icon-box {
width: 40px;
    height: 40px;
        padding: 10px 10px 8px;
    /* margin: 0 auto; */
    background: #fff;
    margin-bottom: 19px;
    text-align: right;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin-top: 16px;
    left: 85%;
}
#adoptioncamp .adimage_overlay{
position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #000, transparent);
    /* background: 
 color-mix(in oklab, #000 85%, transparent); */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
}
#adoptioncamp .peccular-adoptioncamp-icon-box svg{
    height: 20px;
    width: 20px;
}
#adoptioncamp .peccular-adoptioncamp-icon-box svg path{
    stroke: #fff;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(1) .peccular-adoptioncamp-icon-box,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(5) .peccular-adoptioncamp-icon-box{
    background: #4bb7a8;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(2) .peccular-adoptioncamp-icon-box,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(6) .peccular-adoptioncamp-icon-box{
    background: #ffa726;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(3) .peccular-adoptioncamp-icon-box,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(7) .peccular-adoptioncamp-icon-box{
    background: #f06292;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(4) .peccular-adoptioncamp-icon-box,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(8) .peccular-adoptioncamp-icon-box{
    background: #42a5f5;
}


#adoptioncamp .peccular-adoptioncamp-b:nth-child(1) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(7) .peccular-adoptioncamp-icon-box span{
    color: #4bb7a8;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(2) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(8) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(3) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(9) .peccular-adoptioncamp-icon-box span{
    color: #f06292;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(4) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(10) .peccular-adoptioncamp-icon-box span{
    color: #42a5f5;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(5) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(11) .peccular-adoptioncamp-icon-box span{
    color: #4bb7a8;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(6) .peccular-adoptioncamp-icon-box span,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(12) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}
/*#adoptioncamp .peccular-adoptioncamp-b:nth-child(7) .peccular-adoptioncamp-icon-box span{
    color: #4bb7a8;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(8) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}

#adoptioncamp .peccular-adoptioncamp-b:nth-child(9) .peccular-adoptioncamp-icon-box span{
    color: #f06292;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(10) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(11) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(12) .peccular-adoptioncamp-icon-box span{
    color: #ffa726;
}*/
#adoptioncamp .peccular-adoptioncamp-icon-box span{
    font-size: 33px;
    color: #4bb7a8;
}

#adoptioncamp .peccular-adoptioncamp-b:nth-child(1) .adoptioncampBtn,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(5) .adoptioncampBtn {
  background: #4bb7a8;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(2) .adoptioncampBtn,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(6) .adoptioncampBtn {
  background: #ffa726;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(3) .adoptioncampBtn,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(7) .adoptioncampBtn {
  background: #f06292;
}
#adoptioncamp .peccular-adoptioncamp-b:nth-child(4) .adoptioncampBtn,
#adoptioncamp .peccular-adoptioncamp-b:nth-child(8) .adoptioncampBtn {
  background: #42a5f5;
}
 
div#adoptioncamp .right_side_data .right_list ul li:nth-child(1)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(5)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(9)::before{
color: #4bb7a8;
}
div#adoptioncamp .right_side_data .right_list ul li:nth-child(2)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(6)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(10)::before{
color: #ffa726;
}
div#adoptioncamp .right_side_data .right_list ul li:nth-child(3)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(7)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(11)::before{
color: #f06292;
}
div#adoptioncamp .right_side_data .right_list ul li:nth-child(4)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(8)::before,
div#adoptioncamp .right_side_data .right_list ul li:nth-child(12)::before{
color: #42a5f5;
}
#adoptioncamp .button-area-adopt .buttondesign.btn1{
    position: relative;
    display: inline-block;
}

#adoptioncamp .button-area-adopt .buttondesign.btn2{
    position: relative;
    display: inline-block;
}
#adoptioncamp .button-area-adopt .buttondesign.btn1:hover{
    transform: scale(1.02);
}
#adoptioncamp .button-area-adopt .buttondesign.btn1 a.btn-look:hover{
  box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
transition: all 0.9s ease-out;

}

#adoptioncamp .button-area-adopt .buttondesign.btn1 a.btn-look{
    padding: 12px 10px;
    background: linear-gradient(to right, #f06292 0%, #f06292 50%, #ffa726 100%);
    color: #fff;
    font-size: 16px;
    font-family: system-ui;
    box-shadow: none;
    font-weight: 400 !important;
 }
#adoptioncamp .button-area-adopt .buttondesign.btn1 a.btn-look svg{
height: 17px;
width: 17px;
    margin-right: 5px;

} 
#adoptioncamp .button-area-adopt {
position: relative;
    margin-top: 45px;
    margin-bottom: 15px;
}
#adoptioncamp .button-area-adopt .buttondesign.btn1 a.btn-look span{
font-family: system-ui !important;
    font-weight: 500 !important;
    font-size: 15px;
    color: #fff;
 }
 #adoptioncamp .button-area-adopt .buttondesign.btn2 a.btn-look{
    border: 2px solid #4bb7a8;
    background: none;
    margin-left: 15px;
    padding: 12px 22px;
    border-radius: 25px;

 }
  #adoptioncamp .button-area-adopt .buttondesign.btn2 a.btn-look:hover{
    background: #4bb7a8;
  }
   #adoptioncamp .button-area-adopt .buttondesign.btn2 a.btn-look:hover span{
color: #fff;
   }
  #adoptioncamp .button-area-adopt .buttondesign.btn2 a.btn-look span{
    color: #4bb7a8;
    font-family: system-ui !important;
    font-weight: 500 !important;
    font-size: 15px;
  }
#adoptioncamp .adoptioncampBtn {
    position: relative;
    z-index: 999;
    background: #4bb7a8;
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 10px;
    opacity: 0;
}
#adoptioncamp .adoptioncampBtn a {

}
#adoptioncamp .adoptioncampBtn a span{
    font-size: 15px;
    font-weight: 400 !important;
    font-family: system-ui;
    color: #fff;
}
#adoptioncamp .adoptioncampBtn a svg{
    height: 15px;
    width: 15px;
}
#adoptioncamp .adoptioncampBtn a svg{
    color: #fff;
}
#adoptioncamp h4.peccular-adoptioncamp-title{
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400 !important;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
    font-family: system-ui;
    text-align: left;

}
#adoptioncamp .contntBox {
    position: relative;
    top: 3em;
}
#adoptioncamp p.peccular-adoptioncamp-text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400 !important;
    margin: 0;
    letter-spacing: 0;
    color: #ffffffcc;
    position: relative;
    font-family: system-ui;
    z-index: 1;
    text-align: left;
}
#adoptioncamp .peccular-adoptioncamp-area {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
#adoptioncamp h5.yearstext{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400 !important;
    margin: 0;
    letter-spacing: 0;
    color: #ffffffcc;
    position: relative;
    font-family: system-ui;
    z-index: 1;
    text-align: left;
    margin-bottom: 17px;
}


/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0em;
}
#team .peccular-team-single{
    transition: all 0.8s;
        position: relative;
    margin: 0;
    margin-bottom: 38px;
    border-radius: 25px;
    padding: 0;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    border: 0.5px solid #0000001a;
    background: #fff;
        padding-bottom: 22px;
            margin-left: 12px;
    margin-right: 12px;
}
#team .peccular-team-single:hover{
box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
     transition: all .35s ease-out;
     margin-top:-10px;
    border: none !important;
}
#team .peccular-team-single:hover .peccular-team-image img{
    /*transform: scale(1.06);*/
    transition: all 0.8s;
        border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
#team .peccular-team-single:hover .team_experienceBX{
visibility: visible;
z-index: 999;
opacity: 1;
}
/*Top Leaf Icon 1*/
.top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
}
#team .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}

/*Top Leaf Icon 2*/
.top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
}
#team .top_icon2 i.fa.fa-envira {
       font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(45deg);
     transition: all 0.8s;
}

/*Top Leaf Icon 3*/
.top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
}
#team .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}
 
#team .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #FF5B4A;
    /*transform: scale(1.1);*/
}
#team .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #FF5B4A;
    /*transform: scale(1.1);*/
}
#team .peccular-team-single:hover {
    border-color:#FF5B4A ;
    transition: all 0.8s;
}
#team .peccular-team-single:hover .border_circle{
    border-color:#FF5B4A ;
    transition: all 0.8s;
}

/***************/


/*Bottom Leaf ICon 1*/

#team .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#team .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#team .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 3*/
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 1;
    transform: rotate(0);
}
#team .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 4*/
#team .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#team .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #FF5B4A;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#team .peccular-section-head h2{
color: #42a5f5;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
        background-color: oklab(70.0181% -.058973 -.136668 / .1);
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
#team .peccular-section-head h3{
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}
#team .peccular-section-head p{
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}
 #team .peccular-section-head i {
    color: #FF5B4A;
    font-size: 1px;
    padding: 0px 73px;
    background: #FF5B4A;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
 #team .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
#team .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#team {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#team .owl-carousel .owl-dots.disabled,
#team .owl-carousel .owl-nav.disabled {
    display: block !important;
    top: -60px;
    position: absolute;
    right: 115px;
}

#team .owl-carousel .owl-nav button.owl-next{
  background: #FF5B4A;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: -25px;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-next:hover{
    background: #000;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-prev{
background: #FF5B4A;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-prev,
#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-next{
    opacity: 1;
}

#team .owl-carousel .owl-nav button.owl-prev:hover{
    background: #000;
        transition: all 0.3s ease 0s;
}

#team .owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel button.owl-dot{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-next:hover:before{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel button.owl-dot{
    content: "\f177";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
#team .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
#team .owl-carousel .owl-nav button.owl-next span{
        display: none;
}
#team .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    position: absolute;
    right: 24%;
    top: 68%;
}

#team .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#team .peccular-team-content2 svg{
    position: relative;
    top: -129px;
    z-index: 1;
}
#team .svgpadding {
    position: absolute;
    bottom: 78px;
    background: aqua;
    z-index: 1;
}
#team .tpadding{ padding: 0 0 0 2em; }

#team .team_Border_svg svg path{
    fill: #a39d9d !important;
}

#team h4.peccular-team-name {
color: #2c2c2c;
    font-size: 1.125rem;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0px;
    line-height: 25px;
    font-family: system-ui;
}
}

#team .Team_details {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 15px 23px 20px 15px;
    z-index: 1;
}
#team .team_content.peccular-team-content.box-main-cc {
    font-size: 1rem;
    color: #717182;
    font-weight: 400 !important;
    font-family: system-ui;
    text-transform: capitalize;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: 12px;
}
#team .team_img_area{
    position: relative;
    overflow: hidden;
}
#team .team_img_overlay{
    right: 10px;
    top: 0;
    bottom: 10px;
    position: absolute;
    background: #FF5B4A;
    opacity: 0;
    top: 10px;
    left: 10px;
    z-index: 01;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}


div#team .peccular-team-image:hover .team_img_overlay {
    opacity: 0.4;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}

#team h6.peccular-team-designation{
    font-weight: 400 !important;
    color: #4bb7a8;
    font-size: 0.75rem;
    text-transform: none;
    background: #4bb7a820;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 25px;
    font-family: system-ui;
}
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team h4.peccular-popteam-name{
    color: #06332e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
#team .peccular-team-image {
    overflow: hidden;
    position: relative;
}

#team .peccular-team-image img {
    width: 100%;
    height: 100%;
    height: 320px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

#team .peccular-team-box{    margin-bottom: 2em;}
#team .peccular-team-single:hover h4.peccular-team-name{  
    /*color: #000; */
    /*letter-spacing: 1px; */
    transition: .8s ease;
 }
#team .peccular-team-social-icon ul {
    display: flex;
}
#team .peccular-team-social-icon{
/*    position: relative;
    bottom: 0;
    opacity: 1;
    content: "\f030 ";
    left: 43%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 55px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 1;
    background: transparent;
    width: 30px;
    line-height: 40px;
    z-index: 999;
    right: 0;
    left: 23px;
    padding: 0;
    margin: 0;*/
}
#team .peccular-team-social-icon li{
display: inline-block;
    margin-right: 17px;
    position: relative;
    /* width: 50px; */
    background: #4bb7a820;
    border-radius: 50%;
    padding: 9px;
    height: 34px;
}
#team .peccular-team-content {
       padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
}
#team .peccular-team-social-icon li a svg{
    height: 14px;
    width: 14px;
    position: relative;
    bottom: 3px;
}
#team .team_experienceBX {
    position: absolute;

    border-radius: 30px;
    padding: 5px 20px;
    display: block;
    /* width: 85%; */
    top: 16px;
    left: 16px;
}
#team .team_experienceBX svg{
height: 16px;
    width: 17px;
}
#team .team_experienceBX svg path{
stroke: #fff;
}
/*#about .peccular-aboutfaciltiy-b:nth-child(2) .peccular-aboutfaciltiy-icon-box*/
#team .peccular-team-box:nth-child(1) .team_experienceBX,
#team .peccular-team-box:nth-child(5) .team_experienceBX,
#team .peccular-team-box:nth-child(9) .team_experienceBX{
    background: #4bb7a8;
}
#team .peccular-team-box:nth-child(2) .team_experienceBX,
#team .peccular-team-box:nth-child(6) .team_experienceBX,
#team .peccular-team-box:nth-child(10) .team_experienceBX{
background: #ffa726;
}
#team .peccular-team-box:nth-child(3) .team_experienceBX,
#team .peccular-team-box:nth-child(7) .team_experienceBX,
#team .peccular-team-box:nth-child(11) .team_experienceBX{
background: #f06292;
}
#team .peccular-team-box:nth-child(4) .team_experienceBX,
#team .peccular-team-box:nth-child(8) .team_experienceBX,
#team .peccular-team-box:nth-child(12) .team_experienceBX{
background: #42a5f5;
}

/*for social icons*/
#team .peccular-team-box:nth-child(1) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(5) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(9) .peccular-team-social-icon li{
    background: #4bb7a820;
}
#team .peccular-team-box:nth-child(2) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(6) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(10) .peccular-team-social-icon li{
    background: #ffa72620;
}

#team .peccular-team-box:nth-child(3) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(7) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(11) .peccular-team-social-icon li{
    background: #f0629220;
}

#team .peccular-team-box:nth-child(4) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(8) .peccular-team-social-icon li,
#team .peccular-team-box:nth-child(12) .peccular-team-social-icon li{
    background: #42a5f520;
}


#team .peccular-team-box:nth-child(1) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(1) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(1) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(5) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(5) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(5) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(9) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(9) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(9) .peccular-team-social-icon li a svg circle{
    stroke: #4bb7a8;
}
#team .peccular-team-box:nth-child(2) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(2) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(2) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(6) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(6) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(6) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(10) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(10) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(10) .peccular-team-social-icon li a svg circle{
    stroke: #ffa726;
}

#team .peccular-team-box:nth-child(3) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(3) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(3) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(7) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(7) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(7) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(11) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(11) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(11) .peccular-team-social-icon li a svg circle{
    stroke: #f06292;
}

#team .peccular-team-box:nth-child(4) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(4) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(4) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(8) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(8) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(8) .peccular-team-social-icon li a svg circle,

#team .peccular-team-box:nth-child(12) .peccular-team-social-icon li a svg path,
#team .peccular-team-box:nth-child(12) .peccular-team-social-icon li a svg rect,
#team .peccular-team-box:nth-child(12) .peccular-team-social-icon li a svg circle{
   stroke: #42a5f5;
}

/*designation*/

#team .peccular-team-box:nth-child(1) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(5) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(9) h6.peccular-team-designation{
      color: #4bb7a8;
      background: #4bb7a820;
}
#team .peccular-team-box:nth-child(2) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(6) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(10) h6.peccular-team-designation{
      color: #ffa726;
      background: #ffa72620;
}

#team .peccular-team-box:nth-child(3) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(7) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(11) h6.peccular-team-designation{
      color: #f06292;
      background: #f0629220;
}

#team .peccular-team-box:nth-child(4) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(8) h6.peccular-team-designation,
#team .peccular-team-box:nth-child(12) h6.peccular-team-designation{
      color: #42a5f5;
      background: #42a5f520;
}


#team .team_experienceBX h6{
    font-size: 0.875rem;
    font-weight: 400 !important;
    line-height: 25px;
    color: #fff;
    text-transform: none;
    font-family: system-ui;
}
#team .peccular-team-social-icon li a svg path{
stroke: #4bb7a8;
}
#team .peccular-team-social-icon li a{

}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 24px;
    padding: 4px 2px;
    transition: .9s ease;
}

#team .peccular-team-social-icon i:hover {
    color: #000;
    transform: scale(1.2);
}

#team .peccular-team-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
#team .peccular-team-hoversocial-icon a i:hover{
    color: #f9c12c !important;
}
#team .peccular-team-image .peccular-team-hoversocial-icon a{
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 10px 10px -24px 10px ;
    color: #fefefc;
}



/*----------------------------------------*/
/*   Featured Products Section
/*----------------------------------------*/
#featuredproducts {position: relative; overflow: hidden; background: #fff;}
#featuredproducts .section-title {
    position: relative;
    margin: 0 auto 1em auto;
    text-align: center;
}
#featuredproducts .section-title h5 {
    color: #ffa726;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background-color: oklab(79.7179% .0570467 .153521 / .1);
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
#featuredproducts .section-title h4 {
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}
#featuredproducts .section-title p {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 25px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}

#featuredproducts .featuredproducts-box{position: relative;}
#featuredproducts .featuredproductsbx {
    position: relative;
    overflow: hidden;
    width: 25%;
    padding: 20px 12px;
    margin-bottom: 25px;
    padding-top: 40px;
}
#featuredproducts .circle_BX {
    height: 60px;
    width: 60px;
    background: antiquewhite;
    border-radius: 15px;
    padding: 16px;
    left: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
        margin-bottom: 25px;
}
#featuredproducts .circle_BX .circlura {
    height: 31px;
    width: 31px;
    background: aqua;
    border-radius: 50%;
    position: relative;
}

.featuredproductsus-post-wrap .featuredproductsbx:nth-child(1) .featuredproductsus-single .product-details .circle_BX{
background: #4bb7a820 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single .product-details .circle_BX{
background: #ffa72620 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .featuredproductsus-single .product-details .circle_BX{
background: #f0629220 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .featuredproductsus-single .product-details .circle_BX{
background: #42a5f520 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(1) .featuredproductsus-single .product-details .circle_BX .circlura, 
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(5) .featuredproductsus-single .product-details .circle_BX .circlura, 
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(9) .featuredproductsus-single .product-details .circle_BX .circlura{
    background: #4bb7a8 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(6) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(10) .featuredproductsus-single .product-details .circle_BX .circlura{
    background: #ffa726 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(7) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(11) .featuredproductsus-single .product-details .circle_BX .circlura{
    background: #f06292 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(8) .featuredproductsus-single .product-details .circle_BX .circlura,
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(12) .featuredproductsus-single .product-details .circle_BX .circlura{
    background: #42a5f5 !important;
}
/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .circle_BX{
background: #ffa72620;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .circle_BX{
background: #f0629220;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .circle_BX{
background: #42a5f520;
}*/

/*.featuredproductsus-post-wrap:nth-child(1) .featuredproductsus-single{
    background: #000;
}*/
#featuredproducts .featuredproductsus-single {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    padding: 0;
    transition: all .1s linear;
    background: #fff;
    transition: all 1s ease 0s;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
}
#featuredproducts .productbx {
    padding: 40px 20px 20px 20px;
    position: relative;
}

#featuredproducts .productbx p{font-size: 14px;color: #000; font-weight: 300;}
#featuredproducts .productbx li{color: #000;list-style: none;font-size: 14px;font-weight: 300;}
/*child css*/
.featuredproductsus-post-wrap .featuredproductsbx{position: relative; padding: 0 6px;transition: all 1s ease 0s;}
/*.featuredproductsus-post-wrap .featuredproductsbx:hover{margin-top:-1em;transition: all 1s ease 0s;}*/

/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2){margin-top: -1.2em;}*/
/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single{border: 4px solid #ff6b35;}*/

/*.featuredproductsus-post-wrap .featuredproductsbx .productbx {
  background-image: linear-gradient(90deg, transparent -50%, #f3f4f6 100%);
}*/

.featuredproductsus-post-wrap .featuredproductsbx:nth-child(1) .featuredproductsus-single:hover{
border: 2px solid #4bb7a8 !important;
transition: all 1s ease 0s;
    transform: scale(1.01);
}

.featuredproductsus-post-wrap .featuredproductsbx:nth-child(1) .featuredproductsus-single:hover .buy-now-button a{
background : #4bb7a8 !important;
border-color : #4bb7a8 !important;
transition: all 6s ease 0s;
 transform: scale(1.01);
color: #fff !important;
}

.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single:hover .buy-now-button a{
background : #ffa726 !important;
border-color : #ffa726 !important;
transition: all 6s ease 0s;
 transform: scale(1.01);
color: #fff !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .featuredproductsus-single:hover .buy-now-button a{
background : #f06292 !important;
border-color : #f06292 !important;
transition: all 6s ease 0s;
 transform: scale(1.01);
color: #fff !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .featuredproductsus-single:hover .buy-now-button a{
background : #42A5F4 !important;
border-color : #42A5F4 !important;
transition: all 6s ease 0s;
 transform: scale(1.01);
color: #fff !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single:hover{
border: 2px solid #ffa726 !important;
transition: all 1s ease 0s;
 transform: scale(1.01);
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .featuredproductsus-single:hover{
border: 2px solid #f06292 !important;
transition: all 1s ease 0s;
 transform: scale(1.01);
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .featuredproductsus-single:hover{
border: 2px solid #42A5F4 !important;
transition: all 1s ease 0s;
 transform: scale(1.01);
}
/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .productbx {
  background-image: linear-gradient(90deg, transparent -100%, #00b4db 22%);
}*/
/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .productbx {
  background-image: linear-gradient(270deg, transparent -100%, #ff6b35 48%);
}*/
/*.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .productbx {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}*/
/**/
#featuredproducts .title{
    position: relative;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: 400 !important;
    color: #2c2c2c;
    font-family: system-ui;
    text-align: center;
    width: 100%;
}
#featuredproducts .product-price .amount bdi span.woocommerce-Price-currencySymbol{
color: #2c2c2c;
font-size: 3rem;
font-weight: 700!important;
font-family: system-ui;
}
#featuredproducts .product-price .amount bdi{
color: #2c2c2c;
font-size: 3rem;
font-weight: 700!important;
font-family: system-ui;
}
#featuredproducts .product-price span.per_month{
color: #717182;
    font-size: 16px;
    font-family: system-ui;
    margin-left: 5px;
}
#featuredproducts .productbx ul{
margin-top: 35px;
}
#featuredproducts .featuredproductsus-single {
position: relative;
    overflow: visible;
}

#featuredproducts .most-popular-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #f7689d;
    color: #fff;
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500 !important;
    box-shadow: 0 6px 15px rgba(247, 104, 157, 0.35);
    z-index: 999;
    font-family: system-ui;
}
#featuredproducts .most-popular-badge svg{
    height: 15px;
    width: 16px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
#featuredproducts .most-popular-badge svg path{
fill: #fff;
}
#featuredproducts .featuredproductsus-single.most-popular {
    border: 2px solid #f7689d;
    transform: scale(1.03);
}

#featuredproducts .featuredproductsus-post-wrap {
    margin-bottom: 1em;
}
#featuredproducts .productbx ul li{
    color: #2c2c2c;
    font-size: 17px;
    font-family: system-ui;
    margin-bottom: 14px;
    font-weight: 400 !important;
    line-height: 30px;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(1) .featuredproductsus-single .productbx ul li:before{
 color: #4bb7a8 !important;
  background: #4bb7a820 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(2) .featuredproductsus-single .productbx ul li:before{
 color: #ffa726 !important;
  background: #ffa72620 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(3) .featuredproductsus-single .productbx ul li:before{
 color: #f06292 !important;
  background: #f0629220 !important;
}
.featuredproductsus-post-wrap .featuredproductsbx:nth-child(4) .featuredproductsus-single .productbx ul li:before{
 color: #42a5f5 !important;
  background: #42a5f520 !important;
}
#featuredproducts .productbx ul li:before{
    content: "\f00c";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #4bb7a8;
    height: 21px;
    width: 21px;
    background: #4bb7a820;
    border-radius: 7px;
    text-align: center;
    padding: 3px;
    margin-right: 12px;
}
#featuredproducts .product-price del{display: none;}
#featuredproducts .product-price ins .amount  {
    font-size: 30px;
    font-weight: 600;
}
#featuredproducts .product-imagebx,
#featuredproducts .product-image img,
#featuredproducts .product-image {
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
    display: none;
}
#featuredproducts .product-description {
       padding-bottom: 4em;
    padding-left: 20px;
    padding-right: 20px;
}
#featuredproducts .product-descriptiontext p{
    margin: 4px 0 20px;
    word-break: break-word;
    line-height: 1.5;
    font-size: 14px;
    font-family: system-ui;
    color: #717182;
    text-align: center;
}
#featuredproducts .product-description li {
    position: relative;
    text-align: left;
    font-size: 16px;
    list-style: none;
    color: #ffffff;
    font-weight: 400;
    word-break: break-word;
    margin: 10px 0 1px 0;
    padding: 0px 0px 0px 0;
    transition: all 1s ease 0s;
}
#featuredproducts .product-description li:before {
    content: "\f058";
    font-family: 'Fontawesome';
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 18px;
    padding-right: 10px;
    color: #FF7617;
    font-weight: 500;
    transition: all 1s ease 0s;
}
#featuredproducts .buy-now-button a {
    position: relative;
    background: none;
    text-align: center;
    display: block;
    padding: 10px 10px;
    border-radius: 8px;
    margin: 24px 0 0 0;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    color: #4bb7a8;
    border: 1px solid #4bb7a8;
    border-radius: 30px;
    font-family: system-ui;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}
#featuredproducts .buy-now-button a:hover{
box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a) !important;

}
#featuredproducts .buy-now-button a:hover{transition: all 0.3s ease;}

/*/3rd box*/
/*
#featuredproducts .featuredproductsbx:nth-child(3) .product-price ins .amount {
    background-image: linear-gradient(#6FCC43, #000);
    color: transparent;
    background-clip: text;
}
*/
/*price*/
#featuredproducts .planbx {
    position: relative;
    box-shadow: 0 2px 7px 4px #dcdcdc70;
    padding: 20px 20px 20px;
    border-radius: 16px;
    margin-top: 2.5em;
}
#featuredproducts .planbx h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 24px 0;
}
#featuredproducts .price-bx {
    padding: 0 10px;
}
#featuredproducts .price-post {
    position: relative;
    border-radius: 11px;
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding: 15px 14px;
    display: block;
}
#featuredproducts .planbx .title{
    font-weight: 400;
    width: 70%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #535a65;
}
#featuredproducts .planbx p{
    width: 30%;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 4px;
    text-align: right;
}
/*notice bx*/
#featuredproducts .noticebx {
    position: relative;
    background: #17263b;
    padding: 3em 20%;
    text-align: center;
    box-shadow: 0 0 1px 1px #4b4b4b;
    border-radius: 20px;
    margin-top: 4em;
}
#featuredproducts .noticebx h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0;
}
#featuredproducts .noticebx p {
    font-size: 20px;
    color: #f5f5f5b3;
    margin: 0;
    padding: 22px 0;
}
#featuredproducts .ntc-bttn{ margin: 5px 0 0 0; text-align: center;transition: all 0.5s;}
#featuredproducts .ntc-bttn .btn1 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #00b4db;
    font-size: 18px;
    font-weight: 400;
    margin: 0 8px ;
    padding: 12px 26px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 1;
}
#featuredproducts .ntc-bttn .btn1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #f3f;
    transition: all 0.3s ease;
}
#featuredproducts .ntc-bttn .btn1:hover { color: #000;}
#featuredproducts .ntc-bttn .btn1:hover:after {
  top: 0;
  height: 100%;
}
/**/
#featuredproducts .ntc-bttn .btn2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #fff;
    background: none;
    font-size: 18px;
    font-weight: 400;
    margin: 0 8px ; 
    padding: 10px 26px;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 1;
}
#featuredproducts .ntc-bttn .btn2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px;
    background-color: #f3f;
    transition: all 0.3s ease;
}
#featuredproducts .ntc-bttn .btn2:hover { color: #000;}
#featuredproducts .ntc-bttn .btn2:hover:after {
  top: 0;
  height: 100%;
}


/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    border: 2px solid #ebe6e7;
}
#innerpage-box .peccular-team-single:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

#innerpage-box .gteamSingle_mainText p{
    font-size: 1.125rem;
    color: #717182 !important;
    font-weight: 400 !important;
    font-family: system-ui;
    line-height: 30px;
}
#innerpage-box .education-box {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    border: 1px solid #f6f3f4;
        margin-top: 35px;
}

#innerpage-box .heading-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

#innerpage-box .heading-area .icon {
        background: linear-gradient(71deg, #46c3aa -8%, #2d9cf5 90%);
    color: #0ea5e9;
    font-size: 22px;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#innerpage-box .heading-area .icon svg{
    height: 17px;
    width: 17px;
}
#innerpage-box .heading-area .icon svg path{
    stroke: #fff;
}
#innerpage-box .education-box h2 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #000;
    margin-top: 0 !important;
}

#innerpage-box .edu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#innerpage-box .edu-list li {
    background: #f7f7f7;
    padding: 0 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
#content-box ul li:before, #content-box li:before{
    display: none !important;
}
#innerpage-box .count {
    width: 28px;
    height: 28px;
    background: linear-gradient(71deg, #46c3aa -8%, #2d9cf5 90%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
#innerpage-box h1.ht-sinleteammain-title {
    color: #2c2c2c !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    font-family: system-ui;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}


#innerpage-box .awards-section {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
}

#innerpage-box .awards-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#innerpage-box .awards-title svg{
    height: 24px;
    width: 24px;
    position: relative;
    left: 12px;
}
#innerpage-box .awards-titleIcon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FFB449 0%, #FF7E5F 50%, #F85A8F 100%);
}
#innerpage-box .awards-title svg path,#innerpage-box .awards-title svg circle{
stroke: #fff;
}
#innerpage-box .awards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
        margin-top: 20px;
}


#innerpage-box .appointment-cta {
    max-width: 900px;
    margin: 40px auto;
    padding: 50px 30px;
    border-radius: 18px;
    text-align: center;
    background: linear-gradient(135deg, #45c0b8, #47a9f3);
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

#innerpage-box .appointment-cta p.maintitle {
font-size: 32px !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: system-ui;
}
@media (min-width: 992px) {
    .innreteamimage {
        padding-right: 40px; /* space increase */
    }
}
#innerpage-box .specialization-card {
       max-width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 26px;
        margin-top: 30px;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
}

#innerpage-box .specialization-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

#innerpage-box .specialization-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#innerpage-box .specialization-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #717182 !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    font-family: system-ui;
}
#innerpage-box .innreteamimage img{
border-radius: 16px;
    height: 310px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#innerpage-box .specialization-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #3bb7a6;
    border-radius: 50%;
    display: block !important;
}

#innerpage-box .appointment-cta p.texttitle {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 30px;
    color: #fff !important;
}

#innerpage-box .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

#innerpage-box .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#innerpage-box .call-btn {
    background: #ffffff;
    color: #2db6a3;
}

#innerpage-box .call-btn:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

#innerpage-box .outline-btn {
        background: #ffffff;
    color: #2db6a3;
    
}

#innerpage-box .outline-btn:hover {
transform: translateY(-2px);
background: #ffffff;
}



#innerpage-box .award-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    border-radius: 14px;
    background: linear-gradient(90deg, #fff7e9 0%, #fdeef1 100%);
}
#innerpage-box .award-item p{
       color: #2c2c2c;
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui;
}

#innerpage-box .award-icon {
    color: #f5a623;
    font-size: 20px;
}
#innerpage-box .award-icon svg{

}
#innerpage-box .award-icon svg path,#innerpage-box .award-icon svg circle{
stroke: #f5a623;
}
#innerpage-box .peccular-team-image { 
    position: relative;  
    margin-bottom: 0px;
 } 
 #innerpage-box .bottomteamcontn {
    text-align: left;
    margin-top: 2.3em;
    /*padding-left: 25px;*/
    padding-right: 25px;
}
 #innerpage-box .bottomteamcontn .team_content{
color: #717182 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: system-ui;
    text-transform: none;
    text-align: left;
    margin-bottom: 15px;
        padding-left: 25px;
}
 #innerpage-box .teaminn_btn{
        margin-top: 10px;
        /*padding-left: 30px;*/
/*    border: 2px solid #4bb7a8;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;*/
}
 #innerpage-box .teaminn_btn a{
    color: #e63946 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-transform: none;
    font-family: system-ui;
}
#innerpage-box .team-inner-body{
    width: 85%;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
}
 #innerpage-box .teaminn_btn a svg{
    width: 17px;
    height: 17px;
    margin-left: 2px;
    position: relative;
    top: 0px;
 }
  #innerpage-box .teaminn_btn a svg path{
    stroke:  #e63946;
  }
 #innerpage-box .bottomteamcontn p{
color: #717182 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: system-ui;
    text-transform: none;
    text-align: left;
    /*padding-left: 25px;*/
}
 #innerpage-box .teampage_heading {
    position: relative;
    text-align: center;
}
 #innerpage-box .team-inner-body .title-underline{
    width: 103px;
    height: 5px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}
#innerpage-box .teampage_heading h3{
color: #e63946;
    font-size: 17px !important;
    font-weight: 400 !important;
    /* text-transform: uppercase !important; */
    font-family: system-ui;
    background: #e639461a;
    display: inline;
    border-radius: 30px;
    padding: 11px 18px !important;
}

#innerpage-box .why-choose-us {
    padding: 60px 20px;
    background: #fafafa;
}

#innerpage-box .choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

#innerpage-box .choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

#innerpage-box .choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

#innerpage-box .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

#innerpage-box .icon-circle svg {
    width: 32px;
    height: 32px;
}

#innerpage-box .gradient-1 {
    background: linear-gradient(135deg, #4ecdc4, #5dade2);
}

#innerpage-box .gradient-2 {
    background: linear-gradient(135deg, #ff9a44, #ff5e62);
}

#innerpage-box .gradient-3 {
    background: linear-gradient(135deg, #c77dff, #5f9cff);
}

#innerpage-box .choose-card h3 {
    font-size: 1.5rem !important;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: system-ui;
}

#innerpage-box .choose-card p {
    font-size: 15px;
    color: #717182;
    line-height: 1.6;
        font-family: system-ui;
}


#innerpage-box .doctor-card {
    width: 100%;
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    border-top-left-radius: 0;
    position: relative;
    top: -7px;
    z-index: 0;
}

#innerpage-box .doctor-name {
    font-size: 22px !important;
    margin-bottom: 6px;
    color: #222;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#innerpage-box .doctor-role {
    display: inline-block;
    font-size: 1.125rem;
    color: #36b7a4;
    margin-bottom: 18px;
    font-weight: 600 !important;
    font-family: system-ui;
    margin-top: 10px;
}

#innerpage-box .doctor-info {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

#innerpage-box .doctor-info li {
display: flex;
    align-items: center;
    font-size: 16px;
    color: #717182 !important;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-family: system-ui;
    line-height: 20px !important;
}

#innerpage-box .doctor-info .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

#innerpage-box .icon.email {
    color: #4ecdc4;
}

#innerpage-box .icon.phone {
    color: #ffa502;
}

#innerpage-box .icon.exp {
    color: #ff5e99;
}

#innerpage-box .appointment-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 30px;
    background: linear-gradient(90deg, #3cc6b8, #4a9cff);
       color: #fff !important;
    font-size: 16px;
        font-weight: 500 !important;
    font-family: system-ui;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

#innerpage-box .appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

#innerpage-box .appointment-btn .heart {
    font-size: 16px;
}


/* Responsive */
@media (max-width: 992px) {
    #innerpage-box .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
   #innerpage-box .choose-grid {
        grid-template-columns: 1fr;
    }
}

#innerpage-box .teampage_heading h3.title i{
    /* color: #42a5f5; */
    font-size: 4px;
    padding: 0px 24px;
    /* background: #42a5f5; */
    background: linear-gradient(90deg, #37C1A1 0%, #2DA6F7 100%);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    top: -5px;
}

#innerpage-box .teampage_heading h2{
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #0c0c0c;
    font-family: system-ui;
}
#innerpage-box .teampage_heading p{
    color: #717182 !important;
    font-size: 1.125rem !important;
    font-family: system-ui;
    padding-left: 21%;
    padding-right: 21%;
    margin-bottom: 3em;
    line-height: 30px !important;
}
#innerpage-box .peccular-team-image .teaminn-overlay{
     position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to bottom, transparent 54%, #000 99%);
    z-index: 1;
}
#innerpage-box .team_designationBX {
    border-radius: 15px;
    display: inline-block;
    position: relative;
    z-index: 999;
}

#innerpage-box .team_designationBX h5{
    margin: 0 0 !important;
    font-size: 16px !important;
    color: #4a5565;
    font-weight: 400 !important;
    font-family: system-ui;
    padding-left: 0 !important;
    margin-top: 7px !important;
}
#innerpage-box .team_designationBX h5 svg{
    height: 17px;
    width: 17px;
    margin-right: 10px;
}
#innerpage-box .team_designationBX h5 svg path{
        stroke: #e63946;
}
#innerpage-box .peccular-team-image img {
     width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
        border-radius: 87px 87px 0px 0px;
}
#innerpage-box .peccular-team-content {
    padding-bottom: 19px;
    position: relative;
    bottom: 0;
    left: 0;
    /* margin: 0px 0 26px; */
    padding: 0;
    letter-spacing: 0;
    text-align: left;
    padding: 25px;
}


#innerpage-box .peccular-team-content h4.peccular-team-name {
font-size: 25px !important;
    line-height: 35px;
    font-weight: 500;
    color: #fff !important;
    margin: 0px 0 5px !important;
}
#innerpage-box .peccular-team-content  h5.peccular-team-designation {
    font-size: 18px !important;
    line-height: 19px;
    color: #e63946 !important;
    margin: 0px 0 20px;
    font-weight: 400 !important;
    padding: 0;
    letter-spacing: 0;
    font-family: system-ui;
}
#innerpage-box .peccular-team-content h6{
    margin: 0 0 !important;
    font-size: 16px !important;
    color: #4a5565;
    font-weight: 400 !important;
    font-family: system-ui;
}
#innerpage-box  .teams_click{
    color: #717182 !important;
    text-transform: none;

}
#innerpage-box .peccular-team-content h6 svg{
height: 17px;
width: 17px;
margin-right: 10px;
}
#innerpage-box .peccular-team-content h6 svg path,#innerpage-box .peccular-team-content h6 svg circle{
    stroke: #e63946;
}
#innerpage-box .social-icon {
    position: relative;
    bottom: 0;  
    left: 0; 
    right: 0;
    align-items: center;
    z-index: 999;
}
#innerpage-box .social-icon a{
      
    margin: 0 23px;
    align-items: center;
    justify-content: center;
}
#innerpage-box .social-icon a i {
    color: #fff;
    transition: all 300ms ease 0s;
    font-size: 23px;
}
#innerpage-box  .peccular-team-social-icon.top-social-icon {
    display: none;
}

#innerpage-box .peccular-team-social-icon a i {
    transition: all 0.3s ease-in-out 0s;
    margin-right: 20.87px;
}
#innerpage-box .peccular-team-social-icon a:last-child i {
    margin-right: 0px;
}
#innerpage-box .peccular-team-social-icon a i:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#innerpage-box .social-icon a:hover i {
    
    color: #E11D07;
}


/*Bottom Leaf ICon 1*/

#innerpage-box .peccular-team-single .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#innerpage-box .peccular-team-single .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 3*/
#innerpage-box .peccular-team-single .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 4*/
#innerpage-box .peccular-team-single .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #FF5B4A;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-image {
    overflow: hidden;
    position: relative;
}

#innerpage-box .peccular-team-single .peccular-team-image img {
    width: 100%;
    height: 351px;
    transition: all 0.8s;
    border-radius: 0;
    transform: scale(1.01);
}
#innerpage-box .peccular-team-single .peccular-team-image:hover img{
    transform: scale(1.2);
}
#innerpage-box .peccular-team-single .peccular-team-content {
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .team_Border_svg {
    position: relative;
    top: -73px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    position: relative;
    top: -134px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .team_Border_svg svg path {
    fill: #a39d9d !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg path {
    fill: #fff !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .Team_details {
    font-size: 18px;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 21px;
    transition: all 0.8s;
    letter-spacing: 0.59px;
    color: #FFFFFF;
}
#innerpage-box .peccular-team-single h4.peccular-team-name {
    letter-spacing: 0;
    color: #0c0c0c;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin-top: 15px !important;
    margin-bottom: 17px !important;
    line-height: 21px;
    transition: all 0.8s;
    padding: 0 !important;
    font-family: system-ui;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-weight: 500 !important;
    color: #FF5B4A;
    font-size: 16px;
    text-transform: none;
    font-family: none;
    transition: all 0.8s;
    margin: 0;
    margin-top: 5px;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon {
    background: transparent;
    position: relative;
    bottom: 0;
    z-index: 999;
    right: 10px;
    padding: 0 0 0 13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i {
    color: #fff;
    font-size: 18px;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i:hover {
    color:#FF5B4A ;
}
/*Hover effects*/
#innerpage-box .peccular-team-single:hover .peccular-team-social-icon i{
    opacity: 1;
    transform: scale(1.3);
}
#innerpage-box .peccular-team-single:hover .border_circle {
     left: 96%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon1 {
    position: absolute;
    top: -33px;
    left: 90%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon2 {
    position: absolute;
    top: -41px;
    left: 97%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon3 {
    position: absolute;
    top: -30px;
    left: 103%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 100%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon2 {
    bottom: 54px;
    right: 89%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon3 {
    bottom: 24px;
    right: 100%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon4 {
    bottom: 10px;
    right: 89%;
    transition: all 0.8s;
}

#innerpage-box .peccular-team-area {
    padding: 0 15px;
    margin-bottom: 44px;
}

/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;  
    background: #fff;   
}

#testimonials .peccular_testimonial_eme_image {
    position: relative;
}
#testimonials .peccular_testimonial_eme_area {
    bottom: 3em;
    position: absolute;
    background: #42682c;
    padding: 2em 0.5em;
    z-index: 2;
    right: -15em;
    width: 260px;
    text-align: center;
}
#testimonials .peccular_testimonial_eme_area h3 {
    font-size: 20px;
    font-weight: 500;
    color: #312d1f;
    margin-bottom: 8px;
}
#testimonials .peccular_testimonial_eme_area p {
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2D;
    text-align: center;
    margin-bottom: 5px;
}
#testimonials .peccular_testimonial_eme_area a.peccular_testimonials_emenum {
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2D;
      transition: all 0.8s;
}
#testimonials .peccular_testimonial_eme_area:hover a.peccular_testimonials_emenum {
letter-spacing: 1px;
}

#testimonials .peccular_testimonial_eme_area a.peccular_testimonials_emenum i {
    font-size: 20px;
    padding-right: 8px;
    color: #060200;
        transition: all 0.8s;
}

#testimonials .peccular_testimonial_eme_area:hover a.peccular_testimonials_emenum i{
    transform: rotate(90deg);
    transition: all 0.8s;
}


.testimonials_section {
    position: relative;
    overflow: hidden; 
    z-index: 1;
    padding-bottom: 6em;
    padding-top: 3em;
}
#testimonials .peccular-testimonial-block{
    padding-bottom: 17px;
}
#testimonials .peccular-testimonials-single {
    padding-top: 1em;
}
#testimonials .peccular-section-head h2
{
    color: #e63946;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background: #e639461a;
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
#testimonials .title-underline{
    width: 103px;
    height: 5px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}
#testimonials .peccular-section-head h3 {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #0c0c0c;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 55px;
    margin-top: 15px;
}

#testimonials .peccular-testimonials-image i {
    left: -5px;
    position: absolute;
    top: 10px;
    font-size: 30px;
    z-index: 1;
    color: #42682c;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image i {
    color: #42682c;
}
#testimonials .test_content {
    padding-top: 1em;
}

#testimonials .peccular-testimonials-image{
    position: relative;
    padding: 2em 0;
}
#testimonials .peccular-testimonials-image img {
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    width: 211px;
    height: 211px;
    opacity: 1;
    position: relative;
    z-index: 3;
        box-shadow: 2px 2px 32px #0000002B;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img {
/*       transform: scale(0.9);*/
}

#testimonials .peccular-testimonials-image:before {
    content: '';
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    width: 211px;
    height: 211px;
    opacity: 1;
    background-color: #65A93E;
    position: absolute;
    top: 15px;
    right: 40px;
    z-index: 1;
    box-shadow: 2px 2px 32px #0000002B;
}
#testimonials .peccular-testimonials-image:after {
    content: '';
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    opacity: 1;
    background-color: #65A93E;
    position: absolute;
    top: 1px;
    left: 23px;
    z-index: 2;
    box-shadow: 2px 2px 32px #0000002B;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image:before {
    outline: 2px dashed #65A93E;
    outline-offset: 5px;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    outline: 2px dashed #65A93E;
    outline-offset: 5px;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}




#testimonials .peccular-section-head {
    margin-bottom: 36px;
}

#testimonials h4.peccular-testimonials-name {
    font-weight: 600;
    color: #2B421E;
    margin: 0px;
    transition: all 0.5s ease 0s;
    font-size: 34px;
    line-height: 43px;
    text-align: left;
    transition: all 0.9s;
    transform: translateX(-3%);
}

#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    transition: all 0.5s ease 0s; 
    transition: all 0.9s;
    transform: translateX(2.5%);
}
#testimonials h4.peccular-testimonials-name span {
    color: #72AF4E;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    word-break: break-word;
    margin: 0px;
    text-align: left;
    text-transform: capitalize;
    color: #2B421E;
        transition: all 0.9s;
    transform: translateX(-3%);
}
#testimonials .peccular-testimonials-single:hover h6.peccular-testimonials-designation {
    transition: all 0.5s ease 0s; 
    transition: all 0.9s;
    transform: translateX(2.5%);
}

#testimonials .peccular-testimonials-content p{
    font-size: 24px;
    font-weight: 400;
    word-break: break-word;
    line-height: 29px;
    text-align: left;
    margin: 0;
    letter-spacing: 0px;
    color: #2B421E;
    opacity: 0.6;
    padding: 0 18px 0 1em;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
    margin-bottom: 3em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
    position: relative;
    display: inline-block;
    margin: 0;
    margin-right: 6em;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {
    font-size: 23px;
    color: #65A93E;
    position: absolute;
    top: -17px;
    left: -2px;
    margin-right: 0px;
    transition: all 0.5s ease;
        transition: all 0.9s;
    transform: translateY(2%);
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right {
    font-size: 23px;
    color: #65A93E;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0px;
    transition: all 0.5s ease;
    transition: all 0.9s;
    transform: translateY(2%);
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-left{
     transition: all 0.5s ease 0s;
    transition: all 0.9s;
    transform: translateY(25%);
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-right{
     transition: all 0.5s ease 0s;
    transition: all 0.9s;
    transform: translateY(25%);

}
/*#testimonials .owl-theme .owl-nav {
     display: none !important;
}
*/

#testimonials .owl-theme .owl-dots {
    display: block;
    margin: 0 auto;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px;
}

/*#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: none;
}*/

/*#testimonials .owl-nav .owl-prev {
    background: #42682c;
    width: 114px;
    height: 58px;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    clip-path: polygon(28% 0, 100% 0, 75% 99%, 5% 100%);
    margin-right: -25px;
      
}*/
/*#testimonials .owl-nav .owl-prev:hover{
    background: #000;
    box-shadow: 0px 1px 3px 3px #ffffff;
}
#testimonials .owl-nav .owl-next:hover{
    background: #000;
    box-shadow: 0px 1px 3px 3px #ffffff;
}*/
/*#testimonials .owl-nav .owl-next {
    background: #42682c;
    width: 114px;
    height: 58px;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    clip-path: polygon(28% 0, 100% 0, 75% 99%, 5% 100%);
    margin-right: -25px;
}*/
/*#testimonials .owl-nav .owl-prev:after,
#testimonials .owl-nav .owl-next:after{
    font-size: 38px;
    color: #ffffff;
    line-height: 50px;
}*/
/*#testimonials .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}*/



/* Section background */
#testimonials .testimonials_section {
    background: #f9fafb;
    padding: 100px 0;
}

/* Center heading */
#testimonials .peccular-section-head {
    text-align: center !important;
    margin-bottom: 60px;
}

/* Small top badge */
#testimonials .peccular-section-head h2 {
    font-size: 14px;
    background: #ffe5e5;
    color: #e63946;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Main heading */
#testimonials .peccular-section-head h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
#testimonials .peccular-section-head p{

}
/* Card Design */
#testimonials .new-design {
    background: #f3f4f6;
    padding: 40px;
    border-radius: 27px;
    max-width: 885px;
    margin: auto;
    position: relative;
    padding-top: 1em;
    padding-bottom: 7em;
    margin-bottom: 40px;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    border: 2px solid #ebe6e7;
}

/* Quote */
#testimonials .quote-icon {
    font-size: 25px;
    color: #e63946;
    position: relative;
    top: 20px;
    left: 15px;
    margin-bottom: 1em;
}

/* Top section */
#testimonials .testimonial-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

#testimonials .testimonial-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e6394638;
}

#testimonials .testimonial-info h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400 !important;
    font-family: system-ui;
    color: #0a0a0a;
    margin-bottom: 10px;
}

#testimonials .testimonial-info span {
    font-size: 16px;
    color: #4a5565;
    font-weight: 400 !important;
    font-family: system-ui;
}

#testimonials .stars {
    color: #e63946;
    margin-top: 5px;
}

#testimonials .stars svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}

#testimonials .stars svg path{
fill: #e63946;
}
/* Text */
#testimonials .testimonial-text p {
    font-style: italic;
    color: #374151;
    line-height: 1.8;
    font-size: 1.25rem;
    font-family: system-ui;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    margin-top: 1.8em;
}


/* Remove default button style */
#testimonials .owl-nav button {
    background: none !important;
    border: none !important;
    outline: none;
}
#testimonials .owl-nav {
    display: block !important;
}
/* Custom Arrow Design */
.custom-prev,
.custom-next {
    background: #e5e7eb;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
    background: #e63946;
    color: #fff;
}


#testimonials .owl-nav button {
    /* background: #e5e7eb !important; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: none;
}

#testimonials .owl-nav button span {
    font-size: 36px;
}

/* Dots */
#testimonials .owl-dots {
    position: absolute;
    left: 24%;
    bottom: 23%;
    margin-bottom: 44px;
}

#testimonials .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    border-radius: 10px;
    background: #ddd;
}

#testimonials .owl-dots .owl-dot.active span {
    background: #e63946;
}


#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #ffffff;
}

#testimonials .peccular-testimonials-imgbox img{
    width: 100%;
   
}
 #testimonials .peccular-section-head i {
    color: #42682c;
    font-size: 1px;
    padding: 0px 73px;
    background: #42682c;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
#testimonials .owl-theme .owl-dots .owl-dot {
   box-shadow: none;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
    background: #d1d5dc;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #e6394638;
    width: 33px;
    height: 12px;
}

/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project .peccular-section-head h2 {
    margin-bottom: 57px;
}

#project .peccular-section-head {
    margin:0;
}

#project .project-overlay,
#innerpage-box .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

/*-------------------for project drag image option ------------------*/

#project .image-comparison,
#innerpage-box .image-comparison {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#project .image-comparison__slider-wrapper,
#innerpage-box .image-comparison__slider-wrapper{position: relative;}
#project .image-comparison__slider-wrapper input,
#innerpage-box .image-comparison__slider-wrapper input{border: none;padding:0;}
#project .image-comparison__label,
#innerpage-box .image-comparison__label {
  font-size: 0;
  line-height: 0;
}
#project .image-comparison__label,
#project .image-comparison__range,
#innerpage-box .image-comparison__label,
#innerpage-box .image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}
#project .image-comparison__image-wrapper--overlay,
#innerpage-box .image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% + 2px);
  height: 100%;
  overflow: hidden;
}
#project .image-comparison__figure:not(.image-comparison__figure--overlay),
#innerpage-box .image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  height: 268px;
}
#project .image-comparison__image,
#innerpage-box .image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
#project .image-comparison__figure img,
#innerpage-box .image-comparison__figure img{height: 100%;}
#project .image-comparison__figure--overlay .image-comparison__image,
#innerpage-box .image-comparison__figure--overlay .image-comparison__image {z-index: 1;}
#project .image-comparison__captionleft,
#project .image-comparison__captionright,
#innerpage-box .image-comparison__captionleft,
#innerpage-box .image-comparison__captionright {
    position: absolute;
    overflow: hidden;
    top: 13px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.7px;
    color: #002434;
     min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 2px 9px;
    z-index: 0;
    transition: 0.5s all ease-in-out;
    font-weight: 500 !important;
}
#project .image-comparison__captionleft,
#innerpage-box .image-comparison__captionleft{left: 14px;z-index: 1;}
#project .image-comparison__captionright,
#innerpage-box .image-comparison__captionright{right: 25%;}
#project .image-comparison__captionleft:before,
#project .image-comparison__captionright:before,
#innerpage-box .image-comparison__captionleft:before,
#innerpage-box .image-comparison__captionright:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
    z-index: -1;
    border: 1px solid #4F5F65;
}
#project .image-comparison__caption--before,
#innerpage-box .image-comparison__caption--before {
  left: 14px;
  z-index: 2;
}
#project .image-comparison__caption--after,
#innerpage-box .image-comparison__caption--after {
  right: 14px;
  text-align: right;
}
#project .image-comparison__slider,
#innerpage-box .image-comparison__slider {
    position: absolute;
    top: 0;
    left: 25%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}
#project .image-comparison__range--active ~ .image-comparison__slider,
#innerpage-box .image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}
#project .image-comparison__thumb,
#innerpage-box .image-comparison__thumb {
    position: absolute;
    top: 45%;
    left: -20px;
    width: 49px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #002434;
    padding: 7px 6px 6px 7px;
    border-radius: 0;
    transform-origin: center;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
}
#project .image-comparison__slider i.project-icon1,
#innerpage-box .image-comparison__slider i.project-icon1 {
    font-size: 26px;
    position: absolute;
    right: 7px;
}
#project .image-comparison__slider i.project-icon2,
#innerpage-box .image-comparison__slider i.project-icon2 {
    font-size: 26px;
    position: absolute;
    left: 7px;
}
#project .image-comparison__range::-webkit-slider-runnable-track,
#innerpage-box .image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-moz-range-thumb,
#innerpage-box .image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-webkit-slider-thumb,
#innerpage-box .image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-ms-fill-lower,
#innerpage-box .image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}
#project .image-comparison__range::-ms-track,
#innerpage-box .image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}
#project .image-comparison__range::-ms-thumb,
#innerpage-box .image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}
#project .image-comparison__range::-ms-tooltip,
#innerpage-box .image-comparison__range::-ms-tooltip {display: none;}


/*-------------------End for project drag image option ------------------*/
#innerpage-box #content-box .peccular-project-single h4.peccular-project-title a {
    color: #002434;
    font-weight: 500 !important;
        line-height: 21px;
    font-size: 16px;
}
#innerpage-bo .peccular-project-content {
    margin-bottom: 78px;
}

.peccular-project-area {
    position: relative;
    z-index: 2;
}
.peccular-project-content {
    background: #fff;
    padding: 17px 10px;
    margin-bottom: 10px;
}
div#project .peccular-project-single h4.peccular-project-title,
#innerpage-box .peccular-project-single h4.peccular-project-title {
    margin-bottom: 10px;
}
div#project .peccular-project-single h4.peccular-project-title a,
#innerpage-box .peccular-project-single h4.peccular-project-title a {
    letter-spacing: 0.7px;
    color: #002434;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
div#project .peccular-project-single p.peccular-project-text,
#innerpage-box .peccular-project-single p.peccular-project-text{
    letter-spacing: 0.53px;
    color: #4F5F65;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
}
#innerpage-box .peccular-project-single p.peccular-project-text {
    color: #4F5F65;
    margin-bottom: 10px;
}
div#project .owl-carousel button.owl-prev, div#project .owl-carousel button.owl-next {
    position: absolute;
    top: -135px;
}
div#project .owl-carousel button.owl-prev {
    left: -25px;
}
 div#project .owl-carousel button.owl-next {
    right: -25px;
}


div#project .peccular-project-single h4.peccular-project-title a,
#innerpage-box #content-box .peccular-project-single h4.peccular-project-title a {
    color: #002434;
}

div#project .peccular-project-single h4.peccular-project-title a:hover,
#innerpage-box #content-box .peccular-project-single h4.peccular-project-title a:hover {
    color: #FF5B4A;
}

#innerpage-box #content-box .peccular-project-single h4.peccular-project-title {
    padding: 0;
    margin: 0 0 10px;
}

div#project .owl-carousel button.owl-prev span,
div#project .owl-carousel button.owl-next span {
    background: #4F5F65;
    width: 43px;
    height: 40px;
    display: block;
    line-height: 33px;
    color: #fff;
    font-size: 50px;
}
div#project .owl-theme .owl-nav {
    position: relative;
    right: 0;
}
div#project .owl-theme .owl-dots {
    display: none;
}

#innerpage-box .peccular-project-single .buttondesign a {
    display: inline-block;
    position: relative;
    padding: 8px 13px 7px;
}
#innerpage-box .peccular-project-single .buttondesign a span{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.53px;
    color: #FFFFFF;
}

/*----------------------------------------*/
/*  steps Area
/*----------------------------------------*/

#steps .peccular-steps-b{
    padding: 7px 3em;
}
#steps .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}

 #steps h4.peccular-steps-title{
font-size: 1.5rem;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    margin: 15px 0 16px 0;
    line-height: 30px;
    color: #0a0a0a;
    transition: all 0.8s;
    letter-spacing: 0;
    font-family: system-ui !important;
    position: relative;
    font-family: 'Roboto';
    z-index: 1;
    letter-spacing: 0.5px;
    margin-left: 0;
}  
/*new from chtpt*/
/* Section Background */
.steps-area {
    background: #f7f7f7;
    padding: 100px 0;
    position: relative;
}

/* Card Design */
.peccular-steps-single {
    background: #fff;
    padding: 50px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.peccular-steps-single:hover {
    transform: translateY(-8px);
}

/* Big Transparent Background Number */
.peccular-steps-single::after {
    content: attr(data-step);
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 140px;
    font-weight: 700;
    color: rgba(220, 0, 0, 0.04);
    z-index: 0;
}

/* Icon Box */
.peccular-steps-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff3c3c, #c40000);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.peccular-steps-icon i {
    color: #fff;
    font-size: 37px;
}

/* Small Number Circle */
.peccular-industry-number {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.peccular-industry-number p {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

/* Line After Circle */
.peccular-industry-number::after {
    content: "";
    height: 1px;
    background: #f2b5b5;
    flex: 1;
    margin-left: 15px;
}

/* Title */
.peccular-steps-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

/* Description */
.peccular-steps-text1 {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}


/*enddd chtpt*/
 #steps .peccular-industry-number {
    width: 88%;
    border-radius: 50%;
    position: relative;
    top: 5px;
    z-index: 999;
    left: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}
.peccular-industry-number {

}
#steps .yourproject_box {
    background: #fff;
    border-radius: 12px;
    padding: 2em;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    text-align: center;
    width: 60%;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 1.3em;
    background: #fff;
}
#steps .yourproject_box h3{
    font-size: 1.5rem;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    font-family: system-ui;
}
#steps .steps-body{
    width: 75%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#steps .yourproject_box p{
font-size: 16px;
    color: #7f8c8d;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
    margin-top: 15px;
        display: flex;
    align-items: center;
    justify-content: center;
}


.peccular-industry-number {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

/* Circle */
.peccular-industry-number p {
    width: 38px;
    height: 38px;
    background: #f5dede;
    color: #e11b22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

/* Line */
.peccular-industry-number::after {
    content: "";
    display: block;
    height: 1px;
    background: #f1a3a3;
    flex-grow: 1;
    margin-left: 20px;
    right: px;
    position: relative;
    background: linear-gradient(to right, #e11b22 0%, #f6b3b3 60%, rgba(255, 0, 0, 0.05) 100%);
}

 #steps .peccular-industry-number p{
     color: #e63946;
    font-size: 16px;
    font-weight: 900;
    padding: 0px;
    position: relative;
    left: 7px;
    top: 3px;
 }
 #steps .yourproject_box ul.success_btn{
margin-top: 28px;
 }
 #steps .yourproject_box ul.success_btn li.btn1{
    display: inline-block;
    background: #e67e22;
    padding: 14px 25px;
  border-radius: 0.625rem;
  border: 1px solid transparent;
 }
  #steps .yourproject_box ul.success_btn li.btn2{
display: inline-block;
    background: #e67e2200;
    padding: 14px 25px;
    border-radius: 0.625rem;
    border: 1px solid #7f8c8d;
    margin-left: 12px;
 }
  #steps .yourproject_box ul.success_btn li.btn1 a{
color: #fff;
 }
   #steps .yourproject_box ul.success_btn li.btn2 a{
    color: #000;
 }
  #steps .yourproject_box ul.success_btn li a{

 }

div#steps {
    position: relative;
    background: #f6f6f6;
}

#steps .peccular-steps-icon {
    position: relative;
    transition: all 0.8s;
}

#steps .FeaBGleaf_img img {
    height: 120px;
    width: 120px;
    transition: all 0.8s;
}
#steps .FeaBGleaf_img {
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.8s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
#steps .peccular-steps-single{
    position: relative;
    /*margin-bottom: 1em;*/
    padding: 0;
    transition: all 0.8s;
}

 #steps .peccular-steps-b{
    padding: 1em 10px 10px 10px;
    text-align: right;
    position: relative;
}
 #steps .peccular-steps-b1 {
    padding: 1em 10px 10px 10px;
    text-align: left;
}

 #steps .mid-image-bx img{
    height: 514px;
    width: 100%;
    position: relative;
}
 #steps .peccular-section-head h2{
    color: #e63946;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background: #e639461a;
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
 #steps .peccular-section-head h3{
    font-size: 3rem;
    margin-bottom: .25rem;
    color: #0c0c0c;
    font-weight: 400 !important;
    line-height: 1;
    font-family: system-ui;
    margin-top: 20px;
 }
 #steps .title-underline{
    width: 103px;
    height: 4px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
    margin-top: 21px;
    margin-bottom: 10px;
 }
 #steps .peccular-steps-area {
    margin-top: 2em;
}
 #steps .peccular-steps-b:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M6 12H16M12 8L16 12L12 16' stroke='%23e11b22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 #steps .peccular-steps-area .row {
    position: relative;
}

 #steps .peccular-steps-b {
    padding-right: 30px;
}
#steps .peccular-section-head p{
    text-align: center;
    word-break: break-word;
    margin-bottom: 10px;
    padding: 10px 20em 1em 20em;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #4a5565;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
#steps .feature_head_bx i {
    color: #92b201;
    font-size: 1px;
    padding: 0px 69px;
    background: #92b201;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
 #steps .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}

 div#steps .peccular-section-head {
    text-align: center;
    margin-bottom: 0em;
    margin-top: 1.5em;
}
 div#steps {
    position: relative;
    background: #fff;
}

 #steps p.inner-area-text{
    color: #4a5565;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 0;
    font-family: system-ui;
}
 #steps .peccular-section-area-textlist{

}
 #steps .peccular-section-area-textlist li{
    color: #7f8c8d;
    font-size: 16px;
    line-height: 28px;
}

 #steps .peccular-section-area-textlist ul li:before, 
 #steps .peccular-section-area-textlist ol li:before{
content: "\f046";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #e67e22de;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
 #steps .peccular-steps-icon {
    position: relative;
    z-index: 1;
    top: 8px;
    left: 0;
}
 #steps .peccular-industry-image{
height: 192px;
width: 478px;
}
#steps .peccular-industry-image img{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 192px;
    width: 100%;
}

 #steps .peccular-steps-icon i{
    font-weight: 500;
    color: #fff;
    transition: all 0.8s;
    line-height: 21px;
    padding: 10px;
}
#steps .peccular-steps-single .indstry_contntbx {
    padding-left: 40px;
    margin-top: 5px;
    margin-bottom: 25px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 0.625rem;
}

 #steps .peccular-steps-single{
    position: relative;
    transition: all 0.8s;
    overflow: hidden;
    TEXT-ALIGN: left;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 8px;
    margin-left: 8px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
    border: 2px solid #ebe6e7;
}
#steps .peccular-steps-single:hover {
    transform: translateY(-10px) scale(1.05);
    filter: brightness(1.05);
    transition: all .35s ease-out;
    border: 3px solid #e63946;
}
#steps .peccular-steps-single:hover .peccular-steps-icon{
    transform: scale(1.15);
    transition: transform 0.3s ease;
}
#steps .peccular-steps-single .peccular-steps-icon:hover {
    filter: drop-shadow(0 0 12px rgba(230, 57, 70, 0.6));
    transform: scale(1.30);
}

/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/
#about {
    background: #fff;
    position: relative;
    overflow: hidden;
}
#about .space-abtblock {
    padding: 0 1em;
    padding-left: 2em;
}
#about .about-body {
     position: relative;
    width: 78%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#about .about-body .aboutHeading {
    position: relative;
    text-align: center;
    margin-bottom: 3em;
}
#about .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
}

#about .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    height: 70px;
    width: 92px;
    margin-left: 14px;
}

#about .peccular-about-img {
    overflow: visible;
    position: relative;
    height: 470px;
    border-radius: 20px;
    width: 100%;
}
#about .peccular-about-img iframe {
    height: 577px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}
#about .peccular-about-img:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.peccular-about-img {
    position: relative;
}
#about .aboutlabel span{
font-size: 2.5rem;
    font-weight: 700 !important;
    position: relative;
    bottom: 15px;
}
#about .aboutlabel {
        box-shadow: 2px 7px 50px -12px var(--tw-shadow-color, #00000040);
    background: #fff;
   padding: 58px 22px 29px 25px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-bottom: 2em;
    right: -18px;
    bottom: -4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500 !important;
    color: #fff;
    margin-top: 72px;
    background: linear-gradient(to right, #ffa726 0%, #f06292 100%);
    font-family: system-ui;
    text-align: left;
    border-radius: 20px;
}

#about .peccular-about-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all .3s ease-in;
}
#about .peccular-about-video{
    margin-top: 106px;
    position: relative;
    height: 422px;
}
#about .peccular-about-video iframe {
    height: 422px;
}
#about .peccular-about-video img{
   height: 100%;
   width: 100%;
}
#about .peccular-about-video i {
    position: absolute;
    top: 40%;
    left: 40%;
    background: #FCF2F2;
    color: #000;
    font-size: 23px;
    padding: 26px 28px;
    border-radius: 50%;
}

#about .peccular-about-video i:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 52%;
    width: 100%;
    height: 100%;
    border-top: 4px solid #FF5B4A;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}


/*Right Image Overlay Color*/
#about .leaf_img .ovrlyT {
position: absolute;
    background: #FF5B4A;
    opacity: 0.2;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    z-index: 1;
    top: 3em;
    bottom: 0;
    left: 0;
    right: 0;
    width: 460px;
    height: 460px;
}
#about .leaf_img .ovrlyB {
    position: absolute;
    background: #FF5B4A;
    opacity: 0.2;
    height: 460px;
    left: 0;
    top: 3em;
    width: 460px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

#about:hover .ovrlyT {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#about:hover .ovrlyB {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#about .peccular-section-head h2 {
    color: #0a0a0a;
    font-weight: 400 !important;
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    font-family: system-ui !important;
}

#about .peccular-section-head h2:before, 
#about .peccular-section-head h2:after {
    display: none;
}
#about .about-title {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #0c0c0c;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 55px;
    margin-top: 15px;
}

#about .title-underline {
    width: 103px;
    height: 5px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}

#about .about-subtitle {
    font-size: 18px;
    color: #4a5565;
    padding-left: 14%;
    padding-right: 14%;
    margin: auto;
    line-height: 1.7;
}
#about .about-body .aboutHeading h3 {
    color: #e63946;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background-color: #e639461a;
    display: inline-block;
    padding: 9px 18px;
    font-family: system-ui;
}
#about .peccular-section-subtext{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 0px;
    margin-bottom: 33.65px;
    padding-right: 4em;
}
#about .about_description {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #4a5565;
    font-family: 'system-ui' !important;
}
#about .about-bg {
    opacity: 1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, .01) 10px, rgba(0, 0, 0, .01) 20px);
}
#about .decrptn22{
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 38px;
    font-weight: 400 !important;
    color: #4a5565;
    font-family: system-ui;
}

#about .peccular-aboutfaciltiy-b.peccular-aboutfaciltiy-icon-box,
#about .peccular-aboutfaciltiy-b .peccular-aboutfaciltiy-icon-box{
    background: #e639461a;
}
#about .peccular-aboutfaciltiy-b .peccular-aboutfaciltiy-icon-box span,
#about .peccular-aboutfaciltiy-b .peccular-aboutfaciltiy-icon-box span{
color: #e63946;
}

#about .aboutfaciltiy_area{

}
#about .peccular-aboutfaciltiy-single{

}
#about .peccular-aboutfaciltiy-single .peccular-aboutfaciltiy-icon-box{
    height: 50px;
    width: 50px;
    background: #4bb7a81a;
    text-align: center;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 1.5em;
}
#about .peccular-aboutfaciltiy-single .peccular-aboutfaciltiy-icon-box span{
    color: #4bb7a8;
    font-size: 20px;
} 
#about .peccular-aboutfaciltiy-single .content{
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
}
#about .peccular-aboutfaciltiy-single .content h4{
color: #364153;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 7px;
}
#about .peccular-aboutfaciltiy-single .content p{
    font-size: 0.875rem;
    color: #717182;
    font-weight: 400 !important;
    line-height: 20px;
}
#about .abouttextlist i {
    color: #8BC53E;
    font-size: 2px;
    margin-top: 0;
    padding: 0 56px;
    background: #8BC53E;
    border-radius: 16px;
    top: -10px;
    position: relative;
    left: 62px;
}
#about h3.list_heading {
    font-size: 30px;
    font-weight: 500;
    color: #434343;
    font-family: 'DM Serif Display';
    font-style: italic;
    letter-spacing: 0.5px;
}

#about h3.list_heading:before{
    content: "\f04b ";
    font-family: 'Fontawesome';
    margin-right: 16px;
    background: #FF5B4A;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 9px 8px 9px 12px;
}
 #about .peccular-section-area-textlist ul,
 #about .peccular-section-area-textlist ol{
    margin-bottom: 17px;
}


 #about .peccular-section-area-textlist ul li,
  #about .peccular-section-area-textlist ol li,
   #about .peccular-section-area-textlist {
    color: #333434;
    font-size: 18px;
    font-weight: 500 !important;
    word-break: break-word;
    line-height: 25px;
}

 #about .peccular-section-area-textlist ul li,
  #about .peccular-section-area-textlist ol li {
    margin-bottom: 25px;
}

 #about .peccular-section-area-textlist ul li:before, 
 #about .peccular-section-area-textlist ol li:before{
    content: "\f005 ";
    font-family: 'Fontawesome';
    margin-right: 12px;
    transform: scale(1);
    transition: all 1s ease 0s;
    color: #1E2452;
    font-size: 18px;
    font-style: normal;
}


#about .peccular-section-area-textlist ul li:hover:before,
#about .peccular-section-area-textlist ol li:hover:before {
    transition: all 1s ease 0s;
    transform: scale(0.8);
    color: #FFC000;
}

#about .video-area svg path {
    fill:#FF5B4A;
}

#about .video-area .phonearea:hover svg{animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;}

#about .video-area .phonelabel{
    letter-spacing: 0.72px;
    color: #002434;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500!important;
    margin-bottom: 7px;
}

#about .video-area .phonenum a {
    letter-spacing: 0.79px;
    color: #002434;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500!important;
}

#about .video-area .phonenum a:hover{
    color: #FF5B4A;
}

#about .video-area iframe {
    width: 179px;
    height: 102px;
}

#about .video-area {
    margin-bottom: 35px;
}

#about .btn1, #about .btn2 {
    float: left;
}
#about .btn1 {
      margin-right: 18px;
    margin-top: 40px;
}
#about .btn2 a.btn-look {
   background: #002434;
}

.peccular-aboutfeatures-single  h4.peccular-aboutfeatures-title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333434;
    font-weight: 500;
    padding-right: 1em;
}
.peccular-aboutfeatures-icon span {
    font-size: 40px;
    color: #0099DD;
}

.peccular-aboutfeatures-single:hover .peccular-aboutfeatures-icon span {
    color: #1E2452;
}

.peccular-aboutfeatures-b {
    margin-bottom: 52px;
}

#about .about-img-area {
    position: relative;
    overflow: hidden;
    padding-right: 2em;
    margin-top: 0;
    border-radius: 15px;
}

 #about .exp_area {
    background: #FF5B4A;
      padding: 1.4em 1em;
     text-align: center;
     position: relative;

}
 #about .exp_area:after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: none;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
 #about .space-abtblock:hover .exp_area:after{    
    display: block;
    transition: all 0.4s;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

 #about .exp_area i{
    font-size: 75px;
    color: #fff;
    margin-bottom: 6px;
    transition: all .5s ease-out;
}

 #about .space-abtblock:hover .exp_area i{
    transform: scale(1.25);
    transition: all .75s ease-in;
}
 #about .exp_area .exp_num{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease-out;
}
 #about .space-abtblock:hover .exp_area .exp_num{
    letter-spacing: 1px;
}

 #about .exp_area .exp_heading{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 5px 0 0;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

#about ul.peccular-a-btn {
    margin-top: 0px;
}

#about .peccular-about-btn a{
    color: #fff;
    padding: 8.79px 20.24px 8.29px 18.76px;
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
    line-height: 18px;
    border-radius: 0;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    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;
    border: 1px solid #FF5B4A;
}
#about .peccular-about-btn .read-btn:hover{ color: #fff; }
#about .peccular-about-btn:hover a{ color: #fff; }


#about .peccular-about-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;
}
#about .peccular-about-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: 115%;
    height: 200px;
}
#about ul.peccular-a-btn li {
    display: inline-block;
}
#about ul.peccular-a-btn li.peccular-about-btn2 {
    padding-left: 15.24px;
}
#about .peccular-about-btn a:before {
    background-color: #FF5B4A;
}

#about .peccular-about-btn2 a {
    font-size: 15px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #fff, #fff 50%, #FF5B4A 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#about .peccular-about-btn2 a:hover {
    background-position: 0 100%;
}


#about .peccular-about-btn2 a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#about .peccular-about-btn2 a:hover:before {
    width: 0%;
}


#about .peccular-about-btn2 a:hover {
    color: #fff;
}

#about .peccular-section-head i{
    color: #FF5B4A;
    margin-right: 9px;
}
#about .peccular-section-head span i{
    color: #FF5B4A;
    font-size: 1px;
    margin-left: 14px;
    margin-top: 0;
    padding: 0 17px;
    background: #FF5B4A;
    border-radius: 16px;
    top: -5px;
    position: relative;
}
#about .peccular-section-head span{
    font-size: 18px;
    color: #FF5B4A ;
}
#about .phonearea {
    padding-top: 16px;
}
#about .peccular-about-area{    margin-bottom: 2em;}

#about .peccular-about-area .peccular-about-icon{   
    border-radius: 50%;  
    border: 3px dashed #fa3759;
    padding: 7px 7px;
    width: 70%;
    text-align: center;
}

#about .peccular-about-area:nth-child(1) .peccular-about-icon,
#about .peccular-about-area:nth-child(4) .peccular-about-icon,
#about .peccular-about-area:nth-child(7) .peccular-about-icon,
#about .peccular-about-area:nth-child(10) .peccular-about-icon{
    
    border: 3px dashed #fa3759;
}
#about .peccular-about-area:nth-child(2) .peccular-about-icon,
#about .peccular-about-area:nth-child(5) .peccular-about-icon,
#about .peccular-about-area:nth-child(8) .peccular-about-icon,
#about .peccular-about-area:nth-child(11) .peccular-about-icon{
     
    border: 3px dashed #93bc37 ;
}
#about .peccular-about-area:nth-child(3) .peccular-about-icon,
#about .peccular-about-area:nth-child(6) .peccular-about-icon,
#about .peccular-about-area:nth-child(9) .peccular-about-icon,
#about .peccular-about-area:nth-child(12) .peccular-about-icon{
     
    border: 3px dashed #fcdd18 ;
}
#about .peccular-about-area .peccular-about-icon span{
   color: #fff;
    font-size: 68px;
    line-height: 96px;
    margin: 0 auto;
    background: #fa3759;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    text-align: center;
}

#about .peccular-about-area:hover .peccular-about-icon {
     border: 3px dashed #FF5B4A;
}
#about .peccular-about-area:hover .peccular-about-title{
    color: #FF5B4A;
}
#about .peccular-about-area:hover .peccular-about-icon span{
     background-color: #FF5B4A ; 
}

#about .peccular-about-area:nth-child(1) .peccular-about-icon span,
#about .peccular-about-area:nth-child(4) .peccular-about-icon span,
#about .peccular-about-area:nth-child(7) .peccular-about-icon span,
#about .peccular-about-area:nth-child(10) .peccular-about-icon span{

       background: #fa3759 ;    
}
#about .peccular-about-area:nth-child(2) .peccular-about-icon span,
#about .peccular-about-area:nth-child(5) .peccular-about-icon span,
#about .peccular-about-area:nth-child(8) .peccular-about-icon span,
#about .peccular-about-area:nth-child(11) .peccular-about-icon span{

       background: #93bc37  ;    
}
#about .peccular-about-area:nth-child(3) .peccular-about-icon span,
#about .peccular-about-area:nth-child(6) .peccular-about-icon span,
#about .peccular-about-area:nth-child(9) .peccular-about-icon span,
#about .peccular-about-area:nth-child(12) .peccular-about-icon span{

       background: #fcdd18 ;    
}

#about .peccular-about-area .peccular-about-title{
    color: #fa3759;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
#about .peccular-about-area:nth-child(1) .peccular-about-title,
#about .peccular-about-area:nth-child(4) .peccular-about-title,
#about .peccular-about-area:nth-child(7) .peccular-about-title,
#about .peccular-about-area:nth-child(10) .peccular-about-title{
      color: #fa3759;
}
#about .peccular-about-area:nth-child(2) .peccular-about-title,
#about .peccular-about-area:nth-child(5) .peccular-about-title,
#about .peccular-about-area:nth-child(8) .peccular-about-title,
#about .peccular-about-area:nth-child(11) .peccular-about-title{
      color: #93bc37;
}
#about .peccular-about-area:nth-child(3) .peccular-about-title,
#about .peccular-about-area:nth-child(6) .peccular-about-title,
#about .peccular-about-area:nth-child(9) .peccular-about-title,
#about .peccular-about-area:nth-child(12) .peccular-about-title{
      color: #fcdd18;
}

#about .peccular-about-area .peccular-about-text{
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    text-align: left;
    margin: 15px 0;
    opacity: 0.7;
}

#about .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    margin-left: 1em;
}
#about .peccular-about-imgbox img{
    width: 100%;
    height: 100%;
        animation: zoom-in-zoom-out 20s ease-out infinite;
}
#about .peccular-about-imgbox .leaf_img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 460px;
    height: 460px;
    margin: 0 auto;
    transition: all 0.8s;
}

#about .peccular-about-imgbox .border-upp-left {
    position: absolute;
    z-index: 0;
    height: 65px;
    width: 65px;
    margin-left: 75px;
    margin-top: 15px;
    border: 2px solid #92aa26;
    border-right: none;
    border-bottom: none;
    transition: all 0.8s;
}
#about .peccular-about-imgbox .border-upp-right {
    position: absolute;
    z-index: 0;
    height: 65px;
    width: 65px;
    right: 0;
    margin-right: 75px;
    margin-top: 15px;
    border: 2px solid #92aa26;
    border-left: none;
    border-bottom: none;
    transition: all 0.8s;
}
#about .peccular-about-imgbox .border-dwn-left {
    position: absolute;
    z-index: 0;
    height: 65px;
    width: 65px;
    margin-left: 75px;
    margin-bottom: 15px;
    bottom: 0;
    border: 2px solid #92aa26;
    border-right: none;
    border-top: none;
    z-index: 1;
    transition: all 0.8s;
}
#about .peccular-about-imgbox .border-dwn-right {
    position: absolute;
    z-index: 0;
    height: 65px;
    width: 65px;
    margin-right: 75px;
    margin-bottom: 15px;
    right: 0;
    bottom: 0;
    border: 2px solid #92aa26;
    border-left: none;
    border-top: none;
    z-index: 1;
    transition: all 0.8s;
} 
#about:hover .border-dwn-right{
     height: 93%;
     transition: all 0.8s;
}
#about:hover .border-upp-right{
        width: 78%;
        transition: all 0.8s;
}
#about:hover .border-upp-left{
     height: 93%;
     transition: all 0.8s;
}
#about:hover .border-dwn-left{
        width: 72%;
        transition: all 0.8s;
}

#about .buttondesign a.btn-look span {
    font-weight: 500 !important;
    font-size: 0.875rem;
    color: #fff;
}
#about .buttondesign a.btn-look{
        padding: 14px 28px;
    border-radius: 30px;
    background: linear-gradient(to right, #4bb7a8 38%, #42a5f5 84%, transparent 192%);
}

/*----------------------------------------*/
/*  Work Area
/*----------------------------------------*/
#work {
    background: #fff;
    position: relative;
}

#work .peccular-section-head h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600 !important;
    margin:74px 0 25px;
}
#work .peccular-section-head h2 {
    color: #000000;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 53px;
    font-weight: 600 !important;
    margin:0 0 25px;
}

.work-body {
    position: relative;
}

#work .work_description {
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 24px;
}

 #work .peccular-section-area-textlist ul li,
  #work .peccular-section-area-textlist ol li,
   #work .peccular-section-area-textlist {
    color: #000;
    font-size: 18px;
    font-weight: 400 !important;
    word-break: break-word;
    line-height: 25px;
}

 #work .peccular-section-area-textlist ul li,
  #work .peccular-section-area-textlist ol li {
    margin-bottom: 10px;
}

 #work .peccular-section-area-textlist ul li:before, 
 #work .peccular-section-area-textlist ol li:before{
    content: "\f00c ";
    font-family: 'Fontawesome';
    margin-right: 29px;
    transform: scale(1);
    transition: all 1s ease 0s;
    color: #FFC000;
    font-size: 15px;
    font-style: normal;
}


#work .peccular-section-area-textlist ul li:hover:before,
#work .peccular-section-area-textlist ol li:hover:before {
    transition: all 1s ease 0s;
    transform: scale(0.8);
    color: #1E2452;
}

#work .peccular-work-btn a {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600 !important;
    background-color: #1E2452;
    padding: 9px 20px; 
    margin:0 auto;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

#work .peccular-work-btn a span{
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
}


#work .peccular-work-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFC000;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#work .peccular-work-btn a:hover:after {
    bottom: 0;
}

/*----------------------------------------*/
/*  Call Area
/*----------------------------------------*/

#call .call-bottom-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    bottom: 0;
    background: #E8E8E8;
    z-index: 1;
}

#call .call-body {
    position: relative;
    z-index: 1;
}

#call {
    background: #FF5B4A;
    position: relative;
}
#call .call-content-area h2 {
    font-size: 95px;
    line-height: 91px;
    color: #FFFFFF;
    font-weight: 900 !important;
    margin-top: 69px;
    letter-spacing: 4.75px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#call .call-content-area h3{
    letter-spacing: 7px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 91px;
    font-weight: 700 !important;
    margin-bottom: 1px;
}

#call .call-content-area p{
    letter-spacing: 0.73px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 44px;
    font-weight: 500 !important;
    margin-bottom: 80px;
}


#call .call-content-area {
    position: relative;
}
.peccular-contact-outer-area {
    position: relative;
}

#call .phone-area .label-phone {
    background: #002434;
    border-radius: 1px;
    padding: 11px 25px 11px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500 !important;
    margin-bottom: 6px;
}

#call .phone-area .num-phone a{
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 1.52px;
    color: #FF5B4A;
    font-weight: bold !important;
}
#call .phone-area .label-phone svg{
   margin-right: 10px;
}
#call .phone-area .label-phone svg path{
    fill: #fff;
}
#call .phone-area {
    text-align: center;
    margin-right: 6em;
    margin-bottom: 41px;
}

#call .phone-area:hover svg{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
#call .phone-area .num-phone a:hover {
    color: #002434;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.call-share-btn ul {
    list-style: none;
    margin:0;
    padding: 0;
}
.call-share-btn ul li {
    float: left;

}
.call-share-btn {
    text-align: right;
    float: right;
    margin-top: 25px;
    margin-bottom: 14px;
}

.call-share-btn ul li:first-child {
    letter-spacing: 0.86px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold !important;
    margin-right: 17px;
}

.call-share-btn ul li a{
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: block;
    text-align: center;
    margin-right: 18px;
    line-height: 31px;
}
.call-share-btn ul li a i{
    font-size: 18px;
    color: #FF5B4A;
    line-height: 31px
}
.call-share-btn ul li a{
    position: relative;
    overflow: hidden;
}

.call-share-btn ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5B4A;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.call-share-btn ul li a:hover:after {
    bottom: 0;
}
.call-share-btn ul li a:hover i{
    color: #fff;
}
.call-share-btn ul li a i{
    z-index: 2;
    position: relative;
}
#call .peccular-call-img {
    position: absolute;
    bottom: -3px;
}

#call .peccular-call-img img {
    width: 100%;
    height: 100%;
}
#call .peccular-section-head h2:before, #call .peccular-section-head h2:after {
    display: none;
}
/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
div#feature {
    position: relative;
}
div#feature .peccular-feature-b {
    width: 20%;
}
.peccular-section-head h2{
    margin-top: 0em;
    font-weight: bold !important;
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 0px;
    margin-bottom: 59px;
    letter-spacing: 1.44px;
    color: #002434;
    text-transform: uppercase;
    position: relative;
    text-transform: none;
    display: inline-block;
}

 #services .peccular-service-image img,
 #innerpage-box .peccular-service-image img {
    width: 100%;
     transition: all 0.5s ease;
}

#services .peccular-service-box:hover .peccular-service-image img{
        transform: scale(1.09);
    -

    }
#services .peccular-service-box{
transition: bottom 0.9s ease;
position: relative;
}

    #services .peccular-service-box:hover .sericon_box{
visibility: visible;
z-index: 999;
position:absolute;
    transform: rotate(1deg);
    }
    #services .peccular-service-box:hover .buttondesign a.btn-look svg{
        margin-left: 15px;
         /*transition: all 0.9s ease;*/
    }
#services .peccular-section-head h2 {
    color: #e63946;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 3.40282e38px;
    background: #e6394633;
    display: inline-block;
    padding: 9px 23px;
    font-family: system-ui;
}
#services .sericon_box {
    position: absolute;
    height: 63px;
    width: 63px;
    background: #e63946;
    border-radius: 20px;
    right: 20px;
    /* overflow: hidden; */
    display: grid
;
    visibility: visible;
    top: 20px;
    transform: rotate(12deg);
        z-index: 999 !important;
}
#services .sericon_box span {
    color: #fff;
    font-size: 33px;
    position: relative;
    top: 10px;
}
#services .ser_bottombtn{
    background: linear-gradient(to right, rgb(255, 167, 38) 0%, rgb(240, 98, 146) 100%);
    position: relative;
    display: inline-block;
    padding: 14px 32px;
    top: 10px;
    border-radius: 30px;
    transition: all 0.2s ease;
    
}
#services .ser_bottombtn:hover{
        transition: all 0.2s ease;
    transform: scale(1.06);
box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);

}
#services .ser_bottombtn a span{
    color: #fff;
    font-weight: 500 !important;
    font-size: .875rem;
    font-family: system-ui;

} 


#services .peccular-section-head p {
    font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #99a1af;
    font-family: 'system-ui' !important;
    padding-left: 19%;
    padding-right: 19%;
}
 #services .title-underline{
    width: 103px;
    height: 5px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}
 #services .peccular-section-head h3{
    color: #fff;
    font-weight: 400 !important;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}
 #services .service_icon_bx {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 0px 6px #0000000d;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
}
 #services .service_icon_bx i{
    font-size: 35px;
    color: #FF5B4A;
}
 #services .boxshape1 {
position: absolute;
    top: -127px;
    left: -41px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 279px;
    height: 279px;
}
 #services .boxshape2 {
    position: absolute;
    top: -121px;
    left: -33px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 248px;
    height: 248px;
}
 #services .peccular-section-head {
    margin-bottom: 0;
    margin-top: 0;
}


 #services .peccular-section-head i {
    color: #FF5B4A;
    font-size: 1px;
    padding: 0px 74px;
    background: #FF5B4A;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
 #services .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
 #services .peccular-section-head-icon i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    background: none;
}
 div#services {
    position: relative;
    margin: 0em 0;
    background: #0c0c0c;
    z-index: 2;
}
div#services .service-body {
    width: 75%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#services .service-bg {
    background-image: radial-gradient(circle at 0% 50%, rgba(230, 57, 70, 0.05) 0%, transparent 50%), radial-gradient(circle at 100% 50%, rgba(230, 57, 70, 0.05) 0%, transparent 50%);
    opacity: 1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, .02) 10px, rgba(255, 255, 255, .02) 20px);
}
 #services .peccular-service-box,
 #innerpage-box .peccular-service-box{
    position: relative;
    margin: 0;
    margin-bottom: 23px;
    border-radius: 20px;
    padding: 0;
    transition: .9s ease;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    /* box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; */
    box-sizing: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    border: 1px solid #1e2939;
    background: #000;
}

 #services .peccular-service-box:hover,
 #innerpage-box .peccular-service-box:hover{
    transform: translateY(-10px) scale(1.05);
    filter: brightness(1.05);
     transition: all .35s ease-out;
 }
 #innerpage-box .ser-inner-body .buttondesign a.btn-look span {
    color: #e63946;
    font-size: 17px;
    line-height: 23px;
    font-family: system-ui !important;
    font-weight: 400 !important;
    margin-top: 10px;
}
#innerpage-box .ser-inner-body .buttondesign a.btn-look span svg path{
    stroke: #e63946;
}
 #innerpage-box .ser-inner-body {
    width: 85%;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
}
 #innerpage-box .peccular-service-box{
    position: relative;
    margin: 0;
    margin-bottom: 38px;
    border-radius: 20px;
    padding: 0;
    transition: .9s ease;
    text-align: left;
    margin-right: 2px;
    margin-left: 2px;
    /* box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; */
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    border: 2px solid #ebe6e7;
    background: #fff;
}
 #innerpage-box .peccular-service-box:hover{
        box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
 }
 #innerpage-box .peccular-service-box:hover .peccular-service-image img{
    transform: scale(1.09);
 }
 #services .peccular-service-box .peccular-service-icon a{
    position: relative;
    width: 72.88px;
    height: 72.88px;
    display: inline-block;
}

#services .peccular-service-box .peccular-service-inicon{
    position: relative;
    width: 63px;
    height: 73px;
    left: -10px;
    top: -13px;
    padding-top: 13px;
}

#services .peccular-service-box .peccular-service-inicon:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #111e53;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}

#services .peccular-service-box:hover .peccular-service-inicon:after {
    bottom: 0;
}

#services .peccular-service-box .peccular-service-icon {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #fff;
    width: 63px;
    height: 73px;
    padding: 13px 10px;
}
#services .peccular-service-box .peccular-service-icon i {
    position: relative;
    font-size: 40px;
    line-height: 48px;
    color: #0099DD;
    z-index: 1;
}

#services .peccular-service-box:hover .peccular-service-icon i {
    color: #fff;
}
 #services .peccular-service-box .peccular-service-icon a:after{
    height: 72.88px;
    width: 72.88px;
    content: '';
    background: #252728;
    position: absolute;
    border-radius: 50%;
    left: -28.44px;
    z-index: 0;
    top: 20.56px;
       transition: .9s ease;
}

 #services .peccular-service-box:hover .peccular-service-icon a:after{
    left: 10px;
    border: 2px dashed #fff;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}



#services .serbrdr {
    padding: 0px 9px;
}
#services .peccular-service-box .peccular-service-image, 
 #innerpage-box .peccular-service-box .peccular-service-image {
    padding: 0px;
    position: relative;
    overflow: hidden;
        border-radius: 20px;
}

#services .peccular-service-box .peccular-service-image .imageOverlaynew,
#innerpage-box .peccular-service-box .peccular-service-image .imageOverlaynew{
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to bottom, transparent 54%, #000 99%);
    z-index: 1;
}

#innerpage-box .serpage_heading {
    position: relative;
    text-align: center;
}
#innerpage-box .title-underline {
width: 103px;
    height: 5px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.0) 0%, rgba(230, 57, 70, 0.6) 30%, #e63946 50%, rgba(230, 57, 70, 0.6) 70%, rgba(230, 57, 70, 0.0) 100%);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}
#innerpage-box .serpage_heading h3{
    color: #e63946;
    font-size: 17px !important;
    font-weight: 400 !important;
    /* text-transform: uppercase !important; */
    font-family: system-ui;
    background: #e639461a;
    display: inline;
    border-radius: 30px;
        padding: 11px 18px !important;
}
#innerpage-box .serpage_heading h3.title i{
    /* color: #42a5f5; */
    font-size: 4px;
    padding: 0px 24px;
    /* background: #42a5f5; */
    background: linear-gradient(90deg, #37C1A1 0%, #2DA6F7 100%);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    top: -5px;
}
#innerpage-box .sericon_box {
position: absolute;
    height: 63px;
    width: 63px;
    background: #e63946;
    border-radius: 20px;
    right: 20px;
    /* overflow: hidden; */
    display: grid;
    visibility: visible;
    top: 20px;
    transform: rotate(12deg);
    z-index: 999 !important;
}
#innerpage-box .sericon_box:hover .sericon_box {
    visibility: visible;
    z-index: 999;
    position: absolute;
    transform: rotate(1deg);
}

/*#innerpage-box .service-b:nth-child(1) .sericon_box, 
#innerpage-box .service-b:nth-child(5) .sericon_box,
#innerpage-box .service-b:nth-child(9) .sericon_box{
 background: #e63946;
}
#innerpage-box .service-b:nth-child(2) .sericon_box, 
#innerpage-box .service-b:nth-child(6) .sericon_box,
#innerpage-box .service-b:nth-child(10) .sericon_box{
 background: #ffa726;
}
#innerpage-box .service-b:nth-child(3) .sericon_box, 
#innerpage-box .service-b:nth-child(7) .sericon_box,
#innerpage-box .service-b:nth-child(11) .sericon_box{
 background: #f06292;
}
#innerpage-box .service-b:nth-child(4) .sericon_box, 
#innerpage-box .service-b:nth-child(8) .sericon_box,
#innerpage-box .service-b:nth-child(12) .sericon_box{
 background: #42a5f5;
}
*/
#innerpage-box .sericon_box span {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 10px;
    left: 13px;
}
#innerpage-box .serpage_heading h2{
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #2c2c2c;
    font-family: system-ui;
}
#innerpage-box .serpage_heading p{
    color: #717182 !important;
    font-size: 1.125rem !important;
    font-family: system-ui;
    padding-left: 21%;
    padding-right: 21%;
    margin-bottom: 3em;
    line-height: 30px !important;
}
#innerpage-box .emergncyCare_Box {
    background: linear-gradient(135deg, #39C3AE 0%, #36A8FF 40%, #CF77BB 75%, #FB5A85 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    padding-top: 45px;
    color: #fff;
    margin-top: 2.5em;
}
#innerpage-box .emergncyCare_Box h2{
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #fff;
    font-family: system-ui;
    line-height: 40px;

}
#innerpage-box .emergncyCare_Box p{
    color: #ffffffe6 !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    padding-left: 22%;
    padding-right: 22%;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons {

}
#innerpage-box .emergncyCare_Box .EmergncyButtons a{

}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button11{
    background: #fff;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    display: inline-block;
    border-radius: 30px;
    padding: 10px 15px;
    color: #4bb7a8;
    font-weight: 500 !important;
    font-family: system-ui;
    font-size: 15px;
    margin-right: 15px;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button11 svg{
    height: 17px;
    width: 17px;
        margin-right: 13px;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button11 svg path{

}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button11 a{
    color: #4bb7a8 !important;
    font-weight: 500 !important;
    font-family: system-ui;
    font-size: 15px !important;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button22{
background: #fff;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button22:hover a{
color: #4bb7a8 !important;
}
#innerpage-box .emergncyCare_Box .EmergncyButtons .button22 a{
    color: #fff !important;
    font-weight: 500 !important;
    font-family: system-ui;
    font-size: 15px !important;
}
#services .peccular-service-info ,  #innerpage-box .peccular-service-content{
    position: relative;
    width: 100%;
    padding: 30px;
    z-index: 2;
    transition: all 0.7s;
    text-align: left;
    padding-left: 30px;
}

#services .peccular-service-info .buttondesign a,
#innerpage-box .peccular-service-content .buttondesign a  {
    display: inline-block;
    position: relative;
    padding: 0;
}
 #services .peccular-service-info h4{
    padding: 0;
    margin-bottom: 15px;
    transition: .9s ease;
}

#services .peccular-service-info h4 a{
    word-break: break-word;
    font-size: 1.5rem;
    padding: 0;
    line-height: 29px;
    font-weight: 500 !important;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 0;
    letter-spacing: 0;
    color: #fff;
    font-family: system-ui;
}  

#services .peccular-service-info p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 12px;
    color: #99a1af;
    font-family: system-ui;
}
#services .buttondesign a.btn-look{
    background: none;
    box-shadow: none;
}
#services .buttondesign a.btn-look span {
    color: #e63946;
    font-size: 17px;
    line-height: 23px;
    font-family: system-ui !important;
    font-weight: 400 !important;
    margin-top: 10px;
}
#services .buttondesign a.btn-look svg path{
    stroke:  #e63946;
}
#services .buttondesign a.btn-look svg{
height: 20px;
    width: 20px;
    margin-left: 8px;
    position: relative;
    top: 0px;
}

#services .peccular-service-image .imageOverlay {
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    opacity: 0.9;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to bottom, transparent 54%, #000 99%);
    z-index: 1;
}

 #services .peccular-service-box:hover .peccular-service-content .peccular-service-btn a{
    background: #000;
    transition: all 0.7s;
     padding: 0px 45px;
}
 #services .peccular-service-content h4{
    padding: 0;
    margin-bottom: 15px;
    transition: .9s ease;
}  

 #services .peccular-service-content h4 a{
    word-break: break-word;
    font-size: 24px;
    padding: 0;
    line-height: 29px;
    font-weight: bold !important;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 0;
    letter-spacing: 0.79px;
    color: #FFFFFF;
  
}  
 #services .peccular-service-box:hover .peccular-service-content h4{
         transform: scale(1.05);
}

 #services .peccular-service-content h4 a:hover{
    color: #002434;
}

#services .peccular-service-box:hover .peccular-service-btn a{
    color: #fff;
}

#services .peccular-service-content a.ser-btn {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    color: #1E2452;
    text-decoration: underline;
}

#services .peccular-service-content a.ser-btn:hover {
    color: #000;
}

.service-bgoverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    bottom: 0;
    background: #F8F8F8;
    opacity: 1;
    z-index: 1;
}

.peccular-service-image * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#innerpage-box div#content-box .peccular-service-content h4 a, 
#innerpage-box div#content-box .peccular-service-hover-content h4 a {
    color: #2c2c2c !important;
    text-transform: capitalize !important;
}




.m-0 {
    margin: 0;
}
 #services .peccular-service-btn a{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    /* font-size: 5px; */
    padding: 5px 15px;
    border-radius: 25px;
    color: #fdfdfd;
    transition: all .6s;
    background: #FF5B4A;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
        border: 1px solid #000;
}
 #services .peccular-service-btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.9s ease 0s;
}
 #services .peccular-service-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.9s ease 0s;
}
 #services .peccular-service-btn a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #000;   
    width: 50%;
    transition: all 0.9s ease 0s;
}
 #services .peccular-service-btn a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #000;
    width: 51%;
    transition: all 0.9s ease 0s;
}
 #services .peccular-service-contenttext {
        margin-top: 14px;
        margin-bottom: 13px;
}
.padding-0{padding: 0;}

 #services .owl-theme .owl-dots {display: none;}

 #services .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #3e3e3e;
    font-size: 50px;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-weight: 100;
    border: 1px solid #3e3e3e;
}

 #services .owl-carousel .owl-nav button.owl-next span:before, 
 #services .owl-carousel .owl-nav button.owl-prev span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 #services .owl-carousel .owl-nav button.owl-prev span, 
 #services .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
 #services .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
 #services .owl-carousel .owl-nav button.owl-prev, 
 #services .owl-carousel .owl-nav button.owl-next {
     position: relative;
    box-shadow: none;
    background: none;
    z-index: -1;
}
 #services .owl-carousel .owl-nav button.owl-next:before, 
 #services .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0;
    z-index: 999;
    color: #3e3e3e;
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: #fff;
    font-weight: 100;
    font-size: 30px;
    padding: 5px;
    border: 3px solid #000;
    border-radius: 50%;
}
 #services .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    top: 50%;
    right: 0;
    color: #3e3e3e;
    top: -380px;
    left: 620px;
}
 #services .owl-carousel .owl-nav button.owl-prev:before{
    content: "\f177";
    font-family: FontAwesome;
    position: relative;
    color: #3e3e3e;
    top: -380px;
    left: -620px;
}

 #services .owl-carousel .owl-nav button.owl-next:hover:before,
 #services .owl-carousel .owl-nav button.owl-prev:hover:before{
        background: -moz-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: -webkit-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: linear-gradient(to right,#7441f4 0%,#5468f0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #7441f4;
} 
@media screen and (min-width:320px) and (max-width: 1199px){
     #services .serbrdr:nth-child(even) .image-bttom-border{bottom: 0px; display: none;}
     #services .peccular-service-content{    bottom: 0px;}

}
@media screen and (min-width:768px) and (max-width: 991px){
     #services .peccular-service-contenttext p{position: relative;
    z-index: 5;   padding-top: 14px;}     
     #services .peccular-service-contenttext { margin-top: 0em;}
}




/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story {
    position: relative;
}

#story .story-sec-border{
    border: 1px solid #fff;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    left: 1.7%;
    right: 1.7%;
    top: 5.5%;
    bottom: 5.2%;
    position: absolute;
}
 #story .story-bg {
    outline: 1px solid #fff;
    outline-offset: -15px;
}


#story .peccular-section-head h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 12.35px;
}
#story .peccular-section-subtext {
font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10.13px;
}

  @keyframes animate{
        100%{
            background-position: 200% center;
            transform: scale(1.05,1.05);
        }
    }

#story .story-body {
    width: 315.45px;
    float: right;
    margin-right: 9em;
}
#story .story_description {
    font-size: 11px;
    line-height: 17.72px;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 6.42px;
}

#story .peccular-story-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #FF5B4A, #FF5B4A 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#story .peccular-story-btn a:hover {
    background-position: 0 100%;
}


#story .peccular-story-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#story .peccular-story-btn a:hover:before {
    width: 0%;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

#counter {  
    background: #FFF7F6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#counter .peccular-section-head h2 {
    color: #002434;
    margin-bottom: 33px;
}

#counter .peccular-counter-single{
    transition: all 0.3s ease 0s;
    margin-bottom: 43px;
}

#counter .peccular-counter-b:hover{
    transition: all 0.6s ease 0s;
}

#counter .peccular-counter-b{
        transition: all 0.6s ease 0s;
}

#counter .peccular-counter-icon span {
    font-size: 39px;
    color: #FF5B4A;
    transition: all 1s ease 0s;
    margin-right: 18px;
}
#counter .peccular-counter-single:hover .peccular-counter-icon span {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#counter h4.peccular-counter-title  {
    font-size: 20px;
    font-weight: 400 !important;
    word-break: break-word;
    line-height: 26px;
    transition: all 0.3s ease 0s;
    margin: 12px 0 0 0;
    text-align: left;
    letter-spacing: 0.66px;
    color: #002434;
}

#counter .peccular-counter-single:hover h4.peccular-counter-title{
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-num.count{
    font-size: 30px;
    font-weight: bold !important;
    word-break: break-word;
    color: #FF5B4A;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
    text-align: left;
    line-height: 26px;
    position: relative;
    top: 7px;
    left: 10px;
}
#counter .peccular-counter-area {
    position: relative;
/*    padding-left: 100px;*/
    margin-top: 60px;
}
.counter-img img {
    position: absolute;
    bottom: 0;
} 

.counter-img {
    position: relative;
}
#counter .button-area {
/*    padding-left: 100px;*/
    margin-top: 43px;
        margin-bottom: 45px;
}
#counter .border-title-count {
    position: relative;
}

#counter .border-title-count:after {
    content: '';
    width: 86px;
    height: 1.5px;
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: 0;
    background-color: #0099DD;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 3;
}

#counter .peccular-counter-single:hover .border-title-count:after {
    width: 80%;
    left: 0;
}

#counter .buttondesign a.btn-look {
    padding: 9px 22px;
    position: relative;
    display: inline-block;
}
.buttondesign a.btn-look span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    letter-spacing: 0;
    font-family: system-ui !important;
}
#blog .owl-theme .owl-dots, #blog .owl-theme .owl-nav {
    display: none;
}
#blog .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    bottom: -15%;
    position: absolute;
    right: 0;
    width: 100%;
}
#blog .owl-theme .owl-nav .disabled{
    opacity: 1;
}
#blog .owl-nav button.owl-prev{
    margin-top: 10px;
    display: block !important;
    top: 48%;
    position: absolute;
    left: 1%;
    /* width: 100%; */
    z-index: 999;
}
#blog .owl-nav button.owl-next{
    margin-top: 10px;
    display: block !important;
    bottom: 43%;
    position: absolute;
    right: 0;
}
#blog .owl-nav button.owl-prev,
#blog .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #42a5f5;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    z-index: 2;
}
#blog .owl-nav button.owl-prev span,#blog .owl-nav button.owl-next span{
    font-size: 35px;
}
#blog .owl-nav button.owl-prev:hover,
#blog .owl-nav button.owl-next:hover {
  background: #00A0D1;
  color: #fff;
}
.buttondesign a.btn-look svg{
    height: 17px;
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.buttondesign a.btn-look svg path{
stroke: #fff;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/
#blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#blog {
    position: relative;
    overflow: hidden;
}
/* Owl item full height */
#blog .owl-item {
    display: flex;
}

/* Blog card full height */
#blog .peccular-blog-post {
    display: flex;
    height: 100%;
}

/* Inner wrapper */
#blog .peccular-box-area-S {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Content area stretch */
#blog .peccular-blog-single {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Button bottom fix */
#blog .peccular-blog-single .buttondesign {
    margin-top: auto;
}

#blog .peccular-section-head {
    margin-bottom: 0em;
      margin-top: 0em;
}
#blog .peccular-blog-post {
    height: 100%;
}

#blog .peccular-blog-single {
    display: flex;
    flex-direction: column;
}

#blog .peccular-section-head h2{
    color: #002434;
    margin-bottom: 58px;
}

/* Small top badge */
#blog h5.small-title {
display: inline-block;
    background: #e8f3ff;
    color: #2094ff;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 15px;
    font-family: system-ui;
}

#blog .peccular-blog-imgbox{
    position: relative;
}
#blog .peccular-blog-imgbox{
    position: relative !important;
    overflow: visible !important;
}
/* Common badge style */
#blog .top_careBadge{
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400 !important;
    color: #fff;
    border-radius: 20px;
    z-index: 5;
    font-family: system-ui;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
#blog .top_careBadge{
    pointer-events: none;
}

#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(2) .peccular-blog-imgbox .top_careBadge, 
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(6) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(10) .peccular-blog-imgbox .top_careBadge
 { 
    background: #ffa726 !important; 
}

#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(1) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(5) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(9) .peccular-blog-imgbox .top_careBadge { 
    background: #4bb7a8 !important;
}

#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(3) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(7) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(11) .peccular-blog-imgbox .top_careBadge { 
    background: #f06292 !important; 
}

#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(4) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(8) .peccular-blog-imgbox .top_careBadge,
#blog .peccular-blog-posts .owl-carousel .owl-item:nth-child(12) .peccular-blog-imgbox .top_careBadge { 
    background: #42a5f5 !important; 
}

/* Main heading */
#blog h2.main-heading {
    font-size: 2.5rem;
    font-weight: 700 !important;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-family: system-ui;
        letter-spacing: 0;
}

/* Subtitle text */
#blog p.subtitle {

      font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #717182;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}
#blog .peccular-section-head h3{
        color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}


 #blog .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 44px;
}
 #blog .peccular-section-head i {
    color: #FF5B4A;
    font-size: 1px;
    padding: 0px 68px;
    background: #FF5B4A;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 9px;
}
#blog .peccular-blog-post{    
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    transition: all 0.3s ease;
        margin-bottom: 1em;
}

#blog .peccular-blog-post:hover {
    margin-top: -10px;
    transition: all 0.3s ease;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.12);
}
#blog .peccular-box-area-S {    
    padding: 0;
    position: relative;
}
#blog h4.inner-area-title {
    font-size: 16px;
    font-weight: 500 !important;
    color: #2C2C2C;
    margin-bottom: 10px;
    font-family: system-ui;
}

#blog .buttondesign a.btn-look {
    background-color: #002434;
}
#blog p{
    font-size: 16px;
    font-weight: 400 !important;
    word-break: break-all;
    line-height: 26px;
    letter-spacing: 0;
    color: #717182;
    margin-bottom: 19px;
    font-family: system-ui !important;
}
#blog .blog_date_box {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
#blog .author_bx {
    position: relative;
    display: inline-block;
    color: #717182;
    font-size: 0.875rem;
    font-family: system-ui;
        margin-right: 40px;
    font-weight: 400 !important;
    margin-bottom: 15px;
}
#blog .author_bx svg{
height: 17px;
    width: 17px;
}
#blog .author_bx svg path,#blog .author_bx svg circle{
stroke: #717182;
}
#blog .blog_date_box span{
    position: relative;
    display: inline-block;
    color: #717182;
    font-size: 0.875rem;
    font-family: system-ui !important;
    font-weight: 400 !important;
}
#blog .blog_date_box svg{
height: 17px;
    width: 17px;
}
#blog .blog_date_box svg path,#blog .blog_date_box svg rect{
stroke: #717182;
}
#blog a.read-btn{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    /* font-weight: 500; */
    font-size: 13px;
    line-height: 16.55px;
    padding: 0;
    padding-bottom: 8.78px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-style: normal;
    text-align: left;
}
#blog a.read-btn:hover {
    color: #FF5B4A;
}
#blog a.read-btn:before {
  display: block;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#blog a.read-btn:hover:before {
    width: 0%;
}

#blog .buttondesign a.btn-look {
    display: inline-block;
    position: relative;
    padding: 7px 15px 6px;
    background: none;
    box-shadow: none;
}

.peccular-blog-posts .owl-carousel .owl-item:nth-child(2) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(6) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(10) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(2) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(6) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(10) .peccular-blog-single .buttondesign a.btn-look svg path
 { 
    color: #ffa726 !important; 
    stroke: #ffa726 !important;
}

.peccular-blog-posts .owl-carousel .owl-item:nth-child(1) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(5) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(9) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(1) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(5) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(9) .peccular-blog-single .buttondesign a.btn-look svg path { 
    color: #4bb7a8 !important;
    stroke: #4bb7a8 !important; 
}

.peccular-blog-posts .owl-carousel .owl-item:nth-child(3) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(7) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(11) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(3) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(7) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(11) .peccular-blog-single .buttondesign a.btn-look svg path { 
    color: #f06292 !important; 
    stroke: #f06292 !important; 
}
.peccular-blog-posts .owl-carousel .owl-item:nth-child(4) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(8) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(12) .peccular-blog-single .buttondesign a.btn-look span,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(4) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(8) .peccular-blog-single .buttondesign a.btn-look svg path,
.peccular-blog-posts .owl-carousel .owl-item:nth-child(12) .peccular-blog-single .buttondesign a.btn-look svg path { 
    color: #42a5f5 !important; 
    stroke: #42a5f5 !important; 
}
/*.peccular-blog-posts .owl-carousel .item:nth-child(2) .buttondesign a.btn-look span {
    color: #FF8A00 !important; /* Orange */
}
/*.peccular-blog-posts .owl-carousel .item:nth-child(1) .buttondesign a.btn-look span {
    color: #4bb7a8 !important; 
}*/
/*#blog .peccular-blog-post .item:nth-child(1) .buttondesign a.btn-look span{
    color: #4bb7a8 !important;
}
#blog .peccular-blog-post .item:nth-child(2) .buttondesign a.btn-look span{
    color: #ffa726;
}*/
/*.peccular-blog-post   #blog .buttondesign a.btn-look span{

}*/
#blog .buttondesign a.btn-look span {
    color: #4bb7a8;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 500 !important;
    font-family: system-ui !important;
}
#blog .buttondesign a.btn-look svg{
    height: 17px;
    width:17px;
}
#blog .buttondesign a.btn-look svg path{
stroke:  #4bb7a8;
}
#blog .blogbottombtn {
    position: relative;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    background: linear-gradient(90deg, #3ca2ff 0%, #48d1b5 100%);
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    left: 44%;
    margin-top: 3em;
    z-index: 1;
}
#blog .blogbottombtn:hover{
transform: scale(1.06);
transition: all 0.3s ease;
}
#blog .blogbottombtn a{
    position: relative;
}
#blog .blogbottombtn span{
    color: #fff;
        font-size: 16px;
    font-weight: 600 !important;
}
.blog-bg {
    pointer-events: none;
}
#blog .peccular-blog-single {   
    padding: 25px 20px 5px;
    border-top: 0;
}
#blog .peccular-blog-single a{
    position: relative;
}
.peccular-blog-post,
.peccular-blog-post a {
    position: relative;
    z-index: 5;
}
#blog .peccular-blog-comment_box{ 
    text-align: right;
    color: #d0dbed;
    font-size: 16px;
}
#blog .peccular-blog-thumbnail {
    position: relative;
    overflow: hidden; 
}

/*#blog .peccular-blog-comment span, 
#blog .peccular-blog-date span {
    letter-spacing: 0.53px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
*/

#blog .peccular-blog-comment {
    margin-bottom: 19.07px;
    position: relative;
}

#blog .peccular-blog-post .blog-socials {
    position: relative;
}

#blog .peccular-blog-post .peccular-socialMedia {
    position: absolute;
    right: 0;
    top: 0;
}

#blog .peccular-blog-post .peccular-socialMedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
}

#blog .peccular-blog-post .peccular-socialMedia ul li {
    display: inline-block;
    margin-left: -30px;
    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;
}
#blog .peccular-blog-post .peccular-socialMedia ul li a.site-button {
    /* border-radius: 50%; */
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #fff;
    background: #191919;
    z-index: 3;
}

#blog .peccular-blog-post .peccular-socialMedia ul li a:hover {
    color: #FF5B4A;
}

#blog .peccular-blog-post .peccular-socialMedia ul li a {
    /* border-radius: 50%; */
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #fff;
    background: #191919;
    z-index: 2;
}

#blog .peccular-blog-post .peccular-socialMedia ul:hover li {
    margin-left: 4px;
}

#blog .peccular-blog-date i{
    font-size: 18px;
    font-weight: 500;
/*    padding-right: 5px;*/
    color: #fff;
}




#blog .peccular-blog-imgbox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#blog .peccular-blog-imgbox figcaption {
    position: absolute;
    bottom: -15px;
    left: 55%;
    right: 15px;
    height: 100%;
}
#blog .peccular-blog-imgbox .blog_date_box {
    top: -25px;
    position: relative;
}
#blog .peccular-blog-imgbox .blog_date_box_hover,
#blog .peccular-blog-imgbox .peccular-blog-date {
    position: absolute;
    /* margin: 0;*/
    display: inline-block;
    width: 100%;
    left: 0;
}
#blog .peccular-blog-imgbox .blog_date_box_hover {
    bottom: 0;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
#blog .peccular-blog-imgbox .peccular-blog-date {
    -webkit-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0);
    padding: 10px 22px;
}
#blog .peccular-blog-imgbox .peccular-blog-date {
    background-color: #FF5B4A;
}
/*.peccular-blog-imgbox a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}*/
#blog .peccular-blog-post .peccular-blog-imgbox {
    position: relative;
}
#blog .peccular-blog-post:hover .peccular-blog-imgbox {
    overflow: hidden;
}

#blog .peccular-blog-post:hover .peccular-blog-imgbox img,
#blog .peccular-blog-post.hover .peccular-blog-imgbox img {
 /* -webkit-filter: blur(5px);
 filter: blur(5px);*/
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}

#blog .peccular-blog-post .peccular-blog-imgbox img{

    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#blog .peccular-blog-post:hover .peccular-blog-imgbox figcaption .blog_date_box_hover,
#blog .peccular-blog-post.hover .peccular-blog-imgbox figcaption .blog_date_box_hover {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
#blog .peccular-blog-post:hover .peccular-blog-imgbox figcaption .peccular-blog-date,
#blog .peccular-blog-post.hover .peccular-blog-imgbox figcaption .peccular-blog-date {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
#blog .peccular-blog-post:hover .peccular-blog-imgbox .blog_date_box_hover {
    margin: 0;
}
#blog .peccular-blog-post:hover .peccular-blog-imgbox figcaption .peccular-blog-date{
    margin-top: 25px;
}

/*Animated Side Leaf Images CSS*/
#blog img.peccular-blog-leafTopRightimgboxshape1 {
    position: absolute;
    right: 0;
}
#blog img.peccular-blog-leafTopLeftboxshape2 {
    position: absolute;
    left: -42px;
    bottom: 0;
}
#blog img.peccular-project-leafBottomRightimgboxshape2 {
    position: absolute;
    bottom: 0;
    right: -42px;
}
.blog-bg {
    display: none !important;
}
/* ===== FORCE CLICK FIX ===== */

#blog {
    position: relative;
    z-index: 1;
}

/* Background layer */
#blog .blog-bg {
    position: absolute;
    inset: 0;
    z-index: -1;          /* 🔥 VERY IMPORTANT */
    pointer-events: none; /* 🔥 VERY IMPORTANT */
}

/* Owl wrappers */
#blog .owl-stage-outer,
#blog .owl-stage,
#blog .owl-item {
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

/* Blog card */
#blog .peccular-blog-post {
    position: relative;
    z-index: 5;
}

/* All links FORCE clickable */
#blog a {
    pointer-events: auto !important;
    position: relative;
    z-index: 999;
}


/*----------------------------------------*/
/*  Ourbrands Area
/*----------------------------------------*/
#ourbrands {
    background-color: #FFF7F6;
    position: relative;
    overflow: hidden;
}
#ourbrands .peccular-section-head h3 {
    color: #000000;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold !important;    
    margin: 14px 0px;
}

#ourbrands .peccular-section-head {
    position: relative;
    margin: 0;
}

#ourbrands .peccular-ourbrands-logo img {
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
        width: auto;
}

#ourbrands .peccular-ourbrands-logo:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#ourbrands .owl-theme .owl-dots,
#ourbrands .owl-theme .owl-nav{
    display: none !important;
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
#newsletter .newsletter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#newsletter .icon_bx {
backdrop-filter: blur(8px);
    background: #fff3;
    height: 48px;
    width: 48px;
    display: inline-block;
    border-radius: 12px;
    top: -17px;
    position: relative;
    margin-right: 15px;
}
#newsletter .icon_bx svg{
height: 25px;
    width: 25px;
    position: relative;
    top: 11px;
}
#newsletter .icon_bx svg path, #newsletter .icon_bx svg rect{
stroke: #fff;
}
#newsletter {
    position: relative;
    z-index: 1;
     background: linear-gradient(160deg, #42C7C3 0%, #4DA4FF 45%, #DD6FA1 100%);
}
#newsletter .peccular-section-head {
    margin-bottom: 0em;
        margin-top: 0;
}
#newsletter .newsletter-sign-box {
    position: relative;
    z-index: 999;
}
#newsletter .peccular-section-head h2{
    margin-bottom: 0;
    font-weight: 700 !important;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.2;
        font-family: system-ui;
}

#newsletter .peccular-section-head h2:before , #newsletter .peccular-section-head h2:after {
   display: none;
}
#newsletter .peccular-section-head h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 10px;
}
#newsletter .peccular-section-head h3:before{
    content: "\f1db ";
    font-family: 'Fontawesome';
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #ffffff;
    font-size: 26px;
    position: relative;
    font-style: normal;
    top: 4px;
    margin-right: 8px;
}
#newsletter .peccular-section-head-icon {
    text-align: center;
}
#newsletter .peccular-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #B8B5B5;
}
#newsletter .peccular-newsletter-member-wrap {
    color: #fff;
    padding: 0;
}

#newsletter .peccular-newsletter-member-wrap p {
    padding:0;
    margin:0;
}

#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    z-index: 2000;
    width: 100%;
    color: #fff;
    margin: 0 0 0px 0;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 0.875rem;
    line-height: 19px;
    height: 45px;
    font-weight: 400 !important;
    background: #ffffff1a;
    border: 2px solid #ffffff4d !important;
    margin-left: 21%;
    width: 85%;
}
#newsletter p.bottom_title {
    text-align: center;
    color: #ffffffb3;
    font-size: 0.875rem;
    font-family: system-ui;
}

#newsletter .peccular-newsletter-member-wrap {
    margin: 18px 0;
        margin-top: 5px;
    left: 10%;
    position: relative;
    right: 10%;
    width: 75%;
}

#newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 22px 30px;
}

#newsletter .peccular-newsletter-member-wrap .wpcf7-spinner {
    position: absolute;
}

#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    z-index: 2000;
    width: 100%;
    color: #B8B5B5;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 22px 30px;
    font-size: 16px;
    height: 63px;
    font-weight: 400 !important;
}
#newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
padding: 22px 30px;
  border-radius: 0px;
}
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#B8B5B5;
}

#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}
#newsletter .peccular-newsletter-member-wrap svg{
    height: 17px;
        z-index: 1;
    width: 17px;
    position: relative;
    left: 32px;
    margin-right: 5px;
}
#newsletter .peccular-newsletter-member-wrap svg path{
stroke: #4bb7a8;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #fff;
    color: #4bb7a8;
    font-weight: 500 !important;
    padding: 9px 17px;
    line-height: 24px;
    padding-left: 42px;
    border-radius: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.5s ease 0s;
    opacity: 1;
    right: 0;
    box-shadow: none;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    transform: scale(1.06);
    transition: all 0.3s ease;
    background: #ffffffe6;
    box-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
}


/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/
#contact {
     background: linear-gradient(90deg, #1a1a1a 0%, #2c2c2c 100%);
}
#contact .peccular-section-head h3 {
    color: #4bb7a8;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 9px;
    border-radius: 30px;
    background: #4bb7a833;
    display: inline-block;
    padding: 8px 23px;
    font-family: system-ui;
}
#contact .contactleft-bg {
    position: absolute;
    height: 361px;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 55%;
}
#contact .mainHeading {
    display: inline-flex;
}
#contact {
    position: relative;
    overflow: hidden;
}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact img{
    position: relative;
}
.peccular-section-form_main-img{
    position: relative;
    overflow: hidden;
}
#contact img.peccular-contact-main-image {
   outline: 1px solid #fff;
    outline-offset: -15px;
    width: 100%;
    height: 100%;
    -webkit-animation: zoomin 7s ease-in infinite;
    animation: zoomin 7s ease-in infinite;
    transition: all .3s ease-in;
}
#contact .home-contact-bgimg{

    -webkit-mask-image: url(images/contactform12.png);
    mask-image: url(images/contactform12.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

#contact .peccular-contact_img_area {
    position: relative;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 133.95px;
    height: 128.91px;
    border-radius: 10px;
    outline: 3px solid #F1F1FF;
    /* box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px; */
    animation: bounce2 2s ease infinite;
    animation: color-change 2s linear infinite;

}
#contact  .wpcf7-not-valid-tip {
    color: #FF5B4A;
    padding-left: 60px;
    padding-top: 6px;
}

@keyframes color-change {
  0%,100%{
    outline-color:#bbbe829e;
  }

  25%{
    outline-color:#989d369e;
  }
  
  50%{
    outline-color:#FF5B4A;
  }
  
  75%{
    outline-color:#6165069e;
  }
}

#contact .peccular-contact_img_area .c-img-left1 {
    position: absolute;
    top: 12em;
    right: 2em;
    webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#contact .peccular-contact_img_area .c-img-left2 {
    position: absolute;
    bottom: 12em;
    left: 0;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right1 {
    position: absolute;
    top: 2em;
    left: 4em;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right2 {
   position: absolute;
    bottom: 14em;
    left: 2em;
    webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -83%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .contact_info_area{    
    padding: 3em 4em 1.5em;
    position: relative;
    background: #FF5B4A;
}

#contact .peccular-contacti-area {
    background: #687aa2;
    border-left: 6px solid #feb403;
    margin: 0 0 15px;
    padding: 18px 15px;
    position: relative;
}

#contact .peccular-contacti-area:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 500px;
    opacity: 0;
    background-color: #feb403;
    transition: all 0.3s ease;
    z-index: 1;
    content: '';
}
#contact .peccular-contacti-area:hover:after {
    right: 0;
    opacity: 1;
    transition: all .4s linear;
}
#contact .peccular-contacti-area .c_i_icon i{
    font-size: 50px;
    color: #000;
    position: relative;
    z-index: 2;
    transition: .9s ease;
    padding-top: 6px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 40px;
}

#contact .peccular-contacti-area:hover .c_i_icon i{
    color: #fff;
        transform: scale(1.2);
}
#contact .peccular-contacti-area .c_i_title {
    color: #f8fafd;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    color: #eaeff7;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a:hover{
    color: #FF5B4A;
}

#contact  .peccular-contact-member-wrap {
    color: #787F81;
}

#contact .peccular-contact-block h2, #contact .peccular-section-head h2 {
    color: #fff;
    font-weight: 700 !important;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: system-ui !important;
}


#contact .peccular-section-head p {
font-size: 1.125rem;
    line-height: 29px;
    margin-bottom: 24px;
    margin-bottom: 60px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #fffc;
    font-family: 'system-ui' !important;
    padding-left: 19.5%;
    padding-right: 19.5%;
}

#contact .sec-info-icon svg {
width: 50px;
    position: relative;
    top: 10px;
    vertical-align: middle;
    left: -4px;
}

#contact .sec-info-icon svg path,#contact .sec-info-icon svg rect{
    stroke: #4bb7a8;
}

#contact .sec-info-label {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    margin-bottom: 4px;
    padding-left: 0px;
    font-family: system-ui !important;
}
#contact .map_box{
    margin-bottom: 25px;
    position: relative;
    background: #ffffff1a;
    backdrop-filter: blur(16px);
    border: 1px solid #fff3;
    border-radius: 16px;
    padding: 32px;
}
#contact .contact-detail {
    margin-bottom: 25px;
    position: relative;
}
#contact .contact-detail .maiBGBox1 {
    background: #ffffff1a;
    backdrop-filter: blur(16px);
    border: 1px solid #fff3;
    border-radius: 16px;
    padding: 25px;
}
#contact .contact-detail .maiBGBox2{
    background: #ffffff1a;
    backdrop-filter: blur(16px);
    border: 1px solid #fff3;
    border-radius: 16px;
    padding: 25px;
}
#contact .contact-detail .maiBGBox1 .sec-info-icon {
    background: #4bb7a833;
    display: inline-block;
    border-radius: 10px;
    height: 45px;
    padding: 0px;
    width: 45px;
        margin-bottom: 10px;
}
#contact .contact-detail .maiBGBox2 .sec-info-icon {
    background: #ffa72633;
    display: inline-block;
    border-radius: 10px;
    height: 45px;
    padding: 0px;
    width: 45px;
    margin-bottom: 10px;
}
#contact .contact-detail .maiBGBox2 svg{
height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: middle;
    left: 15px;
}
#contact .contact-detail .maiBGBox2 svg path, #contact .contact-detail .maiBGBox2 svg circle{
    stroke: #ffa726;
}
#contact .contact-detail.c-b-space {
    margin-bottom: 0;
}
.sec-info-data{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #F8F9FA;
    padding-left: 0px;
    font-family: system-ui !important;
}
#contact .map_box .sec-info-label{
font-size: 1.125rem;
 color: #fff;
  font-weight: 500 !important;
}
#contact .map_box iframe{
        height: 270px;
    margin-top: 20px;
}
#contact .main_email_bx{
    width: 48%;
    /* position: relative; */
    margin-right: 8px;
}
#contact .main_time_bx{
    width: 48%;
    /* position: relative; */
    margin-left: 8px;
}
#contact .map_box .sec-info-data{
    font-size: 1rem;
    line-height: 23px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #fffc;
    padding-left: 0px;
    font-family: system-ui !important;
    width: 200px;
    line-height: 27px;
    margin-top: 13px;
}
.sec-info-data a{
    color: #F8F9FA
}
.sec-info-data a:hover{
    color: #FF5B4A;
}

#contact .socials ul li {
    float: right;
}

#contact .socials {
    text-align: right;
    margin-top: 37px;
}
#contact .socials ul li a i{
    background: #a6b2b8;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #000;
    line-height: 32px;
    text-align: center;
    margin-left: 26px;
    position: relative;
    overflow: hidden;
    border: 4px solid #72858f;
    font-size: 16px;
}

#contact .socials ul li a i:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5B4A;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 0;
}

#contact .socials ul li a i:hover:after {
    bottom: 0;
} 

#contact .socials ul li a i:before{
    z-index: 1;
    position: relative;
}

#contact .socials ul li a i:hover{
    color:#fff;
}

 #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
    margin-left: 50px;
    margin-top: 10px;
}
#contact .peccular-contact-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
    padding-left: 0em;
}

#contact .peccular-contact-block h2 {
    margin-bottom: 41px !important;
}
#contact .peccular-contact-block p.peccular-form-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 40px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.8px;
    padding: 0 2.5em;
}
#contact .peccular-form_area {
    padding-left: 0;
    border: 1px solid #fff3;
    backdrop-filter: blur(16px);
    border-radius: 20px;
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    background: #ffffff1a;
        padding: 2em;
            margin-right: 3em;
                margin-left: 4em;
}
#contact .rightcontactboxes{
margin-right: 4em;
}
#contact .peccular-form_area h3{
    color: #fff;
    font-family: system-ui;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;    margin-bottom: 8px;
}
#contact .peccular-form_area h3 svg{
    height: 15px;
    width: 15px;
        margin-right: 7px;
}
#contact .peccular-form_area h3.Name_label svg path ,#contact .peccular-form_area h3.Name_label svg circle{
stroke:#4bb7a8;
}
#contact .peccular-form_area h3.email_label svg path,#contact .peccular-form_area h3.email_label svg rect{
stroke:#ffa726;
}
#contact .peccular-form_area h3.address_label svg path{
stroke:#f06292;
}
#contact .peccular-contact-block h2:before,
#contact .peccular-contact-block h2:after, 
#contact .peccular-section-head h2:before,
#contact .peccular-section-head h2:after{
    display: none;
}

#contact .peccular-contact-phone{
 
    margin: 5em 0em;
}
#contact .peccular-contact-phone-info{
    color: #fff;
    background: #bc90e9;   
    padding: 8px 11px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: center;

}
#contact .peccular-contact-phone-info a{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-phone-icon{
    background: #bc90e9;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -9px;
}
#contact .peccular-contact-phone-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    padding: 0px 9px;
    transform: rotateZ(245deg);
}

#contact .peccular-contact-mailid{
   
    margin: 5em 0em;
}
#contact .peccular-contact-mailid-info{
    color: #fff;
    background: #7fae16; 
    padding: 11px 0px 10px 10px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: left;
    z-index: 2;  
}
#contact .peccular-contact-mailid-info a{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-mailid-icon{
    background: #7fae16;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -10px;
}
#contact .peccular-contact-mailid-icon i {
    color: #fff;
    font-size: 27px;
    line-height: 60px;
    padding: 0px 4px;
}
#contact .peccular-contact-address{
    background: #fcdd18;
    padding:13px 10px 11em 7px;    
    clip-path: polygon(0 0, 100% 0%, 100% 28%, 5% 28%);
}
#contact .peccular-contact-address-icon{
    text-align: right;
}
#contact .peccular-contact-address-icon i{
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    padding: 0px 23px;
}
#contact .peccular-contact-address-text{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding-top: 3px;    

}
#contact .peccular-contact-block .peccular-section-form_head {
    margin-bottom: 1.5em;
}
#contact.peccular-contact-block {
    margin-top: 3em;
}

#contact .peccular-contact-member-wrap input::placeholder{
    opacity: 1;
    color: #FFFFFF;
}

#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 select,
#contact .peccular-contact-member-wrap textarea{
    background: #ffffff1a;
    z-index: 2000;
    margin: 0 0 22px 0;
    border-radius: 0;
    padding: 18px 25px 19px;
    line-height: 19px;
    font-size: 16px;
    height: 50px;
    font-weight: 400 !important;
    border: 1px solid #fff3 !important;
    border-radius: 12px;
    letter-spacing: 0.26px;
    color: #FFFFFF;
        font-family: system-ui;
}
#contact .peccular-contact-member-wrap input[type="text"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="email"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="url"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="password"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="search"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="number"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="tel"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="range"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="date"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="month"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="week"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="time"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="datetime"]::placeholder,
#contact .peccular-contact-member-wrap input[type="datetime-local"]::placeholder, 
#contact .peccular-contact-member-wrap input[type="color"]::placeholder,
#contact .peccular-contact-member-wrap input[type="file"]::placeholder,
#contact .peccular-contact-member-wrap select::placeholder,
#contact .peccular-contact-member-wrap textarea::placeholder{
        font-family: system-ui;
}
#contact .peccular-contact-member-wrap option {
    background: #000;
}
#contact .peccular-contact-member-wrap select,
#contact .peccular-contact-member-wrap input[type="file"]{
    width: 100%;
    border: 1px solid #6A6A6A !important;
    z-index: 2000;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 18px 25px 19px;
    line-height: 19px;
    font-size: 16px;
    height: 56px;
    font-weight: 400 !important;
}
#contact .peccular-contact-member-wrap input[type="file"] {
    padding: 18px 25px 19px;
    height: 56px;
}

#contact .peccular-contact-member-wrap textarea {
    height: 100px;
    padding: 18px 25px 19px;
    border: 1px solid #6A6A6A !important;
    border-radius: 14px;
}
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#FFFFFF;
}

#contact .peccular-contact-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
    font-weight: 500;
}
#contact .contact-contact-mapbox {
    color: #ffffff63;
    margin-top: 10px;
}
#contact .peccular-contact-member-wrap input[type="submit"]{
    font-weight: bold !important;
    padding: 15px 35px 15px;
    position: relative;
    background: linear-gradient(90deg, #35c9a3, #4ba8ff);
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    display: block;
    box-shadow: none;
    width: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: none;
    border-radius: 40px;
}
#contact .peccular-contact-member-wrap input[type="submit"]:hover {   
    transition: all 0.5s ease 0s;
    transform: scale(1.06);
}

#contact .peccular-contact-phone:hover .peccular-contact-icon,
#contact .peccular-contact-address:hover .peccular-contact-icon,
#contact .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}

.f-pd {
    padding: 0 8px;
}

.peccular-contact-member-wrap {
    padding: 0px;
}
#contact .peccular-contact-member-wrap .wpcf7-spinner {
    position: absolute;
}
/*----------------------------------------*/
/*  13. Pricing Area
/*----------------------------------------*/
#pricing {
    position: relative;
    overflow: hidden;
}

#pricing .peccular-section-head {
    margin:0;
}

#pricing .peccular-section-head h2 {
    color: #002434;
    margin-bottom: 66px;
}

#pricing .peccular-pricing-single {
    position: relative;
    transition: all 0.3s ease;
    background: #FFF7F6;
    border-radius: 1px;
    padding: 0 0 63px 0;
    margin-bottom: 1em;
}

#pricing .peccular-pricing-single:hover{
    transition: all .4s linear;
}


.peccular-pricing-box-head {
    background: #FB8376;
    border-radius: 1px;
    padding: 19px 20px 36px;
    text-align: center;
}

#pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold !important;
    position: relative;
    margin: 0;
    letter-spacing: 0.79px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    position: relative;
    color: #002434;
    background: #fff;
    font-size: 26px;
    padding: 9px 10px;
    font-weight: bold !important;
    line-height: 32px;
    transition: .9s ease;
    margin: 0px 32px 18px 32px;
    z-index: 1;
    border: 1px solid #FF5B4A;
    text-align: center;
    top: -25px;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price sub {
    font-size: 14px;
    line-height: 25px;
    color: #FF5B4A;
    font-weight: 400;
    margin-left: 10px;
}
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price { 
    transform: scale(1.1);
}
#pricing .peccular-pricing-single ul.peccular-pricing-list{
    margin: 0 auto 37px;
    position: relative;
    z-index: 1;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    color: #002434;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    position: relative;
    font-weight: 400 !important;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li:last-child{
    border-bottom: none;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li i{
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    margin-right: 12px;
}

#pricing .buttondesign {
    text-align: center;
}

#pricing .buttondesign a {
    color: #fff;
    background: #002434;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 400 !important;
    word-break: break-word;
    border-radius: 0;
    z-index: 10;
    display: inline-block;
    position: relative;
}



#pricing .buttondesign:hover a {
    color: #fff;
}
#pricing .peccular-pricing-btn a {
    color: #fff;
}

#pricing .buttondesign a.btn-look span {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
}

#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-box-head,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-box-head,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-box-head,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-box-head{
    background: #002434;
    padding: 20px 20px 39px;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single{
    background: #4F5F65;
    padding: 0 0 67px 0;
    top: -10px;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single .peccular-pricing-box-head h4,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single .peccular-pricing-box-head h4,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single .peccular-pricing-box-head h4,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single .peccular-pricing-box-head h4 {
    font-size: 25px;
    line-height: 30px;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single .peccular-pricing-currency-price,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single .peccular-pricing-currency-price,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single .peccular-pricing-currency-price {
    font-size: 27px;
    line-height: 33px;
    margin: 0px 32px 20px 32px;
}

#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single ul.peccular-pricing-list,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single ul.peccular-pricing-list,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single ul.peccular-pricing-list,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single ul.peccular-pricing-list {
    margin: 0 auto 52px;
}

#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single ul.peccular-pricing-list li,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single ul.peccular-pricing-list li,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single ul.peccular-pricing-list li,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single ul.peccular-pricing-list li{
    color:#fff;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single ul.peccular-pricing-list li i,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single ul.peccular-pricing-list li i,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single ul.peccular-pricing-list li i,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single ul.peccular-pricing-list li i{
    color:#fff;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single .buttondesign a,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single .buttondesign a,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single .buttondesign a,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single .buttondesign a {
    background: #fff;
}
#pricing .peccular-pricing-border:nth-child(2) .peccular-pricing-single .buttondesign a.btn-look span,
#pricing .peccular-pricing-border:nth-child(5) .peccular-pricing-single .buttondesign a.btn-look span,
#pricing .peccular-pricing-border:nth-child(8) .peccular-pricing-single .buttondesign a.btn-look span,
#pricing .peccular-pricing-border:nth-child(11) .peccular-pricing-single .buttondesign a.btn-look span {
    color: #4F5F65;
    font-size: 17px;
    line-height: 20px;
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
 #footer,
 .footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
    background: #0c0c0c;
}

/* CTA Section */
 .footer-area .cta-section {
    background: #0C0C0C;
    padding: 76px 20px;
    text-align: center;
}

.footer-area .cta-container {
    max-width: 900px;
    margin: auto;
}

.footer-area .cta-section h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400 !important;
    font-family: system-ui;
}

.footer-area .cta-section p {
    color: #99a1af !important;
    font-size: 1.25rem;
    margin-bottom: 40px;
}
 .footer-area .footer-bg{
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, .02) 10px, rgba(255, 255, 255, .02) 20px);
}
/*footer 4 button*/


/* Background with subtle diagonal stripes */
/*.footer-area .quote-section {
    background: #0f0f10;
    padding: 40px;
    text-align: center;

    background-image: repeating-linear-gradient(
        135deg,
        rgba(255,255,255,0.03) 0px,
        rgba(255,255,255,0.03) 8px,
        transparent 8px,
        transparent 16px
    );
}*/

/* Button */
.footer-area .quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #e63946;
    color: #fff;
    padding: 16px 45px;
    font-size: 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Arrow */
.footer-area .quote-btn .arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.footer-area .quote-btn:hover {
    background: #c1121f;
}

.footer-area .quote-btn:hover .arrow {
    transform: translateX(6px);
}

/* Button */
.footer-area .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #d32f3c;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}
.footer-area .cta-btn:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.footer-area .cta-btn .arrow {
    font-size: 20px;
    transition: 0.3s;
}

.footer-area .cta-btn:hover {
    background: #c1121f;
}

.footer-area .cta-btn:hover .arrow {
    transform: translateX(5px);
}

 #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: 400 !important;
    text-decoration: none;
    font-size: 16px;
    color: #ffffffb3;
    line-height: 34px;
    letter-spacing: 0;
    font-family: system-ui !important;
}
.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: #eaeaea;
    border: none;
    background: none;
}
/*.footer-area li:before,  .footer-area li:before, .page .footer-area li:before, .single .footer-area li:before {
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 8px;
    padding-right: 10px;
    color: #fff;
}*/
.footer-area li,  .footer-area li, .page .footer-area li, .single .footer-area li{
    position: relative;
    overflow: hidden;
}

/*.footer-area li:after,  .footer-area li:after, .page .footer-area li:after, .single .footer-area li:after {
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    position: absolute;
    background: #fff;
    transition: all 0.3s ease-in-out;
}*/
.footer-area li:hover:after,  .footer-area li:hover:after, .page .footer-area li:hover:after, .single .footer-area li:hover:after {
    width: 100%;
}


#footer .peccular-footer-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover;
    background-color: #002434;
}


.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: 14px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-transform: none;
    font-weight: 500 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    font-family: system-ui;
}
#footer .top-area .contact-info-box {
    /*background: #111518;*/
    padding: 0px;
    width: 360px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

#footer .top-area .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 12px;
}
#footer .top-area .info-item svg{
height: 19px;
width: 19px;
}
#footer .top-area .info-item span.icon11 svg path,#footer .top-area .info-item span.icon11 svg circle{
stroke: #e63946;
}
#footer .top-area .info-item span.icon22 svg path{
stroke: #e63946;
}
#footer .top-area .info-item span.icon33 svg path, #footer .top-area .info-item span.icon33 svg rect{
stroke: #e63946;
}
#footer .top-area .info-item span{
    stroke: #e63946;
}
#footer .top-area .info-item .icon {
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

#footer .top-area .info-item p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    width: 230px;
}

#footer .top-area .highlight {
    color: #f06292;
    font-weight: 600;
}


/*
 #footer .widget_block h1:before,
 #footer .widget_block h3:before, 
 #footer .widget_block h4:before, 
 #footer .widget_block h5:before, 
 #footer .widget_block h6:before, 
 #footer .widget_block h2:before,
 .footer-area .widget-title:before {
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    position: absolute;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
 #footer .s-footer:hover .widget_block h1:before,
 #footer .s-footer:hover .widget_block h3:before, 
 #footer .s-footer:hover .widget_block h4:before, 
 #footer .s-footer:hover .widget_block h5:before, 
 #footer .s-footer:hover .widget_block h6:before, 
 #footer .s-footer:hover .widget_block h2:before,
.footer-area .s-footer:hover .widget-title:before {
    width: 100%;
}*/

 #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 #ffffff1a;}

.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 .footer-text {
    width: 50%;
    display: inline-block;
}
.footer-area .bottom-area .copyMiddleText {
width: 30%;
    display: inline-block;
    color: #ffffffb3;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 400 !important;
}
.footer-area .bottom-area .privacyText{
    width: 20%;
    display: inline-block;
    float: right;
    position: relative;
    top: -17px;
}
.footer-area .bottom-area .privacyText a{
    color: #99a1af;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 400 !important;
    margin-left: 15px;
}
.footer-area .bottom-area .privacyText a:hover{
color: #4bb7a8;
}
.footer-area .bottom-area .copyMiddleText svg{
    height: 17px;
    width: 17px;
}
.footer-area .bottom-area .copyMiddleText svg path{
    fill: #f06292;
    stroke: #f06292;
}
.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;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.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  .widget_block form,  .footer-area  .widget .textwidget form, 
 .footer-area  .widget form{
    position: relative;
}


.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{    
    padding: 0;
    font-size: 20px;
    position: relative;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 30px;
    text-align: center;
    color: #4bb7a8;
}
.footer-area i.fa {
    color: #d1d5dc;
}
 .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: 50%;
    color: #d1d5dc;
    background: #1e2939;
    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: 2em;
    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: 4em;
    margin-left: 0%;
}
.footer-area .single-footer-4 .textwidget{
    padding-left: 15px;
    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{
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #384149;
    width: 43px !important;
    height: 43px;
    letter-spacing: 0;
  }
*/
  .footer-area .social-profile-icons ul li a i:hover{
    background: #e63946 !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: 17px;
    line-height: 20px;
   }
   .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;
}
/* Emergency Top Strip */
.footer-area  .top-area .emergency-strip{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px;
    border-radius: 18px;
    background: linear-gradient(90deg, #ff6fa5 0%, #ffae42 100%);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
    color: #fff;
    font-family: system-ui;
        margin-bottom: 2em;
}

/* Left Part */
.footer-area  .top-area .emergency-left{
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-area  .top-area .emergency-left .icon{
    height: 46px;
    width: 46px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.footer-area  .top-area .emergency-left .icon svg{

}

 .footer-area  .top-area .emergency-left .text small{
    display: block;
    font-size: 15px;
    opacity: 0.9;
    font-family: system-ui;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 4px;
}
.footer-area .footer-widget-area {
    /*border-top: 1px solid #ffffff1a;*/
    padding-top: 4em;
}

.footer-area  .top-area .emergency-left .text a{
    font-size: 1.25rem;
    font-weight: 700 !important;
    font-family: system-ui;
    color: #fff;
}

/* Right Part */
.footer-area  .top-area .emergency-right{
    font-size: 16px;
    font-weight: 500;
    opacity: 0.95;
}

/* Responsive */
@media(max-width:768px){
    .footer-area  .top-area .emergency-strip{
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


   .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-c-w {
    margin-top: 8px;
}
/*-----------------------
Innerpage Page 
-----------------------------*/

.ht-main-title{
    margin: 0 0 20px 0%;
    font-weight: 400 !important;
    position: relative;
    z-index: 1;
    font-size: 19px;
    color: #e63946;
    background: #e6394633;
    text-transform: none;
    padding: 0;
    display: inline;
    padding: 21px;
    border-radius: 3.40282e38px;
    line-height: 1.1;
    color: #e63946;
    font-family: system-ui !important;
}

  @keyframes shine {
    to {
      background-position: 200% 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: #1E2452 ;
}
.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_search{
.widget_archive,
.widget_nav_menu,
    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: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #FFF;
    padding: 5em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 0px 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.5s ease 0s;
        background-color: #0c0c0c;
        /*background: linear-gradient(to bottom right, #49b6ad 7%, #42a9e6 40%, #f06292 100%) !important;*/
    z-index: 1;
}

/*.peccular-innerpage-overlay {
    background-image: linear-gradient(to left, transparent 40%, #3a494e 99%);
}*/
.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 {
    color: #FF5B4A;
    font-size: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 26px;
}
.breadcrumbbox span.treeEnd{
    padding: 0px 0;
    /* height: 57px; */
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
}
.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: 17px;
    line-height: 21px;
    font-style: normal;
    transition: all 0.2s ease 0s;
    color: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    /* height: 57px; */
    font-family: system-ui;
    padding: 10px 10px;
    padding: 10px 10px;
}

.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: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.inner-blog-post{
    margin: 0em 0px 20px;
    padding: 0 0px;
}
#innerpage-box .inner-blogpost {
    margin: 0px;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags i {
    color: #66727D;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #66727D;
    font-size: 17px;
    font-weight: 300;
    margin: 0 1em 0 0;
    font-style: normal !important;
    text-decoration: none !important;
}
#innerpage-box #blog-box h2 {
    color: #fff !important;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    letter-spacing: 0.73px;
    color: #002434;
    font-weight: 500 !important;
}

#innerpage-box .peccular-blogpage-imgbox {
    position: relative;
}
#innerpage-box .peccular-blogpage-imgbox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#innerpage-box .inner-blogpost {
background: #fff;
    padding: 0em;
    margin: 0 0 1em 0;
    margin-left: 15px;
        border-radius: 18px;
    margin-right: 15px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

#innerpage-box  .peccular-blogpage-imgbox figcaption {
    position: absolute;
    bottom: -20px;
    left: 55%;
    right: 15px;
    height: 100%;
}
.archive #innerpage-box .peccular-blogpage-imgbox figcaption,
.date #innerpage-box .peccular-blogpage-imgbox figcaption{
    left: 52%;
}
#innerpage-box .peccular-blogpage-imgbox .blog_date_box {
    top: -25px;
    position: relative;
}
#innerpage-box .peccular-blogpage-imgbox .blog_date_box_hover,
#innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
    position: absolute;
    /* margin: 0;*/
    display: inline-block;
    width: 100%;
    left: 0;
}
#innerpage-box .peccular-blogpage-imgbox .blog_date_box_hover {
    bottom: 0;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
#innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
    -webkit-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0);
    padding: 10px 22px;
}
#innerpage-box  .peccular-blogpage-imgbox .peccular-blog-date {
    background-color: #FF5B4A;
}
/*.peccular-blogpage-imgbox a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}*/
#innerpage-box .inner-blog-post .peccular-blogpage-imgbox {
    position: relative;
}
#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox {
    overflow: hidden;
}

#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox img,
#innerpage-box .inner-blog-post.hover .peccular-blogpage-imgbox img {
 /* -webkit-filter: blur(5px);
 filter: blur(5px);*/
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}

#innerpage-box .inner-blog-post .peccular-blogpage-imgbox img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    width: 100%;
}

#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox figcaption .blog_date_box_hover,
#innerpage-box .inner-blog-post.hover .peccular-blogpage-imgbox figcaption .blog_date_box_hover {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox figcaption .peccular-blog-date,
#innerpage-box .inner-blog-post.hover .peccular-blogpage-imgbox figcaption .peccular-blog-date {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox .blog_date_box_hover {
    margin: 0;
}
#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox figcaption .peccular-blog-date{
    margin-top: 25px;
}
#innerpage-box .inner-blog-post:hover .peccular-blogpage-imgbox {
    overflow: hidden;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
}
#innerpage-box .peccular-blog-comment {
    position: relative;
}

#innerpage-box .peccular-blog-comment ul li{
    float: left;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 3em;
}
#innerpage-box .peccular-blog-single .metabox {
    margin-bottom: 20px;
}

#innerpage-box .peccular-blog-single .metabox .blog-comment,
 #innerpage-box .peccular-blog-single .metabox .blog-author {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.53px;
    color: #959595;
    font-weight: 400 !important;
}
#innerpage-box  .peccular-blog-date span {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
#innerpage-box .ht-blog-thumbnail svg{
    transform: rotateY(180deg);
    position: relative;
    top: -43px;
    left: 0;
    width: 100%;
    transition: .3s ease-in-out;
}
#innerpage-box .ht-blog-thumbnail svg path{
    fill: #fff !important;
}

.single-post #content-box .metabox2brdr ul li:before {
    display: none;
}

#innerpage-box .blog-date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;   
    bottom: 0px;
    left: 0px;
    z-index: 1;   
    color: #000;
    padding: 0px 20px 0 0px;
    font-style: italic;

}
#innerpage-box .blog-date span {
    color: #f72985;
}
#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #ff80b0;
}

#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #FB1129;
    font-size: 15px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0px;
    margin-bottom: 2em;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #8A8A8A;
    float: left;
    list-style: none;
    margin-right: 45px;
    padding: 0;
    /* border-right: 1px solid #ccc; */
    font-size: 17px;
    line-height: 20px !important;
}

#innerpage-box .single_post .blog-author i,
 #content-box .blog-author a i,
  #innerpage-box .single_post .blog-time i, 
  #innerpage-box .single-blog-date i,
   #innerpage-box .single_post .blog-category i,
    #innerpage-box .single_post .blog-tags a i,
     #innerpage-box .single_post .blog-comment i,
      #innerpage-box .blog-tags i {
    color: #8A8A8A;
    margin-right: 8px;
    font-size: 20px;
}

#innerpage-box .blog-info-area .metabox2brdr ul li:last-child{ border-right:0; }
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a{
    font-style: normal;
    text-decoration: none;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
    }
.single #innerpage-box .comment-respond h4{
    padding: 0 0;
    
}
.single #innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;
}
#content-box .socialMedia {
/*    border-bottom: 1px solid #ccc;*/
     padding: 1em 0 0;
    float: right;
}

#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
      font-weight: 400;
      margin-right: 9px;
      display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 12px;    
    font-weight: 400;
    border-radius: 3px;
    color: #656565 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 0px 0 0px;
    margin: 0 16px 5px 0;
}

#content-box .socialMedia ul li {
    background-color: #002434 !important;
    width: 50px;
    height: 50px;
    text-align: center;
}

#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    transition: all .8s ease;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: -64px;
}

#innerpage-box #blog-box h2 {
    letter-spacing: 0;
    color: #2c2c2c !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 32px;
    margin-bottom: 12px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 0;
    font-family: system-ui !important;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
    font-size: 16px;
    font-weight: 400 !important;
    word-break: break-all;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #707070;
    margin-bottom: 19px;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    background-color: #002434;
}

#innerpage-box .blog-page-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #FF5B4A, #FF5B4A 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#innerpage-box .blog-page-btn a:hover {
    background-position: 0 100%;
}


#innerpage-box .blog-page-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -8px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#innerpage-box .blog-page-btn a:hover:before {
    width: 0%;
}

#innerpage-box .single_post .blog-page-btn{
    background: none !important;
    text-align: left;
    padding: 0;
}
#innerpage-box .single_post .blog-page-btn a{
    background: #FF5B4A;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 23px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 5px;
    -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;
    text-decoration: none !important;
    font-style: normal !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
}

#innerpage-box .single_post .blog-page-btn:hover a{  color: #fff; }

#innerpage-box .single_post .blog-page-btn a:hover:before, 
#innerpage-box .single_post .blog-page-btn a:focus:before, 
#innerpage-box .single_post s.blog-page-btn a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #868586 !important;}

#innerpage-box .single_post .blog-author a:hover,
#innerpage-box .single_post .blog-category a:hover, 
#innerpage-box .single_post .blog-tags a:hover{  color: #000 !important;}

#innerpage-box .blog-author,
#innerpage-box .blog-time, 
#innerpage-box .single-blog-date,
#innerpage-box  .blog-comment {
    color: #8A8A8A;
    font-size: 16px;
    line-height: 26px;
}
#innerpage-box .single-blog-date {
font-weight: 500 !important;
}
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 .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #000000;
}
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.text-center {
    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;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
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;
}
#innerpage-box.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 .peccular-blog-post {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
}

#innerpage-box .peccular-blog-imgbox {
    position: relative;
    height: auto;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

#innerpage-box .peccular-blog-thumbnail img.blog-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    display: block;
}

/* Overlay on image */
#innerpage-box .peccular-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look svg path{
    stroke: #4bb7a8;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look svg {
    height: 17px;
    width: 17px;
    margin-right: 0;
    position: relative;
    top: 5px;
    margin-left: 14px;
}
/* Category Tag */
#innerpage-box .peccular-cat-tag {
position: absolute;
    top: 15px;
    right: 15px;
    background: #ffffffe6;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 50px;
    color: #4bb7a8;
    border-radius: 3.40282e38px;
    font-weight: 600 !important;
    z-index: 5;
}

/* Inner content spacing */
#innerpage-box .peccular-blog-single {
    padding: 20px 22px 25px;
}

/* Title clean style */
#innerpage-box .inner-area-title {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: 700;
}

/* short text */
#innerpage-box .blogeqlh {
    color: #666;
    font-size: 15px;
    margin-bottom: 14px;
}



#innerpage-box  .textlist1 ul li:before{
    content: "\f05d";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #e67e22de;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    padding: 7px 3px 0px;
    font-weight: 100;
}
/* button */
#innerpage-box .buttondesign .btn-look {
    width: 100%;
    /* display: flex
; */
    justify-content: center;
    border-radius: 50px;
    padding: 12px 0;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
    padding-left: 30px;
}

#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 21px 5px;
}
#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: 0.875rem;
    line-height: 25px;
    letter-spacing: 0;
    color: #4bb7a8;
    font-family: system-ui !important;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 6px 0;
    background: none;
    color: #4bb7a8;
    font-weight: 600;
    border: 2px solid #4bb7a8;
    margin-top: 10px;
}



#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}


/*first full width box*/

/* FIRST POST = Featured Layout */
#innerpage-box .inner-blog-post:first-child {
    width: 100% !important;
    max-width: 100% !important;
}
#innerpage-box .inner-leftsidebar .inner-blogpost{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.12);
    padding: 0 !important;
        margin-bottom: 40px;
}
#innerpage-box .inner-leftsidebar .peccular-blog-imgbox {
    position: relative;
    height: auto;
    /* border-radius: 18px 18px 0 0; */
    overflow: hidden;
    width: 410px;
}
#innerpage-box .inner-blog-post:first-child .inner-blogpost {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.12);
    padding: 0 !important;
        margin-bottom: 40px;
}
#innerpage-box .inner-blog-post:first-child #innerpage-box #blog-box h2 {
margin-top: 25px;}
/* IMAGE LEFT SIDE */
#innerpage-box.inner-blog-post:first-child .inner-blogpost .blog-thumb-wrapper,
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-thumbnail img.blog-img{
    height: 400px;
    border-radius: 0;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-imgbox{
    overflow: visible;
}

#innerpage-box .inner-blog-post:first-child .peccular-cat-tag {
    position: absolute;
    top: 0;
    z-index: 999;
    right: -28%;
    margin-top: 3.5em;
    background: linear-gradient(90deg, #4CC9A8 0%, #4FA8F9 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: system-ui;
}

#innerpage-box .inner-blog-post:first-child .peccular-blog-single {
    padding: 48px 21px 5px;
    padding-top: 90px;
}

#innerpage-box .inner-blog-post:first-child .peccular-blog-imgbox{
    border-radius: 0;
}
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-thumb-wrapper {
    width: 50%;
    max-height: 420px;
    overflow: hidden;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-single .buttondesign a.btn-look {
    width: 100%;
    display: inline;
    justify-content: center;
    background: linear-gradient(90deg, #4CC9A8 0%, #4FA8F9 100%);
    border-radius: 50px;
    padding: 12px 10px;
}
#innerpage-box .peccular-blog-comment span, #innerpage-box .peccular-blog-date span {
    color: #717182;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-single .buttondesign a.btn-look span{
color: #fff;
}
#innerpage-box .blog_date_box svg {
    height: 17px;
    width: 17px;
}
#innerpage-box .author_bx svg path {
    stroke: #717182;
}
#innerpage-box .blog_date_box {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
#innerpage-box .author_bx svg {
    height: 17px;
    width: 17px;
}
#innerpage-box .author_bx {
    position: relative;
    display: inline-block;
    color: #717182;
    font-size: 0.875rem;
    font-family: system-ui;
    margin-right: 40px;
    font-weight: 400 !important;
    margin-bottom: 5px;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-single .buttondesign a.btn-look svg{
    position: relative;
    top: 0px;
}
#innerpage-box .inner-blog-post:first-child .peccular-blog-single .buttondesign a.btn-look svg path{
    stroke: #fff;
}
#innerpage-box .inner-blog-post:first-child .inner-blog-excerpt {
    font-size: 18px !important;
    font-weight: 400 !important;
    word-break: break-all;
    line-height: 30px !important;
    margin-bottom: 35px !important;
}

#innerpage-box .inner-blog-post:first-child h2.innerblogh2{
font-size: 2.5rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin-top: 25px !important;
}
#innerpage-box .inner-blog-post:first-child .inner-blogpost .buttondesign {
    margin-top: 35px !important;
}
/* CONTENT RIGHT SIDE */
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* CATEGORY TAGS */
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content .post-category a {
    background: #4DB7D9;
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

/* TITLE STYLE */
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

/* EXCERPT */
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content p {
    font-size: 17px;
    line-height: 1.6;
    margin: 15px 0;
}

/* READ MORE BUTTON */
#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content .blog-btn a {
    background: #4DB7D9;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    color: #fff !important;
    transition: 0.3s;
}

#innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content .blog-btn a:hover {
    transform: translateX(7px);
}

/* RESPONSIVE */
@media(max-width: 768px){
    #innerpage-box .inner-blog-post:first-child .inner-blogpost{
        flex-direction: column;
    }
    #innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-thumb-wrapper,
    #innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content{
        width: 100%;
    }
    #innerpage-box .inner-blog-post:first-child .inner-blogpost .blog-content{
        padding: 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;
}

#innerpage-box #blog-box h2 {
    font-size: 22px !important;
}
.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 700 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #FF5B4A;
    text-decoration: none;
    font-style: normal;
}
.single #innerpage-box .book-service-card {
    background: linear-gradient(135deg, #4fbdb6, #4aa3ff);
    border-radius: 18px;
    padding: 25px 25px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    /*box-shadow: 0 15px 35px rgba(0,0,0,0.15);*/
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.single #innerpage-box .book-service-card .icon-box {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.single #innerpage-box .book-service-card .icon-box .heart {
    font-size: 28px;
    color: #fff;
}
.single #innerpage-box .book-service-card .icon-box .heart svg{
height: 30px;
width: 30px;
}
.single #innerpage-box .book-service-card h3 {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    margin-bottom: 6px;
    color: #fff !important;
    font-family: system-ui;
    letter-spacing: 0 !important;
}

.single #innerpage-box .book-service-card p {
font-size: 18px;
    opacity: 1;
    font-weight: 400 !important;
    margin-bottom: 20px;
    color: #ffffffe6 !important;
    font-family: system-ui;
    margin-top: 0 !important;
}

.single #innerpage-box .book-btn {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #2bb7a5 !important;
    padding: 8px 22px;
    border-radius: 25px;
    font-weight: 600 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: system-ui !important;
    width: 100%;
    line-height: 25px;
}
.single #innerpage-box .book-btn span svg{
    height: 20px;
    width: 20px;
}
.single #innerpage-box .book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.single #innerpage-box .call-text {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.9;
}

.single #innerpage-box .call-text a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
}

/*Emergency box*/

.single #innerpage-box .emergency-card {
    max-width: 100%;
    padding: 30px 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 2px solid #f06292;
     box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    margin-top: 2em;
        margin-bottom: 2em;
}

#content-box .expect-list {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 0;
}

#content-box .expect-list li {
    counter-increment: step;
    position: relative;
    padding-left: 70px;
    margin-bottom: 28px;
}

/* common number style */
#content-box .expect-list li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

/* gradient colors like image */
#content-box .expect-list li:nth-child(1)::before {
    background: linear-gradient(135deg, #2ec4c6, #3bb3f2);
}

#content-box .expect-list li:nth-child(2)::before {
    background: linear-gradient(135deg, #ff9f43, #ff6b6b);
}

#content-box .expect-list li:nth-child(3)::before {
        background: linear-gradient(135deg, #f472b6, #a78bfa);
}

#content-box .expect-list li:nth-child(4)::before {
    background: linear-gradient(135deg, #38bdf8, #06b6d4);
}

#content-box .expect_box {
    background: #f8f8f8;
    border-radius: 20px;
    padding: 30px;
    margin-top: 2em;
}
#content-box .expect_box h2{
margin-bottom:  25px !important;
}
#content-box .expect-list li h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}

#content-box .expect-list li p {
    margin: 0;
    font-size: 1.2rem;
    color: #717182 !important;
    line-height: 1.6;
    font-weight: 400 !important;
    padding-left: 10px;
}
#content-box .service-included {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    margin-top: 20px;
}

#content-box .service-included ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content-box .service-included ul li {
position: relative;
    padding-left: 0;
    margin-bottom: 14px;
    font-size: 17px;
    color: #717182 !important;
    line-height: 1 !important;
    display: block;
    font-weight: 500 !important;
}
#content-box .service-included ul li:before{
    content: "\f058";
    font-family: 'Fontawesome';
    margin-right: 9px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #3bb3c3;
    display: inline-block !important;
    margin-bottom: 0;
    font-size: 28px;
    padding: 3px;
}

/* OL counter reset */
.single #innerpage-box ol {
    counter-reset: list-counter;
}

/* LI styling */
.single #innerpage-box ol li {
    position: relative;
    padding-left: 40px;
    list-style: none;
        display: block;
}

/* Number before li */
.single #innerpage-box ol li::before {
    counter-increment: list-counter;
    content: counter(list-counter);
    
    position: absolute;
    left: 0;
    top: 0;

    width: 28px;
    height: 28px;
    line-height: 28px;

    text-align: center;
    font-weight: 700;
    font-size: 14px;

    color: #ffffff;
    background: #ED7F28;
    border-radius: 50%;

    transition: all 0.4s ease;
    display: inline-block !important;
        transform: scale(1.3);
}

/* Hover effect (optional) */
.single #innerpage-box ol li:hover::before {

}



.single #innerpage-box .emergency-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin-bottom: 10px;
    font-family: system-ui;
    margin-top: 0;
}

.single #innerpage-box .emergency-card p {
    font-size: 16px !important;
    color: #717182 !important;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: system-ui;
}

.single #innerpage-box .emergency-btn {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff5f9e, #ffb347);
    text-align: center;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    font-family: system-ui !important;
    line-height: 25px;
}

.single #innerpage-box .emergency-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 95, 158, 0.35);
}

/*service-details-box Box*/
.single #innerpage-box .service-details-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 26px;
    /* max-width: 320px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    font-family: inherit;
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    margin-top: 2.5em;
    margin-bottom: 2em;
}

.single #innerpage-box .service-details-box h3 {
    margin: 0 0 18px;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    font-family: system-ui;
    margin-bottom: 30px;
}

.single #innerpage-box .service-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single #innerpage-box .service-details-list ul li:before{
opacity:0 !important;
}
.single #innerpage-box .service-details-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 5px 0;
    margin-bottom: 11px;
}

.single #innerpage-box .service-details-list li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.single #innerpage-box .service-details-list .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

/* Icon colors */
.single #innerpage-box .icon.duration {
    color: #19b6a2;
}

.single #innerpage-box .icon.price {
    color: #fb8c00;
}


.single #innerpage-box .service-details-list .info small {
    display: block;
    font-size: 16px;
    color: #717182;
    margin-bottom: 2px;
    font-family: system-ui;
    font-weight: 400 !important;
    line-height: 6px;
}

.single #innerpage-box .service-details-list .info strong {
    font-size: 16px;
    font-weight: 600 !important;
    color: #2c2c2c;
    font-family: system-ui;
}

.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: #2c2c2c;
    font-size: 1.75rem !important;
    line-height: 41px !important;
    text-transform: capitalize !important;
}
.single #innerpage-box .singleservice_image img{
        width: 100%;
    height: 385px;
    border-radius: 22px;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}
.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

div#secondary {
    padding: 0px;
    border-radius: 5px;
}

div#secondary .appointment-box{
    background: linear-gradient(135deg, #4fbfa8, #4aa3ff);
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    max-width: 520px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* icon container */
div#secondary .icon-box{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* heading */
div#secondary .appointment-box h3{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* text */
div#secondary .appointment-box p{
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 25px;
}

/* button */
div#secondary .btn-appointment{
    display: inline-block;
    background: #ffffff;
    color: #2aa9a1;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

div#secondary .btn-appointment:hover{
    background: #f1f1f1;
    transform: translateY(-2px);
}

.single-our-services .post-single-content img {
      height: 450px;
    width: 100%;
    box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    border-radius: 25px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0;
}


.single-our-services .service-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.single-our-services .service-left h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.single-our-services .service-desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.single-our-services .service-left h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.single-our-services .included-list {
    display: flex;
    gap: 40px;
}

.single-our-services .included-list ul {
    list-style: none;
    padding: 0;
}

.single-our-services .included-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #444;
}

#innerpage-box .included-list li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    /* background: #46b7b5; */
    color: #42a5f5;
    border-radius: 50%;
    font-size: 27px;
    display: flex
;
    align-items: center;
    justify-content: center;
    display: block !important;
    transform: none;
}

/* RIGHT SIDE */
.single-our-services .service-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-our-services .service-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.single-our-services .service-card h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.single-our-services .detail-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.single-our-services .detail-row .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6f6f6;
    color: #46b7b5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-weight: bold;
}

.single-our-services .detail-row small {
    color: #777;
}

.single-our-services .detail-row strong {
    display: block;
    color: #222;
}

/* BOOK CARD */
.single-our-services .book-card {
    background: linear-gradient(135deg, #4dbcb9, #4a9cff);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.single-our-services .heart-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.single-our-services .book-card h4 {
    font-size: 22px;
    margin-bottom: 6px;
}

.single-our-services .book-card p14565 {
    font-size: 14px;
    margin-bottom: 18px;
}

.single-our-services .book-btn {
    display: inline-block;
    background: #fff;
    color: #46b7b5;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 12px;
}

.single-our-services .call-text {
display: block;
    font-size: 15px !important;
    opacity: 1;
    color: #fffc !important;
    font-weight: 500 !important;
}
.single-our-services .call-text a {
    font-size: 15px !important;
    opacity: 1;
    color: #fffc !important;
    font-weight: 500 !important;
}
.single-our-services .expect-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    max-width: 900px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.single-our-services .expect-wrapper h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #222;
}

.single-our-services .expect-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.single-our-services .expect-number {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 16px;
}

/* Gradient colors */
.single-our-services .expect-number.one {
    background: linear-gradient(135deg, #3bb8d6, #3fa9f5);
}

.single-our-services .expect-number.two {
    background: linear-gradient(135deg, #ffb347, #ff6a88);
}

.single-our-services .expect-number.three {
    background: linear-gradient(135deg, #c77dff, #7aa2ff);
}

.single-our-services .expect-number.four {
    background: linear-gradient(135deg, #4ac0b4, #39a9c9);
}

.single-our-services .expect-content h4 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #222;
}

.single-our-services .expect-content p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}


/*-------------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
-----------------------------*/
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
}

#innerpage-box .peccular-contact-form-block{ 
    padding: 0;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block h2{
    color: #131313;
    font-size: 43px !important;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;

}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block p{  
    padding: 0 15px;
    color: #6b6b6b !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;    
    margin: 0;
}

/*contact form*/


#innerpage-box .peccular-contact-page-form h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

#innerpage-box .peccular-contact-page-form p {
  color: #555;
  margin-bottom: 30px;
}

#innerpage-box .peccular-contact-page-form .contact-form {
  width: 100%;
}

#innerpage-box .peccular-contact-page-form .form-row {
  display: flex;
  gap: 20px;
}

#innerpage-box .peccular-contact-page-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#innerpage-box .peccular-contact-page-form .form-group.full {
  width: 100%;
}

#innerpage-box .peccular-contact-page-form label {
    font-weight: 600 !important;
    margin-bottom: 6px;
    color: #2c2c2c;
    font-size: 16px;
    font-family: system-ui;
}

#innerpage-box .peccular-contact-page-form input, textarea {

}

#innerpage-box .peccular-contact-page-form textarea {
  height: 130px;
  resize: none;
}

#innerpage-box .peccular-contact-page-form .btn-submit {
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  background: linear-gradient(90deg, #00c6a9, #2ea7ff);
}

/* Responsive */
@media (max-width: 768px) {
  #innerpage-box .peccular-contact-page-form .form-row {
    flex-direction: column;
  }
}

#innerpage-box .peccular-info-block{

}

#innerpage-box .peccular-info-block .info-section {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

#innerpage-box .peccular-info-block .info-box {
  background: #fff;
  width: 23%;
  min-height: 250px;
  border-radius: 16px;
  text-align: center;
  padding: 35px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

#innerpage-box .peccular-info-block .info-box:hover {
  /*transform: translateY(-8px);*/
        box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
        transition: 0.3s ease;
}

 #innerpage-box .peccular-info-block .info-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  background: linear-gradient(135deg, #46C1AE, #2EA7FF);
}
#innerpage-box .peccular-info-block .info-icon svg{
    height: 32px;
    width: 32px;
}
#innerpage-box .peccular-info-block .icon2 {
  background: linear-gradient(135deg, #FFC260, #FF6FAE);
}
#innerpage-box .peccular-info-block .icon3 {
  background: linear-gradient(135deg, #C86DD7, #2EA7FF);
}
#innerpage-box .peccular-info-block .icon4 {
  background: linear-gradient(135deg, #2EA7FF, #46C1AE);
}

#innerpage-box .peccular-info-block h3 {
  margin: 10px 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
}
#innerpage-box .peccular-info-block p{
        font-family: system-ui;
    font-weight: 400 !important;
}
#innerpage-box .peccular-info-block p a{
    margin: 4px 0;
    font-size: 16px;
    color: #717182;
    font-family: system-ui;
    font-weight: 400 !important;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block img{
    width: 100%;
    height: 634px;
    clip-path: circle(88.6% at 100% 49%);
    bottom: -3px;
    position: relative;
}

#innerpage-box  .conntact_box_form {
    position: relative;
}
#innerpage-box .contactus-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 5em;
    right: 0;
    opacity: 1;
    height: 65px;
    background-color: #000;
}

#innerpage-box .peccular-contact-area {
    border: 1px solid #C5C5C5;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    padding: 64px 20px 41px;
    border-radius: 12px;
    margin-bottom: 38px;
}

#innerpage-box .peccular-contact-area .info-icon {
    margin: 0 auto;
    margin-bottom: 20.78px;
}
#innerpage-box .peccular-contact-area .info-icon svg {
    height: 68px;
}
#innerpage-box .peccular-contact-area .info-icon svg path {
    fill: #FF5B4A;
}

#innerpage-box .peccular-contact-page-form img {
    width: 100%;
    height: 347px;
}


#innerpage-box .peccular-contact-page-form .form-area {
    border-radius: 12px;
    /* padding: 53px 44px 49px; */
    padding-right: 40px;
}


#innerpage-box .peccular-contact-area .info-label {
    font-size: 36px;
    line-height: 53px;
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 16px;
    letter-spacing: 1.26px;
    text-transform: uppercase;
}

#innerpage-box .peccular-contact-area .info-data {
    font-size: 26px;
    line-height: 39px;
    font-weight: bold !important;
    letter-spacing: 0.68px;
    color: #000000;
}

#innerpage-box .peccular-contact-area .info-data a{
    color: #000;
    margin-bottom: 4px;
    font-weight: bold !important;
    letter-spacing: 0.68px;
}

#innerpage-box .peccular-contact-area .info-data a:hover{
    color: #FF5B4A;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2{
    color: #2c2c2c;
    margin-bottom: 1em;
    padding: 0 0 0px 0;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 65px;
    text-align: center;
    position: relative;
    margin: 0 0 25px !important;
    letter-spacing: 0;
    text-transform: none !important;
    font-family: system-ui;
}
#innerpage-box .peccular-contact-page-form {
    position: relative;
    z-index: 3;
    margin-bottom: 120px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form p {
    padding: 0;
    margin: 0;
}

#innerpage-box .conntact_box_heading h2 {
    font-size: 40px !important;
    line-height: 47px;
    color: #000000;
    text-transform: uppercase !important;
    font-weight: bold !important;
    position: relative;
    overflow: hidden;
    margin: 33px 0 54px !important;
    text-align: center;
    display: inline-block;
}

#innerpage-box .peccular-service-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#innerpage-box .conntact_box_subheading {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.59px;
    color: #4F5F65;
    text-align: center;
    font-weight: 400 !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#innerpage-box .heading-block {
    /* margin: 0 auto; */
    text-align: center;
}


#innerpage-box .conntact_box_subheading:before {
display: block;
    content: "";
    width: 98%;
    height: 2px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#innerpage-box .conntact_box_subheading:hover:before  {
    width: 100%;
}





#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 {
    width: 100%;
    padding: 8px;
    border-radius: 13px;
    border: none;
    background: #f1f1f5;
    font-size: 16px;
    outline: none;}

#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: #4a90e2;        /* same blue shade */
     box-shadow: 0 0 4px rgb(92 96 99 / 19%), 0 0 0 3px rgb(121 124 127 / 31%);
  /*background-color: #ffffff;*/
  border: 1px solid #00000080;
}
#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #929090;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#929090;
}

.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: 70px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 10px 15px 15px 22.5px;
}

.peccular-contact-page-form label {
     width: 100%;
}

.peccular-contact-page-form .wpcf7-spinner {
    position: absolute;
}
#innerpage-box #peccular-contactus-wrap .emergency-box {
    background: linear-gradient(135deg, #ef5da8, #fca366);
    padding: 40px;
    border-radius: 20px;
    color: white;
    max-width: 800px;
    margin: 30px auto;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

#innerpage-box #peccular-contactus-wrap .emergency-box h2 {
    font-size: 28px !important;
    margin-bottom: 15px!important;
    font-weight: 700!important;
    color: #fff !important;
     text-align: left !important;

}

#innerpage-box #peccular-contactus-wrap .emergency-box p {
    font-size: 16px;
    margin-bottom: 30px;
     color: #fff !important;
}

#innerpage-box #peccular-contactus-wrap .call-box {
    background: white;
    color: #e42d7a;
    padding: 10px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

#innerpage-box #peccular-contactus-wrap .call-icon svg {
       height: 17px;
       width: 17px;
}


#innerpage-box .peccular-contact-page-form .clinic-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    max-width: 850px;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
     text-align: left !important;
}

#innerpage-box .peccular-contact-page-form .clinic-box h2.clinich2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
     text-align: left !important;
    margin-bottom: 15px  !important;
}

#innerpage-box .peccular-contact-page-form .clinic-desc {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 25px;
}

#innerpage-box .peccular-contact-page-form .clinic-box p {
    font-size: 16px;
    color: #717182;
    margin-bottom: 8px;
    font-family: system-ui;
    
}
#innerpage-box .peccular-contact-page-form .clinic-box p.clinic-desc{
margin-bottom: 30px !important;
}
.peccular-contact-page-form input[type="submit"] {
    font-weight: 500 !important;
    padding: 10px 30px 10px;
    line-height: 24px;
    position: relative;
    background: linear-gradient(to right, #4bb7a8 27%, #42a5f5 62%, transparent 192%);
    cursor: pointer;
    font-size: 16px;
    font-family: system-ui !important;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 4;
    letter-spacing: 0;
    color: #FFFFFF;
    width: 100%;
    text-transform: none;
    border-radius: 30px;
}
.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    background-color: #002434;
    color: #fff;
}
#peccular-contactus-wrap .contactinner-block{
    transition: all 0.5s ease 0s;
}

.contact-contact-mapbox iframe{
    width: 100%;
    height: 400px;
    border-radius: 16px;
}
}
.contact-contact-mapbox {
    position: relative;
    z-index: 1;
}
.contact-contact-mapbox .map_overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
#peccular-contactus-wrap .leftside_svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#peccular-contactus-wrap .imageBottom_svg {
    position: absolute;
    left: 59%;
    bottom: 0;
    z-index: 3;
}
#peccular-contactus-wrap .conntact_top_area {
    position: relative;
    z-index: 1;
    background: #FF5B4A;
    padding: 4.5em 4em 9em;
}
#peccular-contactus-wrap .contactinner-area{
    margin-bottom: 4em;
    padding: 0;
}
#peccular-contactus-wrap .contact_info_area{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
}
#peccular-contactus-wrap .contact_info_area a{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
#peccular-contactus-wrap .contact_info_area a:hover{
    color: #000;
}
#peccular-contactus-wrap .contact_l_area{
    font-size: 18px;
    text-align: left;
    padding: 6px 0 0 0;
    margin-left: 15px;
    margin-bottom: 13px;
    color: #fff;
}

.page-template-templates #innerpage-box .conntact_infobox_heading h2 {
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    margin-bottom: 2.5em;
}
#peccular-contactus-wrap .contact_icon {
    text-align: center;
}
#peccular-contactus-wrap i{
    font-size: 30px;
    color: #c5941f;
    transition: all 0.2s ease 0s;
}

#peccular-contactus-wrap .contactinner-area:hover i{
    transition: all 0.5s;
    animation: rotateInUpRight .5s ease-in-out;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i {
    color: #FF5B4A;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i:before {
    z-index: 1;
    position: relative;
}

#peccular-contactus-wrap .peccular-contactpage-socials a i:after {
    content: "";
    position: absolute;
    transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    -webkit-transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
}

#peccular-contactus-wrap .peccular-contactpage-socials a:hover i:after {
    transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    -webkit-transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    top: 50%;
    width: 200px;
    height: 200px;
}

#peccular-contactus-wrap .ctextarea svg{
    position: relative;
    top: 0;   
    transform: rotateY(178deg);
}
#peccular-contactus-wrap .ctextarea svg path{ fill:  #FF5B4A !important ; }

#peccular-contactus-wrap .contactinner-block:nth-child(1) .ctextarea svg path{
    fill:  #fff9ec !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .ctextarea svg path{
    fill:  #eaf5e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .ctextarea svg path{
    fill:  #f4e4e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .contactinner-area{
border-right: none;
}

/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box .peccular-service-content h4 {
    padding: 0;
    margin: 0 0 15px;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    font-family: system-ui;
}
/*---------------------- 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: "\f107 ";
    font-family: 'Fontawesome';
    color: #fff;
    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: "\f106 ";
    font-family: 'Fontawesome';
    color: #fff;
    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: #585757;
}
#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{
    text-transform: none;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
    text-align: left;
    color: #FF5B4A;
    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: none;
}
#innerpage-box div#content-box button.accordion.active h3.faq-title{
        color: #fff!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;
}

.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
-----------------------------*/


#innerpage-box .testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
        box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    margin-bottom: 40px;
    position: relative;
}
#innerpage-box .testimonial-card:hover{
 box-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}
       
#innerpage-box .testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#innerpage-box .testimonial-profile img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #e3f8f6;
}

#innerpage-box .testimonial-info {
    flex: 1;
    margin-left: 15px;
}

#innerpage-box .testimonial-name {
    margin: 0px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: system-ui;
    color: #2c2c2c !important;
}

#innerpage-box .testimonial-pet {
margin: 0;
    color: #717182 !important;
    padding-left: 10px;
    font-size: 14px !important;
}

#innerpage-box .testimonial-rating {
    margin-top: 20px;
    margin-bottom: 35px;
}

#innerpage-box .testimonial-rating svg{
height: 20px;
width: 20px;
}
#innerpage-box .testimonial-rating svg path{
    fill: #f8b400;
    stroke: #f8b400;
}
#innerpage-box .testimonial-quote {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d8f5ef, #d9eefe);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-left: auto;
}
#innerpage-box .testimonial-quote svg path{
    stroke: #fff;
}
#innerpage-box .testimonial-content {
    margin-top: 20px;
    font-size: 16px;
    color: #444;
    margin-bottom: 35px;
}

#innerpage-box .testimonial-date {
    margin-top: 30px;
    color: #10b981;
    font-size: 0.875rem;
    font-weight: 500 !important;
    font-family: system-ui !important;
}
#innerpage-box .peccular-testimonials-single {
    position: relative;
    z-index: 2;
    border: 1px solid #707070;
    margin-bottom: 40px;
    padding: 27px 29px 26px 28px;
    background: #fff;

}

#innerpage-box h4.peccular-testimonials-name {
font-weight: bold !important;
    letter-spacing: 0.79px !important;
    color: #FF5B4A;
    margin: 48px 0 6px !important;
    transition: all 0.5s ease 0s;
    font-style: normal;
    font-size: 24px !important;
    line-height: 29px;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
    font-size: 18px!important;
    line-height: 21px;
    font-weight: 500!important;
    word-break: break-word;
    margin: 0!important;
    text-transform: capitalize;
    color: #000 !important;
    letter-spacing: 0.59px;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    padding: 0px;
    position: relative;
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 154px;
    height: 154px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    position: relative;
}
#innerpage-box .peccular-testimonials-single .peccular-testimonials-identity svg {
    position: absolute;
    right: 46px;
    top: 42px;
}

#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0em 0em;
    color: #707070 !important;
    letter-spacing: 0.53px;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 0;
    font-weight: 400 !important;
    margin-top: 0!important;
    font-style: normal;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    left: 0%;
    color: #FF5B4A;
    font-size: 30px;
    position: absolute;
    top: 0%;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
    position: absolute;
    right: 10%;
    bottom: 8%;
    color: #FF5B4A;
    font-size: 30px;
}
#innerpage-box h6.peccular-testimonials-designation span{
    padding: 0 0 0 57px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-star {
    color: #fbdd17;
    font-size: 19px;
    text-align: left;
    margin: 0 0 0 0px;
}

#innerpage-box .peccular-testimonials-content {
    padding: 0 0 0 0px;
    margin-top: 20px;
    margin-bottom: 0;
}
#innerpage-box .testimonials_b {
    padding: 0 20px;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #FF5B4A;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

/*-----------------------
## 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: #000;
    font-size: 55px;
    font-weight: bold;
}
#innerpage-box h2{
     color: #000;
    font-size: 46px;
    font-weight: bold;
}
#innerpage-box h3{ 
    color: #000;
    font-size: 38px;
    font-weight: bold;
}

#innerpage-box h4{
     color: #000;
    font-size: 30px;
    font-weight: bold;
}
#innerpage-box h5{
     color: #000;
    font-size: 26px;
    font-weight: bold;
}
#innerpage-box h6{
     color: #000;
    font-size: 22px;
    font-weight: bold;
}
#innerpage-box p{
     color: #000;
    font-size: 18px;
    font-weight: 400;
     text-align: unset;
}
p{
    text-align: unset;
}

#innerpage-box p strong {
    color: #000;
    font-weight: bold !important;
}
#innerpage-box p em {
    color: #FB1129;
    font-style: italic;
    font-weight: bold !important;
}
#innerpage-box p a, #innerpage-box .entry-content p a, #innerpage-box div#content-box a{
    color: #4bb7a8;
}
#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;}
.inner_contentbox { padding: 3em 0em 0;}
   .archive .inner_contentbox {
        padding: 3em 0em 2em;
    }
    .footer-area input[type="submit"]{
        position: relative !important;
        border-radius: 10px !important;
    }
     #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;}
#testimonials .peccular-testimonial-block { padding-bottom: 0;}
#testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}

}

/*--------------Testimonials Responsiv css --------------------- */



@media screen and (min-width:525px) and (max-width: 767px){
#testimonials .peccular-testimonials-single{width:100%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:426px) and (max-width: 526px){
#testimonials .peccular-testimonials-single{width:64%; 
     margin-bottom: 15em !important;    margin: 0 auto;}
}
@media screen and (min-width:319px) and (max-width: 425px){
    #banner .bannerLeftShape{
    -webkit-mask-image: none;

    }
        .slider-inner-mainbox {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 999;
        text-align: center;
    }
    #contact .peccular-section-head p {
    font-size: 15px !important;
    line-height: 20px!important;
    margin-bottom: 0px;
    padding-right: 50px;
    margin-top: 5px;
}
#contact .peccular-section-head {
    z-index: 5;
}

.hero-style .slide-title h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    padding: 0 0 5px 0;
}
.hero-style .slide-title h2 span{
        font-size: 20px !important;
    line-height: 22px !important;
}
.hero-style .slide-text p {
    line-height: 15px !important;
    text-align: left;
    font-size: 12px !important;
    color: #6e6c6c;
    transition: all .4s ease;
}
.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;
}
.hero-style .slide-text p {
    padding-bottom: 15px;
}
.swiper-button-next, .swiper-button-prev {
    top: 47%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
}
.hero-slider {
    /*height: 320px !important;*/
}
#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 p {
        font-size: 15px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 55px;
        /* padding: 0 10px 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){
    #testimonials .peccular-testimonials-image .red_heartBX {
    height: 23px;
    width: 23px;
    right: 11px;
    top: 59%;
}
#testimonials .peccular-testimonials-content {
    margin-top: 0;
    text-align: left;
    margin-left: 38px;
}

/*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;
}
/*pricing res*/
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    font-size: 33px;
}
/*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 .about_description {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
#about h3.list_heading {
    font-size: 25px;
}
#about .peccular-section-area-textlist ul li, #about .peccular-section-area-textlist ol li, #about .peccular-section-area-textlist {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

/* testimonials Res */
#testimonials .peccular-testimonials-image img {
        width: 60px !important;
        height: 60px;
}
#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: 17px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#team h6.peccular-team-designation {
    font-size: 14px;
    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: 2em!important;
}

/*footer*/
.footer-area .single-footer-4 .widget-title:before {
    left: 5px;
}
.footer-area li, .footer-area li, .page .footer-area li {
margin-bottom: 10px;
        font-size: 15px;
}
.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 30px;
    }
    .hero-style .slide-btns-1 a.ReadMore{
         padding: 12px 15px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 27% !important;
}
 #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-team-single h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 11px;
}
*/  #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;
}
.hero-style .sliderimg {
        margin: 0;
        width: 405px;
        height: 412px;
}
.hero-style .gradient_box22 {
        width: 383px;
        height: 570px;
        top: 59px;
        right: 18%;
}
.hero-style .call_box {
    bottom: 65px;
    right: 12%;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.hero-style .call_box .icon_bx svg {
    position: relative;
    top: 10px;
    left: 9px;
}
.hero-style .call_box .icon_bx {
    height: 40px;
    width: 40px;
    top: -15px;
}
.hero-style .heart_box svg {
    width: 30px;
    height: 30px;
    top: 16px;
}
.hero-style .heart_box {
    z-index: 999;
    width: 60px;
    height: 60px;
    top: 54px;
    right: 38.5%;
}
.hero-style .gradient_box11 {
        width: 378px;
        height: 528px;
        top: 100px;
        right: 26.5%;
}
.swiper-button-next, .swiper-button-prev {
    top: 42%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 4% !important;
}
.hero-slider .swiper-button-prev {
    left: 4px !important;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    position: relative;
    left: 0em;
    margin-right: 0;
}
.hero-slider {
    height: 700px;
}
.hero-style .slide-title h2 {
    font-size: 38px;
    line-height: 50px;
    padding: 0 0 20px 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;
}
#testimonials .peccular-testimonials-single{width: 100%;
}
#innerpage-box .testimonials_b {
    width: 49.333333% !important;
}
#innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
    width: 33% !important;
}


}
@media screen and (min-width:320px) and (max-width: 1024px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    margin-left: 0;
}
    #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-nav .owl-prev{ left: 49px; bottom: 0px;}
#testimonials .owl-nav .owl-next{ left:100px; bottom: 0px;}
#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-area .slideOverlay{
        opacity: 0.1;
    }
    #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;
}
.hero-style .slide-text p {
    padding-bottom: 8px;
}
.fallingeffect {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    top: 59%;
}
.hero-slider {
    height: 517px;
}
.hero-slider {
    height: 295px;
}
.hero-slider .swiper-button-prev:before,.hero-slider .swiper-button-next:before {
    font-size: 28px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 80px;
    height: 40px;
    line-height: 19px;
    text-align: center;
    padding: 10px 20px 10px 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 21% ;
}

.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*/
    #about {
        padding: 3em 0 2em !important;
    }
#about .peccular-about-imgbox img {
    width: 350px;
    height: 350px;
    top: 1em;
}
#about .peccular-about-imgbox .leaf_img {
    width: 350px;
    height: 350px;
}
#about .peccular-about-imgbox .border-upp-left {
    left: 12em;
    top: 0px;
    display: none;
}
#about .peccular-about-imgbox .border-upp-right {
    right: 12em;
    top: 0;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-left {
    left: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-right {
    right: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox {
    top: 2em;
    bottom: 2em;
    height: 400px;
}
#about .leaf_img .ovrlyT {
    top: 15px;
    width: 350px;
    height: 350px;
}
#about .leaf_img .ovrlyB {
    height: 350px;
    top: 15px;
    width: 350px;
}
#about:hover .border-upp-left{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-upp-right{
        width: 50%;
        transition: all 0.8s;
}
#about:hover .border-dwn-right{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-dwn-left{
        width:51%;
        transition: all 0.8s;
}
.peccular-section-head h2 {
    font-size: 30px;
    line-height: 37px;
}
.peccular-section-head h2:before,
.peccular-section-head h2:after {
    height: 25px;
    width: 25px;
}
/*service res*/
 #services .peccular-service-box {
    padding: 0;
}
#services .peccular-service-image img {
    height: 280px !important;
}
    div#services {
        padding-top: 1em !important;
        padding-bottom: 0em !important;
    }
   div#services .buttondesign a.btn-look {
        padding: 8px 18px;
    }
    #services .peccular-service-box, #innerpage-box .peccular-service-box {
        margin-bottom: 25px;
    }

/*Features Res*/
#feature .peccular-feature-b {
    width: 33% !important;
}
div#feature {
    padding: 1em 0 1em !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;
}

.peccular-feature-single {
    padding: 18px 15px;
    margin-bottom: 45px;
}
#feature .peccular-feature-icon-box span {
    font-size: 35px;
}

#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-section-head p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    padding-right: 50px;
    margin-top: 10px;
}
#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;
    height: 45px;
}
#contact .peccular-contact-member-wrap textarea {
    height: 106px;
   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;
}
#team .peccular-team-social-icon {
    line-height: 24px;
    top: 4px;
    z-index: 999;
    right: 5px;
    padding: 10px 0;
}
.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    top: 0;
}
#team h4.peccular-team-name {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 15px;
}
#team h6.peccular-team-designation {
    font-size: 16px;
    margin-bottom: 10px;
}
/*testrimonial res*/
#testimonials .owl-nav .owl-prev {
    width: 100px;
    height: 50px;
}
#testimonials .owl-nav .owl-next{
        width: 100px;
    height: 50px;
}
#testimonials .peccular-section-head h3 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 10px;
}#adoptioncamp .peccular-section-head h3{
            font-size: 30px;
        line-height: 50px;
        margin-bottom: 10px;
}
.peccular-section-head {
    margin-top: 1em;
}
#ourbrands .peccular-section-head h3 {
    font-size: 15px;
    line-height: 25px;
}

/*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;
}
.footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
    padding-left: 2em;
}


/**********/
.maintop-header .Head-top-cont {
    line-height: 10px;
    margin-top: 11px;
}
.hamburger-menus {
    top: 0;
    right: 13px;
    margin: 0 !important;
}

#newsletter .peccular-section-head h2 {
    font-size: 24px;
    line-height: 36px;
}
#newsletter .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#newsletter .peccular-newsletter-member-wrap input[type="text"], #newsletter .peccular-newsletter-member-wrap input[type="email"], #newsletter .peccular-newsletter-member-wrap input[type="url"], #newsletter .peccular-newsletter-member-wrap input[type="password"], #newsletter .peccular-newsletter-member-wrap input[type="search"], #newsletter .peccular-newsletter-member-wrap input[type="number"], #newsletter .peccular-newsletter-member-wrap input[type="tel"], #newsletter .peccular-newsletter-member-wrap input[type="range"], #newsletter .peccular-newsletter-member-wrap input[type="date"], #newsletter .peccular-newsletter-member-wrap input[type="month"], #newsletter .peccular-newsletter-member-wrap input[type="week"], #newsletter .peccular-newsletter-member-wrap input[type="time"], #newsletter .peccular-newsletter-member-wrap input[type="datetime"], #newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], #newsletter .peccular-newsletter-member-wrap input[type="color"], #newsletter .peccular-newsletter-member-wrap input[type="file"], #newsletter .peccular-newsletter-member-wrap textarea {
    z-index: 2000;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0px 42px !important;
    font-size: 18px;
    height: 40px;
}
    #testimonials .owl-nav .owl-prev{bottom: 0px !important}
    #testimonials .owl-nav .owl-next{bottom: 0px !important;}
    div#testimonials {
                padding: 2em 0 1em !important;
    }

#adoptioncamp {
    padding-top: 2em !important;
}

#sync2 {
    .item .thumbnail-area .thumbnail-img img {
        width: 55px !important;
        height: 55px;
    }
}
#sync1 .test-image img {
    width: 65px !important;
    height: 65px;
    outline-offset: 5px;
}

#sync1 .test-image {
    padding: 30px 2em;
}

.peccular-testimonials-content p {
    margin-bottom: 70px;
}

#testimonials .peccular-testimonials-single:before {
    bottom: 12.6em !important;
} 

#testimonials .border-horizontal {
    bottom: 13.1em !important;
}
#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%;
}
#contact .peccular-contact-member-wrap input[type="submit"] {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 25px;
    height: 42px;
}
section#faqcontact {
    padding-bottom: 1em !important;
    padding-top: 2em !important;
}

#team {
    padding-bottom: 1em !important;
}
/*//blog page*/
    main#innerpage-box .ht-blog-thumbnail img {
        height: 185px !important;
    }
    #innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
        padding: 10px 10px;
    }
    #innerpage-box .peccular-blogpage-imgbox figcaption {
        left: 40%;
    }
    .inner-blog-post {
    margin: 0em 0px 10px;
    padding: 0 10px;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    padding: 8px 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-box h2 {
        font-size: 16px !important;
        line-height: 25px;
    }
    #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;
    }
    #innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2 {
        margin-bottom: 10px;
    }
/*    //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;
}
header.site-header .peccular-head-btn {
    margin: 20px 0 20px;
}

#counter {
    padding-top: 2em !important;
}

}
@media screen and (min-width:320px) and (max-width: 767px){
#testimonials .owl-nav .owl-prev{bottom: 180px !important}
    #testimonials .owl-nav .owl-next{bottom: 180px !important;}
    #testimonials .test-mrg{padding: 0 10px;}
    #contact {
        padding-top: 2em !important;
    }
    #contact .peccular-contact-member-wrap input[type="submit"] {
        padding: 12px 40px 15px 40px;
    }
}
@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;
    }
    #testimonials .owl-theme .owl-dots {
        margin: 5px 0 0;
    }
    header.site-header .head-Phone-contact {
        padding: 8px 0;
            margin-bottom: 10px;
    }
    .slide-inner .slider-inner-mainbox {
        position: relative;
        left: 124%;
        width: 400px;
        top: 80px;
    }
    .hero-slider {
        height: 890px !important;
    }

    #about .peccular-about-video {
        height: 220px;
    }

    #about .peccular-about-video i {
        padding: 15px 15px;
        width: 50px;
        height: 50px;
    }
    #about .about-img-area, #about .space-abtblock {
        width: 100% ;
    }
     #about {
        padding: 2em 0 2em !important;
    }
    #about .about-img-area {
        padding-right: 0;
    }
    #about .peccular-section-head h3 {
        margin-top: 10px;
    }
    #about .peccular-section-subtext {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20.65px;
            padding-right: 1em;
    }
     #services .peccular-service-box {
        padding: 0 25px 30px;
    }    
    #story .story-sec-border {
    left: 3.5%;
    right: 3.5%;
    }    

    #story .story-body {
        margin-right: 0em;
        width: 295.45px;
    }   

     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;
    }

    .footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
        padding-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-left: 0;
                width: 50%;

    }

     .footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
        padding-left: 0;
                width: 50%;

    }
    .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: 14px;
    opacity: 1;
    line-height: 19px;
    letter-spacing: 0;
}
    .footer-area .bottom-area .privacyText a {
    font-size: 13px;
    margin-left: 7px;
}
    .footer-area .bottom-area .privacyText {
    width: 20%;
    display: inline-block;
    float: right;
    position: relative;
    top: -58px;
}


    header.site-header .peccular-head-btn {
        margin: 0 0 10px;
    }
    .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){
     .slide-inner .slider-inner-mainbox {
        left: 140%;
        width: 361px;
        top: 80px;
    }
    .hero-slider {
        height: 345px !important;
    }
    #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 screen and (min-width:375px) and (max-width: 425px){
.slider-inner-mainbox{
    top: 6%;
}
}
@media screen and (min-width:320px) and (max-width: 374px){
.slider-inner-mainbox{
    top: 10%;
}
}
@media screen and (min-width:320px) and (max-width: 425px){

    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #testimonials .peccular-testimonials-content p{ padding: 0; }
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -158px;  position: relative;}

    #testimonials .owl-carousel.owl-drag .owl-item {
        padding: 3em 0;
    }
   .testimonials_b {
        padding: 0;
    }

    #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #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;}
    .slide-inner .slider-inner-mainbox {  padding: 58px 18px 10px 65px;}    
    .hero-style .slide-title h2 {   font-size: 47px !important;}
    .hero-slider{height: 560px}
    #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;}
}
@media only screen and (max-width: 768px){

    .hero-style .slide-title h2 {font-size: 31px !important; line-height: 30px !important;padding: 0 0 20px 0;}
    .hero-style .slide-text p { padding-bottom: 15px;}
     .slide-inner .slider-inner-mainbox {  padding: 50px 18px 10px 19px;}

    #slider {  padding-bottom: 5em !important;}
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:55px !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
    #team .peccular-team-social-icon{  text-align: left;}
    #contact .peccular-section-head h2{ font-size: 37px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;}
    #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; padding: 8em 0 11em !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 (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;}
    .slide-inner .slider-inner-mainbox { padding: 0px 18px 0 58px;}
    #slider {  padding-bottom: 0 !important;}
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom,
   .swiper-pagination-fraction{ bottom:187px !important;  width: 17% !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;}
    .swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 226px !important;
    width: 25% !important;
}
    
}

@media only screen and (max-width:320px){
    #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;}
    /*svg{    top: 24px;}*/
}
@media screen and (min-width:690px) and (max-width: 786px){
    svg{    top: 62px;}
}

@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-2, .footer-area .single-footer-2,
.page .footer-area .single-footer-2, 
.single .footer-area .single-footer-2{    padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-3, .footer-area .single-footer-3, 
.page .footer-area .single-footer-3, 
.single .footer-area .single-footer-3{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4{padding-left: 2em;margin-top: 2em;}
.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 .social-profile-icons ul li{margin: 0 3px 20px 0;}
    .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: 1199px){

    #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{

    position: relative !important; 
    right: 72% !important;
    }
    #newsletter .wpcf7:after {
    right: 16% !important;
    top: 34% !important;
    }
}

@media screen and (min-width:576px) and (max-width: 767px){
    #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    #newsletter .wpcf7:after{    top: 70%;}
}
@media screen and (min-width:320px) and (max-width: 494px){
    #newsletter .wpcf7:after{ right: 10%;   top: 73%;}

}
@media screen and (min-width:320px) and (max-width: 410px){
    #newsletter .wpcf7:after{ right: 13%;}
}
@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 .peccular-section-head p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    padding-right: 5em;
    margin-top: 10px;
}

#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;}
.logo-header .custom-logo-link img {  width: 70% !important;}
.maintop-header ul li .total-count{    top: 22px;}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
}
@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: 426px) and (max-width: 590px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
}
@media screen and (min-width:691px) and (max-width: 767px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{right: 4% !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:992px) and (max-width: 1024px){
    .site-header .socials a i.fa{margin-right: 4px !important;}
    /*.site-header .socials { padding: 25px 0px 10px 0 !important;}*/
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
}
@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 .owl-nav .owl-prev {
    width: 100px;
    height: 45px;
    padding: 10px 20px 10px 20px;
    margin-right: -25px;
}
#testimonials .owl-nav .owl-next {
    width: 100px;
    height: 45px;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
    margin-right: -25px;
}
#testimonials .peccular-section-head h2 {
    margin-top: 0em;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}
#testimonials .test_content {
    position: relative;
    top: 0;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 15px;
    margin: 0 0 5px;
}
#testimonials h4.peccular-testimonials-name {
    margin: 23px 0 7px;
    font-size: 20px;
}
#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;
}
#testimonials .peccular-testimonials-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 0px;
}
}
@media screen and (min-width:320px) and (max-width: 768px){


    #contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .contact_left_BGoverlay {
    clip-path: none;
}
.slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }

}
.slide-inner .slider-inner-mainbox {
    width: 309px;
    left: 1% !important;
}
@media screen and (min-width:769px) and (max-width: 968px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; top: 13%; margin: 0 auto; }
}
@media screen and (min-width:320px) and (max-width: 690px){
  
    .slider-inner-box{padding: 4em 5em 2em;}
    .hero-style .slide-title h2{font-size: 31px; margin-bottom: 7px; line-height: 26px;}
    .hero-style .slide-title h2 span { font-size: 24px;}
    .hero-style .slide-text p{
        font-size: 11px !important;
        line-height: 15px;
        margin-bottom: 0px;
        padding-bottom: 4px;
    }
    .hero-style .slide-title h2 {
        line-height: 20px !important;
        font-size: 16px !important;
        margin-bottom: 3px;
    }
}

@media screen and (min-width:320px) and (max-width: 425px){

    .slide-inner .slider-inner-mainbox{padding: 0;
        left: 10%;
    }
    .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%;
    top     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 .slide-title h2 {
        font-size: 35px;
    }
    .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;}
        #innerpage-box .peccular-contact-area .info-label {
        font-size: 18px;
        line-height: 22px;
    }
    #innerpage-box .peccular-contact-area .info-data {
        font-size: 13px;
        line-height: 20px;
    }
    #innerpage-box .conntact_box_form {
        padding: 0 1em 0 1em;
    }
}

@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;
    }
    #newsletter .newsletter-sign-box {
    padding: 0 1em;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    font-size: 28px;
    margin: 0px 25.96px 38.62px 35.19px;
    }
}

@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;
}

.logo-header, .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.logo-header .custom-logo-link img{
    width: auto;
    height: auto;
    max-width: none;
}
.hero-style .slide-title h2 {
    font-size: 24px;
}
.hero-style .slide-text p {
    font-size: 16px;
}
.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 360px;
}

.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;  }