 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
   
    padding: 2px 0;
   
}
header.site-header .maintop-header .head-brdr-bttom{
    padding: 0px 0;
    border-bottom: 1px solid #fff;
} 
header.site-header {   
    z-index: 99999;
    position: absolute;
    width: 100%;
    background: #ffffff ;
}
.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
}

 svg#Layer_1{ 

 }
img.header-waveimg{
    position: relative;
    bottom: -8px;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
    padding-bottom: 10px;
} 
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
    display: none;
}
.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;
}

.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}

.mainbottom-header .head_btn .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 19px;
    padding: 13px 43px;
    font-weight: 600;
    background: none;
} 
.mainbottom-header .head_btn .btn:before,
.mainbottom-header .head_btn .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
.mainbottom-header .head_btn .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
.mainbottom-header .head_btn .btn:hover:before,
.mainbottom-header .head_btn .btn:hover:after{
    width: 50%;
}
.mainbottom-header .head_btn .btn.red{
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    color: #fff;
    border-radius: 28px;
    padding: 1px 15px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 400;
    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;
}
.mainbottom-header .head_btn .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}
.mainbottom-header .head_btn {
    margin-top: 50px;
}

/*Inside Hamburgur Header Contact US button*/
.mainbottom-header .head_btn_inside .header-shopbtn{
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    color: #fff;
    border-radius: 28px;
    padding: 1px 15px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 400;
    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;
}
.mainbottom-header .head_btn_inside {
    margin-top: 50px;
    text-align: center;
}

.mainbottom-header .head_btn_inside .header-shopbtn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #ed59af;
    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;
}
.mainbottom-header .head_btn_inside .header-shopbtn:hover:before, 
.mainbottom-header .head_btn_inside .header-shopbtn:focus:before, 
.mainbottom-header .head_btn_inside .header-shopbtn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.site-header .site-navigation { text-align: right; padding: 0;     padding-top: 35px;}
.site-header .socials {text-align: right; padding: 25px 13px 25px 0;}

.site-header .socials a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .socials a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;
}
/*--------------------  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: #FF8000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding: 12px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
    text-align: left;
    position: absolute;
    top: 12px;
    left: 100px;
}
.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: ;
}
.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%;
    }
}
/*--------------------  Socials ---------------------------*/
.share-btn,
.share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
} 
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 25px !important;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    padding: 30px 0;
    font-weight: 400 ;
    line-height: 36px;
    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;
}
.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: #000;
/*    border-bottom: 3px solid #266e6a;*/
}
.navigation .mainmenu li a  {
    color: #ebf0f1;
}
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: #000;
 }

.menu-click i{
    color: #000;
 }

.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;
  }
 ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
    border-radius: 12px !important;
    padding: 10px 20px !important;
}
.header.site-header ul.sub-menu li a:before {
    color:#bb8fe7;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
    border-bottom: 1px solid #266e6a;
}
.navigation .mainmenu ul.sub-menu li:last-child{border-bottom:none !important;}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
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: #FF8000;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #FF8000;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    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;
}
.navigation .mainmenu ul.sub-menu li a:before,
header.site-header ul.sub-menu li a:before{
    content: "\f105" !important;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;    
    opacity: 0;
    font-family: 'FontAwesome';    
    line-height: 1;    
    font-size: 1em;
    color: #000;
    background: none !important;
}
.navigation .mainmenu ul.sub-menu li:hover a:before,
header.site-header ul.sub-menu li:hover a:before {
    opacity: 1;
    color: #000;
}
/*----------------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){
   .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 {
    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 22px;}
   
}
@media screen and ( min-width:992px) and (max-width: 1199px){
 .maintop-header ul li:last-child {  margin-left: 1em; }

}
@media screen and ( min-width:320px) and (max-width: 992px){
 .top-bar-head {  padding: 0px 0 40px 0;}

}
@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;    font-size: 31px !important;}

}
@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}
}

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
}

.peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
#catproduct-section .catproduct-bg,
#project .project-bg,
#Skills .Skills-bg,
#popularproduct-section .popularproduct-bg,
#aboutus .aboutus-bg,
#counter .counter-bg,
#profile .profile-bg,
#steps .steps-bg,
#project .project-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#pricing .pricing-bg,
#contact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#Skills,
#project,
#aboutus,
#counter,
#popularproduct-section
#profile,
#steps,
#project,
#banner,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#footer{
    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;
    bottom: 117px !important;
    width: 10% !important;
    text-align: center !important;
    right: 195px !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #bb8fe7 !important ;    
}
.swiper-pagination-bullet {
    width: 21% !important;
    height: 7px !important;    
    border-radius: 24px !important;
    background: #fff !important;
    display: block !important;
    opacity: 1 !important;
    float: left;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
    overflow: hidden;
}
.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    top: -96px;
}
.hero-style {
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: 606px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.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;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-area img.slide-mainimg {
    width: 100%;
}
.slider-area .slide-inner svg{  
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}
.slider-area .slide-inner svg path{
   fill: #bb8fe7 !important;
}

.slider-area .slidershape1{
-webkit-mask-image: url(images/sliderimg3.png);
    mask-image: url(images/sliderimg3.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.slider-area .sliderimg{ 
}

.slider-area .slide-inner .slidersvg2 svg{  
    position: absolute;
    top: 0px;
    left: -27px;
    z-index: 1;
}
.slider-area .slide-inner .slidersvg2 svg path{
   fill: #fff !important;
}

.slide-inner .slider-inner-mainbox {
      padding: 162px 43px 10px 108px
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
    position: relative;
    z-index: 5;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 7px 4px !important;
}

.hero-style .slide-title h2 {
    font-size: 57px;
    line-height: 60px;
    color: #000;   
    padding: 0 0 31px 0;
    font-weight: 600;
}
.hero-style .slide-title h2 span{
    font-size: 57x;
    color: #000;     
    font-weight: 700;   
    border-bottom: 3px solid #ed59af;
}

.hero-style .slide-text p {
    padding-bottom: 33px;
    line-height: 27px;
    text-align: left;    
    font-size: 17px;
    color: #6e6c6c;
    transition: all .4s ease;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig  {
    position: relative;
    z-index: 5;
}
.sliderbtns{
    margin-top: 1em;
}
.hero-style .slide-btns-1 {
    font-size: 17px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 18px;
    background: #ed59af;    
    color: #fff;     
    padding: 12px 28px;  
    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;
    margin-right: 7px;
}
.hero-style .slide-btns-1:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
     background: #bb8fe7;
    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;
}
.hero-style .slide-btns-1:hover:before, 
.hero-style .slide-btns-1:focus:before, 
.hero-style .slide-btns-1:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.hero-style .slide-btns-1:hover a{color: #fff;  }
.hero-style .slide-btns-2:hover a{color: #fff;  }
.hero-style .slide-btns-1 a{color: #fff;  }
.hero-style .slide-btns-2 a{color: #fff;  }

.hero-style .slide-btns-2 {
   font-size: 17px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 18px;
    background: #fbdd17;    
    color: #fff;     
    padding: 12px 28px;  
    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;
}
.hero-style .slide-btns-2:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #bb8fe7;
    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;
}
.hero-style .slide-btns-2:hover:before, 
.hero-style .slide-btns-2:focus:before, 
.hero-style .slide-btns-2:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 0px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: #fcfdfb;
}

.hero-slider .swiper-button-prev {
    left: 60px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 60px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    color: #000;
}

.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev:before {
    content: "\f177";
    font-family: FontAwesome;
    position: absolute;
    left: -15px;
    color: #ebeff1;
}

.hero-slider .swiper-button-next:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    color: #ebeff1;
}

.hero-slider .swiper-button-prev:hover:before, .hero-slider .swiper-button-next:hover:before {
    color: #000;
}

/*----------------------------------------*/
/*  Skills Area
/*----------------------------------------*/
#Skills .single_Dot_box {
    width: 53px;
    height: 53px;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 9em;
    animation: bounceOut 4s linear infinite;
}

.page-template-home-template #Skills .peccular-section-head h2{
    color: #1E0808;
    margin-top: 0em;
    font-weight: 500;
    font-size: 60px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: Roboto, Medium;
}

#Skills .peccular-section-head {
    margin-bottom: 2.5em;
    margin-top: 2em;
}
#Skills .peccular-section-head h2 .head_border_dash {
    margin-left: 2.4em;
    margin-top: -15px;
}
.page-template-home-template #Skills .peccular-section-head i {
    color: #F17900;
    font-size: 2px;
    padding: 1px 5px;
    background: #F17900;
    border-radius: 43px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 1px;
    margin-left: 0;
    margin-top: 20px;
}

.page-template-home-template #Skills .peccular-section-head-icon i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    background: none;
}

.page-template-home-template #Skills .peccular-section-head h3{    
    color: #575757;
    font-weight: 400;
    font-size: 17px;
    padding: 20px 21em 0.4em 21em;
    line-height: 22px;
    text-align: center;
}
.page-template-home-template div#Skills {
    position: relative;
    margin: 0em 0;
    background: #fff;
}
.page-template-home-template #Skills .peccular-Skills-box{
    position: relative;
    margin: 0;   
    margin-bottom: 0px;
    padding: 10px;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image {
    padding: 50px 23px 5em 0em;
    position: relative;
    overflow: hidden;
}
#Skills .peccular-Skills-image .Skills_boxBG {
    width: 299px;
    height: 279px;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    box-shadow: 0px 0px 50px #00000033;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-template-home-template #Skills .peccular-Skills-content i {
    color: #9bfb3b; 
    font-size: 3px;
    padding: 0px 20px;
    background: #9bfb3b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.7s;
}
#Skills .peccular-Skills-box .hov_overlay {
    background: #000 ;
    position: absolute;
    z-index: 1;
    width: 320px;
    height: 300px;
    left: 2em;
    margin-top: 33px;
    opacity: 0;
    border-radius: 24px;
    border: 6px solid transparent;
    transition: all 0.4s ease 0s;
}
 #Skills .peccular-Skills-box:hover .hov_overlay {
    opacity: 0.3;
    transition: all 0.4s ease 0s;
 }
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image img {
    transition: all 0.9s ease;
    width: 320px;
    height: 313px;
    transform: matrix(0.99, 0.1, -0.12, 0.99, 0, 0);
    margin-top: 44px;
    box-shadow: -1px 7px 17px #00000033;
    border: 6px solid #FFFFFF;
    border-radius: 24px;
    position: relative;
    left: 2.7em;
    transition: all 0.4s ease 0s;
}
 #Skills .peccular-Skills-box:hover .peccular-Skills-image img{
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
    left: 3em;
 }

.page-template-home-template #Skills .peccular-Skills-content {    
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    transition: all 0.5s;
    margin: 0 auto;
    padding-top: 13px;
    padding-right: 3em;
    padding-left: 3em;
    padding-bottom: 20px;
    text-align: left;
}

.page-template-home-template #Skills .peccular-Skills-content h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #1E0808;
    position: relative;
    font-family: Roboto, Medium;
}  

.page-template-home-template #Skills .peccular-Skills-contenttext p{
    font-size: 20px;
    font-weight: 300;
    word-break: break-all;
    line-height: 33px;
    color: #AAAAAA;
    margin-bottom: 0px;
    text-align: left;
    font-family: Roboto, Regular;
    margin-top: 10px;
}

#Skills .peccular-Skills-btn .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 19px;
    padding: 13px 43px;
    font-weight: 600;
    background: none;
} 
#Skills .peccular-Skills-btn .btn:before,
#Skills .peccular-Skills-btn .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
#Skills .peccular-Skills-btn .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
#Skills .peccular-Skills-btn .btn:hover:before,
#Skills .peccular-Skills-btn .btn:hover:after{
    width: 50%;
}
#Skills .peccular-Skills-btn .btn.red{
    color: #fff;
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fdfdfd;
    transition: all .6s;
    background: none;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
    font-family: Roboto, Medium;
}
#Skills .peccular-Skills-btn .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}

.page-template-home-template #Skills .peccular-Skills-contenttext {
       margin-bottom: 10px;
}
.padding-0{padding: 0;}

.page-template-home-template #Skills .owl-theme .owl-dots {display: none;}

.page-template-home-template #Skills .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;
}

.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-next span:before, 
.page-template-home-template #Skills .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;
}
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-prev span, 
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
.page-template-home-template #Skills .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-prev, 
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-next {
     position: relative;
    box-shadow: none;
    background: none;
    z-index: -1;
}
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-next:before, 
.page-template-home-template #Skills .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%;
}
.page-template-home-template #Skills .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; 
}
.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-prev:before{
    content: "\f177";
    font-family: FontAwesome;
    position: relative;
    color: #3e3e3e;
    top: -380px;
    left: -620px;
}

.page-template-home-template #Skills .owl-carousel .owl-nav button.owl-next:hover:before,
.page-template-home-template #Skills .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){
    .page-template-home-template #Skills .serbrdr:nth-child(even) .image-bttom-border{bottom: 0px; display: none;}
    .page-template-home-template #Skills .peccular-Skills-content{    bottom: 0px;}

}
@media screen and (min-width:768px) and (max-width: 991px){
    .page-template-home-template #Skills .peccular-Skills-contenttext p{position: relative;
    z-index: 5;   padding-top: 14px;}     
    .page-template-home-template #Skills .peccular-Skills-contenttext { margin-top: 0em;}
}

/*--------------------------------------------------------------
## Product Category Section
--------------------------------------------------------------*/
#catproduct-section {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 0em;
}

#catproduct-section .owl-carousel .owl-stage-outer {
    padding: 5px 5px 40px;
    margin: 0 -4px;
}

#catproduct-section .peccular-section-head {   
    margin-bottom: 3.5em;
    margin-top: -1em;
}

#catproduct-section h2.ht-section-title {
    color: #000;   
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 48px;
}

#catproduct-section .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#catproduct-section .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}

#catproduct-section .pro-cat-content {
    background: #96bb7b;    
    padding:3em 0px 3em;
    text-align: center; 
    position: relative;
    z-index: 1;  
}
#catproduct-section .pro-cat-content svg {
    position: absolute;
    top: -61px;
    z-index: 10;
    left: -2px;
    width: 309px;
}
#catproduct-section .pro-cat-content svg path{
    fill: #96bb7b;
}

#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content {
 background: #96bb7b;  
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content svg path{
    fill: #96bb7b !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(1) .pro-cat-content span a{
    background: #d6eca2 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content {
  background: #fbdd17;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content svg path{
    fill: #fbdd17 !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(2) .pro-cat-content span a{
    background: #fae97d !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content {
  background: #ffdddb;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content svg path{
    fill: #ffdddb !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(3) .pro-cat-content span a{
    background: #f97189 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content {
  background: #e5edef;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content svg path{
    fill: #e5edef !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(4) .pro-cat-content span a{
    background: #c9e3e9 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content {
 background: #96bb7b;  
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content svg path{
    fill: #96bb7b !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(5) .pro-cat-content span a{
    background: #d6eca2 !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content {
  background: #fbdd17;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content svg path{
    fill: #fbdd17 !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(6) .pro-cat-content span a{
    background: #fae97d !important;
} 
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content {
  background: #ffdddb;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content svg path{
    fill: #ffdddb !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item:nth-child(7) .pro-cat-content span a{
    background: #f97189 !important;
} 

#catproduct-section .pro-cat-img {    
    margin: 0 auto;    
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#catproduct-section .pro-cat-img img{
    height: 287px;
    width: 100%;
}
#catproduct-section .pro-cat-img img:hover {
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(3deg);
    -moz-transform: scale(1) rotateZ(3deg);
    -webkit-transform: scale(1) rotateZ(3deg);
    -o-transform: scale(1) rotateZ(3deg);
}
.pro-cat-content p.catdesc {
      color: #fff;
      font-size: 13px;
}

#catproduct-section .pro-cat-content span a {
    color: #000;   
    font-size: 18px;
    font-weight: 400;
    background: #d6eca2;
    padding: 6px 25px;
    border-radius: 50px;
    margin: 0 20px;
    cursor: pointer;
    border: 3px solid #fff;
    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;
    z-index: 20;
}

#catproduct-section .pro-cat-content span a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #bb8fe7;
    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;
}
#catproduct-section .pro-cat-content span a:hover:before, 
#catproduct-section .pro-cat-content span a:focus:before, 
#catproduct-section .pro-cat-content span a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#catproduct-section .pro-cat-content span.rolln{ text-align: center; }
#catproduct-section .owl-theme .owl-dots{display: none;} 
#catproduct-section .owl-theme .owl-nav{ display: none; }
#catproduct-section .owl-theme .owl-nav [class*=owl-]{    

    font-size: 38px !important;
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}
#catproduct-section .owl-carousel.owl-drag .owl-item{ height: 425px; }

/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

#banner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
#banner .peccular-banner-b{
    padding: 10px 13px;
   
}
#banner .left_content{
    position: relative;
    overflow: hidden;
}

#banner .left_content h2 {
    font-size: 59px;
    font-weight: 600;
    color: #000;
    font-family: Roboto, Bold;
    line-height: 75px;
}
#banner .right_content {
    padding-top: 20px;
    padding-left: 50px;
    position: relative;
    overflow: hidden;
}
#banner .right_content p {
    font-size: 20px;
    font-family: Roboto, Medium;
    color: #0000007d;
    font-weight: 500;
    line-height: 35px;
}
/*--------------------------------------------------------------
## Popular Product Section
--------------------------------------------------------------*/
#popularproduct-section {           
       position: relative;
       overflow: hidden;     
}
#popularproduct-section .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 0em;
}

#popularproduct-section .peccular-section-head h2{
    color: #030303;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 48px;
}
#popularproduct-section .poppimg{ position: relative; z-index: 10; }

#popularproduct-section .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#popularproduct-section .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}

.popular-product a {
    font-size: 15px;
    text-transform: uppercase;
}

#popularproduct-section #recent-porduct .add-to-cart {
    background: none;
    margin: 7px 0;   
    padding: 0;
}
#popularproduct-section #recent-porduct .add-to-cart a {
    color: #000;
    background: #fff;
    padding:11px 48px 8px 15px;
    margin-bottom: 1.3em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    top: 22px;
    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;
    text-transform: capitalize;
}
#popularproduct-section #recent-porduct .add-to-cart a:after{
    content: '\f07a';
    font-family: 'FontAwesome';
    position: absolute;
    right: 17px;
    bottom: 8px;
    display: inline-block;
    font-size: 17px;
    color: #000;
}
#popularproduct-section .popular-product:nth-child(1) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(4) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(1) #recent-porduct .add-to-cart a:after,
#popularproduct-section .popular-product:nth-child(4) #recent-porduct .add-to-cart a:after{
    color: #fb3c5e !important;
}
#popularproduct-section .popular-product:nth-child(2) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(5) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(2) #recent-porduct .add-to-cart a:after,
#popularproduct-section .popular-product:nth-child(5) #recent-porduct .add-to-cart a:after{
    color: #71a006 !important;
}
#popularproduct-section .popular-product:nth-child(3) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(6) #recent-porduct .add-to-cart a,
#popularproduct-section .popular-product:nth-child(3) #recent-porduct .add-to-cart a:after,
#popularproduct-section .popular-product:nth-child(6) #recent-porduct .add-to-cart a:after{
    color: #fddd19 !important;
}

#popularproduct-section #recent-porduct .add-to-cart a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     color: #fff;
    background-color: #a461e5;
    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;
}
#popularproduct-section #recent-porduct .add-to-cart a:hover:before, 
#popularproduct-section #recent-porduct .add-to-cart a:focus:before, 
#popularproduct-section #recent-porduct .add-to-cart a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
#popularproduct-section .popular-product:nth-child(1) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(4) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(1) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product:nth-child(4) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product:nth-child(2) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(5) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(2) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product:nth-child(5) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product:nth-child(3) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(6) #recent-porduct .add-to-cart a:hover,
#popularproduct-section .popular-product:nth-child(3) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product:nth-child(6) #recent-porduct .add-to-cart a:hover::after,
#popularproduct-section .popular-product .add-to-cart a:hover{
       color: #fff !important;
}
#popularproduct-section .popular-product:hover .total-product-title-wrap h6{
    color: #000;
}
#popularproduct-section .popular-product:hover .product-image-thumb img{
        transform: scale(1.5);
        transition: transform .5s ease;

}
.product-image-thumb {  overflow: hidden;}

#popularproduct-section .product-image-thumb img{
    width: 100%;
    height: 280px;
    transition: transform .5s ease;
}
#recent-porduct {  box-shadow: 0px 1px 3px 3px #efefef;}
#recent-porduct .price {}
#recent-porduct .price del span.woocommerce-Price-amount {
    color: #fff;
    font-weight: 400;
    padding: 0 33px 0 8px;
}
#popularproduct-section #recent-porduct .price del span.woocommerce-Price-amount bdi,
#popularproduct-section #recent-porduct .price ins span.woocommerce-Price-amount bdi{
    font-size: 17px !important;
    font-weight: 600 !important;
}
#popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi,
#popularproduct-section #recent-porduct .price span.woocommerce-Price-amount bdi{
    font-size: 18px !important;
    font-weight: 600 !important; 
}
#recent-porduct .price ins span.woocommerce-Price-amount {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
#popularproduct-section .total-product-title-wrap {   
    text-align: left;
    background-color: #fff;    
    margin-top: 0px;
    padding: 0 0 0em 0;
    color: #fff;
    position: relative;
    transition: transform .5s ease;
}
#popularproduct-section .total-product-title-wrap svg {
    transform: rotateY(182deg);
    width: 100% !important;
    top: -75px;
    position: absolute;
    z-index: 10;
    left: 0;
    transition: transform .5s ease;
}
.popular-product {
    margin-bottom: 3em;
}
#popularproduct-section .product-content-wrap{
    padding: 0px 0px 30px 25px;
    position: relative;
    bottom: 0px;
    z-index: 10;
    text-align: left;
}
#popularproduct-section .total-product-title-wrap svg path{
    fill: #fb3c5e ;
}
#popularproduct-section .popular-product:hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(1):hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(4):hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(2):hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(5):hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(3):hover .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(6):hover .total-product-title-wrap svg path{
        fill: #bb8fe7 !important;
        transition: transform .5s ease;
}
#popularproduct-section .popular-product:nth-child(1) .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(4) .total-product-title-wrap svg path{
 fill: #fb3c5e !important;
}
#popularproduct-section .popular-product:nth-child(2) .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(5) .total-product-title-wrap svg path{
 fill: #71a006 !important;
}
#popularproduct-section .popular-product:nth-child(3) .total-product-title-wrap svg path,
#popularproduct-section .popular-product:nth-child(6) .total-product-title-wrap svg path{
 fill: #fddd19 !important;
}
#popularproduct-section .total-product-title-wrap h6 {   
    padding: 0;
    margin-bottom: 20px;
    font-size: 28px;   
    color: #ffffff;
    font-weight: 600;
    height: 70px;
}
#popularproduct-section .popular-product:hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(1):hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(4):hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(2):hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(5):hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(3):hover .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(6):hover .total-product-title-wrap{
        background: #bb8fe7 !important;
         transition: transform .5s ease;
}
#popularproduct-section .popular-product:nth-child(1) .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(4) .total-product-title-wrap{
 background: #fb3c5e !important;
}
#popularproduct-section .popular-product:nth-child(2) .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(5) .total-product-title-wrap{
 background: #71a006 !important;
}
#popularproduct-section .popular-product:nth-child(3) .total-product-title-wrap,
#popularproduct-section .popular-product:nth-child(6) .total-product-title-wrap{
 background: #fddd19 !important;
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 3em;
      margin-top: 0em;
}
#team .peccular-team-single{}

#team .peccular-section-head h2{
    color: #030303;
    margin-bottom: 0px;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 48px;
}
#team .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#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 .peccular-team-content{    padding: 0 0 58px 0;}
#team .peccular-team-content svg {    
    transform: rotateY(182deg);
    width: 100% !important;
    top: -64px;
    position: relative;
    z-index: 10;
}
#team .svgpadding {
    position: absolute;
    bottom: 3px;
}
#team .tpadding{ padding: 0 0 0 2em; }

#team .peccular-team-content svg path{
    fill: #a568e4 ;
}
#team .peccular-team-box:nth-child(1) .peccular-team-content svg path,
#team .peccular-team-box:nth-child(5) .peccular-team-content svg path{
 fill: #a568e4 !important;
}
#team .peccular-team-box:nth-child(2) .peccular-team-content svg path,
#team .peccular-team-box:nth-child(6) .peccular-team-content svg path{
 fill: #fbdd17 !important;
}
#team .peccular-team-box:nth-child(3) .peccular-team-content svg path,
#team .peccular-team-box:nth-child(7) .peccular-team-content svg path{
 fill: #93bb37 !important;
}
#team .peccular-team-box:nth-child(4) .peccular-team-content svg path,
#team .peccular-team-box:nth-child(8) .peccular-team-content svg path{
 fill: #f93759 !important;
}
#team .peccular-team-box:hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(1):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(5):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(2):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(6):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(3):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(7):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(4):hover .peccular-team-content svg path,
#team .peccular-team-box:nth-child(8):hover .peccular-team-content svg path{
 fill: #bb8fe7 !important;
  transition: transform .5s ease;
}

#team .peccular-team-box:nth-child(1) .peccular-team-content,
#team .peccular-team-box:nth-child(5) .peccular-team-content{
 background: #a568e4 !important;
}
#team .peccular-team-box:nth-child(2) .peccular-team-content,
#team .peccular-team-box:nth-child(6) .peccular-team-content{
 background: #fbdd17 !important;
}
#team .peccular-team-box:nth-child(3) .peccular-team-content,
#team .peccular-team-box:nth-child(7) .peccular-team-content{
 background: #93bb37 !important;
}
#team .peccular-team-box:nth-child(4) .peccular-team-content,
#team .peccular-team-box:nth-child(8) .peccular-team-content{
 background: #f93759 !important;
}
#team .peccular-team-box:hover .peccular-team-content,
#team .peccular-team-box:nth-child(1):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(5):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(2):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(6):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(3):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(7):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(4):hover  .peccular-team-content,
#team .peccular-team-box:nth-child(8):hover  .peccular-team-content{
      background: #bb8fe7 !important;
      transition: transform .5s ease;
}

#team h4.peccular-team-name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 13px;
}

#team h6.peccular-team-designation{
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
#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;
}
#team .peccular-team-image img {
    width: 100%;
    height: 249px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition: all 5s ease 0s;
}
#team .peccular-team-single:hover .peccular-team-image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s ease 0s;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#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{
    background: transparent;
    width: 30px;   
    line-height: 27px;
    position: relative;
    text-align: right;
    bottom: 0px;
    z-index: 999;
    right: 0; 
    padding: 10px 0;
   
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 19px;   
    padding: 4px 2px;
    transform: scale(1);
    transition: .9s ease;
}
#team .peccular-team-single:hover .peccular-team-social-icon i{
    color: #000;
    transform: scale(1.3);
    transition: .9s ease;
}

#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;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-image {
    width: 100%;
    height:auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#innerpage-box .peccular-team-image img {
    width: 430px;
    height: 427px;   
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#innerpage-box .item-img {
    -webkit-mask-image: url(images/team_grid.png);
    mask-image: url(images/team_grid.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: relative;
    display: block;
    transform: initial;
}
#innerpage-box .peccular-team-single:hover .item-img:before {
    opacity: .8;
    visibility: visible;
}
#innerpage-box .item-img:before {
    position: absolute;
    content: "";
    background: #bb8fe7;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#innerpage-box .peccular-team-single:hover .item-img:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#innerpage-box .item-img:after {
    position: absolute;
    left: 0;
    top:0;
    content: "";
    background-image: url(images/team_hover_shade.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#innerpage-box .peccular-team-content{
    opacity: 0;    
     position: absolute;
    top: 116px;
    left: 0;
    right: 0;  
    z-index: 5;  
}
#innerpage-box .peccular-team-single:hover .peccular-team-content {
    opacity: 1;
    z-index: 999;  
}

#innerpage-box .peccular-team-content h4.peccular-team-name {
    font-size: 27px !important;
    color: #ed59af !important;
    margin: 0em 0 13px;
}
#innerpage-box .peccular-team-content h5.peccular-team-designation {
    font-size: 19px !important;
    color: #fff !important;
    margin: 0 0;

}
#innerpage-box .peccular-team-social-icon {   
   text-align: center;  
}

#innerpage-box .peccular-team-social-icon a{
    color: #ed59af;
    font-size: 16px;
    background-color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 52px;
}
#innerpage-box .peccular-team-social-icon a i {
    color: #ed59af;
    transition: all 300ms ease 0s;
    font-size: 17px;
}

#innerpage-box .peccular-team-social-icon a:hover i {
    transform: translateY(-5px);
    color: #f9c12c;
}
#innerpage-box .peccular-team-single {
    margin-bottom: 20px;
    position: relative;
}
/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/

#testimonials {
    position: relative;
    background-color: #ffffff;
}

.accordion-button::before,
.dropdown-toggle::after,
.single-progress .progress-bar:after {
 font-family:boxicons!important;
 font-style:normal;
 font-variant:normal
}

.pt-120,
.px-120 {
 padding-top:120px
}
.pb-120,
.px-120 {
 padding-bottom:120px
}
.accordion-button::after,
.copyright-conts li:first-child:after,
.left-content-top li:last-child:after,
.main-navbar.v2:after,
.main-responsive-nav,
.moretext,
.navbar-area .others-option-for-responsive,
.no-js #loader,
.page-banner-brd .shape-bottom-right:after,
.page-banner-brd .shape-top-left:after,
.right-content-top li:first-child:after,
.top_nav_soc.v2:after,
.v2 .navbar-expand-md .navbar-nav .dropdown-menu .nav-link:after,
.v3.main-navbar:after {
 display:none
}

.left-client-images-tbs {
 max-width:540px;
 height:540px;
 position:relative
}
.left-client-images-tbs a {
 position:absolute;
 width:140px;
 height:140px;
 display:block
}
.left-client-images-tbs a:active,
.left-client-images-tbs a:focus,
.left-client-images-tbs a:visited {
 background-color:#fe651b;
 background:linear-gradient(90deg,#fe651b -.02%,#ffaa52 100.06%);
 border-radius:30px
}
.left-client-images-tbs a:active img,
.left-client-images-tbs a:focus img,
.left-client-images-tbs a:visited img,
.portfolio-inner-sl .hidden-cont h3 {
 padding-bottom:4px
}
.left-client-images-tbs img {
 display:block;
 border-radius:30px;
 width:100%;
 height:100%;
 position:absolute;
 left:50%;
 top:50%;
 -webkit-transform:translate(-50%,-50%);
 -moz-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 -o-object-fit:cover;
 object-fit:cover;
 transition:.3s
}
.left-client-images-tbs .dts1 {
 left:0;
 top:115px
}
.left-client-images-tbs .dts2 {
 left:0;
 top:315px
}
.left-client-images-tbs .dts3 {
 left:200px;
 top:0
}
.left-client-images-tbs .dts4 {
 left:200px;
 top:200px
}
.left-client-images-tbs .dts5 {
 left:200px;
 top:400px
}
.left-client-images-tbs .dts6 {
 top:115px;
 left:400px
}
.left-client-images-tbs .dts7 {
 left:400px;
 top:315px
}
.right-content-testimonial {
 max-width:678px;
 margin-left:auto;
 position:relative;
 padding-left:118px;
 width:100%
}
.right-content-testimonial .sec-title h3 {
    font-size: 20px;
    color: #3661fc;
    font-weight: 600;
    margin-bottom: 1em;
}

.right-content-testimonial .sec-title h2.tag1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 500;
    font-family: sans-serif;
    font-weight: 700;
    color: #1a1a1a;
}
.slick-initialized .slick-slide h4{
    font-family: sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 25px;
}
.slick-initialized .slick-slide h6 {
    font-size: 16px;
    line-height: 26px;
    color: #6b6161;
    font-family: 'DM Sans',sans-serif;
    font-weight: 600;
}
.slick-initialized .slick-slide p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
}
.custom-paging-testi {
 height:100%;
 position:absolute;
 left:2px;
 top:0;
 min-height:540px;
 width:2px;
 background:#d7dffe
}
.slick-dots li button {
 display:none;
 position:absolute;
 left:0;
 top:0;
 text-indent:-9999px;
 border:0;
 background:0 0;
 padding:0
}
.slick-dots li {
 background:#3661fc;
 width:6px;
 height:30px;
 margin:5px 0;
 border-radius:10px;
 cursor:pointer;
 display:block;
 transition:.3s
}
.slick-dots {
 position:relative;
 left:-2px;
 z-index:1
}
.slick-dots li.slick-active {
 background:-webkit-gradient(linear,left top,right top,color-stop(-.02%,#fe651b),color-stop(100.06%,#ffaa52));
 background:-o-linear-gradient(left,#fe651b -.02%,#ffaa52 100.06%);
 background:linear-gradient(90deg,#fe651b -.02%,#ffaa52 100.06%);
 background-color:#fe651b
}
.feedback-inner-single .quote .bx {
 color:#3661fc;
 font-size:56px;
 height:49px
}
.feedback-inner-single .ratings {
 background:#f4f4ff;
 padding:15px 20px;
 border-radius:30px;
 font-size:20px;
 color:#fcc013
}
.feedback-inner-single .quote {
 height:50px
}
.feedback-inner-single p {
 margin-top:30px;
 font-weight:400;
 font-size:20px;
 line-height:30px;
 color:#1a1a1a
}
.feedback-inner-single h5 {
 font-size:16px;
 line-height:26px;
 color:#6b6161;
 font-family:'DM Sans',sans-serif
}
.portfolio-item-slider .slick-slide,
.portfolio-slider-wrap .slick-slide,
.similar-slider-wrap .slick-slide,
.testimonial-slider-v3_1 .slick-slide {
 margin-left:24px
}
.portfolio-item-slider .slick-list,
.portfolio-slider-wrap .slick-list,
.similar-slider-wrap .slick-list,
.testimonial-slider-v3_1 .slick-list {
 margin-left:-24px
}
.testimonial-slider-v3_1 .slick-dots li {
 display:inline-block;
 width:30px;
 height:6px;
 background:-webkit-linear-gradient(90deg,#fe651b -.02%,#ffaa52 100.06%);
 background:linear-gradient(90deg,#fe651b -.02%,#ffaa52 100.06%);
 margin:0 5px
}
.testimonial-slider-v3_1 .slick-dots {
 text-align:center;
 left:0;
 margin-top:30px
}
.testimonial-slider-v3_2 .slick-arrow {
 width:66px;
 height:66px;
 border-radius:50%;
 border:0;
 padding:0;
 background:#3661fc;
 color:#fff;
 font-size:31px;
 position:absolute;
 top:50%;
 left:0;
 z-index:1;
 -webkit-transform:translate(0,-50%);
 transform:translate(0,-50%)
}
.article-next-prev-posts .icons-go.text-end .btn,
.testimonial-slider-v3_2 .slick-arrow.next-testi_v3 {
 left:auto;
 right:0
}
.testimonial-slider-v3_2 {
 padding-left:60px;
 padding-right:60px
}
.feedback-inner-single.v3.si {
 max-width:886px;
 margin:auto;
 padding:0;
 background:0 0
}
.feedback-inner-single.v3.si .quote .bx {
 color:#3661fc;
 background:0 0;
 -webkit-text-fill-color:unset;
 -webkit-background-clip:unset;
 opacity:.2
}
.feedback-inner-single.v3.si p {
 margin-bottom:0;
 text-align:center;
 font-weight:400;
 font-size:16px;
 line-height:26px
}

@media (max-width:1199px) {

 .right-content-testimonial {
  padding-left:50px
 }
 .left-client-images-tbs a {
  width:100px;
  height:100px
 }
 .left-client-images-tbs .dts6,
 .left-client-images-tbs .dts7 {
  left:350px
 }
 .left-client-images-tbs .dts3,
 .left-client-images-tbs .dts4,
 .left-client-images-tbs .dts5 {
  left:170px
 }
 
}

@media (max-width:991px) {

 .right-content-testimonial {
  padding-left:30px
 }
 .left-client-images-tbs a {
  width:50px;
  height:50px
 }
 .left-client-images-tbs .dts2 {
  top:150px
 }
 .left-client-images-tbs .dts1 {
  top:50px
 }
 .left-client-images-tbs .dts3 {
  left:100px
 }
 .left-client-images-tbs .dts4 {
  top:100px;
  left:100px
 }
 .left-client-images-tbs .dts5 {
  left:100px;
  top:200px
 }
 .left-client-images-tbs .dts6 {
  left:200px;
  top:50px
 }
 .left-client-images-tbs .dts7 {
  left:200px;
  top:150px
 }
 .left-client-images-tbs {
  height:250px;
  max-width:258px;
  margin:auto
 }
 .inner-promo-txt {
  padding:40px
 }
}

/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

.page-template-home-template #project .peccular-section-head {
    text-align: left;
    margin-bottom: 3em;
    margin-top: 4em;
}

#project .topProjectSVGLines {
    position: absolute;
    left: 0;
    top: 0;
} 
#project .topProjectSVGLines .smallCircle {
    position: absolute;
    height: 18px width;
    margin-top: -37%;
    margin-left: 44%;
}

#project .topProjectSVGLines .smallCircle i {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #075652;
    font-size: 16px;
    padding: 0px 1px 1px 1px;
    border-radius: 50%;
    border: 1px solid #075652;
    font-style: normal;
}

#project .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#project .peccular-section-head h2{
    color: #1E080B;
    margin-top: 0em;
    font-weight: 500;
    font-size: 60px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: Roboto, Medium;
}

/*Animation Start of Project Right Circle*/

:root {
  --sqrt3: 1.73205080757;                      /* Square root of 3 */
  --time: 11;                                  /* Duration of animation  */
  --gap: 1;                                    /* Horizontal gap between topMainRightCircleBoxagons */
  --radius: 3;                                 /* Radius of inscribed circle */
  --Gap: var(--gap) / 2 * var(--sqrt3);        /* Vertical gap between topMainRightCircleBoxagons */
  --Radius: 2 / var(--sqrt3) * var(--radius);  /* Radius of circumcircle */
}

@keyframes odd-animation {
  0%   { transform: translate(calc( 0.5 * var(--offset-x) ), calc( 0.5 * var(--offset-y) )) scale(0) }
  33%  { transform: translate(calc(   1 * var(--offset-x) ), calc(   1 * var(--offset-y) )) scale(1) }
  66%  { transform: translate(calc(   2 * var(--offset-x) ), calc(   2 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc(   3 * var(--offset-x) ), calc(   3 * var(--offset-y) )) scale(0) }
}

@keyframes even-animation {
  50%  { transform: translate(calc( 1 * var(--offset-x) ), calc( 1 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc( 2 * var(--offset-x) ), calc( 2 * var(--offset-y) )) scale(0) }
}

#project .topMainRightCircleBox {
    width: 53px;
    height: 53px;
    background: #2B706B;
    position: absolute;
    border-radius: 50%;
    right: 10%!important;
    top: 17%!important;
    color: transparent;
    display: flex;
}

#project .topMainRightCircleBox::before {
  border: calc(0.5em * var(--Radius)) solid transparent;
  border-left: 0;
  border-right: calc(1em * var(--radius)) solid currentColor;
  content: "";
  height: var(--Radius);
}

#project .topMainRightCircleBox::after  {
  border: calc(0.5em * var(--Radius)) solid transparent;
  border-left: calc(1em * var(--radius)) solid currentColor;
  border-right: 0;
  content: "";
  height: var(--Radius);
}

#project .center {
    position: absolute;
    top: 12%;
}

#project .odd,
#project .even {
    --global-offset-x: calc( 0.5em * var(--gap) + var(--radius) * 15px);
    --global-offset-y: calc( 15px * var(--Radius) + var(--Gap) * 1em);
    animation: infinite cubic-bezier(.21, .61, .01, .89);
    position: absolute;
    transform: translate(0, 0) scale(0); 
}

#project .odd {
  animation-duration: 11s;
}
#project .even {
  animation-duration: 7.333333333s;
}

#project .topMainRightCircleBox.first {
  animation-delay: -6.2857142857s;
}
#project .topMainRightCircleBox.second {
  animation-delay: -2.619047619s;
}
#project .topMainRightCircleBox.third {
  animation-delay: 1.0476190476s;
}

@supports (animation-delay: calc(1 * 1s)) and (animation-duration: calc(1 * 1s)) {
 #project .odd {
    animation-duration: calc(var(--time) * 1s);
  }
 #project .even {
    animation-duration: calc( var(--time) * 2 / 3 * 1s);
  }
  
 #project .topMainRightCircleBox.first {
    animation-delay: calc( var(--time) / -1.75 * 1s );
  }
 #project .topMainRightCircleBox.second {
    animation-delay: calc( var(--time) * 1.25 / -5.25 * 1s );
  }
 #project .topMainRightCircleBox.third {
    animation-delay: calc( var(--time) * -0.25 / -2.625 * 1s );
  }
}

#project .topMainRightCircleBox.eleven {
  --offset-x: calc( var(--global-offset-x) * -1 );
  --offset-y: calc( var(--global-offset-y) * -1 );
  animation-name: odd-animation;
  bottom: 0;
  right: 0;
}

/*Animation End*/
#project .topCircleboxBG1 {
    width: 146px;
    height: 146px;
    background: #075752;
    position: absolute;
    border-radius: 50%;
    top: 23%;
    left: 14%;
    opacity: 0.85;
    animation: zoomInDown 4s linear infinite;
}
#project .topCirclemiddleboxBG2 {
    width: 96px;
    height: 96px;
    background: #E8EBDF;
    position: absolute;
    border-radius: 50%;
    left: 57%;
    opacity: 0.5;
    top: 27%;
}

#project .peccular-section-head .head_border_dash i {
    color: #F17900;
    font-size: 2px;
    padding: 1px 5px;
    background: #F17900;
    border-radius: 43px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 6px;
    margin-left: 0;
    margin-top: 20px;
}
#project .peccular-section-head .head_border_dash {
    margin-left: 6em;
    margin-top: -7px;
}
#project .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#project .peccular-section-head h3{
    color: #021348;
}
div#project {
    position: relative;
    background: #fdfdfd;
    overflow: hidden;
}
div#project .peccular-project-single {
    margin-bottom: 2em;
    position: relative;
    margin-top: 0em;
    padding-top: 3em;
}
div#project .peccular-project-single .peccular-project-img{
    position: relative;
    margin-left: 1em;
}
div#project .peccular-project-single:hover .img_overlayColored{
    transform: none;
    transition: all 0.4s ease 0s;
}
div#project .img_overlayColored {
    position: absolute;
    width: 320px;
    height: 367px;
    background: #FFFFFF;
    z-index: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #00000033;
    transform: matrix(0.99, 0.16, -0.16, 0.99, 0, 0);
    border-radius: 28px;
    margin-left: 30px;
    transition: all 0.4s ease 0s;
}
div#project .img_overlayColored .borderOnBGbox {
    width: 122px;
    height: 8px;
    background: #F5F5F5;
    border-radius: 4px;
    position: absolute;
    top: 19px;
    left: 75px;
    transition: all 0.4s ease 0s;
}

div#project .peccular-project-single .peccular-project-img img{
    width: 320px;
    height: 392px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
    top: 25px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 20px #00000033;
    border-radius: 44px;
}

div#project .peccular-project-single .peccular-project-content {
    position: relative;
    transition: all 0.95s ease 0s;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    display: inline-block;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
}
div#project .peccular-project-single h4.peccular-project-title {
    position: relative;
    transition: all 0.5s ease 0s;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: "Segoe UI";
    margin-top: 7px;
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    padding: 7px 53px;
    width: 323px;
    border-radius: 44px;
}
div#project .peccular-project-single .peccular-project-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

div#project .peccular-project-single .peccular-project-content a{
    font-size: 14px;
    font-weight: 600;
    color: #d1dcfe;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #3d72fc;
    position: relative;
    top: 1em;
    border: 1px solid #3d72fc;
}
div#project .peccular-project-single .peccular-project-content a:hover{
    color: #618af9;
    background: #fff;
}
div#project .peccular-project-single .peccular-project-content a i {
    margin-left: 7px;
    font-size: 16px;
}
/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
#features .features-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#features .peccular-features-b{
    padding: 7px 3em;
}
#features .peccular-section-head h2{
  color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 45px;
}

#features .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#features .peccular-section-head h3{
    color: #06332e;
    padding-right: 0;
    line-height: 40px;
    margin-top: 2em;
    font-size: 19px;
    font-weight: 700;
}
div#features {
    position: relative;
    background: #f6f6f6;
}
#features h4.peccular-features-title{
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
    padding: 0;
    margin: 0.5em 0;
    line-height: 41px;
    color: #000;
    transition: all 0.8s;
}  
#features .peccular-features-single:hover h4.peccular-features-title{
    color: #fff;  
    transition: all 0.8s;
    font-size: 20px;
    letter-spacing: 0px;
}
#features .peccular-features-single:hover{
     background-color: #06332e;
}

#features .peccular-features-icon {
    position: relative;
}

#features .peccular-features-icon i{
    font-size: 52px;
    font-weight: 500;
    color: #06332e;
    transition: all 0.8s;
}  

#features .peccular-features-single:hover .peccular-features-icon i{
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ffff;    
    transition: all 0.8s;
}

#features .peccular-features-single{
    position: relative;
    margin-bottom: 3em;
    background: #fff;
    padding: 2em 1em;
    box-shadow: 0 0 30px 15px #dedede;
    transition: all 0.8s;
}

/*----------------------------------------*/
/*  why choose us Area
/*----------------------------------------*/
#aboutus {
    background: #fff;
    position: relative;
    overflow: hidden;
}
#aboutus .space-abtblock {
    padding: 1em 1em 1em 0em;
    margin-top: 7em;
}
#aboutus .aboutus-body {
    position: relative;
}
#aboutus .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
    border-bottom: 2px solid #FD7F00;
}

#aboutus .peccular-section-head h2{
    color: #000;
    margin-bottom: 7px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 60px;
    font-family: Roboto, Bold;
}
#aboutus .peccular-section-head h3 {
    font-size: 40px;
    font-family: Roboto, Bold;
    font-weight: 700;
    color: #FD7F00;
}
#aboutus .peccular-section-subtext{
    color: #828282;
    font-size: 22px;
    font-weight: 400;
    word-break: break-word;
    line-height: 35px;
    margin-bottom: 12px;
    margin-left: 0em;
    font-family: Roboto, Regular;
} 
#aboutus .about_info li {
    display: inline-block;
    font-size: 20px;
    color: #000;
}

#aboutus .about_info {
    padding: 32px 20px 22px 20px;
    box-shadow: 0px 15px 50px #00000029;
    border-radius: 14px;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    background: #fff;
}
#aboutus img.peccular-project-upimgboxshape1 {
    margin-left: 15%;
    position: absolute;
}
#banner img.peccular-project-downimgboxshape1 {
    margin-left: 211px;
    position: absolute;
    margin-top: -45px;
}
.FirstSVG svg {
    position: absolute;
    bottom: -281px;
}
.bannerSVG svg {
    position: absolute;
    bottom: -281px;
}
#aboutus .about_info ul{
    margin-bottom: 13px;
    margin-left: 50px;
}
#aboutus .about_info li i{
        color: #095F5A;
        margin-right: 25px;
}
#aboutus .about_info .phoneContct li i{
    font-size: 25px;
}

#aboutus .about_info .emailContct li i{
    font-size: 22px;
}

#aboutus .about_info .addressContct li i{
    font-size: 29px;
    margin-right: 31px;
}
#aboutus .about_info li span{
    font-size: 20px;
    color: #000000;
    font-family: Roboto, —;
    font-weight: 600;
    margin-right: 2px;
}
#aboutus .about_info .about_socials {
    display: flex;
    position: relative;
    left: 64%;
}
#aboutus .about_info .about_socials i{
color: #fff;
transition: 0.5s all ease;
}
#aboutus .about_info .about_socials i:hover{
    color: #000;
    transition: 0.5s all ease;
}

#aboutus .about_info .s-icons{
    margin-right: 23px;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
}
#aboutus .info_bg_CircleBX {
    position: relative;
    overflow: hidden;
    height: 146px;
    width: 146px;
    background: #E8EBDF;
    border-radius: 50%;
    opacity: 0.5;
    left: 88%;
    margin-top: -5em;
    z-index: 0;
}
#aboutus .about_info .about_socials .icon_facebook{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
#aboutus .about_info .about_socials .icon_facebook i{
font-size: 28px;
}
#aboutus .about_info .about_socials .icon_instagram{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
#aboutus .about_info .about_socials .icon_instagram,#aboutus .about_info .about_socials .icon_twitter{
    font-size: 23px;
}
#aboutus .about_info .about_socials .icon_twitter{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
#aboutus .about_info .about_socials .icon_pinterest{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
#aboutus .about_info .about_socials .icon_pinterest i{
    font-size: 28px;
}

#aboutus .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#aboutus .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#aboutus .peccular-aboutus-area{    margin-bottom: 2em;}

#aboutus .peccular-aboutus-area .peccular-aboutus-icon{   
    border-radius: 50%;  
    border: 3px dashed #fa3759;
    padding: 7px 7px;
    width: 70%;
    text-align: center;
}

#aboutus .peccular-aboutus-area .peccular-aboutus-title{
    color: #fa3759;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-align: left;
}

#aboutus .peccular-aboutus-area .peccular-aboutus-text{
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    text-align: left;
    margin: 15px 0;
    opacity: 0.7;
}

#aboutus .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    margin-left: 1em;
}

#aboutus .peccular-aboutus-imgbox{ 
    position: relative;
    overflow: hidden;
    top: 0px;
    padding: 18px 94px 130px 0;
    text-align: center;
}
#aboutus .peccular-aboutus-imgbox .imageBGBox {
    width: 410px;
    height: 540px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px #00000033;
    border-radius: 24px;
    transform: matrix(0.99, 0.12, -0.12, 0.99, 0, 0);
    position: absolute;
    z-index: 1;
    left: 95px;
    top: 95px;
}
#aboutus .peccular-aboutus-imgbox .imageBGBox .imageBGBoxBorder {
    width: 179px;
    height: 14px;
    transform: matrix(0.99, 0, -0.12, 0.99, 0, 0);
    border-radius: 7px;
    background: #192C54;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    bottom: 21px;
    text-align: center;
    left: 25%;
    margin-top: 0;
}
 #aboutus .peccular-aboutus-imgbox .user-name h2 {
    font-size: 26px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 600;
}
 #aboutus .peccular-aboutus-imgbox .user-name {
    background: #FF8000;
    padding: 14px 40px;
    position: absolute;
    z-index: 999;
    bottom: 126px;
    right: 102px;
    border-radius: 43px;
}
 #aboutus .peccular-aboutus-imgbox .imageBGBelowBX {
    width: 350px;
    height: 200px;
    background: #095C57;
    border-radius: 32%;
    left: 14%;
    position: absolute;
    margin-top: -9em;
    transform: rotate(343deg);
    z-index: 0;
}
#aboutus .aniMated_box1 {
    position: absolute;
    width: 169px;
    height: 169px;
    background: #FF8000;
    border-radius: 50%;
    animation: bounceIn 4s linear infinite;
}
#aboutus .aniMated_box2 {
    position: absolute;
    width: 106px;
    height: 106px;
    background: #E8EBDF;
    opacity: 0.5;
    border-radius: 50%;
    right: -40px;
    top: 40px;
    animation: float-bob-x 4s linear infinite;
}
#aboutus .peccular-aboutus-imgbox img{
    width: 400px;
    height: 500px;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 0px 50px #00000033;
    border-radius: 24px;
    margin-top: 4em;
    position: relative;
    z-index: 2;
}

/*----------------------------------------*/
/*  profile section
/*----------------------------------------*/
#profile {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
#profile .space-abtblock {
    padding: 1em;
}
#profile .profile-body {
    position: relative;
}
#profile .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 0em;
}
#profile .topSVGLines {
    position: absolute;
    right: 0;
    top: -72px;
}
#profile .smallCircle {
    position: absolute;
    height: 18px width;
    margin-top: -82px;
    margin-left: 101px;
} 
#profile .smallCircle i {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #075652;
    font-size: 16px;
    padding: 0px 1px 1px 1px;
    border-radius: 50%;
    border: 1px solid #075652;
    font-style: normal;
}

#profile .peccular-section-head h2{
    color: #1E0808;
    margin-top: 0em;
    font-weight: 500;
    font-size: 60px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: Roboto, Medium;
}
#profile .block_title h3{
    color: #000;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    font-family: Roboto, Medium;
    text-align: center;
    background: #fef2e6;
    padding: 9px 63px;
    border-radius: 28px;
    display: inline-block;
    margin-bottom: 1em;
    margin-left: 2.5em;
}
#profile .peccular-section-subtext{
    color: #010101;
    font-size: 17px;
    font-weight: 400;
    word-break: break-word;
    line-height: 22px;
    margin-bottom: 2em;
    margin-left: 0em;
    opacity: 0.5;
}

#profile .peccular-section-head .head_border_dash i{
    color: #F17900;
    font-size: 2px;
    padding: 1px 5px;
    background: #F17900;
    border-radius: 43px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 6px;
    margin-left: 0;
    margin-top: 20px;
}
#profile .peccular-section-head .head_border_dash {
    margin-left: 3em;
    margin-top: -15px;
}
#profile .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#profile .peccular-profile-area{   margin: 2em 1em;}

#profile .peccular_profile_num_icon{
    color: #000;
    padding: 10px 15px 2px 15px;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    font-family: Roboto, Medium;
}
#profile .dash_border {
    border-left: 2px dotted #edeaea;
    border-width: 6px;
    margin-top: 7px;
}
#profile .peccular-profile-content {
    padding-left: 15px;
    padding-top: 2.5em;
    padding-bottom: 17px;
}
#profile .left_content {
      padding-top: 2.5em;
      text-align: right;
}
#profile .left_content .firstLeftSubheading {
    font-family: Roboto, Regular;
    color: #0000006e;
    font-size: 18px;
    padding-right: 15px;
} 
#profile .read-btn{
    color: #fff;
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    padding: 18px 13px 18px 22px;
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 40px;
    z-index: 10;
    position: relative;
    display: inline-block;
    -webkit-transition-property: color;
    transition-property: color;
    transition: all 0.5s ease 0s;
    transition-duration: 0.5s;
    font-family: Roboto, Medium;
    text-transform: uppercase;
}
#profile .read-btn:hover{ color: #000; text-decoration: underline;transition: all 0.5s ease 0s;}

#profile .read-btn:after{
    content: "\f0ab ";
    font-family: 'Fontawesome';
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fdfdfd;
    display: inline-block;
    margin-bottom: 0;
    font-size: 39px;
    border-radius: 50px;
    padding-left: 5px;
    padding-right: 0px;
    top: 3px;
    position: relative;
}
#profile .read-btn:hover:after {
animation: wobble 4s linear infinite;
color: #fff;
}
#profile .peccular-profile-area:hover .peccular_profile_num_icon{
        transition: .5s;
}
#profile .peccular-profile-area .peccular-profile-single{
    transition: .5s;
    margin-bottom: 40px;
}

#profile .peccular-profile-area h4.peccular-profile-title{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    text-align: left;
    font-family: Roboto, Medium;
}

#profile .peccular-profile-area .peccular-profile-text{
    color: #0000006e;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    text-align: left;
    margin: 0px 0;
    font-family: Roboto, Regular;
}

#profile .peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    margin-left: 1em;
}

#profile .peccular-profile-imgbox{ 
    position: relative;     
    overflow: hidden; 
    top:0px;
    padding: 50px 0px 60px 140px;
    margin-top: 4.5em;
}
#profile .download_btn {
    text-align: right;
    position: relative;
    right: 80px;
}
#profile .peccular-profile-img-circle1{
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    top: 38px;
    box-shadow: inset 0px 0px 3px 0px #0000001f;
    animation: bounceOut 4s linear infinite;
}
/*================ for animation =========================*/


:root {
  --sqrt3: 1.73205080757;                      /* Square root of 3 */
  --time: 11;                                  /* Duration of animation  */
  --gap: 1;                                    /* Horizontal gap between hexagons */
  --radius: 3;                                 /* Radius of inscribed circle */
  --Gap: var(--gap) / 2 * var(--sqrt3);        /* Vertical gap between hexagons */
  --Radius: 2 / var(--sqrt3) * var(--radius);  /* Radius of circumcircle */
}

@keyframes odd-animation {
  0%   { transform: translate(calc( 0.5 * var(--offset-x) ), calc( 0.5 * var(--offset-y) )) scale(0) }
  33%  { transform: translate(calc(   1 * var(--offset-x) ), calc(   1 * var(--offset-y) )) scale(1) }
  66%  { transform: translate(calc(   2 * var(--offset-x) ), calc(   2 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc(   3 * var(--offset-x) ), calc(   3 * var(--offset-y) )) scale(0) }
}

@keyframes even-animation {
  50%  { transform: translate(calc( 1 * var(--offset-x) ), calc( 1 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc( 2 * var(--offset-x) ), calc( 2 * var(--offset-y) )) scale(0) }
}

#profile .hex {
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    width: 53px;
    height: 53px;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    bottom: 38px;
    box-shadow: inset 0px 0px 3px 0px #0000001f;
    color: transparent;
    animation: bounce 4s linear infinite;
}

#profile .hex::before {
  border: calc(0.5em * var(--Radius)) solid transparent;
  border-left: 0;
  border-right: calc(1em * var(--radius)) solid currentColor;
  content: "";
  height: var(--Radius);
}

#profile .hex::after  {
  border: calc(0.5em * var(--Radius)) solid transparent;
  border-left: calc(1em * var(--radius)) solid currentColor;
  border-right: 0;
  content: "";
  height: var(--Radius);
}

#profile .center {
 position: absolute;
    top: 12%;
}

#profile .odd,
#profile .even {
  --global-offset-x: calc( 0.5em * var(--gap) + var(--radius) * 1em);
  --global-offset-y: calc( 1.5em * var(--Radius) + var(--Gap) * 1em);
  animation: infinite cubic-bezier(.21, .61, .01, .89);
  position: absolute;
  transform: translate(0, 0) scale(0);  
}

#profile .odd {
  animation-duration: 11s;
}
#profile .even {
  animation-duration: 7.333333333s;
}

#profile .hex.first {
  animation-delay: -6.2857142857s;
}
#profile .hex.second {
  animation-delay: -2.619047619s;
}
#profile .hex.third {
  animation-delay: 1.0476190476s;
}

@supports (animation-delay: calc(1 * 1s)) and (animation-duration: calc(1 * 1s)) {
 #profile .odd {
    animation-duration: calc(var(--time) * 1s);
  }
 #profile .even {
    animation-duration: calc( var(--time) * 2 / 3 * 1s);
  }
  
 #profile .hex.first {
    animation-delay: calc( var(--time) / -1.75 * 1s );
  }
 #profile .hex.second {
    animation-delay: calc( var(--time) * 1.25 / -5.25 * 1s );
  }
 #profile .hex.third {
    animation-delay: calc( var(--time) * -0.25 / -2.625 * 1s );
  }
}

#profile .hex.one {
  --offset-x: calc( var(--global-offset-x) * 1 );
  --offset-y: calc( var(--global-offset-y) * -1 );
  animation-name: odd-animation;
  bottom: 0;
  left: 0;
}
#profile .hex.two {
  --offset-x: calc( var(--global-offset-x) * 1.5 );
  --offset-y: calc( var(--global-offset-y) * -0.5 );
  animation-name: even-animation;
  bottom: calc( var(--global-offset-y) * 0.5 );
  left: calc( var(--global-offset-x) * 1.5 );
}
#profile .hex.three {
  --offset-x: calc( var(--global-offset-x) * 2 );
  --offset-y: calc( var(--global-offset-y) * 0 );
  animation-name: odd-animation;
  bottom: 0;
  right: 0;
}
#profile .hex.four {
  --offset-x: calc( var(--global-offset-x) * 1.5 );
  --offset-y: calc( var(--global-offset-y) * 0.5 );
  animation-name: even-animation;
  top: calc( var(--global-offset-y) * 0.5 );
  left: calc( var(--global-offset-x) * 1.5 );
}
#profile .hex.five {
  --offset-x: calc( var(--global-offset-x) * 1 );
  --offset-y: calc( var(--global-offset-y) * 1 );
  animation-name: odd-animation;
  top: 0;
  left: 0;
}
#profile .hex.six {
  --offset-x: calc( var(--global-offset-x) * 0 );
  --offset-y: calc( var(--global-offset-y) * 1 );
  animation-name: even-animation;
  top: calc( var(--global-offset-y) * 1 );
  left: 0;
}
#profile .hex.seven {
  --offset-x: calc( var(--global-offset-x) * -1 );
  --offset-y: calc( var(--global-offset-y) * 1 );
  animation-name: odd-animation;
  top: 0;
  right: 0;
}
#profile .hex.eight {
  --offset-x: calc( var(--global-offset-x) * -1.5 );
  --offset-y: calc( var(--global-offset-y) * 0.5 );
  animation-name: even-animation;
  top: calc( var(--global-offset-y) * 0.5 );
  right: calc( var(--global-offset-x) * 1.5 );
}
#profile .hex.nine {
  --offset-x: calc( var(--global-offset-x) * -2 );
  --offset-y: calc( var(--global-offset-y) * 0 );
  animation-name: odd-animation;
  top: 0;
  right: 0;
}
#profile .hex.ten {
  --offset-x: calc( var(--global-offset-x) * -1.5 );
  --offset-y: calc( var(--global-offset-y) * -0.5 );
  animation-name: even-animation;
  bottom: calc( var(--global-offset-y) * 0.5 );
  right: calc( var(--global-offset-x) * 1.5 );
}
#profile .hex.eleven {
  --offset-x: calc( var(--global-offset-x) * -1 );
  --offset-y: calc( var(--global-offset-y) * -1 );
  animation-name: odd-animation;
  bottom: 0;
  right: 0;
}
#profile .hex.twelve {
  --offset-x: calc( var(--global-offset-x) * 0 );
  --offset-y: calc( var(--global-offset-y) * -1 );
  animation-name: even-animation;
  bottom: calc( var(--global-offset-y) * 1 );
  left: 0;
}
/*================end for animation =========================*/
#profile .peccular-profile-imgbox .peccular-profile-img-circle2{
    background: #E8EBDF;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    position: absolute;
    left: 47px;
    bottom: 147px;
    opacity: 0.5;
    z-index: 0;
}
#profile .peccular-profile-imgbox .peccular-profile-imgTop-circle {
    background: #E8EBDF;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    position: absolute;
    right: 87px;
    top: 26px;
    opacity: 0.5;
    z-index: 0;
}

#profile .peccular-profile-imgbox img{
    width: 100%;
    box-shadow: 0px 0px 30px #00000057;
    width: 376px;
    height: 495px;
    border-radius: 26px;
    position: relative;
   z-index: 2;
}
#profile:hover .imageBGBox1{
transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
transition: all 0.4s ease 0s;
}
#profile:hover .imageBGBox2{
transform: matrix(0.95, -0.31, 0.31, 0.95, 0, 0);
transition: all 0.4s ease 0s;
}
#profile .imageBGBox1 {
    width: 376px;
    height: 495px;
    border-radius: 26px;
    position: absolute;
    z-index: 1;
    transform: matrix(0.95, -0.31, 0.31, 0.95, 0, 0);
    background: #085853;
    transition: all 0.4s ease 0s;
}
#profile .imageBGBox2 {
    width: 376px;
    height: 495px;
    border-radius: 26px;
    position: absolute;
    z-index: 0;
    background: #FF8000;
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
    z-index: 1;
    transition: all 0.4s ease 0s;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

#counter .peccular-counter-area {  position: relative;}

#counter {      
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

#counter .peccular-section-head h2{
    background: linear-gradient(to right, #7441f4 0%, #5468f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#counter .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#counter .peccular-section-head h3{
    color: #021348;
}

#counter .peccular-section-head h3 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}
#counter .peccular-counter-single{
    padding: 0em;
    margin: 0em 11px 0 0;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    width: 236px;
    height: 236px;
    box-shadow: inset 0px 0px 12px #00000038;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FFA041;
    margin-bottom: 3em;
    transition: all 0.8s ease 0s;
}

#counter .peccular-counter-single:hover .inner_counter_details {
    background: #FFA041;
    transition: all 0.3s ease 0s;
    top: 10px;
    left: 8px;
}
#counter .peccular-counter-single:hover .peccular-counter-num.count span{
    color: #fff;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single:hover .peccular-counter-num.count span:after{
        color: #fff;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single .inner_counter_details {
    width: 218px;
    height: 218px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    position: relative;
}
#counter .peccular-counter-icon span{
    font-size: 98px;
   color: #fa3759;
   transition: all 1s ease 0s;
}

#counter .peccular-counter-single:hover .peccular-counter-icon span{
    color: #bb8fe7;
    transition: all 1s ease 0s;
    transform: scale(0.8);
}
#counter h4.peccular-counter-title  {
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    color: #1E0808;
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    margin: 0 0 0px 13px;
    padding: 46px 40px 17px 40px;
    font-family: Roboto, Medium;
}
#counter .peccular-counter-single:hover h4.peccular-counter-title{
    color: #fff;
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-num.count span{
    font-size: 40px;
    font-weight: 900;
    word-break: break-word;
    color: #1E0808;
    padding: 0;
    margin: 0 0 6px 13px;
    transition: all 0.3s ease 0s;
    font-family: Roboto, Black;
}
#counter .peccular-counter-num.count span:after {
    content: "\f067";
    font-family: FontAwesome;
    color: #1E0808;
    font-size: 27px;
    margin-left: 3px;
    font-weight: 300;
    padding-top: 0;
   display: none;
}
#counter .peccular-counter-b:nth-child(even) .peccular-counter-num.count span:after{
display: inline-block;
}

/*----------------------------------------*/
/*  Package Area
/*----------------------------------------*/
.page-template-home-template #pricing .pricing-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#pricing .topPricingSVGLines {
    position: absolute;
    left: -97px;
    top: 0;
    transform: rotate(146deg);
} 

#pricing .topPricingSVGLines svg {
    width: 512px;
}
#pricing .topPricingSVGLines .smallCircle {
    position: absolute;
    height: 18px width;
    margin-top: -38%;
    margin-left: 48.5%;
}

#pricing .topPricingSVGLines .smallCircle i {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #075652;
    font-size: 16px;
    padding: 0px 1px 1px 1px;
    border-radius: 50%;
    border: 1px solid #075652;
    font-style: normal;
}
#pricing .topPricingSVGLines .percentNum {
    position: absolute;
    width: 36px;
    height: 14px;
    background: #296D68;
    margin-top: -41%;
    margin-left: 42%;
    border-radius: 7px;
    transform: rotate(37deg);
    color: #fff;
    font-size: 10px;
    padding-top: 2px;
}
.page-template-home-template #pricing {
    background: #fefefe;
}
.page-template-home-template #pricing .peccular-section-head h2{
    color: #1E080B;
    margin-top: 0em;
    font-weight: 500;
    font-size: 60px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: Roboto, Medium;
}
#pricing .peccular-section-head .head_border_dash {
    margin-left: 4em;
    margin-top: -15px;
}
#pricing .peccular-section-head .head_border_dash i {
    color: #F17900;
    font-size: 2px;
    padding: 1px 5px;
    background: #F17900;
    border-radius: 43px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 6px;
    margin-left: 0;
    margin-top: 20px;
}

#pricing .heading_here_bx {
    font-family: Roboto, Medium;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    padding: 6px 20px;
    border-radius: 23px;
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: -53px;
    left: 25%;
}
.page-template-home-template #pricing .peccular-section-head .peccular-section-head-icon i {
    font-family: 'Fontawesome';
    padding-left: 12px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #c1c1c1;
    display: inline-block;
    margin-bottom: 0;
    font-size: 50px;
}

.page-template-home-template #pricing .peccular-section-head h2:after {
   display: none;
}
.page-template-home-template #pricing .peccular-section-head h3{
    color: #021348;
}
.page-template-home-template div#pricing {
    position: relative;
}
.page-template-home-template #pricing .peccular-pricing-box-head h4.peccular-pricing-title{
    font-weight: 600;
    padding: 0;
    line-height: 28px;
    color: #fff;
    font-size: 30px;
    font-family: Roboto, Bold;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 30px;
}  
.page-template-home-template #pricing .peccular-pricing-box-head h6.peccular-pricing-subtitle{
    color: #e8ddfd;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
    top: 1.5em;
}

.page-template-home-template #pricing .peccular-pricing-box-head {
    padding-top: 21px;
    position: relative;
    background: #F17900;
    text-align: center;
    border-radius: 19px;
    z-index: 1;
}
.page-template-home-template #pricing .head_below_clip {
    clip-path: ellipse(54% 105% at 49% -10%);
    background: #F17900;
    height: 69px;
    width: 320px;
    position: relative;
    margin-top: -7px;
    z-index: 0;
    left: 4px;
    right: 0;
    margin: 0 auto;
    top: -26px;
}
.page-template-home-template #pricing .peccular-pricing-currency-price {
    color: #fff;
    font-weight: 600;
    font-size: 57px;
    line-height: 25px;
    transition: all 1s ease 0s;
    padding-bottom: 28px;
    font-family: Roboto, Bold;
}
.page-template-home-template #pricing .peccular-pricing-currency-price span {
    font-size: 57px;
    padding-right: 5px;
    font-weight: 500;
    position: relative;
    color: #fff;
}
.page-template-home-template #pricing .peccular-pricing-single {
    background: #fdfdfd;
    padding: 0 0 10px;
    margin: 0em 0em 2em;
    transition: all 0.8s ease 0s;
    position: relative;
    width: 333px;
    box-shadow: 0px 0px 50px #403e3e45;
    border-radius: 19px;
    margin-left: 1em;
}
.page-template-home-template #pricing .bo_bg_shadow_box {
    position: absolute;
    width: 188px;
    height: 490px;
    background: #FFFFFF;
    z-index: 0;
    margin: 0 auto;
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    border-radius: 28px;
    margin-left: 14em;
    box-shadow: 0px 0px 30px #00000029;
    margin-top: 27px;
    transition: all 1s ease 0s;
}
.page-template-home-template #pricing .shadow_hov:hover .bo_bg_shadow_box{
    background: #f7873e;
    transition: all 1s ease 0s;
}
#pricing .firstLeftCircleBox1 {
    width: 96px;
    height: 96px;
    background: #E8EBDF;
    position: absolute;
    border-radius: 50%;
    left: 34.3%;
    opacity: 0.5;
    top: 27%;
}
#pricing .secondMiddleCircleBox2 {
    width: 83px;
    height: 83px;
    background: #E8EBDF;
    position: absolute;
    border-radius: 50%;
    left: 56%;
    opacity: 0.5;
    top: bottom;
    bottom: 0%;
}

.page-template-home-template #pricing .peccular-pricing-single:hover .peccular-pricing-currency-price{
color: #fff;
}

.page-template-home-template #pricing .peccular-pricing-single:hover .peccular-pricing-currency-price span{
    color: #fff;
} 
.page-template-home-template #pricing .peccular-pricing-single:hover h4.peccular-pricing-title{
    color: #fdfdfd;
}

.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list {
    padding: 0 1em;
    margin: 0 0 0em;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 0.6em;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 20px;
    padding: 0 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-family: Roboto, Medium;
    margin-bottom: 22px;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li i{
    color: #fd053f;
    padding-right: 5px;
    font-size: 15px;
}

.page-template-home-template #pricing .pricing-main {
    position: relative;
    padding: 0 12px 0 12px;
    box-shadow: -1px 4px 10px 7px #dedede;
}
.page-template-home-template #pricing .peccular-section-head {
    text-align: left;
    margin-bottom: 9.5%;
    margin-top: 1em;
}

.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a i {
    font-size: 50px;
    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;
    transition: all 1s ease 0s;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn a:hover i{
        webkit-transform: rotate( -60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn {
    margin-bottom: 25px;
    position: absolute;
    left: 0;
    padding-left: 40px;
    width: 300px;
    margin-top: -17px;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    background: none;
} 
#pricing .peccular-pricing-single .peccular-pricing-btn .btn:before,
#pricing .peccular-pricing-single .peccular-pricing-btn .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn:hover:before,
#pricing .peccular-pricing-single .peccular-pricing-btn .btn:hover:after{
    width: 50%;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn.red{
    color: #fff;
/*    border: 1px solid #6346b8;*/
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    padding: 10px 34px;
    border-radius: 30px;
    color: #fdfdfd;
    transition: all .6s;
    background: none;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
    font-family: Roboto, Medium;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}


/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/
#blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
 #blog .FirstBlogCircleBox {
    width: 84px;
    height: 84px;
    background: #2A6F6A;
    position: absolute;
    border-radius: 50%;
    top: 47%;
    left: 35%;
    z-index: 1;
}
 #blog .topHeadCircleBox {
    width: 53px;
    height: 53px;
    position: absolute;
    background: #2A6F6A;
    border-radius: 50%;
    right: 60px;
    top: 28px;
    animation: zoomInLeft 4s linear infinite;
}
 #blog .BottomUPPCircleBox1 {
    width: 75px;
    height: 75px;
    background: #E8EBDF;
    opacity: 0.5;
    border-radius: 50%;
    bottom: 20%;
    position: absolute;
    right: 18%;
    z-index: 1;
}
 #blog .BottomDownCircleBox2 {
    width: 53px;
    height: 53px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    bottom: 4%;
    right: 20%;
    z-index: 1;
    animation: zoomInRight 4s linear infinite;
}
#blog {
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head {
    margin-bottom: 2em;
    margin-top: 0em;
}
#blog .peccular-section-head .head_border_dash {
    margin-left: 3.9em;
    margin-top: -15px;
}
#blog .peccular-section-head .head_border_dash i {
    color: #F17900;
    font-size: 2px;
    padding: 1px 5px;
    background: #F17900;
    border-radius: 43px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 6px;
    margin-left: 0;
    margin-top: 20px;
}
#blog .peccular-section-head h2{
    color: #1E080B;
    margin-top: 0em;
    font-weight: 500;
    font-size: 60px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: Roboto, Medium;
}

#blog .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#blog .peccular-blog-post{    
    background: #fff;
    padding: 0em;
    margin: 0 0 3em 0;
    position: relative;
    overflow: hidden;
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
    color: #1E0808;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0.6em;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    font-family: Roboto, Medium;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
    color: #f7873e;
    transition: all 1s ease 0s;
}
#blog p.blogeqlh{
    color: #1e080885;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0em;
    padding: 0em;
    font-family: Roboto, Regular;
}
#blog .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    background: none;
} 
#blog .btn:before,
#blog .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
#blog .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
#blog .btn:hover:before,
#blog .btn:hover:after{
    width: 50%;
}
#blog .btn.red{
   background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%)!important;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    display: inline-block;
    padding: 7px 30px;
    text-align: center;
    margin: 20px 0 0px;
    position: relative;
    border-radius: 43px;
    -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-family: Roboto, Medium; 
}
#blog .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}

#blog .peccular-blog-single {   
    padding-left: 22px;
    padding-right: 20px;
    margin-left: 10px;     
}
#blog .peccular-blog-single svg{
    transform: rotateY(180deg);
    position: absolute;
    top: 197px;
    width: 100%;
}
#blog .peccular-blog-single svg path{ fill: #fff !important; }
#blog .peccular-blog-date{  
    padding: 0px;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 10px;
    z-index: 1;
    background: linear-gradient(180deg, #FFA041 0%, #FFA041 100%);
    width: 87px;
    height: 82px;
    border-radius: 0px 28px;   
    z-index: 2;
}
#blog .peccular-blog-date p {
    text-align: center;
    line-height: 20px;
    font-size: 23px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: Roboto, Medium;
}
#blog .peccular-blog-date span p{
    font-family: Roboto, Regular;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 3px;
}
#blog .peccular-blog-date span{
    padding: 0!important;
}
#blog .peccular-blog-thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 2.5em;
    padding-top: 1em;
    padding-left: 14px;
    padding-right: 17px;
    z-index: 1;
}

#blog .peccular-blog-comment {
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 22px;
    position: absolute;
    left: 40px;
    bottom: 32px;
}
#blog .peccular-blog-comment span{
    color: #fff;
    font-size: 16px;
    padding: 15px 0px 15px 4px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Roboto, Regular;
    opacity: 0.9;
    letter-spacing: 0.5px;
}
#blog .peccular-blog-comment i{
    font-size: 21px;
    font-weight: 500;
    padding-right: 5px;
    color: #fff;
}
#blog .peccular-blog-date i{
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
    color: #f93a5c;
}

#blog .peccular-blog-thumbnail a img {
    width: 100%;
}
#blog .peccular-blog-thumbnail img {
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
    width: 365px;
    height: 243px;
    box-shadow: 0px 1px 20px #00000070;
    border-radius: 28px;
}
#blog .peccular-blog-thumbnail .bg_shadow_box {
    width: 365px;
    height: 243px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #00000042;
    border-radius: 28px;
    margin-top: 22px;
    margin-left: 10px;
}

#blog .peccular-blog-post .peccular-blog-thumbnail:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail::before {
    -webkit-animation: shine .71s;
    animation: shine .71s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/



/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contact {
   position: relative;
   overflow: hidden;
}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact img{
    position: relative;
    left: -11px;
}
#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 .contact-padd{    
    padding-right: 1em;
    position: relative;
    left: -93px;
}
#contact .peccular-section-head {
      margin-bottom: 2em;
      margin-top: 4em;
      z-index: 5;
}

#contact .peccular-section-head h2{
    color: #030303;
    margin-bottom: 0px;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 48px;
}
#contact .peccular-section-head i{
    color: #bb8fe7;
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 22px;
    background: #bb8fe7;
    border-radius: 16px;
}
#contact .peccular-section-head span i{
     color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#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-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 {
    margin-top: 3em;
}

#contact .peccular-contact-member-wrap input::placeholder{
    opacity: 1;
    color: #a8a6a7;
}

#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{
    border: none;
    border-bottom: 1px solid #9f9f9f !important;
    background: none;
    z-index: 2000;
    width: 90%;
    color: #b9b8ba;
    margin: 0 0 9px 0;
    border-radius: 0;
    padding: 0 0 0px;
    font-size: 15px;
    height: 35px;
    font-weight: 400;
    background: none;
}

#contact .peccular-contact-member-wrap textarea {
    height: 50px;
    padding: 23px 15px 0px 0;
    border-color: #aaa;  
    width: 95%;
}
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#d8d9d4;
}

#contact .peccular-contact-member-wrap label{
    color:#000;
    margin:0;
    width: 100%;
    font-weight: 500;
}

#contact .peccular-contact-member-wrap input[type="submit"]{
    color: #fff;
    font-weight: 600;
    padding: 14px 30px;
    line-height: 1;
    position: relative;   
    background: #ed59af;
    border: none;
    cursor: pointer;   
    font-size: 15px;
    transition: all 0.5s ease 0s;
    display: block;
    border-radius: 38px;
    box-shadow: none;
    margin: 0 auto;
    top: 20px;
}
#contact .peccular-contact-member-wrap input[type="submit"]:hover {
    background-color: #bb8fe7;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
    color: #000;
}


#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;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
/*Newsletter*/
#footer .newsletter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: 100%;
    /* bottom: 0; */
/*    margin-top: 2em;*/
    background: none;
}
#footer .newsletter-sign-box .peccular-section-head {
    margin-left: 15px;
    margin-bottom: 0em;
    margin-top: -65px;
    height: 158px;
    position: absolute;
    background: linear-gradient(180deg, #FF8000 0%, #FEBB8D 13%, #FC8B02 20%, #FF5802 100%) 0% 0% no-repeat padding-box;
    width: 378px;
    border-radius: 32px 0px 32px 32px;
}
#footer .newsletter-sign-box {
    padding: 20px 4em 1.2em;
    background: #fff;
    position: relative;
    z-index: 999;
    border-radius: 86px;
    box-shadow: 0px 15px 50px #00000042;
    width: 100%;
}
#footer .newsletter-sign-box .uppBGBox {
    position: absolute;
    background: linear-gradient(180deg, #FF5902 0%, #FFA041 100%);
    width: 762px;
    height: 48px;
    top: -48px;
    z-index: 1;
    border-radius: 48px 48px 0px 0px;
    right: 90px;
}
#footer .newsletter_data {
    padding: 4em 0em 1.2em;
    position: relative;
    bottom: -3em;
    z-index: 999;
    border-radius: 86px;
    overflow: hidden;
}
#footer .newsletter-sign-box .smallMiddleuppBGBox {
    height: 44px;
    width: 63px;
    position: absolute;
    top: -45px;
    left: 32%;
    z-index: 0;
    background: linear-gradient(to top ,#FF8000 36%,#FEBB8D 40%,#FEBB8D 47%,#FF8000 98%);
}
#footer .peccular-section-head h2{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 0.5em;
    font-family: Roboto, Medium;
    margin-top: 55px;
    margin-left: 40px;
}

#footer .peccular-section-head h2:after {
   display: none;
}

#footer .peccular-section-head-icon {
    text-align: center;
}
#footer .peccular-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

#footer  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #d1cfd0;
}
#footer .peccular-newsletter-member-wrap {
    padding: 0 0em;
    border: 1px solid #707070;
    border-radius: 46px;
    background: #fff;
    margin-bottom: 18px;
}
#footer h3 {
    font-family: Roboto, Medium;
    font-size: 26px;
    color: #000;
    font-weight: 500;
}
#footer h3:before {
    content: "\f111 ";
    font-family: 'Fontawesome';
    margin-right: 12px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #FF5A02;
    font-size: 10px;
    padding: 0px 1px 1px 1px;
    border-radius: 50%;
    border: 1px solid #FF5A02;
    top: -5px;
    position: relative;
    font-style: normal;
}

#footer .peccular-newsletter-member-wrap input[type="text"], 
#footer .peccular-newsletter-member-wrap input[type="email"], 
#footer .peccular-newsletter-member-wrap input[type="url"], 
#footer .peccular-newsletter-member-wrap input[type="password"], 
#footer .peccular-newsletter-member-wrap input[type="search"], 
#footer .peccular-newsletter-member-wrap input[type="number"], 
#footer .peccular-newsletter-member-wrap input[type="tel"], 
#footer .peccular-newsletter-member-wrap input[type="range"], 
#footer .peccular-newsletter-member-wrap input[type="date"], 
#footer .peccular-newsletter-member-wrap input[type="month"], 
#footer .peccular-newsletter-member-wrap input[type="week"], 
#footer .peccular-newsletter-member-wrap input[type="time"], 
#footer .peccular-newsletter-member-wrap input[type="datetime"],
#footer .peccular-newsletter-member-wrap input[type="datetime-local"], 
#footer .peccular-newsletter-member-wrap input[type="color"],
#footer .peccular-newsletter-member-wrap input[type="file"],
#footer .peccular-newsletter-member-wrap textarea{ 

    border: none !important;
    z-index: 2000;
    width: 100%;
    color: #4d4d4da8!important;
    margin: 0 0 10px 0;
    padding: 0px 42px !important;
    font-size: 20px;
    height: 56px;
    font-weight: 500;
    background: none!important;
    font-family: Roboto, Medium;
}

#footer .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}

#footer .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#footer .peccular-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 5PX 0 0 5px;
}
#footer .peccular-newsletter-member-wrap textarea::placeholder{
    color:#d1cfd0;
}

#footer .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#footer .box-form {
    text-align: left;
}
#footer .peccular-newsletter-member-wrap .wpcf7-form {
           height: 53px;
}
#footer .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%) !important;
    color: #fff !important;
    font-weight: 400;
    padding: 14px 45px;
    line-height: 1;
    border-radius: 33px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 26px;
    transition: all 0.5s ease 0s;
    font-family: Roboto, Medium;
    margin-left: 92px;
}
#footer .peccular-newsletter-member-wrap input[type="submit"]:hover{
     background: #FF8000 !important;
    transition: all 0.5s ease 0s;
    opacity: 1;
    color: #000 !important;
}

#footer {
    background-color: #000 !important;
}
 #footer,
 .footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
}
#footer svg,
 .footer-area svg{
    position: absolute;
    top: -21px;
    z-index: 999;
}
#footer svg path,
 .footer-area svg path{
    fill: #bb8fe7 !important;
 }

 #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: 15px;font-size: 15px;font-weight: 500; }
.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    FONT-FAMILY: Roboto, Regular;
}
.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: #FFA041;
}

.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;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.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: 14px;
    font-size: 20px;
    color: #f8f4f5;
} 

.footer-area .single-footer-3 p span {
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 20px !important;
    color: #DEDEDE !important;
    font-family: Roboto, Bold;
}
.footer-area .single-footer-3 p{
    color: #DEDEDE !important;
    font-family: Roboto, Regular;
}
.footer-area .single-footer-3 .textwidget {
    margin-top: 25px;
}
.footer-area .single-footer-3 .widget-title {
    margin-left: 30px;
}
.bottom-area .footer-copyrighttext {
    font-family: Roboto, Regular;
    font-size: 16px!important;
    color: #000!important;
    font-weight: 400!important;
}
.bottom-area .footer-copyrighttext {
    background: #FFFFFF;
    opacity: 0.7;
    padding: 10px;
}
.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 {   
    color: #fbfdf0;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 26px;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 600;
    position: relative;
    font-family: Roboto, Black;
}

.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: 20px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    position: relative;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 500;
    color: #f8f4f5;
}
.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: 10px 0 0 1px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}

.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #ed59af !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding:15px 33px; 
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 75px;
    box-shadow: none;
    position: relative;
    right: 64px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;  
}

.page .footer-area input[type="email"]{   

     background: #fff !important;
    border-radius: 75px;
    height: 49px !important;
    padding: 5px 14px 0 24px !important;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    border-bottom: 1px solid;
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,
.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
    opacity: 0.6;
   color: #000;   background: #bb8fe7; 
}
.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 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;}
.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{    
    padding: 0;
    font-size: 20px;
    margin-right: 8px;
}
.footer-area i.fa {
    color: #FF8000;
}
 .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{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 25px;
}
 .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: #fe900f;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;}
.footer-area .s-footer,

.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;}
.footer-area .s-footer,

.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: transparent;}
.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;
    padding-right: 5em;
}
.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: 4em;
    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 .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: 20px;
}
.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;
}
.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: #000 !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{       
    margin-bottom: 14px;
    position: relative;
    top: -11px;
}
.single-footer-1 p{
    margin-bottom: 17px !important;
    font-weight: 300 !important;
    line-height: 35px !important;
    font-size: 20px !important;
    color: #fff !important;
    opacity: 0.8;
    font-family: Roboto, Regular;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
  .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: 7px 4px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    background: #fff;
    height: 37px;
    width: 37px;
    position: relative;
    display: inline-block;
  }

  .footer-area .social-profile-icons ul li a:hover{
    background: #FF8000  !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 {
     color: #5c5855 !important;
     font-size: 15px;
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 15px 60px 0;
   } 
   .footer-area .social-profile-icons{margin-top: 2em;}

    .footer-area  .top-area {
    overflow: hidden;
    position: relative;
}

   .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;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 0.5em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 35px;

}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.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: #4a4a4a;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}

#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: 0em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
}

#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-aboutus-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 {
    padding: 0px 0 0.5em 0%;
    text-align: left;
    position: relative;
    z-index: 1;
}   
.breadcrumbbox span {
    color: #fff;
    margin: 0 3px;
    font-size: 20px;
    font-weight: 500;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #f9c12c;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 600;  
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.inner-blog-post{
    margin: 0em 0em 3em;
        position: relative;
}
.inner-blogpost {
    position: relative;
    background: #fff;
    padding: 0px 0 6px;
    box-shadow: 0px 0px 30px #00000026;
    border-radius: 28px;
    margin-left: 1em;
    margin-right: 1em;
}
#innerpage-box .peccular-blog-date {
    padding: 0px;
    position: absolute;
    top: 35px;
    right: 5px;
    padding: 10px;
    z-index: 1;
    background: linear-gradient(180deg, #FFA041 0%, #FFA041 100%);
    width: 87px;
    height: 82px;
    border-radius: 0px 28px;
    z-index: 2;
}
#innerpage-box .peccular-blog-date .dateShape1 {
    width: 10px;
    height: 7px;
    position: absolute;
    background: #FFA041;
    clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
    left: -10px;
    top: 1px;
    opacity: 0.6;
}
#innerpage-box .peccular-blog-date .dateShapebtm2 {
    width: 9px;
    height: 7px;
    position: absolute;
    background: #FFA041;
    right: -1px;
    clip-path: polygon(0 0, 0% 100%, 99% 0);
    bottom: -7px;
    opacity: 0.6;
}
#innerpage-box .peccular-blog-date p {
    text-align: center;
    line-height: 20px;
    font-size: 23px;
    line-height: 24px;
    color: #FFFFFF !important;
    font-weight: 500;
    font-family: Roboto, Medium;
    margin: 0 !important;
}
#innerpage-box .peccular-blog-date span p {
    font-family: Roboto, Regular;
    font-size: 15px;
    color: #FFFFFF!important;
    padding-top: 3px;
}
#innerpage-box .blog-category {
    padding: 3px 10px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 0px;
    background: #EBEBEB;
    display: inline-block;
    border-radius: 16px;
    font-family: Roboto, Regular;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    padding: 20px 0 0 0px;
}
#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 0 0 12px;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
#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;
}

#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 5px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 400;
    color: #FF9D3B;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: Roboto, Regular;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #FF9D3B;
    font-size: 21px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 10px;
    margin-bottom: 2em;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #66727D;
    float: left;
    list-style: none;
    margin-right: 9px;
    padding: 0 16px 0 0;
    border-right: 1px solid #ccc;
}

#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;
}

#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 0 0;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    max-height: 350px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 28px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} 
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#innerpage-box .inner-blog-post:hover svg{
    top: -84px;
    transition: .3s ease-in-out;
}
#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    transition: all .4s 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 20px;
    position: relative;
}

#innerpage-box #blog-box h2 {
    margin-bottom: 15px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    border-left: none;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
#innerpage-box #blog-box h2 {
    color: #000 !important;
}
#innerpage-box .inner-blog-excerpt{
    margin: 20px 0;
}

#innerpage-box .inner-blogpost:hover #blog-box h2{
    color: #f7873e;
    transition: all 1s ease 0s;

}
div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
.inner-blog-excerpt {
    color: #707070!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    word-break: break-word;
    font-family: Roboto, Regular;
    margin-bottom: 25px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

#innerpage-box .blog-page-btn .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    background: none;
} 
#innerpage-box .blog-page-btn .btn:before,
#innerpage-box .blog-page-btn .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
#innerpage-box .blog-page-btn .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
#innerpage-box .blog-page-btn .btn:hover:before,
#innerpage-box .blog-page-btn .btn:hover:after{
    width: 50%;
}
#innerpage-box .blog-page-btn .btn.red{
    background: transparent linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    color: #fff;
    font-size: 19px;
    display: inline-block;
    padding: 6px 30px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 31px;
    -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-family: Roboto, Medium;
    line-height: 24px; 
}
#innerpage-box .blog-page-btn .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}

#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #66727D !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 {
    color: #000;
    padding-left: 18px;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{
    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}


#innerpage-box #blog-box h2 {
    font-size: 26px !important;
    font-family: Roboto, Medium !important;
}
.single #innerpage-box h2{

    padding: 0px 0px !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}

.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: #06332e;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
.page-template-templates #innerpage-box .widget-area .widget h2{
    margin-bottom: 0 !important;
    padding: 0em 0;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}
div#secondary {
    padding: 0px;
    border-radius: 5px;
    margin-top: 3em;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 1em;
}
/*-------------Gallry inner page-------------*/
/*#innerpage-box .products-austrak {}
  
#innerpage-box .products-austrak a img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
#innerpage-box .products-austrak a img:hover {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}*/



/*-------------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: #bb8fe7;
}
#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;
}

#innerpage-box .peccular-contact-form-block{ 
    padding: 0;
    margin: 3em 0;
    margin-right: 4em;
}
#innerpage-box .peccular-contact-form-block .about_info li i {
    color: #095F5A;
    margin-right: 25px;
}
#innerpage-box .peccular-contact-form-block .about_info ul {
    margin-bottom: 22px;
    margin-left: 15px;
}
#innerpage-box .peccular-contact-form-block .about_info li {
    display: inline-block;
    font-size: 20px;
    color: #000;
}
#innerpage-box .peccular-contact-form-block .about_info .phoneContct li i {
    font-size: 28px;
}
#innerpage-box .peccular-contact-form-block .about_info li span {
    font-size: 20px;
    color: #000
    font-family: Roboto, —;
    font-weight: 600;
    margin-right: 2px;
}
#innerpage-box .peccular-contact-form-block .about_info .emailContct li i {
    font-size: 26px;
}
#innerpage-box .peccular-contact-form-block .about_info .addressContct li i {
    font-size: 31px;
    margin-right: 31px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials {
    display: flex;
    position: relative;
    left: 57%;
    top: 50px;
}
#innerpage-box .peccular-contact-form-block .about_info .s-icons {
    margin-right: 23px;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials i {
    color: #fff;
    transition: 0.5s all ease;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_facebook {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_facebook i {
    font-size: 28px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_instagram {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_pinterest {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_pinterest i {
    font-size: 28px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_instagram, #innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_twitter {
    font-size: 23px;
}
#innerpage-box .peccular-contact-form-block .about_info .about_socials .icon_twitter {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block h2{
    color: #000;
    font-size: 43px !important;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: Roboto, Bold;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block p{  
    padding: 0 15px;
    color: #000!important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-family: Roboto, Regular;
    margin-bottom: 50px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block img{
    width: 100%;
    margin: 3em 0;
}

#innerpage-box .peccular-contact-page-form {
    margin: 0em 0;
    border-radius: 39px;
    padding: 54px 54px 101px 54px;
    margin: 3em 0 0em 0em;
    box-shadow: 0px 10px 50px #0000003b;
    position: relative;
    z-index: 999;
    opacity: 1;
    background: #fff;
}
#innerpage-box .contactRghtTitl h2{
    font-size: 75px !important;
    color: #FF8000;
    font-weight: 800 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 5px !important;
}
#innerpage-box .contact-contact-mapbox {
    position: relative;
    margin-top: -7em;
    z-index: 0;
}

#innerpage-box .contact-contact-mapbox iframe{
    width: 100%;
}
#innerpage-box .contactRghtTitl {
    margin-top: 3em;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2{
    color: #FF8000;
    font-size: 44px !important;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 42px;
    text-align: left;
    font-family: system-ui;
    text-transform: none;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form p{          
    padding: 0 0;
    color: #6b6b6b !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 0.3em 0;
}

#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 {

    margin-bottom: 25px;
    border: 0.5px solid #00000066!important;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    color: #6b6b6b;
    font-weight: 500;
    border-radius: 5px;
    font-family: Roboto, Regular;
}
#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: 0.5px dashed #FF8000 !important;
    color: #FF8000 !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"]:placeholder{
    color: #000 !important;
}
#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #616161;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#616161;
}

.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;
}

.peccular-contact-page-form textarea {
    height: 96px;
    margin-bottom: 2.5em !important;
}

.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 500;
    padding: 15px 80px;
    border-radius: 36px;
    position: relative;
    background: transparent linear-gradient(0deg, #FF8000 0%, #FFA041 100%);
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
    box-shadow: none;
    font-family: Roboto, Medium; 
}
.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;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
    background-color: #f9c12c;
    color: #000;
}

.page-template-contact-template .inner_contentbox {
    padding: 0em 0em 0em;
}
#peccular-contactus-wrap .contactinner-block{
    margin-bottom: 3em;    
    padding: 30px 40px;
}

#peccular-contactus-wrap .contactinner-area{
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 13px #ededed;
    box-shadow: 0px 0px 20px 13px #ededed;
    border-top-left-radius: 47px;
    border-bottom-right-radius: 47px;
    text-align: center;
}
#peccular-contactus-wrap .contact_info_area{
    background: #bb8fe7;
    padding: 12px 4em 20px;
    font-size: 16px;
    color: #7a7a7a;
    border-bottom-right-radius: 47px;
    height: 100px;
}
#peccular-contactus-wrap .contact_info_area a{
    color: #7a7a7a;
}
#peccular-contactus-wrap .contact_l_area{
    font-size: 24px;
    text-align: center;
    padding: 6px 0 0 0;
}

#peccular-contactus-wrap .cpadding{  padding: 3em 4em 0em !important; }

#peccular-contactus-wrap .ctextarea svg{
    position: relative;
    top: 0;   
    transform: rotateY(178deg);
}
#peccular-contactus-wrap .ctextarea svg path{ fill:  #bb8fe7 !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(1) i{
    color:  #f5b42e !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) i{
    color:  #7ba478 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) i{
    color:  #f33942 !important ;
}

#peccular-contactus-wrap .contactinner-block:nth-child(1) .contact_info_area{
     background: #fff9ec !important;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .contact_info_area{
     background: #eaf5e6 !important;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .contact_info_area{
     background: #f4e4e6 !important;
}

/*--------------- Skills inner page -------------------------------*/

#innerpage-box .peccular-Skills-box {
    position: relative;
    margin: 0;
    margin-bottom: 0px;
    padding: 10px;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-image {
    padding: 28px 23px 7em 0em;
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-image .Skills_boxBG {
    width: 330px;
    height: 310px;
    background: linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    box-shadow: 0px 0px 50px #00000033;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-image img {
    transition: all 0.9s ease;
    width: 370px;
    height: 318px;
    transform: matrix(0.99, 0.12, -0.12, 0.99, 0, 0);
    margin-top: 44px;
    box-shadow: -1px 7px 17px #00000033;
    border: 6px solid #FFFFFF;
    border-radius: 24px;
    position: relative;
    left: 2.7em;
    transition: all 0.4s ease 0s;
}
#innerpage-box .peccular-Skills-box:hover .peccular-Skills-image img {
    transition: all 0.9s ease;
    transform: none;
}

#innerpage-box .peccular-Skills-box .peccular-Skills-image .ovrlyT {
    position: absolute;
    background: #000 ;
    opacity: 0.2;
    left: 3.2em;
    top: 51px;
    width: 317px;
    height: 305px;
    -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;
    transition: all 0.3s;
    border-radius: 24px;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-image .ovrlyB {
    position: absolute;
    background: #000 ;
    opacity: 0.2;
    left: 3.2em;
    top: 51px;
    width: 317px;
    height: 305px;
    -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;
    border-radius: 24px;
}

#innerpage-box .peccular-Skills-box:hover .peccular-Skills-image .ovrlyT {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#innerpage-box .peccular-Skills-box:hover .peccular-Skills-image .ovrlyB {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn.red {
    color: #fff;
    background: linear-gradient(0deg, #FF8000 0%, #FFA041 100%) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fdfdfd;
    transition: all .6s;
    background: none;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
    font-family: Roboto, Medium;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn{
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 19px;
    padding: 13px 43px;
    font-weight: 600;
    background: none;
} 
#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn.red:hover{
    background: #f7873e !important;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #f76607;
}

#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn:before,
#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn:after{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}

#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn:hover:before,
#innerpage-box .peccular-Skills-box .peccular-Skills-btn .btn:hover:after{
    width: 50%;
}

#innerpage-box .peccular-Skills-content {
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    transition: all 0.5s;
    margin: 0 auto;
    margin-top: -23px;
    padding-right: 3em;
    padding-left: 3em;
    padding-bottom: 20px;
    text-align: left;
}

#innerpage-box .peccular-Skills-content h4 a {
    word-break: break-word;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #1E0808;
    position: relative;
    font-family: Roboto, Medium;
}
#innerpage-box .peccular-Skills-content h4{
    padding: 0 !important;
}

#innerpage-box .peccular-Skills-content .peccular-Skills-contenttext {
    margin-bottom: 10px;
}
#innerpage-box .peccular-Skills-content .peccular-Skills-contenttext p {
    font-size: 20px;
    font-weight: 300;
    word-break: break-all;
    line-height: 33px;
    color: #AAAAAA;
    margin-bottom: 0px;
    text-align: left;
    font-family: Roboto, Regular;
    margin-top: 10px;
}

/*---------------------- End Skills page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq .faq-content{
    margin-bottom: 30px;
    padding: 0 15px;
    border: none;
    padding: 22px 24px 20px 30px;
    border-radius: 50px;
    background: linear-gradient(to top ,#FF8000 60%,#FEBB8D 87%,#FEBB8D 75%,#FF8000 95%);
}
div#content-box .faq_Contact_block h2 {
    font-size: 38px !important;
    font-family: Roboto, Bold;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 30px;
    border-radius: 22px;
    margin-bottom: 20px !important;
    position: relative;
    padding: 0!important;
}
div#content-box .faq_Contact_block p{
    font-size: 16px!important;
    color: #000!important;
    font-family: Roboto, Regular;
    line-height: 30px!important;
    font-weight: 500;
}
div#content-box .contact_Form_BG{
    background: #FFFFFF;
    box-shadow: 0px 15px 50px #00000042;
    border-radius: 25px;
    margin-right: 10em;
    position: relative;
    z-index: 1;
    margin-top: 3em;
}
div#content-box .FormtopcircleBox1 {
    background: transparent linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    width: 70px;
    height: 70px;
    position: absolute;
    margin-top: 0em;
    margin-left: -2em;
    border-radius: 50%;
    z-index: 0;
}
div#content-box .FormbottomcircleBox2{
    background: #2A6F6A;
    width: 84px;
    height: 84px;
    position: absolute;
    margin-bottom: 8%;
    margin-left: 18%;
    border-radius: 50%;
    z-index: 0;
    bottom: 0;
}

div#content-box .contact_Form_BG h2{
    font-family: Poppins, SemiBold;
    color: #FD8003!important;
    font-size: 50px!important;
    padding-top: 35px !important;
    line-height: 40px;
    padding-left: 30px !important;
    margin-bottom: 30px !important;
}
 div#content-box .contact_Form_BG input[type="text"],
 div#content-box .contact_Form_BG input[type="email"], 
 div#content-box .contact_Form_BG input[type="url"], 
 div#content-box .contact_Form_BG input[type="password"], 
 div#content-box .contact_Form_BG input[type="search"], 
 div#content-box .contact_Form_BG input[type="number"], 
 div#content-box .contact_Form_BG input[type="tel"], 
 input[type="range"], 
 div#content-box .contact_Form_BG input[type="date"], 
 input[type="month"], 
 div#content-box .contact_Form_BG 
 input[type="week"], 
 div#content-box .contact_Form_BG input[type="time"], 
 div#content-box .contact_Form_BG input[type="datetime"], 
 div#content-box .contact_Form_BG input[type="datetime-local"], 
 div#content-box .contact_Form_BG input[type="color"], 
 div#content-box .contact_Form_BG textarea{
    border: none;
    border-bottom: 1px solid #000 !important;
    font-family: Poppins, Regular;
    font-size: 20px;
    color: #000 !important;
    opacity: 1;
    margin-bottom: 6px;
}
div#content-box .contact_Form_BG input[type="text"]:placeholder {
    color: #000 !important;
    opacity: 1;
}
div#content-box .contact_Form_BG input[type="email"]:placeholder{
    color: #000 !important;
    opacity: 1;
}
 div#content-box .contact_Form_BG input[type="submit"]{
    background: #FD8003;
    font-family: Roboto, Black;
    font-size: 25px;
    font-weight: 600;
    border-radius: 31px;
    width: width: 315px;
    width: 315px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    margin-left: 5px;
    padding-top: 12px;
    color: #fff;
     transition: all 0.4s ease 0s;
 }
 div#content-box .contact_Form_BG input[type="submit"]:hover{
    text-decoration: underline;
    letter-spacing: 1px;
     transition: all 0.4s ease 0s;
 }
div#content-box .contact_Form_BG .peccular-faq-page-form{
    padding-left: 30px;
}
div#content-box .faq .faq-content.active{
       background: linear-gradient(to top ,#FF8000 60%,#FEBB8D 87%,#FEBB8D 75%,#FF8000 95%);
}

div#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
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: 28px;
    position: absolute;
    top: 50%;
    -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%);
    right: 15px;
    width: 24px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
      content: "\f068";
      font-family: 'Fontawesome';
      color: #fff;
}
#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;
}
#content-box .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0px 0;
}

#innerpage-box div#content-box h3.faq-title{
    text-transform: none;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 28px;
    text-align: left;
    color: #fff;
    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-left: 33px;
    padding: 10px 10px;
    font-family: Roboto, Medium !important;
}
#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: 24px !important;
    padding: 0 33px;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 300;
    color: #848e9f;
    font-family: Roboto, Regular;
    text-align: left;
    padding-bottom: 1em;
}

.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;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {
    background: #fff;
    margin: 1em 14px;
    padding: 21px 30px 56px;
    border-radius: 33px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 40px #00000038;
    text-align: center;
    margin-bottom: 6em;
}
#innerpage-box .peccular-testimonials-identity {
    position: relative;
    left: 0;
    text-align: center;
}
#innerpage-box h4.peccular-testimonials-name {
    color: #000;
    font-size: 21px !important;
    font-weight: 600;
    margin: 10px 0 3px !important;
    font-family: Roboto, Medium;
        transition: all .6s;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
    color: #00000085;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-family: Roboto, Medium;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    position: absolute;
    /* margin-bottom: 44px; */
    text-align: center;
    margin-left: 27%;
    margin-top: 10px;
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 106px;
    height: 106px;
    position: relative;
    margin: 0 0 0 15px;
    border: 6px solid #FF8000;
    box-shadow: 0px 0px 20px #00000030;
    transition: all .6s;
}

#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0em 0;
    color: #76797A;
    font-size: 19px !important;
    line-height: 30px !important;
    text-align: center;
    margin-bottom: 0;
    font-family: Roboto, Regular;
    word-break: break-all;
}

#innerpage-box .peccular-testimonials-single i {
    color: #fff;
    font-size: 19px;
    z-index: 18;
    text-align: center;
    background: transparent linear-gradient(180deg, #FF8000 0%, #FFA041 100%);
    border-radius: 50px;
    padding: 7px 9px;
    margin-bottom: 0px;
        transition: all .6s;
}
#innerpage-box .peccular-testimonials-single:hover i{
transform: rotate(180deg);
transition: all .6s;
}
#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-bottom: 12px;
}

#innerpage-box .peccular-testimonials-single:hover{
       -webkit-box-shadow: 0px 5px 20px rgb(50 50 0 / 30%);
    box-shadow: 0px 2px 5px rgb(50 50 0 / 30%);
        transition: all .6s;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #fbdd17;
        transition: all .6s;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    transform: scale(1.1);
    transition: all .6s;
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
     color: #FF8000;
     transition: all .6s;
}

/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- Project inner page -------------------------------*/

#innerpage-box .peccular-project-box {
    background: #f2f2f2;
    margin: 10px;
}

#innerpage-box .peccular-project-single {
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    margin-top: 0em;
}
#innerpage-box .peccular-project-image img {
    width: 100%;
}

#innerpage-box .peccular-project-content h4{
   margin: 0;
   margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
}

#innerpage-box .peccular-project-single .small-GradientbG {
    width: 7px;
    height: 16px;
    position: absolute;
    margin-top: -12px;
    margin-left: 37px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: linear-gradient(to left,#FF8000 44%,#FEBB8D 82%,#FEBB8D 36%,#FF8000 64%);
    z-index: 1;
}

#innerpage-box .peccular-project-single h4.peccular-project-title{   
    position: relative;
    transition: all 0.5s ease 0s;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: "Segoe UI";
    margin-top: -54px;
    background: linear-gradient(to left,#FF8000 85%,#FEBB8D 93%,#FEBB8D 48%,#FF8000 99%);
    padding: 7px 15px;
    width: 306px;
    margin-left: 37px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 22px;
    box-shadow: 0px -9px 12px #0000002e;
    z-index: 1;
}
#innerpage-box .peccular-project-single h4.peccular-project-title a{
    color: #fff;
    font-family: Roboto, Medium;
}

#innerpage-box .peccular-project-single:hover h4.peccular-project-title a{
    color: #000;
        font-weight: 500;
    letter-spacing: 0.5px;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content h4{
    position: relative;
}

#innerpage-box .peccular-project-content{
    display: block !important;
}
#innerpage-box .peccular-project-content p {
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 15px;
}
#innerpage-box .peccular-project-content {
    position: relative;
    transition: all 0.95s ease 0s;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    display: inline-block;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
}
#innerpage-box .peccular-project-content .project-view-btn {
    color: #fff;
    background: #06332e;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

#innerpage-box .peccular-project-single .peccular-project-img{
    position: relative;
    margin-left: 1em;
    margin-top: 2.3em;
}
#innerpage-box .peccular-project-single .img_overlayColored {
    position: absolute;
    width: 320px;
    height: 367px;
    background: #FFFFFF;
    z-index: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #00000033;
    transform: matrix(0.99, 0.16, -0.16, 0.99, 0, 0);
    border-radius: 28px;
    margin-left: 30px;
    transition: all 0.4s ease 0s;
}
#innerpage-box .peccular-project-single:hover .img_overlayColored{
    transform: none;
    transition: all 0.4s ease 0s;
    background: #FF8000 ;
}
#innerpage-box .peccular-project-single:hover .peccular-project-img img{
    transition: all 0.4s ease 0s;
}
#innerpage-box .peccular-project-single .img_overlayColored .borderOnBGbox {
    width: 122px;
    height: 8px;
    background: #F5F5F5;
    border-radius: 4px;
    position: absolute;
    top: 19px;
    left: 75px;
    transition: all 0.4s ease 0s;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 320px;
    height: 392px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
    top: 25px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 20px #00000033;
    border-radius: 44px;
}

#innerpage-box .peccular-project-single .peccular-project-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #06332e;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

/*---------------------- 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: #06332e;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
    color: #06332e;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
    color: #06332e;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
    color: #06332e;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
    color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------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-member-wrap textarea{width: 91%;}
#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;}
}

@media only screen and (max-width: 320px){
#contact svg {    right: -726px;}
#contact .contactsvg2 svg {  right: -750px;}
#contact { padding-bottom: 2em !important;}
#contact .peccular-contact-member-wrap input[type="email"]{    width: 88%;}
#contact .peccular-contact-phone-info { right: 70px;}
#contact .peccular-contact-phone-info a {font-size: 21px;}
#contact .peccular-contact-phone-icon { top: -15px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-mailid-info a { font-size: 15px;}
#contact .peccular-contact-mailid-info { width: 69%; right: 35px;}
#contact .peccular-contact-mailid-icon { top: -17px;}
#contact .peccular-contact-address-text{    font-size: 12px; top: -21px;left: 14px;}
#team .peccular-team-content svg{    top: -60px;}
#testimonials .peccular-testimonial-block { padding-bottom: 0;}
#testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}
#counter h4.peccular-counter-title,#counter .peccular-counter-num.count{text-align: center;}
#counter .peccular-counter-icon span{    margin: 0 117px;}
#counter .peccular-counter-b{    margin-bottom: 2em;}
#profile .peccular-section-head h2{    font-size: 43px;}
#aboutus .peccular-section-head h2{    font-size: 38px;}
#catproduct-section .pro-cat-img { width: 100% !important;}
#profile .peccular-profile-imgbox{padding: 27px 0px 0 47px;}
}

/*--------------Testimonials Responsiv css --------------------- */


@media screen and (min-width: 320px) and (max-width: 1299px){

    #testimonials .owl-theme .owl-nav{ bottom: 0;}
}
@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){
#profile .left_content {
    padding-top: 0;
    text-align: center;
}
#profile .peccular-profile-area h4.peccular-profile-title {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
#profile .peccular-profile-area .peccular-profile-text {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    text-align: center;
    margin: 0px 0;
}
#profile .dash_border {
    border-left: none;
}
#profile .block_title h3 {
    margin-bottom: 0px;
    font-size: 23px;
    padding: 9px 63px;
    margin-bottom: 10px;
    margin-left: 2.5em;
}
#profile .peccular-profile-img-circle1 {
    display: none;
}
#profile .peccular-profile-content {
    padding-left: 15px;
    padding-top: 1em;
    padding-bottom: 17px;
    text-align: center;
}
#profile .peccular-profile-imgbox img {
        width: 300px;
    height: 390px;
}
#profile .imageBGBox1 {
    width: 300px;
    height: 390px;
}
#profile .imageBGBox2 {
    width: 300px;
    height: 390px;
}
#profile .peccular-profile-imgbox {
    top: 0px;
    padding: 50px 0px 60px 70px !important;
    margin-top: 0;
}
#profile .read-btn {
    padding: 11px 13px 11px 22px;
    font-size: 22px;
    line-height: 25px;
    border-radius: 40px;
}
#profile {
    padding-top: 1em !important;
}
    #aboutus .info_bg_CircleBX {
    display: none;
}
    #aboutus .about_info .phoneContct li i {
    font-size: 20px;
}
#profile .circleBox {
    display: none;
}
#aboutus .about_info li i {
    margin-right: 18px;
}
#profile .peccular-profile-area {
    margin: 0em 1em;
}
#aboutus .about_info li span {
    font-size: 18px;
}
#aboutus .about_info li {
    font-size: 17px;
}
#aboutus .about_info .emailContct li i {
    font-size: 19px;
}
#aboutus .about_info .addressContct li i {
    font-size: 26px;
    margin-right: 24px;
}
#aboutus .about_info .about_socials {
    left: 28%;
}
#aboutus .aniMated_box2 {
    display: none;
}
#aboutus .aniMated_box1 {
    display: none;
}
#aboutus .peccular-aboutus-imgbox .imageBGBox {
    display: none;
}

#aboutus .peccular-aboutus-imgbox .imageBGBelowBX {
    display: none;
}
#aboutus .peccular-aboutus-imgbox img {
    width: 340px!important;
    height: 350px !important;
    margin-top: 0;
    box-shadow: none;
}
#aboutus .peccular-aboutus-imgbox .user-name {
    padding: 10px 24px;
    bottom: 4px !important;
    right: 12% !important;
}
#aboutus .peccular-aboutus-imgbox .user-name h2 {
    font-size: 20px;
}
#testimonials .peccular-testimonials-single{width:100%; 
 margin-bottom: 15em !important; margin: 0 auto; padding: 4em 2em 1em;}
 #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
#testimonials .peccular-testimonials-single{width:100%; padding: 2em 2em 1em;}
#testimonials .peccular-testimonials-content i{left: -20px;}
#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: 1440px){
    #banner img.peccular-project-downimgboxshape1 {
    margin-left: -22px;
    position: absolute;
    margin-top: -43px;
}
#project .topCircleboxBG1 {
    width: 146px;
    height: 146px;
    top: 23%;
    left: 6%;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .left-client-images-tbs {
    max-width: 493px;
    height: 540px;
    position: relative;
}
.left-client-images-tbs .dts1 {
    left: 0;
    top: 92px;
}
.left-client-images-tbs img {
    left: 40%;
    top: 19%;
}
.left-client-images-tbs .dts2 {
    left: 0;
    top: 243px;
}
.left-client-images-tbs .dts3, .left-client-images-tbs .dts4, .left-client-images-tbs .dts5 {
    left: 140px;
}
.left-client-images-tbs .dts4 {
    left: 140px;
    top: 142px;
}
.left-client-images-tbs .dts5 {
    left: 140px;
    top: 283px;
}
.left-client-images-tbs .dts6, .left-client-images-tbs .dts7 {
    left: 281px;
}
.left-client-images-tbs .dts6 {
    top: 85px;
    left: 270px;
}
.left-client-images-tbs .dts7 {
    left: 270px;
    top: 244px;
}
.custom-paging-testi {
    left: 0px;
    top: 0;
    min-height: 410px;
    width: 2px;
}
.slick-initialized .slick-slide p {
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
    #footer .peccular-section-head h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 0.5em;
    margin-top: 51px;
    margin-left: 25px;
}
#banner img.peccular-project-downimgboxshape1 {
    margin-left: -81px;
    position: absolute;
    margin-top: -43px;
}
#footer .newsletter-sign-box .uppBGBox {
    width: 491px;
    height: 48px;
    top: -48px;
    border-radius: 48px 48px 0px 0px;
    right: 84px;
}
#footer .newsletter-sign-box .smallMiddleuppBGBox {
    height: 44px;
    width: 63px;
    top: -45px;
    left: 37%;
}
#footer h3 {
    font-size: 21px;
}
.single-footer-1 p {
    margin-bottom: 17px !important;
    line-height: 29px !important;
    font-size: 20px !important;
}
.footer-area p, .page .footer-area p, .single .footer-area p {
    TEXT-ALIGN: LEFT;
}
.footer-area .single-footer-1, .footer-area .single-footer-1, .page .footer-area .single-footer-1, .single .footer-area .single-footer-1 {
    float: left;
    padding-right: 1em;
}
#footer .peccular-newsletter-member-wrap input[type="submit"] {
    font-weight: 400;
    padding: 16px 35px;
    line-height: 1;
    border-radius: 33px;
    font-size: 22px;
    margin-left: 53px;
}
#footer .newsletter-sign-box .peccular-section-head {
    margin-left: 0;
    margin-bottom: 0em;
    margin-top: -65px;
    height: 158px;
    width: 306px;
}
    .page-template-home-template #pricing .head_below_clip {
    width: 273px;
}
.page-template-home-template #pricing .peccular-pricing-single {
    width: 280px;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn {
    padding-left: 00;
    width: 270px;
}
.page-template-home-template #pricing .peccular-section-head h2 {
    font-size: 50px;
    line-height: 27px;
}
#blog .peccular-section-head h2{
        font-size: 50px;
        line-height: 27px;
}
#blog {
    padding-top: 4em !important;
}
.page-template-home-template #pricing .peccular-section-head {
    margin-bottom: 4em;
    margin-top: 1em;
}
#blog .FirstBlogCircleBox {
    display: none;
}
    .page-template-home-template #pricing .bo_bg_shadow_box{
        display: none;
    }
    div#project .peccular-project-single .peccular-project-img img {
    width: 250px;
    height: 340px !important;
    top: 25px;
}
div#project .img_overlayColored {
    width: 250px;
    height: 325px;
    margin-left: 22px;
}
#project .topCircleboxBG1 {
    width: 120px;
    height: 120px;
    top: 25%;
    left: 6%;
}
div#project .peccular-project-single .peccular-project-content {
    margin-top: -25px;
    margin-left: 0px;
}
div#project .peccular-project-single h4.peccular-project-title {
    font-size: 20px;
    margin-top: 7px;
    padding: 6px 10px;
    width: 253px;
}
#project .peccular-section-head h2 {
    font-size: 50px;
    line-height: 27px;
}
    #counter .peccular-counter-single .inner_counter_details {
    width: 182px;
    height: 182px;
}
#counter .peccular-counter-single {
    width: 200px;
    height: 200px;
}
#counter h4.peccular-counter-title {
    font-size: 20px;
    margin: 0 0 0px 13px;
    padding: 25px 18px 17px 20px;
}
#counter .peccular-counter-num.count span {
    font-size: 30px;
}
#counter .peccular-counter-num.count span:after {
    font-size: 22px;
}
    #profile .block_title h3 {
    font-size: 25px;
    padding: 9px 63px;
    margin-bottom: 10px;
    margin-left: 2.5em;
}
    #profile .peccular-profile-imgbox img {
    width: 330px;
    height: 460px;
}
#profile .imageBGBox1 {
    width: 330px;
    height: 460px;
}
#profile .imageBGBox2 {
    width: 330px;
    height: 460px;
}
    #Skills .peccular-Skills-image .Skills_boxBG {
    width: 220px;
    height: 260px;
}
#profile .peccular-profile-imgbox {
    top: 0px;
    padding: 50px 0px 60px 98px;
    margin-top: 1.5em;
}
#profile .peccular-profile-content {
    padding-left: 15px;
    padding-top: 1em;
    padding-bottom: 17px;
}
#profile .peccular-section-head h2 {
    font-size: 50px;
    line-height: 27px;
}
#profile .left_content {
    padding-top: 1em;
    text-align: right;
}
#profile .read-btn {
    padding: 11px 13px 11px 22px;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
#profile .peccular-profile-imgbox .peccular-profile-imgTop-circle {
    width: 104px;
    height: 104px;
    right: 28px;
    top: 11px;
}
#profile .peccular-profile-imgbox .peccular-profile-img-circle2 {
    width: 146px;
    height: 146px;
    left: 20px;
    bottom: 147px;
}
#profile {
    padding-bottom: 1em !important;
}
.page-template-home-template #Skills .peccular-section-head h2 {
    font-size: 50px;
    line-height: 27px;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image img {
    width: 217px;
    height: 249px !important;
    margin-top: 30px;
    left: 1.2em;
}
#Skills .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 1em;
}
.page-template-home-template #Skills .peccular-Skills-content h4 a {
    padding: 0;
    font-size: 25px;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image {
    padding: 30px 23px 3em 0em;
}
.page-template-home-template #Skills .peccular-Skills-contenttext p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 7px;
}
.page-template-home-template #Skills .peccular-Skills-btn a {
    font-size: 18px;
    padding: 11px 20px;
}
    #aboutus .about_info ul {
    margin-bottom: 13px;
    margin-left: 10px;
}
#aboutus .peccular-section-head h2 {
    font-size: 50px;
}
#aboutus .peccular-section-head h3 {
    font-size: 35px;
}
.page-template-home-template #Skills .peccular-Skills-content {
    bottom: 6px;
    padding-top: 13px;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 20px;
}
#aboutus .peccular-section-subtext {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-left: 0em;
}
#Skills .single_Dot_box {
    width: 45px;
    height: 45px;
    right: 20px;
    top: 7em;
}
#aboutus .about_info li {
    font-size: 18px;
}
#aboutus .about_info .about_socials {
    left: 44%;
}
#aboutus .info_bg_CircleBX {
    height: 120px;
    width: 120px;
    left: 84%;
    margin-top: -5em;
}
#aboutus .peccular-aboutus-imgbox img {
    width: 350px;
    height: 420px;
    margin-top: 4em;
}
#aboutus .peccular-aboutus-imgbox .imageBGBox {
    width: 320px;
    height: 450px;
    left: 91px;
    top: 95px;
}
#aboutus .aniMated_box1 {
    width: 140px;
    height: 140px;
}
#aboutus .aniMated_box2 {
    width: 106px;
    height: 106px;
    right: 0;
    top: 0;
}
#aboutus .peccular-aboutus-imgbox .user-name h2 {
    font-size: 20px;
}
#aboutus .peccular-aboutus-imgbox .user-name {
    padding: 10px 24px;
    bottom: 130px;
    right: 72px;
}
#aboutus .peccular-aboutus-imgbox .imageBGBelowBX {
    width: 290px;
    height: 200px;
    border-radius: 32%;
    left: 17%;
    margin-top: -10em;
    transform: rotate(343deg);
}
#aboutus .peccular-aboutus-imgbox {
    top: 0px;
    padding: 18px 0 130px 0;
}
    #banner .left_content h2 {
    font-size: 49px;
    line-height: 63px;
}
    #banner .right_content {
    padding-top: 20px;
    padding-left: 0;
}

#testimonials .peccular-testimonials-single{width: 80%;
    margin: 0 auto;     margin-bottom: 1em !important;}
}

@media screen and (min-width: 425px) and (max-width: 768px){
    .left-client-images-tbs .dts2 {
    left: 0;
    top: 160px;
}
.left-client-images-tbs .dts4 {
    left: 92px;
    top: 95px;
}
.left-client-images-tbs .dts5 {
    left: 92px;
    top: 185px;
}
.left-client-images-tbs .dts6 {
    top: 68px;
    left: 180px;
}
.left-client-images-tbs .dts7 {
    left: 189px;
    top: 152px;
}
.left-client-images-tbs .dts3, .left-client-images-tbs .dts4, .left-client-images-tbs .dts5 {
    left: 92px;
}
.left-client-images-tbs .dts1 {
    left: 0;
    top: 68px;
}
.left-client-images-tbs a {
    width: 70px;
    height: 70px;
}
.left-client-images-tbs a:active, .left-client-images-tbs a:focus, .left-client-images-tbs a:visited {
    background: none !important;
}
    .left-client-images-tbs img {
    left: 45%;
    top: 110%;
}
.right-content-testimonial .sec-title h2.tag1 {
    font-size: 30px;
    line-height: 20px;
}
    #banner img.peccular-project-downimgboxshape1 {
    display: none;
}
#aboutus img.peccular-project-upimgboxshape1 {
    display: none;
}
#profile .topSVGLines {
    display: none;
}
#project .topProjectSVGLines {
    display: none;
}
#pricing .topPricingSVGLines {
    display: none;
}
    #footer .peccular-section-head h2 {
    font-size: 35px;
    line-height: 65px;
    margin-bottom: 0.5em;
    margin-top: 51px;
    margin-left: 25px;
}
#footer .newsletter-sign-box .peccular-section-head {
    margin-left: 0;
    margin-bottom: 0em;
    margin-top: -54px;
    height: 135px;
    width: 218px;
}
#footer .newsletter-sign-box .smallMiddleuppBGBox {
    height: 28px;
    width: 50px;
    top: -34px;
    left: 34%;
}
#footer .newsletter-sign-box .uppBGBox {
    width: 374px;
    height: 36px;
    top: -36px;
    border-radius: 48px 48px 0px 0px;
    right: 78px;
}
#footer .peccular-newsletter-member-wrap input[type="submit"] {
    font-weight: 400;
    padding: 12px 25px;
    line-height: 1;
    border-radius: 33px;
    font-size: 16px;
    margin-left: 60px;
}
.single-footer-1 img {
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 200px;
}
.single-footer-1 p {
    margin-bottom: 10px !important;
    line-height: 29px !important;
    font-size: 18px !important;
}
#footer .newsletter-sign-box {
    padding: 20px 2em 1.2em;
}
#footer h3 {
    font-size: 17px;
}
#footer .peccular-newsletter-member-wrap .wpcf7-form {
    height: 40px;
}
    #profile .hex {
    display: none;
}
    .page-template-home-template #pricing .peccular-pricing-currency-price span {
    font-size: 33px;
    padding-right: 5px;
}
#blog .peccular-blog-thumbnail img {
    box-shadow: none;
}
#blog .peccular-blog-date {
    top: 7px;
    right: 10px;
    padding: 4px;
    width: 78px;
    height: 57px;
}
#blog .peccular-blog-date p {
    font-size: 20px;
    line-height: 21px;
}
#blog .peccular-blog-comment {
    padding: 5px 10px;
    left: 40px;
    bottom: 32px;
}
#blog .peccular-blog-thumbnail .bg_shadow_box {
    display: none;
}
#blog h4.inner-area-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}
#blog .peccular-blog-thumbnail {
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
}
#blog p.blogeqlh {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    padding: 0em;
    text-align: left;
    height: 120px !important;
}
#blog .peccular-blog-post {
    padding: 0em;
    margin: 0 0 0em 0;
}
#blog .peccular-blog-single {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
}
#blog .btn.red {
    font-size: 17px;
    padding: 6px 24px;
    margin: 20px 0 0px;
}
.page-template-home-template #pricing .peccular-pricing-currency-price {
    font-size: 33px;
    line-height: 10px;
    padding-bottom: 7px;
}
#blog .peccular-blog-post {
    height: 530px !important;
}
#blog {
    padding-bottom: 1em !important;
}
.page-template-home-template #pricing .peccular-pricing-box-head h4.peccular-pricing-title {
    padding: 0;
    line-height: 28px;
    font-size: 21px;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 15px;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 16px;
    padding: 0 15px;
    line-height: 16px;
    margin-bottom: 18px;
}
#pricing .heading_here_bx {
    font-size: 17px;
    padding: 6px 20px;
    border-radius: 23px;
    margin-top: -56px;
    left: 15%;
}
.page-template-home-template #pricing .head_below_clip {
    width: 196px;
}
.page-template-home-template #pricing .peccular-pricing-single {
    width: 218px;
    margin-left: 0em;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn.red {
    font-size: 17px;
    padding: 8px 29px;
    line-height: 18px;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn {
    padding-left: 00;
    width: 220px;
}
#pricing .secondMiddleCircleBox2 {
    DISPLAY: NONE;
}
.page-template-home-template #pricing .peccular-section-head h2 {
    font-size: 40px;
    line-height: 27px;
}
    div#project .img_overlayColored {
    display: none;
}
#project .topCircleboxBG1 {
    display: none;
}
#project .topCirclemiddleboxBG2 {
    display: none;
}
#project .topMainRightCircleBox {
    display: none;
}
#project .peccular-section-head h2 {
    font-size: 40px;
    line-height: 27px;
}
div#project .peccular-project-single {
    padding-top: 1em;
}
.page-template-home-template #project .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 2em;
}
div#project .peccular-project-single h4.peccular-project-title {
    font-size: 16px;
    margin-top: 7px;
    padding: 6px 10px;
    width: 209px;
}
    #counter .peccular-counter-single {
    margin-bottom: 1em;
}
    #profile .peccular-section-head h2 {
    font-size: 40px;
    line-height: 27px;
}
#profile .download_btn {
    text-align: center;
    position: relative;
    right: 0;
}
#profile .space-abtblock {
    padding: 1em 1em 0em 1em;
}
#profile .peccular-profile-imgbox .peccular-profile-img-circle2 {
    display: none;
}
#profile .peccular-profile-imgbox .peccular-profile-imgTop-circle {
    display: none;
}
#profile .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
}
#profile .peccular-profile-imgbox {
    top: 0px;
    padding: 50px 0px 60px 200px;
    margin-top: 0;
}
    #Skills .single_Dot_box {
    display: none;
}
    .page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image img {
    width: 188px;
    height: 209px !important;
    margin-top: 30px;
    left: 10px;
    box-shadow: none;
}
#Skills .peccular-Skills-image .Skills_boxBG {
    width: 174px;
    height: 230px;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image {
    padding: 14px 10px 1em 0em;
}
.page-template-home-template #Skills .peccular-Skills-content h4 a {
    padding: 0;
    font-size: 20px;
}
.page-template-home-template #Skills .peccular-Skills-content {
    bottom: 6px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
#aboutus .space-abtblock {
    padding: 1em 1em 1em 0em;
    margin-top: 0;
}
.page-template-home-template #Skills .peccular-Skills-contenttext p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 7px;
    padding-top: 5px;
}
.page-template-home-template div#Skills {
    padding-top: 2em !important;
}
.page-template-home-template #Skills .peccular-Skills-btn a {
    font-size: 17px;
    padding: 10px 20px;
}
.page-template-home-template #Skills .peccular-section-head h2 {
    font-size: 40px;
    line-height: 27px;
    font-weight: 600;
}
#aboutus .aniMated_box2 {
    position: relative;
    width: 106px;
    height: 106px;
    left: 80%;
    top: 0;
    display: none;
}
#banner .left_content h2 {
    font-size: 39px;
    line-height: 46px;
}
#aboutus .info_bg_CircleBX {
    display: none;
}
#aboutus .aniMated_box1 {
    width: 140px;
    height: 140px;
    left: 16%;
    position: absolute;
    margin-top: 54px;
    display: none;
}
#aboutus .peccular-aboutus-imgbox .imageBGBox {
    width: 320px;
    height: 450px;
    left: 34%;
    top: 45px;
    display: none;
}
#aboutus .peccular-aboutus-imgbox .user-name {
    padding: 10px 24px;
    bottom: 130px;
    right: 18%;
}
#aboutus .peccular-aboutus-imgbox .imageBGBelowBX {
    width: 206px;
    height: 143px;
    border-radius: 32%;
    left: 35%;
    margin-top: -4em;
    transform: rotate(343deg);
    display: none;
}
#aboutus .peccular-aboutus-imgbox img {
    width: 280px;
    height: 390px;
    margin-top: 0;
    box-shadow: none;
}
#aboutus .peccular-section-head h2 {
    font-size: 40px;
}
#aboutus .about_info li i {
    color: #095F5A;
    margin-right: 7px;
}
#aboutus .about_info li span {
    font-size: 17px;
    margin-right: 2px;
}
#aboutus .about_info {
    padding: 25px 10px 22px 20px;
    margin-top: 32px;
}
#aboutus .about_info li {
    font-size: 16px;
}
#aboutus .about_info .about_socials {
    left: 20%;
}
#banner {
    padding-top: 1em !important;
}
#aboutus .about_info .emailContct li i {
    font-size: 18px;
}
#aboutus .about_info .phoneContct li i {
    font-size: 20px;
}
#aboutus .about_info .addressContct li i {
    font-size: 23px;
    margin-right: 16px;
}
#aboutus .about_info ul {
    margin-bottom: 0;
    margin-left: 0;
}
}
@media screen and (min-width:320px) and (max-width: 1024px){
#testimonials .peccular-testimonials-image img{ width: 100% ;}
#testimonials h4.peccular-testimonials-name{ margin: 23px 0 7px 27px; }
#testimonials h6.peccular-testimonials-designation{     margin: 0 0 5px 27px;}
.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){
    #testimonials .owl-nav .owl-prev{bottom: 0px !important}
    #testimonials .owl-nav .owl-next{bottom: 0px !important;}
    #testimonials .peccular-testimonials-image img{width: 46% !important ;}
    #testimonials .peccular-section-head h2{padding: 0 0em 6px 0;}
    div#testimonials { padding: 0em 0 4em 0em !important;}
}
@media screen and (min-width:320px) and (max-width: 767px){
#testimonials .peccular-section-head h2{    padding: 0 0em 6px 0;}
#testimonials h4.peccular-testimonials-name{text-align: center;}
#testimonials h6.peccular-testimonials-designation{text-align: center;}
#testimonials .owl-nav .owl-prev{bottom: 180px !important}
    #testimonials .owl-nav .owl-next{bottom: 180px !important;}
    #testimonials .test-mrg{padding: 0 10px;}
      #testimonials .peccular-testimonials-image img{width: 20% !important ;}
}
@media only screen and (max-width:319px){

}
@media only screen and (max-width:320px){
    #banner .left_content h2 {
    font-size: 30px!important;
    line-height: 40px!important;
    text-align: center;
}

#banner .right_content p {
    font-size: 15px!important;
    line-height: 20px!important;
}
  #testimonials .peccular-testimonials-image img{width: 40% !important ;}
}
@media screen and (min-width:320px) and (max-width: 425px){
    .left-client-images-tbs img {
    left: 45%;
    top: 40%;
}
.slick-initialized .slick-slide p {
    margin-top: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}
    #blog .peccular-section-head h2 {
    font-size: 40px;
    line-height: 27px;
}
    #aboutus .about_info {
    padding: 25px 10px 17px 10px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
#blog {
    padding-top: 1em !important;
}
#blog p.blogeqlh {
    height: 70px !important;
}
#blog .peccular-blog-post {
    height: 475px !important;
}
#blog .topHeadCircleBox {
    display: none;
}
#blog .BottomDownCircleBox2 {
    display: none;
}
    div#project .peccular-project-single .peccular-project-img img {
    width: 300px;
    height: 330px !important;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#footer {
    margin-top: 1em;
}
#footer .newsletter_data {
    padding: 2em 0em 1.2em;
    position: relative;
    bottom: 0em;
    z-index: 999;
    border-radius: 0;
}
#footer .peccular-section-head h2 {
    font-size: 35px;
    line-height: 65px;
    margin-bottom: 0.5em;
    margin-top: 51px;
    margin-left: 54px;
}
#footer .newsletter-sign-box .peccular-section-head {
    margin-left: 32px;
    margin-bottom: 0em;
    margin-top: -60px;
    height: 60px;
    width: 79%;
    position: relative;
    border-radius: 35px;
}

.footer-area .top-area, .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 1em !important;
}
.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%;
}
.single-footer-1 {
    padding: 0em 0 0em 1em!important;
    margin-bottom: 0em;
}
.footer-area .single-footer-1, .footer-area .single-footer-1, .page .footer-area .single-footer-1, .single .footer-area .single-footer-1 {
    float: left;
    padding-right: 2em;
}
.footer-area .single-footer-3 .widget-title {
    margin-left: 0;
}
#footer .newsletter-sign-box .uppBGBox {
    display: none;
}
#footer .newsletter-sign-box .smallMiddleuppBGBox {
    display: none;
}
div#project .peccular-project-single .peccular-project-content {
    margin-top: -25px;
    margin-left: 83px;
}
#footer .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 10px 20px;
    line-height: 1;
    margin-left: -3px;
}
#footer .peccular-newsletter-member-wrap {
    padding: 0 0em;
    margin-bottom: 15px;
    margin-top: 13px;
}
#footer .newsletter-sign-box {
    border-radius: 40px;
}
.page .footer-area input[type="email"] {
    height: 36px !important;
}
#footer .peccular-newsletter-member-wrap .wpcf7-form {
    height: 35px;
}
div#project .peccular-project-single .peccular-project-img {
    margin-left: 0;
    text-align: center;
}
div#project .img_overlayColored {
    display: none;
}
    #Skills .single_Dot_box {
    display: none;
}
#Skills .peccular-Skills-image .Skills_boxBG {
    width: 250px;
    height: 250px;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image img {
    width: 250px;
    height: 240px !important;
    margin-top: 29px;
    left: 25px;
    box-shadow: none;
}
.page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image {
    padding: 14px 10px 3em 0em;
}
.page-template-home-template #Skills .peccular-Skills-content {
    text-align: center;
}
#banner {
    padding-bottom: 1em !important;
}
    #aboutus .about_info ul {
    margin-bottom: 0;
    margin-left: 0;
}
    #aboutus .peccular-section-head h2 {
    font-size: 40px;
    text-align: center;
}
#profile .hex {
    display: none;
}
.page-template-home-template #pricing .bo_bg_shadow_box {
    display: none;
}
#aboutus .peccular-section-head h3 {
    font-size: 30px;
    text-align: center;
}
#aboutus .peccular-section-subtext {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.page-template-home-template #pricing .peccular-pricing-single {
    width: 310px;
    /* margin-left: 0em; */
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 3em;
}
.page-template-home-template #pricing .head_below_clip {
    width: 300px;
}
#pricing .heading_here_bx {
    font-size: 17px;
    padding: 6px 20px;
    border-radius: 23px;
    margin-top: -56px;
    left: 27%;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn {
    padding-left: 00;
    width: 317px;
}
    #banner .left_content h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}
#banner .right_content {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
}
#banner .right_content p {
    font-size: 16px;
    line-height: 24px;
}
    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #testimonials .peccular-section-head h2{font-size: 28px;}
    #testimonials .peccular-testimonials-content p{ padding: 0; }
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -158px;  position: relative;}
    div#testimonials {  padding: 0em 0 0em 0em !important;}
    #team {  padding-top: 0em !important;}
}

/*// --------------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){
  
    #aboutus .peccular-aboutus-area .peccular-aboutus-icon{ width:100% !important;}
    #aboutus .peccular-aboutus-area .peccular-aboutus-content{margin-left: 13px;}
    .slide-inner .slider-inner-mainbox {  padding: 58px 18px 10px 65px;}    
    .hero-style .slide-title h2 {   font-size: 47px !important;}
    .slider-area img.slide-mainimg{top: 22px;}
    .slider-area{top: -10px;}
    .slider-area .slide-inner svg{left: -185px;}
    .slider-area .slide-inner .slidersvg2 svg{left: -222px;}
    .hero-slider{height: 471px}
    #team .peccular-team-content svg{    top: -44px;}
    #team .peccular-team-content { padding: 0 0 71px 0;}
    #popularproduct-section .total-product-title-wrap h6{  font-size: 25px;}
     #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: 39px !important;padding: 0 0 20px 0;}
    .hero-style .slide-text p { padding-bottom: 15px;}
     .slide-inner .slider-inner-mainbox {  padding: 50px 18px 10px 19px;}
    .hero-style .slide-btns-1{    font-size: 16px;padding: 12px 22px !important;}
    .hero-style .slide-btns-2{    font-size: 16px;padding: 12px 22px !important;}
    .slider-area { top: 30px;}
    #slider {  padding-bottom: 5em !important;}
    .slider-area .slide-inner .slidersvg2 svg {  left: -339px;}
    .slider-area .slide-inner svg { left: -307px;}
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:55px !important;}
    #aboutus .peccular-aboutus-area .peccular-aboutus-icon { width: 69% !important;}
    #counter .peccular-counter-b{  margin: 1em 0;}
    #team .peccular-team-content svg{  top: -64px;}
    #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 svg{  right: -446px;}
    #contact .contactsvg2 svg{  right: -487px;}
    #contact .peccular-contact-phone-info a { font-size:17px;}
    #contact .peccular-contact-phone-info { width: 111%; }
    #contact .peccular-contact-mailid-info a { font-size: 14px;}
    #contact .peccular-contact-mailid-info { width:135%;}
    #contact .peccular-contact-address {  padding: 10px 7px 140px 0px;}
    #contact {  padding-bottom:0em !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;}
    #contact .peccular-contact-mailid-icon i{font-size: 26px; line-height: 57px; padding: 0px 2px;}
    #contact .peccular-contact-phone-icon i{font-size: 28px; line-height: 51px; padding: 0px 2px;}
    #contact .peccular-contact-phone-icon { width: 55px; height: 55px; top: -9px;}
    #contact .peccular-contact-member-wrap input[type="text"]{    height: 29px;}
    .page-main-header2{ top: 0 !important; padding: 8em 0 11em !important;}
     #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){
    #counter .peccular-counter-single {
    margin-bottom: 1em;
}
    #catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}
    #catproduct-section .pro-cat-img{ width: 100% !important; }
    .slider-area .slide-inner .slidersvg2 svg { display: none;}
    .slider-area .slide-inner svg { display: none;}
    .slider-area img.slide-mainimg{position: absolute;  z-index: 2; 
    left: 0px; right: 0; top: 0;}
    .slide-inner .slider-inner-mainbox { padding: 0px 18px 0 58px;}
    .hero-style .slide-title h2 { color: #fff !important; font-size: 22px !important; padding: 0;}
    .hero-style .slide-title h2 span,.hero-style .slide-text p{color: #fff !important;}
    #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-member-wrap textarea { width: 89%;  left: 0px;}
#contact .peccular-contact-phone-icon{    border-radius: 22%;    left: 0;     width: 55px;
    height: 55px;
    top: -50px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#counter .peccular-counter-icon span{    margin: 0 172px;}
#contact .peccular-contact-phone-info a { font-size: 23px;}
#blog .peccular-blog-single svg { top: 201px;     z-index: 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 20px;}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{right: 0;}

}
@media screen and (min-width:320px) and (max-width:375px){
    .right-content-testimonial .sec-title h2.tag1 {
    font-size: 30px;
    line-height: 20px;
}
.left-client-images-tbs a {
    width: 65px;
    height: 65px;
}
.left-client-images-tbs img {
    left: 45%;
    top: 0;
}
    div#project .peccular-project-single h4.peccular-project-title {
    font-size: 16px;
    margin-top: 7px;
    padding: 7px 10px;
    width: 240px;
}
div#project .peccular-project-single .peccular-project-content {
    margin-top: -25px;
    margin-left: 46px;
}
div#project .peccular-project-single {
    margin-bottom: 1em;
    margin-top: 0em;
    padding-top: 0em;
}
#project .peccular-section-head h2 {
    font-size: 35px;
    line-height: 27px;
}
.page-template-home-template #pricing .peccular-section-head h2 {
    font-size: 35px;
    line-height: 27px;
}
.page-template-home-template #pricing .peccular-pricing-currency-price {
    font-size: 35px;
    line-height: 15px;
    padding-bottom: 10px;
}
.page-template-home-template #pricing .peccular-pricing-currency-price span {
    font-size: 35px;
}
.page-template-home-template #pricing .peccular-pricing-box-head h4.peccular-pricing-title {
    padding: 0;
    line-height: 22px;
    font-size: 27px;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 25px;
}
.page-template-home-template #pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 18px;
    padding: 0 15px;
    line-height: 20px;
}
#pricing .peccular-pricing-single .peccular-pricing-btn .btn.red {
    font-size: 18px;
    padding: 8px 25px;
}
#project .topMainRightCircleBox {
    display: none;
}
#project .topCircleboxBG1 {
    display: none;
}
#project .topCirclemiddleboxBG2 {
    display: none;
}
    #profile .peccular-section-head h2 {
    font-size: 35px;
    line-height: 27px;
}
#blog .peccular-blog-thumbnail .bg_shadow_box {
    display: none;
}
#blog .peccular-section-head h2 {
    font-size: 35px;
    line-height: 27px;
}
#pricing .secondMiddleCircleBox2 {
    display: none;
}
.page-template-home-template #project .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 2em;
}
#blog h4.inner-area-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 0.6em;
    padding: 0em;
}
#profile .peccular-profile-imgbox img {
    width: 240px;
    height: 360px;
}
#blog p.blogeqlh {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 1em;
    padding: 0em;
}
#blog .FirstBlogCircleBox {
    display: none;
}
#blog .peccular-blog-single {
    padding-left: 22px;
    padding-right: 20px;
    margin-left: 10px;
    margin-top: -14px;
}
#footer .newsletter-sign-box {
    padding: 20px 2em 1.2em;
}
#footer .peccular-section-head h2 {
    font-size: 30px;
    line-height: 55px;
    margin-bottom: 0.5em;
    margin-top: 50px;
    margin-left: 42px;
}
#footer .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 10px 20px;
    line-height: 1;
    margin-left: -23px;
    font-size: 17px;
}
#footer h3 {
    font-size: 18px;
}
#blog {
    padding-bottom: 1em !important;
}
.single-footer-1 p {
    margin-bottom: 10px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    font-size: 17px !important;
}
.single-footer-1 img {
    margin-bottom: 14px;
    position: relative;
    top: -11px;
    width: 180px;
}
.footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}
.footer-area p, .page .footer-area p, .single .footer-area p {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 14px;
    font-size: 17px;
}
.footer-area .bottom-area {
    padding: 10px 0 !important;
}
#profile .peccular-profile-imgbox {
    top: 0px;
    padding: 30px 0px 60px 70px !important;
    margin-top: 0;
}
#profile .imageBGBox2{
        width: 240px;
    height: 360px;
}
#profile .imageBGBox1{
            width: 240px;
    height: 360px;
}
    .page-template-home-template #Skills .peccular-section-head h2 {
    font-size: 40px;
}
.page-template-home-template div#Skills {
    padding-top: 2em !important;
}
.page-template-home-template #Skills .peccular-Skills-contenttext p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 7px;
}
.page-template-home-template #Skills .peccular-Skills-btn a {
    font-size: 18px;
    padding: 11px 25px;
}
.page-template-home-template #Skills .peccular-Skills-content h4 a {
    font-size: 22px;
}
    #aboutus .space-abtblock {
    padding: 0;
    margin-top: 0;
}
#aboutus .about_info li {
    font-size: 15px;
}
#banner .left_content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

    .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:375px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 6em !important;}
}
@media only screen and (max-width:320px){
    .page-template-home-template #pricing .peccular-pricing-single {
    width: 275px;
}
.page-template-home-template #pricing .head_below_clip {
    width: 268px;
}
.page-template-home-template #pricing .peccular-pricing-single .peccular-pricing-btn {
    padding-left: 00;
    width: 265px;
}
.footer-area i.fa, .footer-area i.fa, .page .footer-area i.fa, .single .footer-area i.fa {
    padding: 0;
    font-size: 16px;
    margin-right: 0;
}
.footer-area .single-footer-3 p span {
    line-height: 19px !important;
    font-size: 16px !important;
}
.footer-area .single-footer-3 .textwidget {
    margin-top: 15px;
}
.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: 17px;
}
#footer .peccular-section-head h2 {
    font-size: 27px;
    line-height: 43px;
    margin-bottom: 0.5em;
    margin-top: 50px;
    margin-left: 27px;
}
#footer .newsletter-sign-box .peccular-section-head {
    height: 49px;
    width: 79%;
}
    #project .peccular-section-head h2 {
    font-size: 27px;
    line-height: 27px;
}
.page .footer-area input[type="email"] {
    height: 36px !important;
    font-size: 15px !important;
    padding: 0px 15px !important;
}
#blog .peccular-blog-post {
    height: 500px !important;
}
#blog p.blogeqlh {
    height: 83px !important;
}
    #profile .peccular-profile-imgbox img {
    width: 200px;
    height: 320px;
}
#profile .imageBGBox1 {
    width: 200px;
    height: 320px;
}
#profile .imageBGBox2 {
    width: 200px;
    height: 320px;
}
#profile .read-btn {
    padding: 11px 13px 11px 22px;
    font-size: 20px;
    line-height: 25px;
    border-radius: 40px;
}
#profile .download_btn {
    text-align: right;
    position: relative;
    right: 60px;
}

    #profile .block_title h3 {
    margin-bottom: 0px;
    font-size: 21px;
    padding: 9px 63px;
    margin-bottom: 10px;
    margin-left: 0.5em;
}
    .page-template-home-template #Skills .peccular-Skills-box .peccular-Skills-image img {
    width: 231px;
    height: 240px !important;
    margin-top: 22px;
    left: 19px;
    box-shadow: none;
}
.page-template-home-template #Skills .peccular-Skills-content {
    padding-top: 8px;
    padding-right: 1em;
    padding-left: 1em;
}
#Skills .peccular-Skills-image .Skills_boxBG {
    width: 235px;
    height: 250px;
}
    #aboutus .about_info ul {
    margin-bottom: 10px;
    margin-left: 0;
}
#aboutus .about_info {
    padding: 32px 10px 22px 10px;
    margin-top: 0;
}
#aboutus .about_info li i {
    margin-right: 10px;
}
#aboutus .about_info .addressContct li i {
    font-size: 26px;
    margin-right: 7px;
}
#aboutus .about_info li span {
    font-size: 16px;
}
#aboutus .about_info li {
    font-size: 14px;
}
#aboutus .about_info .about_socials {
    left: 15%;
}
    #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
    #team .peccular-team-content svg { top: -60px;}
   
}
@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){
#aboutus .peccular-aboutus-imgbox{   padding: 18px 0px 0 0;}
}
@media screen and (min-width: 320px) and (max-width: 575px){
#aboutus .peccular-aboutus-area{  padding: 0 40px;}
#aboutus .peccular-aboutus-area .peccular-aboutus-icon{    width:35% !important;}
}
@media screen and (min-width: 320px) and (max-width: 375px){

#aboutus .peccular-aboutus-area .peccular-aboutus-icon{     margin-bottom: 15px;   width: 25%;}
#aboutus .peccular-aboutus-area .peccular-aboutus-text{    margin: 15px 0 26px;}
}

/*---------------------------------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px){
    #popularproduct-section .total-product-title-wrap svg{top: -64px;}
    #popularproduct-section .total-product-title-wrap{    padding: 0 0 0em 0;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #popularproduct-section .total-product-title-wrap svg{top: -45px;} 
    #popularproduct-section .total-product-title-wrap h6{  font-size: 20px;  word-break: break-word;}
}
@media screen and (min-width:320px) and (max-width: 767px){
  
        #popularproduct-section .total-product-title-wrap svg{top: -68px;} 
}
@media only screen and (max-width:320px){
      #popularproduct-section .total-product-title-wrap svg{top: -60px;} 
      #peccular-contactus-wrap .contact_info_area{padding: 12px 1em 15px;}
      #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
}
@media only screen and (max-width:1024px){
    .logo-header, .logo-header, .page .logo-header, .single .logo-header {
    margin: 0;
    text-align: left;
    position: absolute;
    top: 12px;
    left: 10px;
}
.mainbottom-header .head_btn .header-shopbtn {
    padding: 1px 13px;
    line-height: 35px;
    font-size: 17px;
}
.navigation .mainmenu li a:after {
    font-size: 7px;
}
#counter .peccular-counter-num.count{    text-align: center;}
#counter h4.peccular-counter-title{ text-align: center;}
}

/* ------------------------------------- */


/* ------------------------------------------- */


@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-image img{    width: 40%;     top: -3em;}*/
    #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;}
    .footer-area .social-profile-icons ul li{    margin: 0 27px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 60px 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 .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 105px !important;
    }
    #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){
    #counter .peccular-counter-single{border: none;}
.logo-header .custom-logo-link img {  width: 70% !important;}
.maintop-header ul li .total-count{    top: 22px;}
svg{    top: 133px;}
}


@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){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@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:320px) and (max-width: 768px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }
}
@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: 14px !important;padding: 0 20px; padding-bottom: 29px !important;}
}

@media screen and (min-width:320px) and (max-width: 425px){
    .slide-inner .slider-inner-mainbox{ top:0 !important; }
    .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: 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){ 
    #Skills .owl-carousel .owl-nav button.owl-next:before,
    #Skills .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;
    }
    #innerpage-box .peccular-testimonials-image img {
    }
    #innerpage-box h4.peccular-testimonials-name {
        font-size: 22px;
    }
    #innerpage-box h6.peccular-testimonials-designation{
        font-size: 18px;
    }
    
    .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;}
}

@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;
}
}

@media only screen and (max-width: 640px){ 
  #aboutus .peccular-aboutus-img{
    padding-right: 2em;
}
.peccular-aboutus-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: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;
    padding: 10px 0 0;
}
.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;
}

.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;
}

}
@media only screen and (max-width: 375px){
    .slider-inner-box {  width: 315px;    }
}
@media only screen and (max-width: 320px){
    .slider-inner-box {   width: 310px;  }
}