 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.show--in-mob {
    display: none;
}

.pull-right {
    float: right;
}
.logo-header h1.site-title {
    text-align: left;
    padding-top: 0;
    position: relative;
    bottom: 15px;
    text-align: center;
}
.ht-site-title a, .site-title a {color: #fff;}

header.site-header {    
 /* z-index: 99999;*/
 position: absolute;
 width: 100%;
 padding: 0em 0;
}    
.header-fixed {
    position: fixed !important;
    top: -40px;
    left: 0;
    width: 100%;
    background: #000000 !important;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease
}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
    display: none;
}

img.header-waveimg{
    position: relative;
    bottom: -8px;
} 
.header-bg-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #000;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
    padding-bottom: 0em;
    /*      background: linear-gradient( 90deg,#00000030 48%, #000000 52%);*/
} 
.head-menu {
    padding: 0 0%;
}
.header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background: linear-gradient( 90deg,#00000030 0%, #000000 48%);
    opacity: 1;
    background-size: cover;
    z-index: 999;
} 

.bg-full-bg .header-overlay{
    background: linear-gradient( 90deg,#000000 43%, #000000 48%);
}
.bg-full-bg .contact-box {
    background: linear-gradient( 90deg,#ff7b00 46%, #ff7b00 41%);
    padding-left: 0;
}
.bg-full-bg .top-bar-head {
    background: linear-gradient( 90deg,#000000 48%, #000000 52%);
}
.contact-box {
    background: #ff7b00;
    background: linear-gradient( 90deg,transparent 44.8%, #ff7b00 41%);
    position: relative;
    padding-left: 5.5em;
}
.header-fixed .contact-box{
    background: linear-gradient( 90deg,#ff7b00 46%, #ff7b00 41%) !important;
}
/*.header-fixed .navigation .mainmenu>li>a{
    padding: 30px 13px 15px 14px;
}*/
.contact-box-header {
    padding: 0px 0 5px 0;
}
.contact-box .contact-box-header li i.fa {
    padding-right: 0.7em;
}
.contact-box .contact-box-header li {
    padding-right: 2em;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.9px;
    position: relative;
    left: -10px;
}
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
header.site-header li.list-inline-item i.fa,
header.site-header i.fa-brands.fa-x-twitter {
    font-size: 13px;
    padding-right: 5px;
}
.fa-twitter:before {
    content: "\e61b" !important;
}
.contact-box .contact-box-header li:hover a,
header.site-header li.list-inline-item:hover i.fa{
    color: #ffffff;
    opacity: 0.8;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header .header-shopbtn{
    background: #dee27b;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.maintop-header .header-shopbtn:hover{ color: #fff; }
.maintop-header .header-shopbtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #dee27b;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #dee27b;
    width: 51%;
    transition: all 0.6s ease 0s;
}

.maintop-header ul li i.fa-shopping-cart{
    font-size: 30px;
    color: #fff;
    padding: 7px 10px 0 0px;
}
.maintop-header ul li .total-count{
    position: relative;
    overflow: hidden;
}
.maintop-header ul li .count{
    background: #FB1129;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff; 
    padding: 0px 4px;
    position: absolute;
    top: 0px;
    left: 17px;
    line-height: 20px;
}

.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    color: #dee27b;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.maintop-header .head-Phone-contact span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

/*inside hamburgur phone nmber*/
.head-Phone-contact_inside i.fa-volume-control-phone {
    color: #dee27b;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.head-Phone-contact_inside span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.head-Phone-contact_inside {
 text-align: center;
 display: none;
 margin-top: 20px;
}
.Head-btn_inside{
    display: none;
    text-align: center;
    margin-top: 20px;
}
.Head-btn_inside .header-shopbtn{
    background: #dee27b;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 10px;
    line-height: 33px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.maintop-header ul li a:hover, .maintop-header ul li a.h-phone:hover{color: #fcf900;}
.maintop-header .Head-top-cont{
    list-style: none;
    float: left;
    line-height: 45px;
    margin-top: 15px;
}
.Head-top-cont {
 text-align: center;
}
header.site-header .peccular-head-btn {
    margin: 30px 0 30px;
    position: relative;
    overflow: hidden;
}
header.site-header .peccular-head-btn .head-btn a{
    position: relative;
    border: 1px solid #dee27b;
    text-align: center;
    padding: 8.67px 26.61px 8.33px 26.39px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    z-index: 2;
    background: transparent;
    top: 0;
    display: inline-block;
}

header.site-header .peccular-head-btn .head-btn a{
    color: #fff;
}

header.site-header .peccular-head-btn .head-btn a:before {
    content: "";
    position: absolute;
    transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    -webkit-transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dee27b;
    z-index: -1;
}
header.site-header .peccular-head-btn .head-btn a:before {
   background-color: #dee27b;
}
header.site-header .peccular-head-btn .head-btn a:hover:before {
    transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -webkit-transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    top: 50%;
    width: 102%;
    height: 200px;
}

header.site-header .head-Phone-contact a {
    font-size: 20px;
    font-weight: 600;    
    margin: 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
header.site-header .head-Phone-contact a:hover {
    color: #000;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.maintop-header ul li a.h-phone {
    color: #fff;
    margin-right: 8px;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}

.site-header .site-navigation {
    padding: 0px 0;
    
}

.site-header .header-fixed .site-navigation {
    text-align: left;
    padding: 0;

}

.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;
}
/*.menu-top-bx {
    background: #000000;
}*/
/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*===================product search css=====================*/
div#sb-search input.search-field {
    width: 100%;
    /* width: 100%; */
    background: #ffffff;
    /* border: 1px solid #ffffffbf; */
    color: #000;
    padding: 3px 8px;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
}
div#sb-search form.woocommerce-product-search:after {
  content: " ";
  /* font-family: 'Fontawesome'; */
  position: absolute;
  top: 44px;
  font-size: 20px;
  /* text-align: right; */
  /* left: 0; */
  right: -8px;
  color: #000000;
  /* background-image: url(images/news2.png); */
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
  /* padding-left: 6px; */
  content: "\f002";
  font-family: 'Fontawesome';
}
div#sb-search input[type="submit"] {
 float: right;
 position: absolute;
 right: 0px;
 top: 46%;
 text-indent: -999px;
 background: none;
 padding: 9px 24px 9px 25px;
 top: 45px;
 z-index: 999;
 box-shadow: none;
} 
.woocommerce-product-search input[type="submit"]{
 height: 35px !important;
}
div#sb-search form {
    margin: 0;
}
div#sb-search {
 position: relative;
 left: 25px;
}
div#sb-search form.woocommerce-product-search {
    border-bottom: 2px solid #757575 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
div#sb-search input[type="search"]{
    border: 0 !important;
    width: 100%;
}
.total-count i.fa {
    font-size: 20px;
    color: #ff7b00;
}
.total-count {
    position: absolute;
    right: 0;
    top: 50px;
    /* font-size: 22px; */
}

div#sb-search input[type="search"]:focus {
    opacity: 1 !important;
}
div#sb-search input[type="search"] {
    line-height: 0;
    opacity: 0 !important;
}
/*===================product search css=====================*/
/*= input focus effects css
=========================== */
:focus{outline: none;}

input[type="search"],
input[type="search"]:focus {
    width: 75%;
    height: 50px;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
input[type="search"]:focus{
    border: 0;
}
.effect-24{border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent !important;}
.effect-24 ~ .focus-bg:before,.effect-24 ~ .focus-bg:after{content: "";position: absolute;left: 50%; top: 50%; width: 0; height: 0; background-color: #ededed; transition: 0.3s; z-index: -1;}
.effect-24:focus ~ .focus-bg:before, .has-content.effect-24 ~ .focus-bg:before{ transition: 0.3s; width: 50%; left: 0;top: 33px;height: 50%;}
.effect-24 ~ .focus-bg:after{ left: auto; right: 50%; top: auto;bottom: 50%;}
.effect-24:focus ~ .focus-bg:after,.has-content.effect-24 ~ .focus-bg:after{ transition: 0.3s;width: 50%; height: 50%;top: 33px;right: 0;}
.effect-24 ~ label{     
    line-height: 1rem;
    position: absolute;
    left: 0.875rem;
    width: 55%;
    top: 3rem;
    color: #252525;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 18px;
}
.effect-24:focus ~ label, .has-content.effect-24 ~ label{ 
    top: 1rem;
    left: 0;
    color: #000000;
    transition: 0.3s;
}
input[type="search"] {border: 2px solid #fbe986;}
.input-effect {position: relative; bottom: 50px; z-index: 2;}

/*= input focus effects css End
=============================== */
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #000000 ;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 0px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #000000;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
}
.header-bg {
    background: #ffffff;
    opacity: 1;
}
.header-transparent .sticky-header .logo-header{
    top: 12px !important;
}
.ht-site-title,.site-title,
.ht-site-title, .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
{
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    color: #000;
    margin-top: 0;
    text-align: center;
}
.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: 20px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    padding: 15px 16px 15px 8px;
    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: #ffffff;
}

.navigation .mainmenu li a  {
    color: #fff;
}
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: #fff;
}
.header.site-header ul.sub-menu ul li a {
    color: #fff;
}

.menu-click i{
    color: #ffffff;
}

.navigation .mainmenu ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
ul.sub-menu li a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
    background:none !important;
    color: #fff;
}
.header.site-header ul.sub-menu li a:before {
    color:#dee27b;
}
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
    box-shadow: 10px 0px 0px 0px #030405;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
    background: #000000;
    border-radius: 0;
/*    box-shadow: 0px 5px 30px #aaa;*/
}
.navigation .mainmenu li:hover ul.sub-menu li:hover {
 /* background-color: #dee27b;*/
}
.navigation .mainmenu li:hover ul.sub-menu li a{
    border: none;
}
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: #fff;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}


/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
    }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px){
    #products-austrak a, #products-sherings a, #products-austmark a {
       /*   margin: 0 0px 5px 15px !important;*/
   }
   #products-austrak a, #products-sherings a, #products-austmark a {
     /* width: 30%;*/
 }
 #innerpage-box .peccular-service-box {
   margin: 0px 1em 2em 1em !important;
}

.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
   right: 0px; 
}
#steps .peccular-steps-icon span {
    left: 5px;
    width: 45px;
    height: 45px;
}
}
@media only screen and (max-width: 992px){
    .navigation .mainmenu li:hover ul.sub-menu li {
       opacity: 1;
       visibility: visible;
       background: none;
       margin-bottom: -2px;
   }
   .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 0;
}
.navigation .mainmenu li a, .page .navigation .mainmenu li a, .single .navigation .mainmenu li a, .error404 .navigation .mainmenu li a {
    font-size: 18px;
    border: none;
}
.maintop-header .Head-top-cont .head-Phone-contact {
    display: none;
}
.maintop-header .Head-top-cont .Head-btn {
    display: none;
}
.head-Phone-contact_inside {
    display: block;
}
.Head-btn_inside {
    display: block;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 12px;
    position: relative;
    left: 0!important;
    width: 100%;
    margin-right: 5em;
}
.navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
.navigation .mainmenu li {
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
    margin: 0;
    padding: 0;
} 
.navigation .mainmenu>li>a {
    padding: 5px 20px;
}
.hamburger-menus{
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transition: .1s;
    transition: .1s;
    margin: 5px 15px;
    cursor: pointer;
    display: inline-block;
    float: right;
    right: 35px;
    top: 13px;
    z-index: 1;
}
}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ /*font-size: 15px !important;*/ }
    .navigation .mainmenu {  /*text-align: left;*/}

    .logo-header,
    .desktop-woo-head {
        padding-left: 0 !important;
    }
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{      padding: 0px 0px 0px 0px;
        text-align: center;}
    }
    @media screen and ( min-width:992px) and (max-width: 1199px){
       .maintop-header ul li:last-child {  margin-left: 1em; }
   }

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
    margin-bottom: 3.5em;
    margin-top: 0;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 2px;
}
#best-seller-products .peccular-section-head {
    margin-bottom: 3em;
}

.peccular-section-head h3{
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    color: #060000;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.peccular-section-head .description {
    padding: 0 1em;
    color: #868686;
    text-align: center;
    line-height: 23px;
    font-size: 15.1px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
section#recent-products .peccular-section-head{
    margin-bottom: 3em;
}


#services .service-bg,
#features .features-bg,
#contactinfo .contactinfo-bg,
#about .about-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#contact .contact-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#recent-products .recentproducts-bg,
#best-seller-products .bestsellerproducts-bg,
#story .story-bg,
#featuredproduct-section .featuredproduct-bg,
#blog .blog-bg,
#gallery .gallery-bg,
#category .about-bg,
section#bannerbox .about-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#services,
#features,
#project,
#contactinfo,
#about,
#counter,
#steps,
#project,
#banner,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#footer,
section#bannerbox{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}
#featuredproduct-section .peccular-section-head {
    text-align: left;
    margin-bottom: 3em;
    margin-top: 0;
}
section#featuredproduct-section .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px;
}
/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
div#main-slider {
    overflow: hidden;
    height: 680px;
}
div#main-slider .item {
    height: 680px;
    position: relative;
}
div#main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#main-slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    /* background: rgb(0,0,0,0.55);*/
    display: flex;
    opacity: 1;
    z-index: 1;
}

div#main-slider .item .cover .header-content {
    position: absolute;
    padding: 150px 20px 70px 100px;
    width: 570px;
    text-align: center;
    /* background: #000; */
    /* outline: 2px solid #ffffff; */
    /* outline-offset: -11px; */
    left: 0;
    top: 0;
    bottom: 8em;
    animation: changeBackgroundImage 30s infinite;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    clip-path: ellipse(81% 90% at 6% 3%);
    -webkit-clip-path: ellipse(81% 90% at 6% 3%);
    z-index: 1;
}
@keyframes changeBackgroundImage {
  0% {
    background-image: url("images/sliderimage4.jpg");
}
25% {
 background-image: url("images/sliderimage5.jpg");
}
50% {
 background-image: url("images/sliderimage2.jpg");
}
75% {
    background-image: url("images/sliderimage3.jpg");
}
100% {
    background-image: url("images/sliderimage.jpg");
}
}
div#main-slider .change-anim{
    position: absolute;
    padding: 70px 20px;
    width: 695px;
    text-align: center;
    background: #5e5c62;
    z-index: 1;
     opacity: 0; 
    left: 0;
    top: 0;
    bottom: 7em;
    clip-path: ellipse(66% 75% at 5% 16%);
    -webkit-clip-path: ellipse(66% 75% at 5% 16%);
    /* animation: changeBackgroundColorall 20s ease-in-out infinite; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

div#main-slider .change-anim2{
  position: absolute;
  padding: 70px 20px;
  width: 665px;
  text-align: center;
  background: #000000;
  z-index: 1;
  opacity: 0.4;
  left: 0;
  top: 0;
  bottom: 0;
  animation: changeBackgroundColor 20s infinite;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}
div#main-slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.header-contents {
    position: absolute;
    top: 33%;
    z-index: 1;
    padding: 0px 20px 70px 100px;
    width: 665px;
    left: 8.5%;
}
div#main-slider .item .cover .header-contents h2 {
    word-break: break-word;
    font-size: 50px;
    font-weight: 500 !important;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-bottom: 0.3em;
    letter-spacing: 3px;
    line-height: 60px;
}

div#main-slider .item .cover .header-contents .slidetxt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 27px;
    padding-bottom: 1.7em;
    position: relative;
    z-index: 1;
    letter-spacing: 0.55px;
    padding-right: 10em;
}
div#main-slider .item .cover .header-contents h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
div#main-slider .owl-item.active .slidetxt {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
div#main-slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
div#main-slider .owl-item.active button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
div#main-slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
div#main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    right: auto;
}

div#main-slider .owl-nav .owl-prev span {
    font-size: 3.5rem;
    color: #ffffff;
}
div#main-slider .owl-nav .owl-prev:focus {
    outline: 0;
}
div#main-slider .owl-nav .owl-prev:hover {
    background: transparent; !important;
}
div#main-slider .owl-nav .owl-next {
/*position: absolute;
    right: -60px;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 1000;
    box-shadow: none;*/
}

div#main-slider .owl-nav .owl-next span {
    font-size: 3.5rem;
    color: #ffffff;
}
div#main-slider .owl-nav .owl-next:focus {
    outline: 0;
}
div#main-slider .owl-nav .owl-next:hover {
    background: transparent; !important;
}

.bounce-in-right {
  animation: bounce-in-right 5s ease infinite;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
}
60% {
    opacity: 1;
    transform: translateX(-30px);
}
80% { transform: translateX(10px); }
100% { transform: translateX(0); }
}


div#main-slider .owl-theme .owl-nav {
    /* margin-top: 0px; */
    position: relative;
    /* bottom: 200px; */
    display: block;
    left: 3%;
}
div#main-slider .btn {
    color: #000000;
    position: relative;
    z-index: 1;
}
div#main-slider .owl-carousel .owl-nav button.owl-next:before{
/*content: "NEXT";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700 !important;
    position: absolute;
    left: 33px;
    top: 18px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-next:after{
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    font-weight: 500 !important;
    position: absolute;
    right: 70px;
    bottom: 250px;
    background: #6e7173;
    opacity: 0.9;
    width: 26px;
    height: 40px;
    line-height: 35px;
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:before{
/*content: "PREV";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600 !important;
    position: relative;
    left: 7px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:after{
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500 !important;
    position: absolute;
    left: -10px;
    bottom: 250px;
    background: #6e7173;
    opacity: 0.9;
    width: 26px;
    height: 40px;
    line-height: 35px;
}

div#main-slider .owl-carousel .owl-nav button.owl-prev span,
div#main-slider .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:hover:before,
div#main-slider .owl-carousel .owl-nav button.owl-prev:hover:after, 
div#main-slider .owl-carousel .owl-nav button.owl-next:hover:before, 
div#main-slider .owl-carousel .owl-nav button.owl-next:hover:after {
    color: #ffffff;
    background-color: #ff7b00;
}

/*--------------------------------------------------------------
5. Banner 3 Section
---------------------------------------------------------------*/

.ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{height: 270px;}
.ct--banner-element>.banner-element-populated{ padding: 20px;}
.sec3-banner-block1 .banner-element.banner-element-block {    position: relative;padding: 20px 40px 20px 00px; max-width: 60%; border-radius: 3px;}
p.banner3-heading-subtitle { font-size: 1.2rem;}
.sec3-banner-block2 h2.ct-section-title span {background: #000; color: #ffffff;background: #f80302; color: #ffffff; padding: 3px 15px;}
.sec3-banner-block2 h2.ct-section-title { color: #f80302;}

.ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5.jpg");*/background-position:center left;background-repeat:no-repeat;    height: 330px;
    background-size: cover;} 
    .ct--banner-element:hover>.banner-element-populated{/* background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5-1.jpg"); *//*background-position:center right !important;*/background-repeat:no-repeat !important;} 

    .ct--banner-element>.banner-element-populated>.banner-background-overlay{
        background-color:#ff7b00;
        opacity:0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    }
    .ct--banner-element:hover>.banner-element-populated>.banner-background-overlay{
        opacity:0.85;
        filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    } 
    .ct--banner-element>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding: 60px 40px 40px 30px;} .ct--banner-element>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-7b5d51b{text-align:left} 
    .banner-element.banner-element-7b5d51b .banner-heading-title{color:#fff;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
    .banner-element.banner-element-7b5d51b>.banner--container{padding:0 0 10px} 
    .banner-element.banner-element-block{text-align:left} .banner-element.banner-element-block .banner-heading-title{color:#fff;/*font-family:"Baloo Paaji",Barlow;font-size:40px*/} 
    .banner-element.banner-element-b .element-spacer-inner{height:120px} 
    .banner-element.banner-element-17fd19c{color:#fff;font-family:"Barlow",Barlow;font-size:40px;text-transform:uppercase;line-height:36px} 
    .banner-element.banner-element-17fd19c>.banner--container{margin:0} 
    .banner-element.banner-element-b2c2d61 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
    .banner-element.banner-element-b2c2d61 .elementor-button:hover, 
    .banner-element.banner-element-b2c2d61 .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-b2c2d61 .elementor-button:hover svg, 
    .banner-element.banner-element-b2c2d61 .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-37730fa>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
    .banner-element.banner-element-37730fa:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
    .banner-element.banner-element-37730fa>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-6.jpg");background-position:center left;background-repeat:no-repeat} 
    .banner-element.banner-element-37730fa:hover>.banner-element-populated{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-6.jpg");background-position:center right;background-repeat:no-repeat} 
    .banner-element.banner-element-37730fa>.banner-element-populated>.banner-background-overlay{background-color:#f2e9d8;opacity:.1} 
    .banner-element.banner-element-37730fa:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
    .banner-element.banner-element-37730fa>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 0 20px 20px;padding:100px 0 100px 70px} 
    .banner-element.banner-element-37730fa>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-a229c2a{text-align:left} 
    .banner-element.banner-element-a229c2a .banner-heading-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
    .banner-element.banner-element-a229c2a>.banner--container{padding:0 0 10px} 
    .banner-element.banner-element-5c1cdd9{text-align:left} 
    .banner-element.banner-element-5c1cdd9 .banner-heading-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:40px;text-transform:uppercase} 
    .banner-element.banner-element-e661683 .elementor-text-editor{text-align:left}
    .banner-element.banner-element-e661683{color:#fff;font-family:"Barlow",Barlow;font-size:36px;text-transform:uppercase;line-height:60px} .banner-element.banner-element-e661683>.banner--container{margin:0 0 30px} 
    .banner-element.banner-element-e3938ca .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
    .banner-element.banner-element-e3938ca .elementor-button:hover, 
    .banner-element.banner-element-e3938ca .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-e3938ca .elementor-button:hover svg, 
    .banner-element.banner-element-e3938ca .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-372b8dd>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
    .banner-element.banner-element-372b8dd:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
    .banner-element.banner-element-372b8dd>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-02.jpg");*/background-position:center left;background-repeat:no-repeat} 
    .banner-element.banner-element-372b8dd:hover>.banner-element-populated{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-02.jpg");*/background-position:center right;background-repeat:no-repeat} .banner-element.banner-element-372b8dd>.banner-element-populated>.banner-background-overlay{background-color:#fbd3d4;opacity:.1} .banner-element.banner-element-372b8dd:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
    .banner-element.banner-element-372b8dd>.banner-element-populated{transition:background .5s,border .3s,border-radius .3s,box-shadow .3s;margin:20px 20px 0 0;padding:100px 0 100px 370px} .banner-element.banner-element-372b8dd>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-7f8f2b8{text-align:left} 
    .banner-element.banner-element-7f8f2b8 .banner-heading-title{color:#f85a8b;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} 
    .banner-element.banner-element-7f8f2b8>.banner--container{padding:0 0 10px} 
    .banner-element.banner-element-6d5b624{text-align:left} 
    .banner-element.banner-element-6d5b624 .banner-heading-title{color:#fff;font-family:"Baloo Paaji",Barlow;font-size:40px;text-transform:uppercase} 
    .banner-element.banner-element-2189446 .elementor-text-editor{text-align:left} 
    .banner-element.banner-element-2189446{color:#fff;font-family:"Barlow",Barlow;font-size:36px;text-transform:uppercase;line-height:60px} 
    .banner-element.banner-element-2189446>.banner--container{margin:0 0 30px} 
    .banner-element.banner-element-ec20df4 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
    .banner-element.banner-element-ec20df4 .elementor-button:hover, 
    .banner-element.banner-element-ec20df4 .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-ec20df4 .elementor-button:hover svg, 
    .banner-element.banner-element-ec20df4 .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-a2a7c9c>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
    .banner-element.banner-element-a2a7c9c:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-a2a7c9c>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-8.jpg");*/background-position:center left;background-repeat:no-repeat} 
    .banner-element.banner-element-a2a7c9c:hover>.banner-element-populated{/*background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-8.jpg");*/background-position:center right;background-repeat:no-repeat} 
    .banner-element.banner-element-a2a7c9c>.banner-element-populated>.banner-background-overlay{background-color:#cae6e9;opacity:.1;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
    .banner-element.banner-element-a2a7c9c:hover>.banner-element-populated>.banner-background-overlay{opacity:.23;filter:brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)} 
    .banner-element.banner-element-a2a7c9c>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:20px 0 0 20px;padding:40px} 
    .banner-element.banner-element-a2a7c9c>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-c3463c6{text-align:left} 
    .banner-element.banner-element-c3463c6 .banner-heading-title{color:#f85a8b;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:2px} .banner-element.banner-element-c3463c6>.banner--container{padding:0 0 10px}
    .banner-element.banner-element-d65c436{text-align:left} 
    .banner-element.banner-element-d65c436 .banner-heading-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:40px} 
    .banner-element.banner-element-87779f2 .element-spacer-inner{height:120px} 
    .banner-element.banner-element-6661946{color:#fff;font-family:"Barlow",Barlow;font-size:40px;text-transform:uppercase;line-height:36px} 
    .banner-element.banner-element-6661946>.banner--container{margin:0} 
    .banner-element.banner-element-7ddf0da .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 45px} 
    .banner-element.banner-element-7ddf0da .elementor-button:hover, 
    .banner-element.banner-element-7ddf0da .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-7ddf0da .elementor-button:hover svg, 
    .banner-element.banner-element-7ddf0da .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-9ce8030>.elementor-container>.elementor-row>.single-column>.banner-column-wrap>.banner---wrap{align-content:center;align-items:center} 
    .banner-element.banner-element-9ce8030{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:30px;padding:0 20px} 
    .banner-element.banner-element-9ce8030>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-1f674ab>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
    .banner-element.banner-element-2c0ef8e{text-align:center} 
    .banner-element.banner-element-2c0ef8e .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} 
    .banner-element.banner-element-2c0ef8e>.banner--container{margin:0 0 70px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} 
    .banner-element.banner-element-a666459>.banner--container{margin:0 -20px} 
    .banner-element.banner-element-c6d28a8>.elementor-container{min-height:595px} 
    .banner-element.banner-element-c6d28a8>.elementor-container:after{content:"";min-height:inherit} 
    .banner-element.banner-element-c6d28a8>.banner-background-overlay{background-color:#ffc3b3;background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-03.jpg");background-position:top center;background-repeat:no-repeat;opacity:1;transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-c6d28a8:hover>.banner-background-overlay{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner-03.jpg");background-position:top right;opacity:.8} .banner-element.banner-element-c6d28a8{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:90px} 
    .banner-element.banner-element-bb6118f{text-align:center} .banner-element.banner-element-bb6118f .banner-heading-title{font-family:"Baloo Paaji",Barlow;font-size:94px;font-weight:400;text-transform:uppercase} 
    .banner-element.banner-element-16c6255{text-align:center} 
    .banner-element.banner-element-16c6255 .banner-heading-title{font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:400;text-transform:uppercase} 
    .banner-element.banner-element-16c6255>.banner--container{margin:0 0 40px} 
    .banner-element.banner-element-14c1e37 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#595959;color:#595959;background-color:#fff;padding:18px 50px} 
    .banner-element.banner-element-14c1e37 .elementor-button:hover, .banner-element.banner-element-14c1e37 .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-14c1e37 .elementor-button:hover svg, 
    .banner-element.banner-element-14c1e37 .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-f5459f7{margin-top:0;margin-bottom:90px} 
    .banner-element.banner-element-2b1b3de.elementor-position-right .elementor-image-box-img{margin-left:15px} 
    .banner-element.banner-element-2b1b3de.elementor-position-left .elementor-image-box-img{margin-right:15px}
    .banner-element.banner-element-2b1b3de.elementor-position-top .elementor-image-box-img{margin-bottom:15px} 
    .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img{width:0} 
    .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} 
    .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} 
    .banner-element.banner-element-2b1b3de:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-2b1b3de:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} 
    .banner-element.banner-element-2b1b3de .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-2b1b3de .elementor-image-box-wrapper{text-align:center} 
    .banner-element.banner-element-2b1b3de .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-2b1b3de .elementor-image-box-content .elementor-image-box-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-2b1b3de .elementor-image-box-content .elementor-image-box-sub-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;line-height:70px} .banner-element.banner-element-2b1b3de>.banner--container{padding:0 90px} .banner-element.banner-element-f6c9833 a.elementor-button, .banner-element.banner-element-f6c9833 .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;background-color:#36dbce;border-radius:6px} .banner-element.banner-element-f6c9833 a.elementor-button:hover, .banner-element.banner-element-f6c9833 .elementor-button:hover{background-color:#ff7a8b} .banner-element.banner-element-f6c9833>.banner--container{margin:20px 0} .banner-element.banner-element-aad0e1e.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-aad0e1e.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-aad0e1e.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-aad0e1e:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-aad0e1e:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-aad0e1e .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-aad0e1e .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-aad0e1e .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-aad0e1e .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-aad0e1e .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-aad0e1e>.banner--container{padding:70px 0 0} .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 80px 0 100px} .banner-element.banner-element-e5fcd84.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-e5fcd84.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-e5fcd84.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-e5fcd84:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-e5fcd84:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-e5fcd84 .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-e5fcd84 .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-e5fcd84 .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-e5fcd84 .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-e5fcd84 .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-e5fcd84>.banner--container{padding:0 0 70px} .banner-element.banner-element-ea6c290.elementor-position-right .elementor-image-box-img{margin-left:15px} .banner-element.banner-element-ea6c290.elementor-position-left .elementor-image-box-img{margin-right:15px} .banner-element.banner-element-ea6c290.elementor-position-top .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-ea6c290:hover .elementor-image-box-wrapper .elementor-image-box-img img{opacity:1} .banner-element.banner-element-ea6c290:hover .elementor-image-box-wrapper .elementor-image-box-img svg{opacity:1} .banner-element.banner-element-ea6c290 .elementor-image-box-img svg{width:46px;height:46px} .banner-element.banner-element-ea6c290 .elementor-image-box-wrapper{text-align:left} .banner-element.banner-element-ea6c290 .elementor-image-box-title{margin-bottom:20px} .banner-element.banner-element-ea6c290 .elementor-image-box-content .elementor-image-box-title{color:#595959;font-family:"Baloo Paaji",Barlow;font-size:52px;font-weight:600} .banner-element.banner-element-ea6c290 .elementor-image-box-content .elementor-image-box-sub-title{color:#36dbce;font-family:"Barlow",Barlow;font-size:14px;text-transform:uppercase;letter-spacing:1px} .banner-element.banner-element-71e3345>.elementor-container>.elementor-row>.single-column>.banner-column-wrap>.banner---wrap{align-content:center;align-items:center} .banner-element.banner-element-71e3345{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0 20px} .banner-element.banner-element-71e3345>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-c3be6f0>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-fab5809{text-align:center} .banner-element.banner-element-fab5809 .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} .banner-element.banner-element-fab5809>.banner--container{margin:0 0 70px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} .banner-element.banner-element-04a9963>.elementor-container{max-width:1440px} .banner-element.banner-element-04a9963{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:90px;padding:0 20px} .banner-element.banner-element-04a9963>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-02b9f5d>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-02b9f5d:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-02b9f5d>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-11.jpg");background-position:center left;background-repeat:no-repeat;background-size:cover} .banner-element.banner-element-02b9f5d:hover>.banner-element-populated{background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-11.jpg");background-position:center right;background-repeat:no-repeat;background-size:cover} .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay{background-color:#000;opacity:.1}
    .banner-element.banner-element-02b9f5d:hover>.banner-element-populated>.banner-background-overlay{opacity:.23} .banner-element.banner-element-02b9f5d>.banner-element-populated{border-style:solid;border-width:1px 0 0;border-color:#e5e5e5;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 20px;padding:40px 40px 30px} .banner-element.banner-element-02b9f5d>.banner-element-populated, .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay, .banner-element.banner-element-02b9f5d>.elementor-background-slideshow{border-radius:6px} .banner-element.banner-element-02b9f5d>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-ec48100 .elementor-button{font-family:"Barlow",Barlow;font-size:14px;fill:#fff;color:#fff;background-color:#f85a8b;padding:5px 10px} .banner-element.banner-element-f3fbfb0 .element-spacer-inner{height:315px} .banner-element.banner-element-5221f92 .banner-heading-title{font-size:24px} .banner-element.banner-element-ba828a5 .elementor-text-editor{text-align:right} .banner-element.banner-element-ba828a5{color:#fff;font-family:"Baloo Paaji",Barlow;font-size:16px} .banner-element.banner-element-05a05be .elementor-text-editor{text-align:right} .banner-element.banner-element-05a05be{color:#52cfbd;font-family:"Baloo Paaji",Barlow;font-size:24px;line-height:24px} .banner-element.banner-element-182bd2f>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-182bd2f>.banner-element-populated{margin:0 20px} .banner-element.banner-element-5dad612>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-5dad612>.banner-element-populated{margin:0 20px} .banner-element.banner-element-336c64b>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-336c64b>.banner-element-populated{margin:0 20px} .banner-element.banner-element-cf8cf06{padding:0 20px} .banner-element.banner-element-80891fc>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 20px 0 0} .banner-element.banner-element-67a5d25 .elementor-cta__content{min-height:410px;text-align:left} .banner-element.banner-element-67a5d25 .elementor-cta__title{font-family:"Baloo Paaji",Barlow;font-size:52px;line-height:52px} .banner-element.banner-element-67a5d25 .elementor-cta__description{font-family:"Barlow",Barlow;font-size:18px;line-height:30px} .banner-element.banner-element-67a5d25 .elementor-cta__button{font-family:"Baloo Paaji",Barlow;font-size:16px;color:#595959;background-color:#fff} .banner-element.banner-element-67a5d25 .elementor-cta__button:hover{color:#fff;background-color:#36dbce;border-color:#36dbce} .banner-element.banner-element-67a5d25 .elementor-cta__content-item{transition-duration:1s} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc(1s/3)} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc((1s/3)*2)} .banner-element.banner-element-67a5d25.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc((1s/3)*3)} .banner-element.banner-element-67a5d25 .elementor-cta .elementor-cta__bg, .banner-element.banner-element-67a5d25 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1.5s} .banner-element.banner-element-67a5d25>.banner--container{border-radius:6px} .banner-element.banner-element-c936085>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-c936085:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-c936085>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f97889;background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2019/03/h1-banner4.jpg");background-position:bottom center;background-repeat:no-repeat} .banner-element.banner-element-c936085>.banner-element-populated, .banner-element.banner-element-c936085>.banner-element-populated>.banner-background-overlay, .banner-element.banner-element-c936085>.elementor-background-slideshow{border-radius:6px} .banner-element.banner-element-c936085>.banner-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 0 0 20px}
    .banner-element.banner-element-c936085>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} .banner-element.banner-element-753ef57{text-align:center} 
    .banner-element.banner-element-753ef57 .banner-heading-title{color:#fff} 
    .banner-element.banner-element-753ef57>.banner--container{padding:30px 0 0} 
    .banner-element.banner-element-7825a7e>.banner--container{padding:0 0 20px} 
    .banner-element.banner-element-004377c .elementor-text-editor{text-align:center} 
    .banner-element.banner-element-004377c{color:#fff} .banner-element.banner-element-004377c>.banner--container{padding:0 0 20px} 
    .banner-element.banner-element-ec1c5ca .elementor-button{font-family:"Baloo Paaji",Barlow;font-size:16px;fill:#f97889;color:#f97889;background-color:#fff;padding:18px 50px} 
    .banner-element.banner-element-ec1c5ca .elementor-button:hover, 
    .banner-element.banner-element-ec1c5ca .elementor-button:focus{color:#fff;background-color:#36dbce} 
    .banner-element.banner-element-ec1c5ca .elementor-button:hover svg, 
    .banner-element.banner-element-ec1c5ca .elementor-button:focus svg{fill:#fff} 
    .banner-element.banner-element-ec1c5ca>.banner--container{padding:0 0 5px} 
    .banner-element.banner-element-c18b46e{padding:90px 20px 0} 
    .banner-element.banner-element-64672f3>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-968f3f9{text-align:center} 
    .banner-element.banner-element-968f3f9 .banner-heading-title{font-size:42px;font-weight:400;line-height:32px} 
    .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 60px;padding:20px 0;border-style:dotted;border-width:3px;border-color:#ebebeb} 
    .banner-element.banner-element-d6267ef .elementor-items-container{grid-column-gap:40px} .banner-element.banner-element-d6267ef .entry-content .entry-title{font-size:26px} 
    .banner-element.banner-element-8a7b0fc{margin-top:0;margin-bottom:85px;padding:0 20px} .banner-element.banner-element-2148550>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} 
    .banner-element.banner-element-2148550>.banner-element-populated{border-style:dotted;border-width:3px;border-color:#ebebeb;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:40px 0} .banner-element.banner-element-2148550>.banner-element-populated>.banner-background-overlay{transition:background .3s,border-radius .3s,opacity .3s} 
    .banner-element.banner-element-b9b5b51>.banner-column-wrap>.banner---wrap>.ct--element:not(.ct--element__width-auto):not(.ct--element__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0} .banner-element.banner-element-d71f503 .instagram-widget .wrapp-picture{margin:calc(0px/2)}@media(min-width:768px){ .banner-element.banner-element-05997c4{width:25%} 
       .banner-element.banner-element-f1c8e5d{width:75%} 
       .ct--banner-element{/*width:32.998%*/} .banner-element.banner-element-37730fa{width:67%} 
       .banner-element.banner-element-372b8dd{width:66.998%} 
       .banner-element.banner-element-a2a7c9c{width:33%} 
       .banner-element.banner-element-0eb99e0{width:61.923%} 
       .banner-element.banner-element-a1080e6{width:38.077%} 
       .banner-element.banner-element-80891fc{width:58.5%} 
       .banner-element.banner-element-c936085{width:41.5%}}

       @media(max-width:1024px){ .banner-element.banner-element-fe78232{margin-top:20px;margin-bottom:20px} 
           .banner-element.banner-element-7d67cac{margin-top:20px;margin-bottom:20px} 
           .banner-element.banner-element-8bd362d .banner-heading-title{font-size:36px} 
           .banner-element.banner-element-0ac63ae{margin-top:0;margin-bottom:40px;padding:0} 
           .banner-element.banner-element-05997c4:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner-element.banner-element-05997c4>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-size:cover} .banner-element.banner-element-05997c4:hover>.banner-element-populated{background-size:cover} .banner-element.banner-element-05997c4>.banner-element-populated{margin:0 0 20px;padding:40px} 
           .banner-element.banner-element-372b8dd>.banner-element-populated{padding:30px} 
           .banner-element.banner-element-9ce8030{padding:0 20px} 
           .banner-element.banner-element-2c0ef8e .banner-heading-title{font-size:36px} 
           .banner-element.banner-element-c6d28a8{margin-top:0;margin-bottom:40px} 
           .banner-element.banner-element-aad0e1e>.banner--container{padding:40px 0 40px 40px} 
           .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 40px} 
           .banner-element.banner-element-fab5809 .banner-heading-title{font-size:36px} 
           .banner-element.banner-element-fab5809>.banner--container{margin:0 0 40px} 
           .banner-element.banner-element-04a9963{margin-top:0;margin-bottom:40px;padding:0 20px 0 19px} 
           .banner-element.banner-element-02b9f5d>.banner-element-populated{margin:0} 
           .banner-element.banner-element-5dad612>.banner-element-populated{margin:20px 0 0} 
           .banner-element.banner-element-336c64b>.banner-element-populated{padding:20px 0 0} 
           .banner-element.banner-element-cf8cf06{padding:0 20px} 
           .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 0 40px} 
           .banner-element.banner-element-c936085>.banner-element-populated{margin:0} 
           .banner-element.banner-element-c18b46e{padding:40px 20px 20px} 
           .banner-element.banner-element-968f3f9 .banner-heading-title{font-size:36px} 
           .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 30px} 
           .banner-element.banner-element-8a7b0fc{padding:0 20px}}
           @media(max-width:767px){ .banner-element.banner-element-fe78232{margin-top:20px;margin-bottom:20px} 
               .banner-element.banner-element-f973769{width:100%} .banner-element.banner-element-f7ffe0a .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-2686fc3{width:100%} .banner-element.banner-element-2686fc3>.banner-element-populated{} .banner-element.banner-element-db0973a .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-8412fa4{width:100%} .banner-element.banner-element-3dce1b8 .elementor-icon-box-icon{margin-bottom:25px} .banner-element.banner-element-7d67cac{margin-top:20px;margin-bottom:20px} .banner-element.banner-element-b8862f7{width:100%} .banner-element.banner-element-8bd362d>.banner--container{margin:0 0 40px} .banner-element.banner-element-0ac63ae{margin-top:0;margin-bottom:40px;padding:0 20px} .banner-element.banner-element-05997c4>.banner-element-populated{margin:0 0 20px;padding:30px} .banner-element.banner-element-f1c8e5d>.banner-element-populated{margin:0} .ct--banner-element>.banner-element-populated{} .banner-element.banner-element-37730fa>.banner-element-populated{margin:0} .banner-element.banner-element-372b8dd>.banner-element-populated{margin:20px 0;padding:20px} .banner-element.banner-element-a2a7c9c>.banner-element-populated{margin:0} .banner-element.banner-element-9ce8030{margin-top:0;margin-bottom:0;padding:30px 20px} .banner-element.banner-element-2c0ef8e>.banner--container{margin:0 0 40px} .banner-element.banner-element-c6d28a8{margin-top:0;margin-bottom:0} .banner-element.banner-element-2b1b3de .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-2b1b3de>.banner--container{padding:0 40px} .banner-element.banner-element-aad0e1e .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-aad0e1e>.banner--container{padding:20px} .banner-element.banner-element-6b421f2>.banner-element-populated{margin:0 20px} .banner-element.banner-element-e5fcd84 .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-ea6c290 .elementor-image-box-img{margin-bottom:15px} .banner-element.banner-element-71e3345{padding:30px 20px} .banner-element.banner-element-fab5809>.banner--container{margin:0} .banner-element.banner-element-04a9963{margin-top:0;margin-bottom:0;padding:30px 20px} .banner-element.banner-element-02b9f5d>.banner-element-populated{margin:0 0 30px} .banner-element.banner-element-182bd2f>.banner-element-populated{margin:0 0 15px} .banner-element.banner-element-5dad612>.banner-element-populated{margin:0 0 15px} .banner-element.banner-element-336c64b>.banner-element-populated{margin:0;padding:0} .banner-element.banner-element-80891fc>.banner-element-populated{margin:0 0 20px} .banner-element.banner-element-c936085>.banner-element-populated{margin:0;padding:20px} .banner-element.banner-element-c18b46e{padding:30px 0 0} .banner-element.banner-element-64672f3>.banner-element-populated{padding:0 20px} .banner-element.banner-element-968f3f9>.banner--container{margin:0 0 30px} .banner-element.banner-element-8a7b0fc{padding:0 20px}}@media(max-width:1024px) and (min-width:768px){ .banner-element.banner-element-f973769{width:100%} .banner-element.banner-element-2686fc3{width:100%} .banner-element.banner-element-8412fa4{width:100%} .banner-element.banner-element-b8862f7{width:100%} .banner-element.banner-element-05997c4{width:100%} .banner-element.banner-element-f1c8e5d{width:100%} .ct--banner-element{} .banner-element.banner-element-37730fa{width:50%} .banner-element.banner-element-372b8dd{width:50%} .banner-element.banner-element-a2a7c9c{width:50%} .banner-element.banner-element-23ab59c{width:100%} .banner-element.banner-element-6b421f2{width:100%} .banner-element.banner-element-02b9f5d{width:50%} .banner-element.banner-element-182bd2f{width:100%} .banner-element.banner-element-5dad612{width:50%} .banner-element.banner-element-336c64b{width:50%} .banner-element.banner-element-80891fc{width:100%} 
                   .banner-element.banner-element-c936085{width:100%}}
                   .banner-element.banner-element-block .banner-heading-title {position: absolute; color: #252525;transform: rotate(-90deg); left: -130px; bottom: 98px; width: max-content; background: #ffffff; letter-spacing: 2px;padding: 20px 30px 20px 30px;/*font-weight: normal;*/display: inline-block; z-index: 5; height: 75px;}
                   .banner-element.banner-element-block .banner-heading-title span { font-weight: 800;}
                   .banner-column-wrap.banner-element-populated { overflow: hidden; position: relative;}
                   .banner--block3:nth-child(1) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
                   .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
                    background-image: url(images/bannerimage.jpg);
                    background-position: center center !important;
                    background-repeat: no-repeat;
                    -webkit-transition: background-image 2s linear;
                    transition: background-image 2s linear; 
                }
                .banner--block3:nth-child(1) .ct--banner-element:hover>.banner-element-populated { 
                  background-image: url('images/bannerimagehover1.jpg'); 
                  background-position: center top 0px !important;
              }

              .banner--block3:nth-child(2) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
                background-image: url(images/bannerimage2.jpg);
                background-position: center center !important;
                background-repeat: no-repeat;
                -webkit-transition: background-image 2s linear;
                transition: background-image 2s linear; 
            }
            .banner--block3:nth-child(2) .ct--banner-element:hover>.banner-element-populated { 
              background-image: url('images/bannerimagehover3.jpg'); 
              background-position: center top 0px !important;
          }


          .banner--block3:nth-child(3) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
            background-image: url(images/bannerimage3.jpg);
            background-position: center center !important;
            background-repeat: no-repeat;
            -webkit-transition: background-image 2s linear;
            transition: background-image 2s linear; 
        }
        .banner--block3:nth-child(3) .ct--banner-element:hover>.banner-element-populated { 
          background-image: url('images/sliderimage4.jpg'); 
          background-position: center top 0px !important;
      }


      .banner--block3:nth-child(4) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url(images/bannerimage3.jpg);
        background-position: center center !important;
        background-repeat: no-repeat;
        -webkit-transition: background-image 2s linear;
        transition: background-image 2s linear; 
    }
    .banner--block3:nth-child(4) .ct--banner-element:hover>.banner-element-populated { 
      background-image: url('images/sliderimage4.jpg'); 
      background-position: center top 0px !important;
  }

/*  banner block new left*/
.banner--block3new .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.banner--block3new .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    height: 663px;
    padding: 160px 40px 50px 40px;
}
.banner-4{
    height: 663px;
    padding: 160px 40px 50px 40px;
}
.banner--block3new:nth-child(1) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(images/bannerimagenew.jpg);
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear; 
}
.banner--block3new:nth-child(1) .ct--banner-element:hover>.banner-element-populated { 
  background-image: url('images/bannerimagenewhover1.jpg'); 
  background-position: center top 0px !important;
}
/*  banner block new */

/* cat block new left*/
.banner--block3newcat .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
    background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    height: 665px;
    background-size: cover;
}

.banner--block3newcat2 .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
    background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    height: 320px;
    background-size: cover;
}
.banner--block3newcat3 .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
    background-image:url("http://demo2.themelexus.com/kiddo/wp-content/uploads/2018/12/banner-5.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    height: 320px;
    background-size: cover;
}

/*  banner block new */



/*  banner block new right*/
.banner--block3new2 .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
.banner--block3new2 .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    height: 322px;
}
.banner--block3new2:nth-child(1) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(images/bannerimagenew2.jpg);
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear; 
}
.banner--block3new2:nth-child(1) .ct--banner-element:hover>.banner-element-populated { 
  background-image: url('images/bannerimagenew2hover.jpg'); 
  background-position: center top 0px !important;
}
.banner--block3new2:nth-child(2) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(images/bannerimagenew3.jpg);
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear; 
}
.banner--block3new2:nth-child(2) .ct--banner-element:hover>.banner-element-populated { 
  background-image: url('images/bannerimagenew3hover.jpg'); 
  background-position: center top 0px !important;
}
.banner--block3new .banner-element.banner-element-block,
.banner--block3new2:nth-child(1) .banner-element.banner-element-block {
    padding-right: 0 !important;
    /* padding-left: 0 !important; */
}


.banner--block3new2:nth-child(3) .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(images/bannerimage3.jpg);
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear; 
}
.banner--block3new2:nth-child(3) .ct--banner-element:hover>.banner-element-populated { 
  background-image: url('images/bannerimagenew3.jpg'); 
  background-position: center top 0px !important;
}

/*  banner block new */
.banner--block3 .banner3-heading-title,
.banner--block3new .banner3-heading-title,
.banner--block3new2 .banner3-heading-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner--block3 h2.banner3-heading-subtitle,
.banner--block3new h2.banner3-heading-subtitle,
.banner--block3new2 h2.banner3-heading-subtitle {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 3px;
}
section#bannerbox .banner--block3 h2.banner3-heading-subtitle, 
section#bannerbox .banner--block3new h2.banner3-heading-subtitle, 
section#bannerbox .banner--block3new2 h2.banner3-heading-subtitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin-top: 5px;
    margin-bottom: 25px !important;
}
section#bannerbox .glowing-button5 {
    box-shadow: none;
}
.banner--block3new .banner3-heading-title,
.banner--block3new2 .banner3-heading-title,
.banner--block3new h2.banner3-heading-subtitle,
.banner--block3new2 h2.banner3-heading-subtitle{
    color: #000000;
}
.banner--block3new:hover .banner3-heading-title,
.banner--block3new2:hover .banner3-heading-title,
.banner--block3new:hover h2.banner3-heading-subtitle,
.banner--block3new2:hover h2.banner3-heading-subtitle{
    color: #ffffff;
}
.banner--block3 .glowing-button5,
div#banner .glowing-button5{
    border: 1px solid #ffffff;
    color: #000000;
    letter-spacing: 1px;
}

.banner--block3new .glowing-button5,
.banner--block3new2 .glowing-button5,
div#banner .glowing-button5{
  border: 1px solid #000000;
  color: #000000;
} 
.banner--block3new .glowing-button5:hover,
.banner--block3new2 .glowing-button5:hover{
  border: 1px solid #ffffff;
  color: #000000;
}

div#banner .glowing-button5:hover{
   border: 1px solid #ffffff;
   color: #ffffff !important;
}
.banner--block3 .glowing-button5::before,
.banner--block3 .glowing-button5::after,
.banner--block3new .glowing-button5::before,
.banner--block3new .glowing-button5::after,
.banner--block3new2 .glowing-button5::before,
.banner--block3new2 .glowing-button5::after,
div#banner .glowing-button5::before,
div#banner .glowing-button5::after {
    border: 2px solid #f8f8f8; 
    background-color: #f8f8f8;
}
.banner--block3 .glowing-button5 a,
.banner--block3new .glowing-button5 a,
.banner--block3new2 .glowing-button5 a,
div#banner .glowing-button5 a{
    color: #000000;
}
div#banner .glowing-button5:hover a{
   color: #ffffff !important;
}
.ct--banner-element.single-column {
    margin: 0.7em;
}
.banner--block3:nth-child(1) .banner-element-block {
    max-width: 60%;
    /* width: 100%; */
}
section#bannerbox .banner--block3 .banner3-heading-title, 
section#bannerbox .banner--block3new .banner3-heading-title, 
section#bannerbox .banner--block3new2 .banner3-heading-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
section#bannerbox .sec3-banner-block1 .banner-element.banner-element-block{
    position: relative;
    padding: 20px 40px 20px 15px;
    max-width: 60%;
    border-radius: 3px;
    color: #000000;
}
section#bannerbox .banner--block3new2 .banner-element.banner-element-block {
    padding: 5px 40px 20px 33px;
}
section#bannerbox .banner--block3new2 .ct--banner-element.single-column {
    margin-bottom: 0.1em;
}
section#bannerbox .banner--block3new2.p-lg-1.sec3-banner-block1 .banner-element.banner-element-block {
    padding: 5px 40px 20px 0px;
}
/*==========================fallingeffect css====================*/

.fallingeffect .set{
  position:absolute ;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
.fallingeffect .set div{
  position:absolute ;
  display:block ;
}
.fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
.fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
.fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
.fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

.set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
.set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
}
75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
}
100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
}
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
}
75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
}
100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
}
}

/*----------------------------------------*/
/*  13. contactinfo Area
/*----------------------------------------*/

#contactinfo .peccular-section-head {
    margin-bottom: 0px;
}
#contactinfo {
    background-color: #91b201;
}
.page-template-home-template #contactinfo .contactinfo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000; 
    opacity: 1;
    background-size: cover;
}
#contactinfo .for-contactinfo-bg {
    padding-top: 0em;
}
.page-template-home-template #contactinfo .peccular-contactinfo {
    padding-top: 0em;
    position: relative;
}
.page-template-home-template #contactinfo .peccular-contactinfo-block{
    padding-top: 5em;
}
.page-template-home-template #contactinfo .peccular-section-head h2{
    font-size: 38px;
    line-height: 35px;
    color: #fdfdfd;
    font-weight: 500;
    font-style: italic;
    font-family: "DM Serif Display";
    text-align: center;
}
.page-template-home-template #contactinfo .peccular-section-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto Slab';
}
.page-template-home-template #contactinfo .peccular-section-head h3 span{
    color: #3a72fe;
    display: block;
}

#contactinfo .peccular-contactinfo-button a{
    color: #91b201;
    background:#fff ;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-style: italic;
}

#contactinfo .peccular-contactinfo-button {
    padding: 1.5em;
    text-align: left;
}
#contactinfo .peccular-contactinfo-button .read-btn:hover{ color: #fff; }

#contactinfo .peccular-contactinfo-button a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #dee27b;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #dee27b;
    width: 51%;
    transition: all 0.6s ease 0s;
}

.page-template-home-template #contactinfo .peccular-contactinfo-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

.page-template-home-template #contactinfo .peccular-contactinfo-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}
.page-template-home-template #contactinfo .peccular-contactinfo-data {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
}
.page-template-home-template #contactinfo a.peccular-contactinfo-data:hover{
    color: #3a72fe;
}
.page-template-home-template #contactinfo .peccular-contactinfo-info{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #fbfbf1;
}
/*----------------------------------------*/
/*  Recent Products Area
/*----------------------------------------*/
section#recent-products,
section#best-seller-products{
    overflow: hidden;
    position: relative;
}

section#recent-products h2,
section#best-seller-products h2,
section#featuredproduct-section h2,
div#blog .peccular-section-head h2,
section#category h2 {
    margin-top: 0em;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 0px;
    margin-bottom: 0.3em;
}
.product-grid{
    text-align: center;
}

.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-image .pic-1{ transition: all 0.5s; }
.product-grid:hover .product-image .pic-1{ transform: translate(0,-100%); }
.product-grid .product-image .pic-2{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.5s;
}
.product-grid:hover .product-image .pic-2{ top: 0; }
.product-grid .product-discount-label{
    color: #161311;
    background: linear-gradient(to right,rgba(255,0,0,0.4) 50%,transparent 50%);
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.product-grid .add_to_cart_button{
    color:#fff;
    background: #161311;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    /*  width: 100%;*/
    padding: 12px 15px;
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all ease .35s;
    z-index: 5;
}
.product-grid .add_to_cart_button:hover{ background: #ff7b00; }
.product-grid:hover .add_to_cart_button{ bottom: 0; }
.product-grid .product-content{     
    padding: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px; 
}
.product-grid .title{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 10px 0 7px;
    line-height: 31px;
}
.product-grid .title a{
    color: #161311;
    position: relative;
    transition: all 0.3s ease 0s;
       /* width: 100%;
    display: block;*/
}
.product-grid .title a:hover{ color: #000000; }
.product-grid .title a:before{
    content:"";
    background:#161311;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .title a:before{ width: 100%; }
.product-grid .price{
 color: #868686;
 font-size: 18px;
 font-weight: 500;
 display: block;
 padding-top: 0.7em;
}
.product-grid .price.disable{ color: #E3B17F; }
.product-grid .price span{
 color: #868686;
 font-size: 20px;
 font-weight: 400;
}
.product-grid .product-image img{
    height: 355px;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid ins {
    text-decoration: none;
}
.product-grid ins span {
    color: #ff7b00 !important;
}
section#recent-products,
section#featuredproduct-section {
    overflow: hidden;
    position: relative;
}
.product-grid .product-links{
    background: #000000;
    padding: 20px;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    bottom: -80px;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .product-links{ bottom: 40%; }
.product-grid .product-links li{
    margin: 0 2px;
    display: inline-block;
}
.product-grid .product-links li a{
    color: #2D3F59;
    background: #fff;
    font-size: 23px;
    line-height: 2;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.3s ease-in-out;
}
section#recent-products .owl-nav span,
section#best-seller-products .owl-nav span,
section#featuredproduct-section .owl-nav span,
#blog .owl-nav span {
    display: none;
}
section#recent-products .owl-theme .owl-dots .owl-dot,
section#best-seller-products .owl-theme .owl-dots .owl-dot,
section#featuredproduct-section .owl-theme .owl-dots .owl-dot,
#blog .owl-theme .owl-dots .owl-dot{
    box-shadow: none;
}
section#recent-products .owl-theme .owl-dots .owl-dot span,
section#best-seller-products .owl-theme .owl-dots .owl-dot span,
section#featuredproduct-section .owl-theme .owl-dots .owl-dot span,
#blog .owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    background: #000000;
}
section#recent-products .owl-theme .owl-dots .owl-dot.active span,
section#best-seller-products .owl-theme .owl-dots .owl-dot.active span,
section#featuredproduct-section .owl-theme .owl-dots .owl-dot.active span,
#blog .owl-theme .owl-dots .owl-dot.active span {
    width: 45px !important;
    background: #000000;
}
#blog .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}
#blog {
    padding-bottom: 3.5em;
    border-bottom: 1px solid #dfdfdf;
}
.product-grid .product-hot-label,
.id-discount-label{
    color: #fff;
    background: #ecb02f;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 12px 0 8px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* width: 60px; */
    word-break: break-all;
}
.id-discount-label {
/*    position: absolute;
    color: #000000;
    z-index: 5;
    top: 0;*/
}
section#best-seller-products span.product-hot-label,
section#featuredproduct-section span.product-hot-label {
    position: absolute;
    top: 46px !important;
}

.product-grid .product-hot-label:before,
.product-grid .product-hot-label:after,
.id-discount-label:before,
.id-discount-label:after,
.woocommerce ul.products li.product .onsale:before,
.woocommerce ul.products li.product .onsale:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.product-grid .product-hot-label:before,
.id-discount-label:before,
.woocommerce ul.products li.product .onsale:before{
    background: #ecb02f;
    width: 12px;
    height: 88%;
    bottom: auto;
    top: 0;
    left: 98%;
    clip-path: polygon(0 0, 100% 0, 1% 50%, 100% 100%, 0 100%);
}
.id-discount-label,
.id-discount-label:before{
    background: #9cc25d;

}
section#recent-products .product-grid del span, 
section#recent-products .product-grid .price,
section#best-seller-product .product-grid del span, 
section#best-seller-product .product-grid .price,
section#featuredproduct-section .product-grid del span, 
section#featuredproduct-section .product-grid .price {
    color: #868686;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
section#recent-products .owl-theme .owl-nav.disabled+.owl-dots,
section#best-seller-product .owl-theme .owl-nav.disabled+.owl-dots,
section#featuredproduct-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
section#best-seller-products .peccular-section-head .description,
section#featuredproduct-section .peccular-section-head .description {
    line-height: 22px;
    font-weight: 400;
}
section#best-seller-products .owl-theme .owl-nav.disabled+.owl-dots,
section#featuredproduct-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}
section#best-seller-products .owl-item.active:nth-child(even) .product-grid .id-discount-label,
section#featuredproduct-section .owl-item.active:nth-child(even) .product-grid .id-discount-label {
    display: none;
}
section#best-seller-products .owl-item.active:nth-child(odd) .product-grid .id-discount-label,
section#featuredproduct-section .owl-item.active:nth-child(odd) .product-grid .id-discount-label {
    display: block;
}

/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

.page-template-home-template div#banner {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding-right: 6em;
}

#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: round;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#banner .peccular-featured-img {
    position: relative;
    margin-bottom: -4px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 660px;
}
#banner .banner_mainTitle h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'DM Serif Display';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 73px;
}
#banner .banner_mainTitle{
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 20%;
    width: 530px;
    top: 10%;
}
#banner .boxshape1 {
    position: absolute;
    bottom: -220px;
    left: -217px;
    z-index: 8;
    background: #fff;
    width: 50%;
    height: 864px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape2 {
    position: absolute;
    bottom: -163px;
    left: -195px;
    z-index: 8;
    background: #fff;
    width: 43%;
    height: 689px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape3 {
    position: absolute;
    bottom: -79px;
    left: -95px;
    z-index: 8;
    background: #fff;
    width: 32%;
    height: 500px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .banner_mainTitle p {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;
}

#banner .peccular-banner-imgbox {    
    width: 100%;
}
#banner .peccular-banner-imgbox img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 10;
    position: relative;
    margin-left: 20px;
}
#banner .banner-section-area-text-subtitle {
    color: #ffff;
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    background: #dee27b;
    padding: 16px 60px 16px 60px;
    border: 1px solid #707070;
    border-radius: 50px;
    margin-left: 30%;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
}

#banner .banner_phn_No {
    background: #e0e8b7;
    border-radius: 25px;
    left: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: -32px;
    border: 1px solid #707070;
}
#banner .banner_phn_No:hover .banner-icn i{
    transform: rotate(90deg);
    transition: all 0.8s;
}
#banner .banner-icn {
    background: #dee27b;
    width: 74px;
    height: 74px;
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 21px;
    margin-bottom: 15px;
    transition: all 0.8s;
}
#banner .banner-icn i {
    font-size: 72px;
    position: relative;
    z-index: 1;
    margin-top: 3px;
    color: #e0e8b7;
    transition: all 0.8s;
}
#banner .banner-section-area-text {
    color: #28a0a7;
    word-break: break-word;
    position: relative;
    display: inline-block;
    padding: 19px 45px 5px 40px;
}

#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 49px;
    line-height: 78px;
    color: #dee27b;
    font-family: 'Roboto';
    border-left: 4px solid #dee27b;
    margin-left: 5px;
    transition: all 0.8s;
}
#banner .banner-section-area-text h3:hover{
    text-decoration: wavy;
    transition: all 1s;
    letter-spacing: 0.5px;
}
/************/
#banner .peccular-banner-single:hover .peccular-banner-imgbox img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;;
}

#banner .peccular-banner-content{
    padding: 14px 0;
} 

#banner .peccular-banner-content h4.peccular-banner-title{
    font-size: 42px;
    font-weight: 600;
    word-break: break-word;
    padding: 0 15px;
    margin-bottom: 1em;
    line-height: 52px;
    color: #fff;
    z-index: 10;
    position: relative;
} 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fef4b4 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #dee27b;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}  
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{
   background: #fbdd17;
   padding: 2em 1em;
   margin-bottom: 2em;
   overflow: hidden;
   position: relative;
}
#banner .peccular-banner-b:nth-child(odd) .boxshape{  
    position: absolute;
    bottom: -39px;
    left: -43px;
    z-index: 8;
    background: #faee9c;
    width: 264px;
    height: 232px;
    border: 1px solid #faee9c;
    border-radius: 50%;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2{ display: none; }
#banner .peccular-banner-b:nth-child(even) .boxshape{ display: none; }

#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{
    background: #fa3759;
    padding: 2em 1em;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(even) .boxshape2{
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 8;
    background: #fa6a83;
    width: 233px;
    height: 205px;
    border: 1px solid #fa6a83;
    border-radius: 50%;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fa6a83 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #dee27b;  
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*Banner Secxtion Falling Animation Effect*/
/** PETAL **/
.petals-Animate{
   position: absolute;
   /* width: 100%; */
   height: 100%;
   top: 0;
   left: 0;
   pointer-events: none;
   z-index: 1;
}
/* Petals animation for about section  */

.petal {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal {
  color: rgba(0,0,0,0);
}
.petal:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}

.petal:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
/* Petals animation for about section  */

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display:block;
}
100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display:block;
}
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display:block;
}
100% {
    transform: rotateX(359deg);
    display:block;
}
}
.datevenue-img-box {
    background: #f4f0ed;
}
.datevenue--populated_element {

}


/* Petals animation for about section  */
div#banner {
    overflow: hidden;
}
div#banner h6 {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 8px;
    padding-bottom: 1em;
        font-weight: 400;
}
.petal1 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal1 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal1 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000;
}

.petal1 {
  color: rgba(0,0,0,0);
}
.petal1:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal1:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal1:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal1:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal1:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal1:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal1:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}

.petal1:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal1:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal1:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal1:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal1:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal1:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal1:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal1:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal1:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal2 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal2 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal2 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal2 {
  color: rgba(0,0,0,0);
}
.petal2:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal2:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal2:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal2:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal2:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal2:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal2:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}

.petal2:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal2:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal2:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal2:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal2:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal2:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal2:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal2:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal2:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal3 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal3 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal3 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal3 {
  color: rgba(0,0,0,0);
}
.petal3:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal3:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal3:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal3:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal3:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal3:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal3:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}

.petal3:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal3:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal3:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal3:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal3:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal3:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal3:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal3:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal3:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
#banner .fallingeffect .set{
  position:absolute;
  /* width:100%; */
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
#banner .fallingeffect .set div{
  position:absolute ;
  display:block ;
}
#banner .fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
#banner .fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
#banner .fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
#banner .fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

#banner .set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
#banner .set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
}
75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
}
100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
}
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
}
75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
}
100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
}
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 4em;
    margin-top: 0em;
}
#team .peccular-team-single{
    position: relative;
    transition: all 0.8s;
}
/*Top Leaf Icon 1*/
.top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
}
#team .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}

/*Top Leaf Icon 2*/
.top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
}
#team .top_icon2 i.fa.fa-envira {
 font-size: 24px;
 font-weight: 600;
 color: #83ab29;
 transform: rotate(45deg);
 transition: all 0.8s;
}

/*Top Leaf Icon 3*/
.top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
}
#team .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}

#team .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #dee27b;
    transform: scale(1.1);
}
#team .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #dee27b;
    transform: scale(1.1);
}
#team .peccular-team-single:hover {
    border-color:#dee27b ;
    transition: all 0.8s;
}
#team .peccular-team-single:hover .border_circle{
    border-color:#dee27b ;
    transition: all 0.8s;
}

/***************/


/*Bottom Leaf ICon 1*/

#team .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#team .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#team .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 3*/
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 1;
    transform: rotate(0);
}
#team .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 4*/
#team .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#team .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #dee27b;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#team .peccular-section-head h2{
    color: #343130;
    margin-top: 0em;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-bottom: 17px;
}
.page-template-home-template #team .peccular-section-head i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 73px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
.page-template-home-template #team .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
#team .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#team {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#team .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    top: -60px;
    position: absolute;
    right: 115px;
}

#team .owl-carousel .owl-nav button.owl-next{
  background: #dee27b;
  width: 60px;
  height: 60px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border: 0px solid #d4d3d3;
  opacity: 0;
  visibility: visible;
  transition: all .3s ease;
  color: #fcfdfb;
  margin-right: -25px;
  transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-next:hover{
    background: #000;
    transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-prev{
    background: #dee27b;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-prev,
#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-next{
    opacity: 1;
}

#team .owl-carousel .owl-nav button.owl-prev:hover{
    background: #000;
    transition: all 0.3s ease 0s;
}

#team .owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel button.owl-dot{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-next:hover:before{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel button.owl-dot{
    content: "\f177";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
#team .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
#team .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
#team .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -86px;
    position: absolute;
    right: 85px;
}

#team .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#team .peccular-team-content2 svg{
    position: relative;
    top: -129px;
    z-index: 1;
}
#team .svgpadding {
    position: absolute;
    bottom: 78px;
    background: aqua;
    z-index: 1;
}
#team .tpadding{ padding: 0 0 0 2em; }

#team .team_Border_svg svg path{
    fill: #a39d9d !important;
}

#team h4.peccular-team-name {
    color: #393635;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0px;
    line-height: 25px;
}

#team .Team_details {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 15px 23px 20px 15px;
    z-index: 1;
}
#team .team_img_area{
    position: relative;
    overflow: hidden;
}
#team .team_img_overlay{
    right: 10px;
    top: 0;
    bottom: 10px;
    position: absolute;
    background: #dee27b;
    opacity: 0;
    top: 10px;
    left: 10px;
    z-index: 01;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}


div#team .peccular-team-image:hover .team_img_overlay {
    opacity: 0.4;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}

#team h6.peccular-team-designation{
    font-weight: 400;
    color: #2c2a29;
    font-size: 20px;
    text-transform: none;
}
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team h4.peccular-popteam-name{
    color: #06332e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
#team .peccular-team-image {
    overflow: hidden;
    position: relative;
}

#team .peccular-team-image img {
    width: 100%;
    height: 100%;
    height: 366px;
}

#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{
   position: absolute;
   bottom: -60px;
   opacity: 0;
   content: "\f030 ";
   left: 43%;
   color: #fff;
   font-family: 'FontAwesome';
   font-size: 55px;
   letter-spacing: 2px;
   text-decoration: none;
   text-transform: uppercase;
   -webkit-transition: all 0.75s ease-in-out 0s;
   -moz-transition: all 0.75s ease-in-out 0s;
   transition: all 0.75s ease-in-out 0s;
   z-index: 1;
   background: transparent;
   width: 30px;
   line-height: 40px;
   z-index: 999;
   right: 0;
   left: 23px;
   padding: 0;
   margin: 0;
}
div#team .peccular-team-image:hover .peccular-team-social-icon {
    opacity: 1; 
    bottom: 35%;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 24px;
    padding: 4px 2px;
    transition: .9s ease;
}

#team .peccular-team-social-icon i:hover {
    color: #000;
    transform: scale(1.2);
}

#team .peccular-team-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
#team .peccular-team-hoversocial-icon a i:hover{
    color: #f9c12c !important;
}
#team .peccular-team-image .peccular-team-hoversocial-icon a{
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 10px 10px -24px 10px ;
    color: #fefefc;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    position: relative;
    transition: all 0.8s;
    margin: 0 0.5em;
}

/*Top Leaf Icon 1*/
#innerpage-box .peccular-team-single .top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single  .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
    transition: all 0.8s;
}

/*Top Leaf Icon 2*/
#innerpage-box .peccular-team-single .top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .top_icon2 i.fa.fa-envira {
 font-size: 24px;
 font-weight: 600;
 color: #83ab29;
 transform: rotate(45deg);
 transition: all 0.8s;
}

/*Top Leaf Icon 3*/
#innerpage-box .peccular-team-single .top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
    transition: all 0.8s;
}

#innerpage-box .peccular-team-single .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #dee27b;
    transform: scale(1.1);
}
#innerpage-box .peccular-team-single .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #dee27b;
    transform: scale(1.1);
}
#innerpage-box .peccular-team-single .peccular-team-single:hover {
    border-color:#dee27b ;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-single:hover .border_circle{
    border-color:#dee27b ;
    transition: all 0.8s;
}

/***************/

/*Bottom Leaf ICon 1*/

#innerpage-box .peccular-team-single .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#innerpage-box .peccular-team-single .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 3*/
#innerpage-box .peccular-team-single .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 4*/
#innerpage-box .peccular-team-single .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #dee27b;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

#innerpage-box .peccular-team-single .peccular-team-image img {
    width: 100%;
    height: 374px;
    transition: all 0.8s;
    border-radius: 5px;
    transform: scale(1.1);
}
#innerpage-box .peccular-team-single .peccular-team-image:hover img{
    transform: scale(1.2);
}
#innerpage-box .peccular-team-single .peccular-team-content {
       transition: all 0.8s;
    padding-left: 2em;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
     color: #ffffff !important;
    font-size: 20px;
}
#innerpage-box .peccular-team-single .team_Border_svg {
    position: relative;
    top: -73px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    position: relative;
    top: -134px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .team_Border_svg svg path {
    fill: #a39d9d !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg path {
    fill: #fff !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .Team_details {
    position: relative;
    width: 100%;
    padding: 15px 23px 15px 15px;
    z-index: 1;
    text-align: center;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single h4.peccular-team-name {
    color: #333333;
    font-size: 22px;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 20px;
    transition: all 0.8s;
    letter-spacing: 1px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-weight: 500 !important;
    color: #000000;
    font-size: 17px;
    text-transform: none;
    /* font-family: none; */
    transition: all 0.8s;
    margin: 0;
    margin-top: 0px;
    letter-spacing: 0.8px;
}

/*Hover effects*/
#innerpage-box .peccular-team-single:hover .peccular-team-social-icon i{
    opacity: 1;
    transform: scale(1.15);
}
#innerpage-box .peccular-team-single:hover .border_circle {
   left: 96%;
   transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon1 {
    position: absolute;
    top: -33px;
    left: 90%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon2 {
    position: absolute;
    top: -41px;
    left: 97%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon3 {
    position: absolute;
    top: -30px;
    left: 103%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 100%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon2 {
    bottom: 54px;
    right: 89%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon3 {
    bottom: 24px;
    right: 100%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon4 {
    bottom: 10px;
    right: 89%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-image:after {
    background: #dee27b ;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image:after{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.1;
}
#innerpage-box .peccular-team-area {
    padding: 0 23px;
    margin-bottom: 3em;
}


.team-page-section{
    position:relative;
    padding-top:70px;
}

.team-page-section .team-block{
    margin-bottom:60px;
}

.sec-title{
    position:relative;
    z-index:1;
    margin-bottom:65px;
}

.sec-title .title{
    position:relative;
    font-size:18px;
    color:#bd0000;
    font-weight:700;
    margin-bottom:12px;
    text-transform:capitalize;
}

.sec-title .separator{
    position:relative;
    width:40px;
    margin-top:16px !important;
}

.sec-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator span{
    position:absolute;
    left:50%;
    top:-2px;
    width:10px;
    height:5px;
    margin-left:-5px;
    display:inline-block;
    background-color:#bd0000;
}

.sec-title h2{
    position:relative;
    color:#222222;
    font-weight:700;
    font-size:36px;
    line-height:1.2em;
    margin-top:35px;
}

.sec-title .text{
    position:relative;
    font-size:14px;
    line-height:1.9em;
    color:#555555;
    margin-top:10px;
}

.sec-title.centered .separator{
    margin:0 auto !important;
    float:none !important;
}

.sec-title.centered{
    text-align: center !important;
}

.sec-title.light .title{
    color:#ffffff;
}

.sec-title.light h2{
    color:#ffffff;
}

.sec-title.light .separator span{
    background-color:#ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after{
    background-color:#ffffff;
}

.team-section{
    position:relative;
    padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-position:center center;
    background-repeat:no-repeat;
}

.team-section .title-box{
    position:relative;
    text-align:center;
}

.team-section .title-box h2{
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span{
    color: #ff9600;
}




.our-team{
    text-align: left;
}
.our-team .pic{
    padding: 30px 20px 0;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 3px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}
.our-team .pic:after{
    border: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    transform: scale(1, 0);
}
.our-team:hover .pic:before,
.our-team:hover .pic:after{
    border-color: #ff7b00;
    transform: scale(1);
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    background: #000000;
    padding: 10px 0 30px 0;
    color: #fff;
    position: absolute;
    width: 78%;
    bottom: 7px;
    opacity: 0.79;
    border: 2px solid #ffffff;
    left: 19px;
}
.our-team:hover .team-content{
    background: #ff7b00;
}

.our-team .title{
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.our-team .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.our-team .social{
    padding: 0;
    list-style: none;
    position: absolute;
    top: -17px;
    left: 20px;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    transform: scale(1);
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #a0a0a0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.our-team .social li a:hover{
    color: #fff;
}
.our-team .social li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li:hover a:before{
    background: #000000;
    color: #fff;
    transform: rotate(-45deg);
}
.peccular-team-area .team_content {
    display: none;
}
.peccular-team-area .popup_right .team_content {
    display: block;
}
body.page-template-default main#innerpage-box .our-team .title {
    margin: 0 !IMPORTANT;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 0.1px;
    font-weight: 400 !important;
    padding-bottom: 5px;
    color: #ffffff !important;
}
body.page-template-default main#innerpage-box .our-team .social li:before{
    content: none;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i {
    color: #ff7b00;
}
#innerpage-box .peccular-team-single:hover .peccular-team-content {
    padding-top: 2em;
}
.popup_right h5.detail_designation.team_designation {
    margin-top: 0 !IMPORTANT;
    margin-bottom: 0.5em !IMPORTANT;
}
/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;  
    background: #fff;   
}

#testimonials .peccular_testimonial_eme_image {
    position: relative;
}
#testimonials .peccular_testimonial_eme_area {
    bottom: 3em;
    position: absolute;
    background: #000;
    padding: 2em 0.5em;
    z-index: 2;
    right: -15em;
    width: 260px;
    text-align: center;
}
#testimonials .peccular_testimonial_eme_area h3 {
    font-size: 20px;
    font-weight: 500;
    color: #312d1f;
    margin-bottom: 8px;
}
#testimonials .peccular_testimonial_eme_area p {
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2D;
    text-align: center;
    margin-bottom: 5px;
}
#testimonials .peccular_testimonial_eme_area a.peccular_testimonials_emenum {
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2D;
    transition: all 0.8s;
}
#testimonials .peccular_testimonial_eme_area:hover a.peccular_testimonials_emenum {
    letter-spacing: 1px;
}

#testimonials .peccular_testimonial_eme_area a.peccular_testimonials_emenum i {
    font-size: 20px;
    padding-right: 8px;
    color: #060200;
    transition: all 0.8s;
}

#testimonials .peccular_testimonial_eme_area:hover a.peccular_testimonials_emenum i{
    transform: rotate(90deg);
    transition: all 0.8s;
}

.testimonials_section {
    position: relative;
    overflow: hidden; 
    z-index: 1;
    padding-bottom: 6em;
    padding-top: 3em;
}
#testimonials .peccular-testimonial-block{
    padding-bottom: 17px;
}
#testimonials .peccular-testimonials-single {
    /* padding-top: 53.85px; */
    background: #ececec;
    /* padding-bottom: 24.03px; */
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border-radius: 0px;
    padding: 1.95em 2.3em 0 2.3em;
}

#testimonials .owl-carousel.owl-drag .owl-item {
    padding: 4em 0 0em;
}

#testimonials .peccular-section-head h2,
#gallery .peccular-section-head h2{
    color: #000000;
    margin-top: 0em;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 0px;
    margin-bottom: 10.7px;
}

#testimonials .peccular-section-head h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}
#testimonials .peccular-testimonials-image img {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    left: 20%;
    border: 3px solid #000000;
}
#testimonials .peccular-testimonials-image i {
    right: -90px;
    position: absolute;
    bottom: -21.22px;
    font-size: 30px;
    z-index: 1;
    color: #dee27b;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image i {
    color: #fff;
}


#testimonials .peccular-section-head {
    margin-bottom: 1.2em;
}

#testimonials h4.peccular-testimonials-name {
    font-weight: 700;
    color: #000000;
    margin: 0 0 3.24px;
    transition: all 0.5s ease 0s;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right,#e76653,#e76653 50%,#000000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#testimonials .peccular-testimonials-single:hover h4.peccular-testimonials-name {
    background-position: 0 100%;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
    margin: 0 0 23.33px;
    /* text-transform: capitalize; */
    color: #000000;
}
#testimonials .peccular-testimonials-single:hover h6.peccular-testimonials-designation {
    color: #e76653;
}

#testimonials .peccular-testimonials-content p{
    color: #868586;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    line-height: 30.42px;
    margin: 18px 0 25px 20px;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
    margin-bottom: 3em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 31.14px 0 31.14px;
}

#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-left {
    font-size: 23px;
    color: #b4b1b4 ;   
    position: absolute;
    top: 20px;
    left: 0px;
    margin-right: 0px ;  
    transition: all 0.5s ease;  
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right {
    font-size: 23px;
    color: #b4b1b4 ;   
    position: absolute;
    top: 132px;
    right: 7px;
    margin-right: 0px ;  
    transition: all 0.5s ease;  
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-left{
   transition: all 0.5s ease 0s;
   transform: rotateY(157deg);
   color: #fb3c5e;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-contentbox i.fa-quote-right{
   transition: all 0.5s ease 0s;
   transform: rotateY(157deg);
   color: #fb3c5e;

}
#testimonials .owl-theme .owl-nav {
   display: none !important;
}


#testimonials .owl-theme .owl-dots {
    display: block;
    margin: 2em auto 0;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
 display: none;
}

#testimonials .owl-nav .owl-prev {
    background: #dee27b;
    width: 114px;
    height: 58px;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    clip-path: polygon(28% 0, 100% 0, 75% 99%, 5% 100%);
    margin-right: -25px;

}
#testimonials .owl-nav .owl-prev:hover{
    background: #000;
    box-shadow: 0px 1px 3px 3px #ffffff;
}
#testimonials .owl-nav .owl-next:hover{
    background: #000;
    box-shadow: 0px 1px 3px 3px #ffffff;
}
#testimonials .owl-nav .owl-next {
    background: #dee27b;
    width: 114px;
    height: 58px;
    line-height: 30px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    clip-path: polygon(28% 0, 100% 0, 75% 99%, 5% 100%);
    margin-right: -25px;
}
#testimonials .owl-nav .owl-prev:after,
#testimonials .owl-nav .owl-next:after{
    font-size: 38px;
    color: #ffffff;
    line-height: 50px;
}
#testimonials .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}

#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #ffffff;
}

#testimonials .peccular-testimonials-imgbox img{
    width: 100%;

}
.page-template-home-template #testimonials .peccular-section-head i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 73px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
#testimonials .owl-theme .owl-dots .owl-dot {
 box-shadow: none;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #fff;
}


.test_content {
    padding-top: 3em;
    padding-left: 1.5em;
}
.review-testimonials {
    position: absolute;
    margin-bottom: 0;
    transform: rotate(90deg);
    top: 61%;
    left: -5px;
    font-size: 25px;
    font-weight: 600;
}
.review-testimonials:before {
    content: "";
    height: 1px;
    width: 115px;
    background: #000000;
    position: absolute;
    bottom: 15px;
    right: 110px;
}
.review-testimonials:after {
    content: "";
    height: 1px;
    width: 70px;
    background: #000000;
    position: absolute;
    bottom: 15px;
    right: -83px;
}


.peccular-testimonials-image{
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
.peccular-testimonials-image:before,
.peccular-testimonials-image:after{
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 100px 0 0 transparent inset, 0 100px 0 transparent inset, -100px 0 0 transparent inset, 0 -100px 0 transparent inset;
    position: absolute;
    top: 0;
    left: 18%;
    transition: all 300ms linear 0s;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.peccular-testimonials-image:after{
    transform: rotate(45deg);
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image:after,
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image:before{
    box-shadow: 5px 0 0 #000000 inset, 0 5px 0 #000000 inset, -5px 0 0 #000000 inset, 0 -5px 0 #000000 inset;
}
#testimonials .peccular-testimonials-single .peccular-testimonials-image img{
    transform: scale(1);
    transition: all 300ms linear 0s;
}
.our-team:hover .peccular-testimonials-image img{
    transform: scale(1.1);
}


/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project .peccular-section-head {
    margin-bottom: 4em;
}

#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: #fff;
    margin-top: 0em;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-bottom: 10.77px;
}
#project .peccular-section-head h3{
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.page-template-home-template #project .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
.page-template-home-template #project .peccular-section-head i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 74px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
}
#project .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#project .peccular-section-head h3{
    color: #fff;
}
div#project {
    position: relative;
    background: #1E2327;
    overflow: hidden;
}
div#project .peccular-project-single,
#innerpage-box .peccular-project-single,
#innerpage-box .peccular-main-single {
    margin-bottom: 2em;
    position: relative;
}
#innerpage-box .peccular-main-single {
 margin-bottom: 3em;
}

div#project .peccular-project-b,
#innerpage-box .peccular-project-b,
#innerpage-box .peccular-main-b{
    padding: 5px 10px;
}
#innerpage-box .peccular-main-b {
    padding: 0 30px;
}

div#project .peccular-project-single .peccular-project-img,
#innerpage-box .peccular-project-single .peccular-project-img,
#innerpage-box .peccular-main-single .peccular-main-img{
    position: relative;
    overflow: hidden;
/*    height: 363px;*/
border-radius: 15px;
}
div#project .peccular-project-single .peccular-project-img .project_img-Overly,
#innerpage-box .peccular-project-single .peccular-project-img .project_img-Overly,
#innerpage-box .peccular-main-single .peccular-main-img .main_img-Overly  {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}

div#project .peccular-project-single .peccular-project-img .project_img-Overly2,
#innerpage-box .peccular-project-single .peccular-project-img .project_img-Overly2,
#innerpage-box .peccular-main-single .peccular-main-img .main_img-Overly2 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;    
    outline: 1px solid #fff;
    outline-offset: -21px;
    border-radius: 2rem;
}


div#project .peccular-project-img i,
#innerpage-box .peccular-project-img i,
#innerpage-box .peccular-main-img i {
    position: absolute;
    opacity: 0.6;
    content: "\f01d ";
    left: 43%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 50px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 5;
    top: 50%;
}

div#project .img_overlayColored,
#innerpage-box .img_overlayColored {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 320px;
    width: 320px;
    background: #90aa11;
    z-index: 0;
    margin: 0 auto;
}

div#project .peccular-project-single .peccular-project-img img,
#innerpage-box .peccular-project-single .peccular-project-img img,
#innerpage-box .peccular-main-single .peccular-main-img img{
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
div#project .peccular-project-single:hover .peccular-project-img img,
#innerpage-box .peccular-project-single:hover .peccular-project-img img,
#innerpage-box .peccular-main-single:hover .peccular-main-img img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

div#project .peccular-project-single .peccular-project-img iframe,
#innerpage-box .peccular-project-single .peccular-project-img iframe,
#innerpage-box .peccular-main-single .peccular-main-img iframe {
    z-index: 2;
    position: relative;
    outline: 1px solid #fff;
    outline-offset: -21px;
}

.peccular-project-area .peccular-project-b, div#project .peccular-project-single .peccular-project-img img, 
div#project .peccular-project-single .peccular-project-img iframe,
#innerpage-box .peccular-project-area .peccular-project-b, #innerpage-box .peccular-project-single .peccular-project-img img, 
#innerpage-box .peccular-project-single .peccular-project-img iframe,
#innerpage-box .peccular-main-area .peccular-main-b, #innerpage-box .peccular-main-single .peccular-main-img img, 
#innerpage-box .peccular-main-single .peccular-main-img iframe{
    height: 303.51px;
}

.peccular-project-area .peccular-project-b:nth-child(1), 
.peccular-project-area .peccular-project-b:nth-child(3){
    height: 473px;
    top: 63.19px;
    position: relative;

}

div#project .peccular-project-b:nth-child(1) .peccular-project-single .peccular-project-img img,
div#project .peccular-project-b:nth-child(3) .peccular-project-single .peccular-project-img img{
    height: 473px;

}

div#project .peccular-project-b:nth-child(1) .peccular-project-single .peccular-project-img iframe,
div#project .peccular-project-b:nth-child(3) .peccular-project-single .peccular-project-img iframe{
    height: 481px;

}



.peccular-project-area {
    position: relative;
    margin-bottom: 16em;
}

.peccular-project-area .peccular-project-b:nth-child(5) {
    position: absolute;
    left: 25%;
    top: 72%;
}

.peccular-project-area .peccular-project-b:nth-child(6) {
    position: absolute;
    right: -15px;
    top: 72%;
}

div#project .peccular-project-single .peccular-project-content,
#innerpage-box .peccular-project-single .peccular-project-content,
#innerpage-box .peccular-main-single .peccular-main-content{
    transition: all 0.95s ease 0s;
    -moz-box-shadow: -1px 0px 45px rgba(50,50,0,0.1);
    text-align: center;
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 25px 25px;
    /* width: 90%; */
    /* height: 100%; */
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

div#project .peccular-project-single h4.peccular-project-title,
#innerpage-box .peccular-project-single h4.peccular-project-title,
#innerpage-box .peccular-main-single h4.peccular-main-title {
    position: relative;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    line-height: 25px;
    /* padding-top: 6px; */
    color: #fff;
    font-weight: 600;
    z-index: 3;
    letter-spacing: 0.64px;
    margin: 0;
    font-style: normal;
}
div#project .peccular-project-single .peccular-project-text,
#innerpage-box .peccular-project-single .peccular-project-text,
#innerpage-box .peccular-main-single .peccular-main-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


div#project .peccular-a-btn {
    position: relative;
    bottom: 0;
    text-align: center;
}

div#project .peccular-a-btn a{
    color: #fff;
    padding: 12.33px 20.57px 11.67px 20.43px;
    font-size: 17px;
    font-weight: 400;
    word-break: break-word;
    line-height: 25px;
    border-radius: 0;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 1px solid #dee27b;
    border-radius: 10px;
}

div#project .peccular-a-btn .read-btn:hover{ color: #fff; }
div#project .peccular-a-btn a:before {
    content: "";
    position: absolute;
    transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    -webkit-transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dee27b;
    z-index: -1;
}
div#project .peccular-a-btn a:hover:before {
    transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -webkit-transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    top: 50%;
    width: 115%;
    height: 200px;
}

/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
#features .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}

.page-template-home-template #features h4.peccular-features-title{
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    padding: 0;
    margin: 15px 0 0px 0;
    line-height: 30px;
    color: #292929;
    transition: all 0.8s;
    text-align: center;
    position: relative;
    z-index: 1;
}  

div#features {
    position: relative;
}

#features .peccular-features-icon {
    transition: all 0.8s;
    text-align: center;
}

#features .FeaBG_icon img {
    height: 120px;
    width: 120px;
    transition: all 0.8s;
}
#features .FeaBG_icon {
    text-align: center;
    transition: all 0.8s;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#features .peccular-features-single:hover .peccular-features-icon {
    transition: all 0.8s;
}

#features .peccular-features-single:hover .FeaBG_icon img {
    transition: all 0.8s;
    transform: rotate(45deg);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg)
}
100% {
    transform: rotate(360deg)
}
}
#features .peccular-features-single{
    position: relative;
    background: #fff;
    padding: 2.7em 1em 2.5em;
    transition: all 0.8s;
    overflow: hidden;
}
#features .peccular-features-single:before {
    content: '';
    background: #dee27b;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotateX(360deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transition: opacity 0.8s,height 0.2s ease 0.2s, width 0.2s ease 0.2s;
}
#features .peccular-features-single:hover:before {
    height: 150%;
    width: 150%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotateX(0);
}
.peccular-features-b:hover {
    box-shadow: 5px 0px 6px 0px #b1adad;
    padding: 0;
}


.page-template-home-template #features .mid-image-bx img{
    height: 514px;
    width: 100%;
    position: relative;
}
.page-template-home-template #features .peccular-section-head h2{
    color: #dee27b;
    margin-top: 0em;
    font-weight: 500;
    font-size: 40px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: Poppins, Medium;
}
#features .feature_head_bx i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 69px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
.page-template-home-template #features .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
.page-template-home-template #features .peccular-section-head p {
    text-align: center;
    word-break: break-word;
    margin-bottom: 15px;
    padding: 20px 16em 1em 16em;
    font-size: 18px;
    line-height: 30px;
    color: #6c6c6c;
    font-weight: 400;
}

.page-template-home-template div#features {
    position: relative;
    overflow: visible;
    z-index: 1;
    background: #fff;
}
.page-template-home-template div#features .peccular-features-area {
    position: relative;
    top: -13.5em;
    background: #fff;
    box-shadow: 0px 11px 20px 0px #dbd3d3;
}

.page-template-home-template #features  p.inner-area-text{
    color: #90AF00;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    margin-left: 28px;
}

.page-template-home-template #features .peccular-features-icon {
    z-index: 1;
}

.page-template-home-template #features .peccular-features-icon i{
    font-size: 40px;
    font-weight: 500;
    color: #000 ;
    transition: all 0.8s;
    transition: all 1s ease 0s;
}


#features .peccular-features-single:hover .peccular-features-icon i{
    color: #fcfefe ;
    transform: translateX(10px) rotate(10deg) translateY(-10px);
}
#features .peccular-features-single:hover h4.peccular-features-title {
    color: #f0f6fb;
}

.page-template-home-template #features .peccular-features-single{
    position: relative;
    background: #fdfdfd;
    transition: all 0.8s;
    overflow: hidden;
}

.page-template-home-template #features .peccular-features-single:after{
    content: '';
    border: 2px solid #848282;
    position: absolute;
    height: 25px;
    right: 0;
    top: 40%;
}
.page-template-home-template #features .peccular-features-b:nth-child(4) .peccular-features-single:after{
    content: '';
    border: 0px solid #989898;
}


/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/
#banner {
    position: relative;
}
#banner .banner-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#banner .header-content {
 position: relative;
 z-index: 5;
}
#banner .header-content {
    padding: 75px 30px 135px 135px;
    background: #000;
}
#banner .header-content h2 {
    word-break: break-word;
    font-size: 50px;
    font-weight: 500 !important;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-bottom: 0.25em;
}
#banner .header-content .slidetxt {
   color: #ffffff;
   font-size: 16px;
   font-weight: 400 !important;
   line-height: 30px;
   padding-bottom: 1.5em;
   padding-right: 1em;
       padding-left: 0.2em;
}
#banner .btn{
    color: #000000;
    font-size: 21px;
    padding: 6px 14px;
    border-radius: 0;
    transition: all 0.25s ease;
    background: #ffffff;
    font-weight: 600;
}
#banner .btn:hover{
    color: #000000;
    background-image: repeating-linear-gradient(-25deg, var(--color), var(--color) 3px, transparent 4px, transparent 7px);
    background-size: 12px 16px;
    animation: cloud-animation 1.25s infinite ease;
}
/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/

#about .about-body {
    position: relative;
}
#about .peccular-section-head {
    margin-bottom: 1.5em;
    margin-top: 0em;
}
#about .peccular-section-head h2{
    color: #000000;
    margin-top: 0em;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 19.58px;
    font-family: 'Prata', serif;
}
#about .peccular-section-subtext{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 0px;
    margin-bottom: 33.65px;
    padding-right: 4em;
}
#about .about_description {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 40.06px;
    font-weight: 500;
    padding-right: 10%;
}
#about h4.curtains-features-title {
    font-size: 20px;
    font-weight: 400;
    color: #565656;
}
#about p.curtains-features-text {
    font-size: 15px;
    line-height: 21px;
    padding-top: 8px;
    color: #565656;
}

#about .btn{
   color: #ffffff;
   font-size: 18px;
   padding: 6px 18px;
   border-radius: 0;
   transition: all 0.25s ease;
   background: #000000;
   font-weight: 400;
}
#about .btn:hover{
    color: #000000;
    background-image: repeating-linear-gradient(-80deg, #e76452, #ffffff 25px, transparent 48px, transparent 0px);
    background-size: 8px 18px;
    animation: cloud-animation 1.25s infinite ease;
    font-weight: 500;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}
#about ul li{
    position: relative;
    list-style: none;
    display: inline-block;
    width: 78px;
    height: 67px;
    border-radius: 6px;
    /* background: #262626; */
    margin: 0 10px;
    border: 1px dashed #000000;
    top: 3px;
}
#about ul li:hover, 
#about .curtains-features-single:hover ul li {
    background-color: #000000;
}
#about ul li a{
    position: absolute;
    top: 10px;  bottom: 10px; left: 10px;  right: 10px;
    border-radius: 50%;
}
#about ul li a span{
 display: block;
 width: 100%;  height: 100%; 
 border-radius: 50%;
 transition: 2s;
 transform-style: preserve-3d;
 backface-visibility: hidden;
}
#about ul li a span:nth-of-type(1){
 position: relative;
 /* background: #2196f3;*/
 transform: rotateX(0deg);
}

#about ul li:hover a span:nth-of-type(1),
#about .curtains-features-single:hover ul li a span:nth-of-type(1){
 transform: rotateX(180deg);
}
#about ul li a span:nth-of-type(2),
#about ul li a span:nth-of-type(3),
#about ul li a span:nth-of-type(4){
    position: absolute;
    top: -28px;
    left: 0;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
}
#about ul li a span:nth-of-type(2){   
    transform: rotateX(0deg) translateZ(30px);   
    color: #000000;
}
#about ul li:hover a span:nth-of-type(2),
#about .curtains-features-single:hover ul li a span:nth-of-type(2){
    transform: rotateX(180deg) translateZ(30px);
}
#about ul li a span:nth-of-type(3){
    /*background: #fff;*/
    transform: rotateX(-180deg)
}
#about ul li:hover a span:nth-of-type(3),
#about .curtains-features-single:hover ul li a span:nth-of-type(3){
    transform: rotateX(0deg)
}
#about ul li a span:nth-of-type(4){   
    transform: rotateX(-180deg) translateZ(30px); 
    color: #ffffff;
}
#about ul li:hover a span:nth-of-type(4),
#about .curtains-features-single:hover ul li a span:nth-of-type(4){
    transform: rotateX(0deg) translateZ(30px);
}
#about .curtains-features-single {
    padding: 0.9em 0 1em 0;
}
#about .space-abtblock {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 3em;
    position: relative;
}
#about .resp-cs {
    padding-left: 25px;
    padding-right: 95px;
}
#about .curtains-features-area {
    padding-bottom: 0.5em;
}

#about img {
    width: 100%;
    height: 100%;
}

.construction-box{
    z-index: 1;
    position: relative;
}
.construction-box{
    padding: 25px 15px 5px 15px;
    /* background: #851f1f; */
    text-align: left;
    position: absolute;
    border: 1px solid #b8b8b8;
    bottom: 26%;
    left: 0;
    width: 20%;
}
.construction-box:after{
   content: "";
   width: 100%;
   height: 100%;
   background: #ffffff;
   box-shadow: 0px 0px 4px 0px #cccccc;
   position: absolute;
   top: 6px;
   right: -3px;
   z-index: -1;
   transition: all 0.5s ease 0s;
}
.construction-box:hover:after,
.about-img-area:hover .construction-box:after{
    top: 0;
    left: 0;
}
#about .about-img-area {
    padding-left: 5%;
}
#about .about-year-txt {
    font-size: 50px;
    font-family: 'Prata', serif;
}
#about .about-exp-txt {
    font-size: 23px;
    letter-spacing: 1px;
    padding-left: 35px;
}
#about .about-img-area:hover .construction-box {
    border: 3px solid #000;
}
#about .peccular-section-head h2:before {
    content: "";
    background: #000;
    height: 1px;
    width: 60%;
    position: absolute;
    right: -15px;
    bottom: 8px;
}
#about .peccular-section-head h2:after {
    content: "";
    background: #000;
    height: 55px;
    width: 2px;
    position: absolute;
    right: 20px;
    top: 15px;
}
#about .space-abtblock:before {
  content: "";
  background: #000;
  height: 1px;
  width: 60%;
  position: absolute;
  right: -15px;
  bottom: -7px;
  content: "";
  background: #000;
  height: 80%;
  width: 2px;
  position: absolute;
  right: 61px;
  top: 65px;
}
#about .space-abtblock:after {
    content: "";
    background: #000;
    height: 1px;
    width: 90px;
    position: absolute;
    right: 20px;
    bottom: 80px;
}
#about .construction-box{
    transition: 0.3s ease-in-out;
}

#about .construction-box:hover,
#about .about-img-area:hover .construction-box{
    transform: scale(0.8);
    transition: 0.3s ease-in-out;
}
/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/

.page-template-home-template #services .peccular-section-head h2{
    color: #fff;
    margin-top: 0em;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-bottom: 15.67px;
}
.page-template-home-template #services .peccular-section-head h3{
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
}
.page-template-home-template #services .service_icon_bx {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 0px 6px #0000000d;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
}
.page-template-home-template #services .service_icon_bx i{
    font-size: 35px;
    color: #dee27b;
}
.page-template-home-template #services .boxshape1 {
    position: absolute;
    top: -127px;
    left: -41px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 279px;
    height: 279px;
}
.page-template-home-template #services .boxshape2 {
    position: absolute;
    top: -121px;
    left: -33px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 248px;
    height: 248px;
}
.page-template-home-template #services .peccular-section-head {
    margin-bottom: 64.75px;
    margin-top: 0;
}
.page-template-home-template #services .peccular-section-head i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 74px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
.page-template-home-template #services .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
.page-template-home-template #services .peccular-section-head-icon i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    background: none;
}
.page-template-home-template div#services {
    position: relative;
    margin: 0em 0;
    background: #fff;
    z-index: 2;
}
.page-template-home-template #services .peccular-service-box{
    position: relative;
    margin: 0;
    margin-bottom: 1em;
    background: #1E2327;
    border: 2px solid #707070;
    border-radius: 10px;
    padding: 0 40px 30px 40px;
    transition: .9s ease;
}

.page-template-home-template #services .peccular-service-box:hover{
    transform: scale(1.05);
}

.page-template-home-template #services .peccular-service-box .peccular-service-icon a{
    position: relative;
    width: 72.88px;
    height: 72.88px;
    display: inline-block;
}

.page-template-home-template #services .peccular-service-box .peccular-service-icon {
    padding-top: 25px;
    margin-bottom: 50.24px;
}
.page-template-home-template #services .peccular-service-box .peccular-service-icon a i{
    position: relative;
    transition: .9s ease;
}
.page-template-home-template #services .peccular-service-box .peccular-service-icon a:after{
    height: 72.88px;
    width: 72.88px;
    content: '';
    background: #252728;
    position: absolute;
    border-radius: 50%;
    left: -28.44px;
    z-index: 0;
    top: 20.56px;
    transition: .9s ease;
}

.page-template-home-template #services .peccular-service-box:hover .peccular-service-icon a:after{
    left: 10px;
    border: 2px dashed #fff;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}
.page-template-home-template #services .peccular-service-box .peccular-service-icon a i:before{
    z-index: 1;
    font-size: 75px;
    color: #dee27b;
    position: relative;

}
.page-template-home-template #services .peccular-service-box:hover .peccular-service-icon a i{
 transform: scale(0.5);
}
.page-template-home-template #services .peccular-service-box:hover  .peccular-service-icon a i:before {
    left: 35%;
    top: 35px;
}


#services .serbrdr {
    padding: 0px 9px;
}

.page-template-home-template #services .peccular-service-box .peccular-service-image {
    padding: 0px;
}

#services .peccular-service-box .peccular-service-image .imageOverlaynew {
    position: relative;
    left: 0;
    bottom: 500px;
    top: 0;
    right: 0;
    opacity: 0;
    background-color: #dee27b;
    transition: all 0.3s ease;
    z-index: 1;
}
.page-template-home-template #services .peccular-service-box:hover .imageOverlaynew {
    bottom: 0;
    opacity: 0.4;
    transition: all .4s linear;
}

.page-template-home-template #services .peccular-service-content {    
    position: relative;
    text-align: left;
}
.page-template-home-template #services .peccular-service-content i {
    color: #fff;
    font-size: 30px;
    padding: 0;
    position: relative;
    transition: all 0.7s;
}
.page-template-home-template #services .peccular-service-box:hover .peccular-service-content .peccular-service-btn a{
    background: #000;
    transition: all 0.7s;
    padding: 0px 45px;
}
.page-template-home-template #services .peccular-service-content h4{
    padding: 0;
    margin-bottom: 15px;
    transition: .9s ease;
}  

.page-template-home-template #services .peccular-service-content h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 20px;
    padding: 1px 0;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    letter-spacing: 0;

}  
.page-template-home-template #services .peccular-service-box:hover .peccular-service-content h4{
   transform: scale(1.05);
}

.page-template-home-template #services .peccular-service-content h4 a:hover{
    color: #dee27b;
}

.page-template-home-template #services .peccular-service-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    transition: .9s ease;
}
.page-template-home-template #services .peccular-service-box:hover .peccular-service-content p{
    transform: scale(1.05);
}


#services .peccular-service-box:hover .peccular-service-btn a{
    color: #fff;
}
.m-0 {
    margin: 0;
}
.page-template-home-template #services .peccular-service-btn a{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    /* font-size: 5px; */
    padding: 5px 15px;
    border-radius: 25px;
    color: #fdfdfd;
    transition: all .6s;
    background: #dee27b;
    cursor: pointer;
    z-index: 9;
    line-height: 18px;
    border: 1px solid #000;
}
.page-template-home-template #services .peccular-service-btn a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.9s ease 0s;
}
.page-template-home-template #services .peccular-service-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.9s ease 0s;
}
.page-template-home-template #services .peccular-service-btn a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #000;   
    width: 50%;
    transition: all 0.9s ease 0s;
}
.page-template-home-template #services .peccular-service-btn a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #000;
    width: 51%;
    transition: all 0.9s ease 0s;
}
.page-template-home-template #services .peccular-service-contenttext {
    margin-top: 14px;
    margin-bottom: 13px;
}
.padding-0{padding: 0;}

.page-template-home-template #services .owl-theme .owl-dots {display: none;}

.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #3e3e3e;
    font-size: 50px;
    width: 45px;
    height: 45px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-weight: 100;
    border: 1px solid #3e3e3e;
}

.page-template-home-template #services .owl-carousel .owl-nav button.owl-next span:before, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev span, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}
.page-template-home-template #services .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: pointer;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next {
   position: relative;
   box-shadow: none;
   background: none;
   z-index: -1;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before, 
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffe723;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0;
    z-index: 999;
    color: #3e3e3e;
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: #fff;
    font-weight: 100;
    font-size: 30px;
    padding: 5px;
    border: 3px solid #000;
    border-radius: 50%;
}
.page-template-home-template #services .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    top: 50%;
    right: 0;
    color: #3e3e3e;
    top: -380px;
    left: 620px;
}
.page-template-home-template #services .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 #services .owl-carousel .owl-nav button.owl-next:hover:before,
.page-template-home-template #services .owl-carousel .owl-nav button.owl-prev:hover:before{
    background: -moz-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: -webkit-linear-gradient(top,#7441f4 0%,#5468f0 100%);
    background: linear-gradient(to right,#7441f4 0%,#5468f0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #7441f4;
} 
@media screen and (min-width:320px) and (max-width: 1199px){
    .page-template-home-template #services .serbrdr:nth-child(even) .image-bttom-border{bottom: 0px; display: none;}
    .page-template-home-template #services .peccular-service-content{    bottom: 0px;}

}
@media screen and (min-width: 820px) and (max-width: 1000px){
    div#main-slider .item .cover .header-content{
        width: 675px !important;
    }
    #innerpage-box .peccular-testimonials-single {
        padding: 1.5em 1.5em 0.5em 1.5em !important;
        text-align: center !important;
    }
    #innerpage-box .peccular-testimonials-content p {
        text-align: left !important;
    }
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 49.75% !important;
    }
}

@media screen and (min-width:768px) and (max-width: 991px){
    .page-template-home-template #services .peccular-service-contenttext p{position: relative;
        z-index: 5;   padding-top: 14px;}     
        .page-template-home-template #services .peccular-service-contenttext { margin-top: 0em;}

        div#main-slider .item .cover .header-content{
    /*top: 22%;
    padding: 40px 25px;
    width: 650px;
    left: 8%;*/
}
div#main-slider .item {
    /*height: 500px;*/
}
div#main-slider .item .cover .header-content h2{
    padding-bottom: 0.3em;
}
div#main-slider .item .cover .header-content .slidetxt{
 /*  padding-bottom: 1em;*/
}
div#main-slider .owl-nav .owl-prev,
div#main-slider .owl-nav .owl-next{
    /*height: 50px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-next:before,
div#main-slider .owl-carousel .owl-nav button.owl-next:after{
    /*top: 12px;*/
}
div#sb-search {
    left: 0;
}
.peccular-testimonials-image:before, .peccular-testimonials-image:after{
    left: 12%;
}
.peccular-about-videobox {
    margin: 0 auto;
}
.construction-box {
    bottom: 58%;
    left: 12%;
    width: 36.5%;
}
#about .peccular-section-head h2:before{
    width: 58%;
}
#about .about_description{
    font-size: 15px;
}
#testimonials .test_content {
    padding-top: 2em;
    padding-left: 0.5em;
}
.review-testimonials:before,
.review-testimonials:after{
    bottom: 10px;
}
.page-template-home-template div#banner {
    padding-right: 3em;
}
.footer-area .bottom-area, 
.footer-area .bottom-area, 
.page .footer-area .bottom-area, 
.single .footer-area .bottom-area,
.footer-text {
    text-align: center !important;
}
.footer-text{
    padding-top: 0.8em;
}
#innerpage-box .inner-blogpost .post-info{
    width: 60% !important;
}
}
/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story {
    position: relative;
}

#story .story-sec-border{
    border: 1px solid #fff;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    left: 1.7%;
    right: 1.7%;
    top: 5.5%;
    bottom: 5.2%;
    position: absolute;
}
.page-template-home-template #story .story-bg {
    outline: 1px solid #fff;
    outline-offset: -15px;
}


#story .peccular-section-head h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 12.35px;
}
#story .peccular-section-subtext {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10.13px;

/*    background: linear-gradient(to right,#b6d437 50%,#000 40%);
    background-size: 200% auto;
    animation: animate 7.5s alternate linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

@keyframes animate{
    100%{
        background-position: 200% center;
        transform: scale(1.05,1.05);
    }
}

#story .story-body {
    width: 315.45px;
    float: right;
    margin-right: 9em;
}
#story .story_description {
    font-size: 11px;
    line-height: 17.72px;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 6.42px;
}

#story .peccular-story-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #dee27b;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #dee27b, #dee27b 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#story .peccular-story-btn a:hover {
    background-position: 0 100%;
}


#story .peccular-story-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #dee27b;
    transition: all 0.3s ease-in-out;
}

#story .peccular-story-btn a:hover:before {
    width: 0%;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
 /* background: url(images/counterbgimg.jpg);*/

}

#counter {  
    background: #dee27b;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#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{
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-b:hover{
    transition: all 0.6s ease 0s;
}

#counter .peccular-counter-b{
    transition: all 0.6s ease 0s;
}

#counter .peccular-counter-icon span{
    font-size: 55px;
    color: #000;
    transition: all 1s ease 0s;
}

#counter .peccular-counter-single:hover .peccular-counter-icon span{
    transition: all 1s ease 0s;
    transform: scale(0.8);
}
#counter h4.peccular-counter-title  {
    font-size: 24px;
    font-weight: 500;
    word-break: break-word;
    color: #ebf0f6;
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    margin: 0;
    text-align: left;
}
#counter .peccular-counter-single:hover h4.peccular-counter-title{
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-num.count{
    font-size: 45px;
    font-weight: 700;
    word-break: break-word;
    color: #ffffff;
    padding: 0;
    margin: 0 0 4px 0px;
    transition: all 0.3s ease 0s;
    text-align: left;
    line-height: 55px;
}
#counter .peccular-counter-single:hover .peccular-counter-num.count{
  letter-spacing: 7px;
  transition: all 0.3s ease 0s;
}
#counter .peccular-counter-area {
    position: relative;
}
/*---------------*/
#services .logo-bx img {
    width: 69px;
    height: 91px;
    margin: 0 auto;
    text-align: center;
}
#services .owl-theme .owl-nav {
    margin-top: 50px;
    position: absolute;
    left: 0;
}
#services .owl-carousel .owl-nav button.owl-prev {
    box-shadow: none;
}
#services .owl-carousel .owl-nav button.owl-prev span {
    font-size: 37px;
    position: absolute;
    left: 30px;
    top: 50px;
}
#services .owl-carousel .owl-nav button.owl-next span {
    position: absolute;
    right: 0;
    right: -80px;
    top: 50px;
    font-size: 37px;
}
#services .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
}
/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/
#blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#blog {
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head {
    margin-bottom: 2.5em;
    margin-top: 0em;
}
.page-template-home-template #blog .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 44px;
}
.page-template-home-template #blog .peccular-section-head i {
    color: #dee27b;
    font-size: 1px;
    padding: 0px 68px;
    background: #dee27b;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 9px;
}
#blog .peccular-blog-post{    
    padding: 0em;
    margin: 0 0 3em 0;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
#blog .peccular-box-area-S {    
   padding: 0;
   margin: 14.55px 10.87px 5px 12.08px;
   position: relative;
}
#blog h4.inner-area-title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.37px;
  margin-bottom: 12.38px;
  padding: 0em;
  transform: scale(1);
  transition: all 1s ease 0s;
  letter-spacing: 0.97px;
  margin-top: 0.7em;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
    color: #D68331;
    transition: all 1s ease 0s;
}
#blog p{
    font-size: 15.23px;
    font-weight: 400;
    word-break: break-all;
    line-height: 25.41px;
    color: #8e8e8e;
    margin-bottom: 0px;
    text-align: left;
    padding-bottom: 13.58px;
    margin-bottom: 21.17px;
    letter-spacing: 0.5px;
}

#blog a.read-btn{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    /* font-weight: 500; */
    font-size: 13px;
    line-height: 16.55px;
    padding: 0;
    padding-bottom: 8.78px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-style: normal;
    text-align: left;
}
#blog a.read-btn:hover {
    color: #dee27b;
}
#blog a.read-btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
  z-index: 0;
  position: absolute;
  background: #dee27b;
  transition: all 0.3s ease-in-out;
}

#blog a.read-btn:hover:before {
    width: 0%;
}


#blog .peccular-blog-single {   
    padding: 28.37px 19.45px 30.62px 55.93px;
}

#blog .peccular-blog-comment_box{ 
    text-align: right;
    color: #d0dbed;
    font-size: 16px;
}
#blog .peccular-blog-thumbnail {
    position: relative;
    overflow: hidden; 
}

#blog .peccular-blog-comment span, 
#blog .peccular-blog-date span {
    color: #ff7b00;
    font-size: 12.7px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}
#blog .peccular-blog-post:hover .peccular-blog-date span {
    color:#ff7b00;
}
#blog .peccular-blog-post li {
    list-style: none;
    display: inline-flex;
}
#blog .peccular-blog-post .text-right {
    float: right;
    text-align: right;
    margin-right: 0em;
}
.peccular-blog-content.blog-headingbx {
    padding-right: 1em;
}
.peccular-blog-post i.fa {
    padding-right: 8px;
}
/*#blog .peccular-blog-post .peccular-socialMedia ul li a i{
    font-size: 18px;
    font-weight: 500;
    padding-right: 5px;
    color: #fff;
    background: #191919;
}*/
#blog .peccular-blog-comment {
    margin-bottom: 19.07px;
    position: relative;
}

#blog .peccular-blog-post .blog-socials {
    position: relative;
}

#blog .peccular-blog-post .peccular-socialMedia {
    position: absolute;
    right: 0;
    top: 0;
}

#blog .peccular-blog-post .peccular-socialMedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    position: relative;
}

#blog .peccular-blog-post .peccular-socialMedia ul li {
    display: inline-block;
    margin-left: -30px;
    float: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    text-align: center;
}
#blog .peccular-blog-post .peccular-socialMedia ul li a.site-button {
    /* border-radius: 50%; */
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #fff;
    background: #191919;
    z-index: 3;
}

#blog .peccular-blog-post .peccular-socialMedia ul li a:hover {
    color: #dee27b;
}

#blog .peccular-blog-post .peccular-socialMedia ul li a {
    /* border-radius: 50%; */
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #fff;
    background: #191919;
    z-index: 2;
}

#blog .peccular-blog-post .peccular-socialMedia ul:hover li {
    margin-left: 4px;
}

#blog .peccular-blog-date i{
    font-size: 18px;
    font-weight: 500;
/*    padding-right: 5px;*/
color: #fff;
}
#blog img.author-img.img-responsive {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: 20px;
    bottom: 8px;
}
#blog .auth-name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
#footer .social-profile-icons h4.widget-title {
    margin-bottom: 15px;
}
#newsletter .newsletter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#newsletter {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0;
}
#newsletter .newsletter-sign-box {
    position: relative;
    z-index: 999;
    padding: 21px 0em;
}
#newsletter .peccular-section-head h2{
    padding: 10px 0 8px 9px;
    color: #09245c;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 0;
}

#newsletter .peccular-section-head h2:after {
 display: none;
}
#newsletter .peccular-section-head h3{
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    /* font-family: 'Roboto'; */
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#newsletter .description {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.8px;
    margin-bottom: 1.7em;
    text-align: center;
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #7D7E7E;
}
#newsletter .peccular-newsletter-member-wrap {
    color: #000;
    padding: 0;
}

#newsletter .peccular-newsletter-member-wrap p {
    padding:0;
    margin:0;
}

#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    z-index: 2000;
    width: 100%;
    color: #000000;
    margin: 0 0 0px 0;
    border-radius: 0;
    padding: 0px 23px;
    font-size: 20px;
    line-height: 19px;
    height: 50px;
    font-weight: 400;
    background: #ffffff;
    border: 0px solid #707070;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
}
#newsletter .peccular-newsletter-member-wrap input[type="text"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="email"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="url"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="password"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="search"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="number"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="tel"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="range"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="date"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="month"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="week"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="time"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"]::placeholder,
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"]::placeholder, 
#newsletter .peccular-newsletter-member-wrap input[type="color"]::placeholder,
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
   color: #000000;
   opacity: 1;
}
#newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 23px;
}

#newsletter .peccular-newsletter-member-wrap .wpcf7-spinner {
    position: absolute;
}

#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    z-index: 2000;
    width: 100%;
    color: #7D7E7E;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0px 20px;
    font-size: 16px;
    height: 56px;
    font-weight: 400;
    background: none;
    border: 1px solid #707070;
}
#newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 0px;
}
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#7D7E7E;
}

#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}

#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #ff0018;
    color: #fff;
    font-weight: 400;
    padding: 14px 42px;
    line-height: 24px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 29px;
    transition: all 0.5s ease 0s;
    opacity: 1;
    right: 0;
    position: relative;
    z-index: 1;
    box-shadow: none;
    letter-spacing: 1px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    color: #ffffff;
    transition: all 0.5s ease 0s;
    background: #ff7b00;
}

#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover .wpcf7:after{
    display: none !important;
    color: #000;
}
#newsletter .peccular-newsletter-member-wrap {
    position: relative;
    left: 1em;
    padding: 0 2em 0 0;
}

/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contact .mainHeading {
    display: inline-flex;
}
#contact {
 position: relative;
 overflow: hidden;
 background: #1E2327;
}
#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact img{
    position: relative;
}
.peccular-section-form_main-img{
    position: relative;
    overflow: hidden;
}
#contact img.peccular-contact-main-image {
 outline: 1px solid #fff;
 outline-offset: -15px;
 width: 100%;
 height: 100%;
 -webkit-animation: zoomin 7s ease-in infinite;
 animation: zoomin 7s ease-in infinite;
 transition: all .3s ease-in;
}
#contact .home-contact-bgimg{

    -webkit-mask-image: url(images/contactform12.png);
    mask-image: url(images/contactform12.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

#contact .peccular-contact_img_area {
    position: relative;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 133.95px;
    height: 128.91px;
    border-radius: 10px;
    outline: 3px solid #F1F1FF;
    /* box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px; */
    animation: bounce2 2s ease infinite;
    animation: color-change 2s linear infinite;

}
#contact  .wpcf7-not-valid-tip {
    color: #dee27b;
    padding-left: 60px;
    padding-top: 6px;
}

@keyframes color-change {
  0%,100%{
    outline-color:#bbbe829e;
}

25%{
    outline-color:#989d369e;
}

50%{
    outline-color:#dee27b;
}

75%{
    outline-color:#6165069e;
}
}

#contact .peccular-contact_img_area .c-img-left1 {
    position: absolute;
    top: 12em;
    right: 2em;
    webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#contact .peccular-contact_img_area .c-img-left2 {
    position: absolute;
    bottom: 12em;
    left: 0;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right1 {
    position: absolute;
    top: 2em;
    left: 4em;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right2 {
 position: absolute;
 bottom: 14em;
 left: 2em;
 webkit-transform: rotate(-20deg);
 -moz-transform: rotate(-20deg);
 -ms-transform: rotate(-20deg);
 -o-transform: rotate(-20deg);
 transform: rotate(-20deg);
}
@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


.page-template-home-template #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -83%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .contact_info_area{    
    padding: 3em 4em 1.5em;
    position: relative;
    background: #dee27b;
}

#contact .peccular-contacti-area {
    background: #687aa2;
    border-left: 6px solid #feb403;
    margin: 0 0 15px;
    padding: 18px 15px;
    position: relative;
}

#contact .peccular-contacti-area:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 500px;
    opacity: 0;
    background-color: #feb403;
    transition: all 0.3s ease;
    z-index: 1;
    content: '';
}
#contact .peccular-contacti-area:hover:after {
    right: 0;
    opacity: 1;
    transition: all .4s linear;
}
#contact .peccular-contacti-area .c_i_icon i{
    font-size: 50px;
    color: #000;
    position: relative;
    z-index: 2;
    transition: .9s ease;
    padding-top: 6px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 40px;
}

#contact .peccular-contacti-area:hover .c_i_icon i{
    color: #fff;
    transform: scale(1.2);
}
#contact .peccular-contacti-area .c_i_title {
    color: #f8fafd;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    color: #eaeff7;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a:hover{
    color: #dee27b;
}

#contact .peccular-section-head {
    margin-bottom: 1em;
    margin-top: 0em;
    z-index: 5;
}

#contact .peccular-section-head h2{
    color: #f9fdfd;
    margin-bottom: 0px;
    padding: 0 0 0px 0;
    /* text-transform: capitalize; */
    font-weight: 500;
    font-size: 30px;
}
#contact .peccular-section-head p {
    font-size: 19px;
    font-weight: 500;
    word-break: break-all;
    line-height: 28px;
    color: #ffffff82;
    margin-bottom: 0px;
    text-align: left;
    padding-right: 5em;
    margin-top: 10px;
}

.page-template-home-template #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
    margin-left: 50px;
    margin-top: 10px;
}
#contact .peccular-contact-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
    padding-left: 0em;
}

#contact .peccular-contact-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
}
#contact .peccular-contact-block p.peccular-form-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* padding-right: 8em; */
    padding-bottom: 40px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.8px;
    padding: 0 2.5em;
}

#contact .peccular-contact-phone{

    margin: 5em 0em;
}
#contact .peccular-contact-phone-info{
    color: #fff;
    background: #bc90e9;   
    padding: 8px 11px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: center;

}
#contact .peccular-contact-phone-info a{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-phone-icon{
    background: #bc90e9;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -9px;
}
#contact .peccular-contact-phone-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    padding: 0px 9px;
    transform: rotateZ(245deg);
}

#contact .peccular-contact-mailid{

    margin: 5em 0em;
}
#contact .peccular-contact-mailid-info{
    color: #fff;
    background: #7fae16; 
    padding: 11px 0px 10px 10px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: left;
    z-index: 2;  
}
#contact .peccular-contact-mailid-info a{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-mailid-icon{
    background: #7fae16;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -10px;
}
#contact .peccular-contact-mailid-icon i {
    color: #fff;
    font-size: 27px;
    line-height: 60px;
    padding: 0px 4px;
}
#contact .peccular-contact-address{
    background: #fcdd18;
    padding:13px 10px 11em 7px;    
    clip-path: polygon(0 0, 100% 0%, 100% 28%, 5% 28%);
}
#contact .peccular-contact-address-icon{
    text-align: right;
}
#contact .peccular-contact-address-icon i{
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    padding: 0px 23px;
}
#contact .peccular-contact-address-text{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding-top: 3px;    

}
#contact .peccular-contact-block .peccular-section-form_head {
    margin-bottom: 1.5em;
}
#contact.peccular-contact-block {
    margin-top: 3em;
}

#contact .peccular-contact-member-wrap input::placeholder{
    opacity: 1;
    color: #6e6e6e;
}

#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 !important;
    border-bottom: 2px solid #2f343a!important;
    background: none;
    z-index: 2000;
    color: #585757;
    margin: 0 0 0 0;
    border-radius: 0;
    padding: 30px 18px 20px 60px;
    line-height: 32px;
    font-size: 17px;
    height: 67px;
    font-weight: 400;
    background: none;
}

#contact .peccular-contact-member-wrap select,
#contact .peccular-contact-member-wrap input[type="file"]{
    width: 100%;
    border:none !important;
    border-bottom: 2px solid #2f343a!important;
    background: none;
    z-index: 2000;
    color: #585757;
    margin: 0 0 0 0;
    border-radius: 0;
    padding: 30px 18px 20px 60px;
    line-height: 25px;
    font-size: 18px;
    height: 63px;
    font-weight: 400;
    background: none;
}
#contact .peccular-contact-member-wrap input[type="file"] {
    padding: 30px 18px 50px 60px;
    height: 58px;
}

#contact .peccular-contact-member-wrap textarea {
    height: 180px;
    padding: 20px 18px 20px 60px;
    border-color: #2f343a;
}
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#585757;
}

#contact .peccular-contact-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
    font-weight: 500;
}

#contact .peccular-contact-member-wrap input[type="submit"]{
    color: #fff;
    font-weight: 500;
    padding: 12px 95px 15px 95px;
    line-height: 1;
    position: relative;
    background: #1e2327;
    border: 1px solid #dee27b;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    display: block;
    border-radius: 0;
    box-shadow: none;
    top: 4;
    /* width: 100%; */
    margin-bottom: 0;
    height: 50px;
    text-align: center;
    margin: 3em auto 0;
}
#contact .peccular-contact-member-wrap input[type="submit"]:hover {   
    background-color: #dee27b;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
    color: #fff;
}

#contact .peccular-contact-phone:hover .peccular-contact-icon,
#contact .peccular-contact-address:hover .peccular-contact-icon,
#contact .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}

.f-pd {
    padding: 0 8px;
}

.peccular-contact-member-wrap {
    padding: 0px;
}
#contact .peccular-contact-member-wrap .wpcf7-spinner {
    position: absolute;
}
/*----------------------------------------*/
/*  13. Pricing Area
/*----------------------------------------*/
#pricing {
    position: relative;
    overflow: hidden;
}

#pricing .peccular-section-head {
    margin-bottom: 3.5em;    
    margin-top: 0em;
}

#pricing .peccular-section-head h2 {
    color: #fff;
    margin-top: 0em;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom:12.7px;
}
#pricing .peccular-section-head h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 39.94px;
    padding: 0px 0 10px;
}

#pricing .peccular-pricing-single {
    position: relative;
    /* border: 2px solid #dee27b; */
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 20px;
    padding: 43.55px 0 47px 0;
}

#pricing .peccular-pricing-single:hover{
    transition: all .4s linear;
}

.pricing-overlay-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1E2327;
    opacity: 0.5;
    border-radius: 20px;
}


#pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 32.89px;
    font-family: 'Modern Antiqua', cursive;
    padding: 0 48.19px;
    position: relative;
}

#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    position: relative;
    color: #fff;
    font-size: 46px;
    padding: 11px 0 5px;
    font-weight: 400;
    line-height: 50px;
    transition: .9s ease;
    margin: 0px 40.96px 55.62px 48.19px;
    z-index: 1;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price sub {
    font-size: 14px;
    line-height: 25px;
    color: #dee27b;
    font-weight: 400;
    margin-left: 10px;
}
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price { 
    transform: scale(1.1);
}
#pricing .peccular-pricing-single ul.peccular-pricing-list{
    margin-bottom: 54.2px;
    padding: 0 30px 0 20.15px;
    position: relative;
    z-index: 1;
}

#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    color: #CCCCCC;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 25px;
    padding: 0 12px 10px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li:last-child{
    border-bottom: none;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li i{
    color: #dee27b;
    font-size: 13px;
    margin-right: 5.06px;
}

#pricing .peccular-pricing-single ul.peccular-pricing-list li:hover, 
#pricing .peccular-pricing-single ul.peccular-pricing-list li:hover i{
    color: #fff;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li
#pricing .peccular-pricing-btn {
    margin: 0 22px 0 21.15px;
}
#pricing .peccular-pricing-btn {
    padding: 0 22px 0 21.15px;
}
#pricing .peccular-pricing-btn a {
    color: #fff;
    padding: 12.17px 15px 9.83px 15px;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    line-height: 25px;
    border-radius: 5px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 1px solid #CCCCCC;
    width: 100%;
}



#pricing .peccular-pricing-btn:hover a {
    color: #fff;
}
#pricing .peccular-pricing-btn a {
    border-color: #dee27b;
}
#pricing .peccular-pricing-btn a {
    color: #fff;
}


#pricing .peccular-pricing-btn a:before {
    background-color: #dee27b;
}
#pricing .peccular-pricing-btn a:before {
    content: "";
    position: absolute;
    transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    -webkit-transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dee27b;
    z-index: -1;
}

#pricing .peccular-pricing-btn a:hover:before {
    transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -webkit-transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    top: 50%;
    width: 115%;
    height: 200px;
}
#pricing .peccular-pricing-border{
    position: relative;
    padding: 0 25.22px 43px;
}

#pricing .peccular-pricing-border:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    left: 25.22px;
    width: 0px;
    height: 0px;
    border-left: 2px solid #dee27b;
    width: 100%;
    height: 15%;
    border-radius: 20px 0 0 0px;
    z-index: 1;
}

#pricing .peccular-pricing-border:hover:before {
    height: 28%;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
}

#pricing .peccular-pricing-single:before {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 2px solid #dee27b;
    /* border-left: 2px solid #dee27b; */
    border-right: 2px solid #dee27b;
    width: 100%;
    height: 72%;
    border-radius: 20px 20px 0;
    z-index: 1;
}


/*#pricing .peccular-pricing-single:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
}
*/





#pricing .peccular-pricing-border:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 43px;
    right: 25.22px;
    width: 0px;
    height: 0px;
    border-right: 2px solid #dee27b;
    width: 100%;
    height: 13%;
    border-radius: 0px 0px 20px 0px;
}

#pricing .peccular-pricing-border:hover:after {
 height: 28%;
 width: 100%;
 transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 z-index: 1;
}

#pricing .peccular-pricing-single:after {
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 0; */
    left: 0;
    width: 0px;
    height: 0px;
    border-bottom: 2px solid #dee27b;
    border-left: 2px solid #dee27b;
    width: 100%;
    height: 70%;
    border-radius: 0px 0px 20px 20px;
}


/*
#pricing .peccular-pricing-single:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 1;
}*/
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
section#category .banner--container h2 {
    font-size: 26px !important;
    background: #ffffff;
    padding: 0.2em 0.9em;
    letter-spacing: 1px;
    width: 220px;
    text-align: center;
}
section#category .banner--container h2 a {
    color: #000000;
}
section#category .ct--banner-element.single-column {
    margin: 0.8em;
    margin-bottom: 4px;
}
section#category .ct--banner-element.single-column a.full-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#footer .social-profile-icons {
    padding-left: 6px;
}
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
    background: #000000
}

#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: 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
}
.footer-area ul.sub-menu .current_page_item {
    background: none;
}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    padding-left: 2px;
}
.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: #fea201;
    border: none;
    background: none;
}
.footer-area li:before, 
.page-template-home-template 
.footer-area li:before, .page .footer-area li:before, .single .footer-area li:before {
    content: "\f061";
    font-family: 'Fontawesome';
    font-size: 10px;
    padding-right: 10.25px;
    color: #ebebeb;
    top: -2px;
    position: relative;
}
#footer .peccular-footer-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover;
    background: #000000;
}


.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  .wp-block-gallery.has-nested-images figure.wp-block-image img {
    /* border-radius: 10px; */
    margin-bottom: 000;
    padding-right: 5px;
    /* width: 94px !important; */
    height: 100px !important;
}

/*footer address area*/

.footer-area .f-data {
    padding-bottom: 10px;
}
.footer-area .f-data.f-address {
    font-size: 18px;
}
/*footer address area end*/

.footer-area  .footer-widget-area {
    /*padding-top: 4em;*/
}


.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: 28px;
    font-size: 15px;
    color: #efefef;
    text-shadow: none;
    text-align: unset;
}
.footer-area .widget-title,

#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2,
#footer .widget .widget-title {   
    margin-bottom: 26.24px;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 800 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    letter-spacing: 1px;
    /* font-style: italic; */
    color: #ffffff;
    /*border-bottom: 1px solid #46413d;*/
    /* display: block; */
    padding-right: 1.5em;
}
.footer-area .single-footer-1 h2 {
    margin-bottom: 5px !important;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    border-left: 3px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}
figure.wp-block-image.size-large:last-child {
    border-right: 3px solid #ffffff;
}
#footer .widget.widget_nav_menu h1:before,
#footer .widget.widget_nav_menu h3:before, 
#footer .widget.widget_nav_menu h4:before, 
#footer .widget.widget_nav_menu h5:before, 
#footer .widget.widget_nav_menu h6:before, 
#footer .widget.widget_nav_menu h2:before,
.footer-area .widget-title:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -13px;
    z-index: 1;
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}
#footer .s-footer:hover .widget.widget_nav_menu h1:before,
#footer .s-footer:hover .widget.widget_nav_menu h3:before, 
#footer .s-footer:hover .widget.widget_nav_menu h4:before, 
#footer .s-footer:hover .widget.widget_nav_menu h5:before, 
#footer .s-footer:hover .widget.widget_nav_menu h6:before, 
#footer .s-footer:hover .widget.widget_nav_menu h2:before,
.footer-area .s-footer:hover .widget-title:before {
    width: 100%;
}
.s-footer:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 40px;
    z-index: 1;
    position: absolute;
    background: #46413d;
    transition: all 0.3s ease-in-out;
}
.s-footer{
    position: relative;
}


#footer .single-footer-1 .widget_block h1:before,
#footer .single-footer-1 .widget_block h3:before, 
#footer .single-footer-1 .widget_block h4:before, 
#footer .single-footer-1 .widget_block h5:before, 
#footer .single-footer-1 .widget_block h6:before, 
#footer .single-footer-1 .widget_block h2:before,
#footer .widget.social-profile-icons h4:before {
    display: none;
}

#footer .single-footer-1 .widget_block h1,
#footer .single-footer-1 .widget_block h3, 
#footer .single-footer-1 .widget_block h4, 
#footer .single-footer-1 .widget_block h5, 
#footer .single-footer-1 .widget_block h6, 
#footer .single-footer-1 .widget_block h2{
 line-height: 35px;
 margin-bottom: 25.24px;
}
#footer .single-footer-1 .widget_block h2{
    line-height: 35px;
    margin-bottom: 10.24px;
}


.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    position: relative;
    background: #000000;
}

.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: 300;
    color: #fff;
    opacity: 1;
    line-height: 22px;
}
.footer-area .footer-text strong {
    font-weight: 500;
    letter-spacing: 1.1px;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
{width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 0px 0 0 1px;
    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
{    
    font-size: 11px;
    line-height: 31.74px;
    height: 37px;
    width: 100%;
    padding: 5px 15px;
    font-style: normal;
    font-weight: 500;
    color: #989898;
    border: 0px solid #FFFFFF;
    background: #ffffff;
    letter-spacing: 0.58px;
    border-radius: 0;
    margin-bottom: 10px;
}

.footer-area input::placeholder, 
.footer-area textarea::placeholder{
    color: #989898;
}
.footer-area  .widget_block form,  .footer-area  .widget .textwidget form, 
.footer-area  .widget form{
    position: relative;
}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #dee27b;
    border: none !important;
    font-size: 18px;
    line-height: 10px;
    font-weight: 500;
    border: none;
    padding: 15.15px 22.43px 15.79px 24.28px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    -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;
    height: 38px;
    text-align: center;
    right: 0;
    letter-spacing: 0.8px;
}

.page .footer-area input[type="submit"]:hover{  color: #ffffff;   background: #e76452; }
.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 
{
    background: #ff0018;
}
.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{
 color: #ffffff;   background: #ecb02f; 
}
.footer-area .top-area,
.footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
    z-index: 999;
}
.footer-area .wpcf7-spinner {
    position: absolute;
}

.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px; color: #fff}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
padding: 0;
    font-size: 12px;
    margin-right: 8px;
    position: relative;
    left: -14px;
    color: #d5d5d5;
        text-align: center;
            position: absolute;

}
.footer-area p {
    padding-left: 2em;
    position: relative;
    /* bottom: 1px; */
}
.footer-area i.fa {
    color: #dee27b;
}
.footer-area i.fa {
    color: #ebebeb;
    position: absolute;
    top: 5px;
}
.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: 27px;*/
    padding: 12px 5px 5px;
    /*line-height: 27px;*/
    border-radius: 0;
    color: #fff;
    background: #000000;
    width: 30px;
    height: 30px;
    letter-spacing: 0;
        position: relative;
    border: 1px solid #ffffff;
}
.footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #feb502;font-weight: 400;}

.footer-area input[type="text"], 
.footer-area input[type="email"], 
.footer-area input[type="url"], 
.footer-area input[type="password"], 
.footer-area input[type="search"], 
.footer-area input[type="number"], 
.footer-area input[type="tel"], 
.footer-area input[type="range"], 
.footer-area input[type="date"], 
.footer-area input[type="month"], 
.footer-area input[type="week"], 
.footer-area input[type="time"], 
.footer-area input[type="datetime"], 
.footer-area input[type="datetime-local"], 
.footer-area input[type="color"], 
.footer-area textarea {/*background: transparent;*/}

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background:#384149;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
        padding-right: 0;
    /* margin-top: -2em;*/
}
.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: 3.5em;*/
    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: 0em;
    margin-left: 0%;
    padding-right: 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: 3.5em;
    margin-left: 0%;
}
.footer-area .single-footer-4 .textwidget{
    padding-left: 15px;
    margin-top: 30px;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.f-contact-s {
    padding-bottom: 35px;
    line-height: 25px;
}

.footer-area .midix,
.footer-area .midix,
.page .footer-area .midix,
.single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
    width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i,
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
    border-radius: 30px !important;
    border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 0px 9px;
    font-weight: 400 !important;
}
.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: #000;
}
.single-footer-1 img{       
    margin-bottom: 55x;
    position: relative;
}

.single-footer-1 .widget-title { 
    margin-bottom: 4px;
    padding-bottom: 0px;
    background: none;
}
.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    font-size: 15px;
    color: #fff;
}
.single-footer-1 p i{
    margin: 0 17px 0 0;
    font-weight: 600 ;
    line-height: 19px ;
    font-size: 15px ;
    color: #000 ;
   /* background: #fff;*/
    padding: 8px 10px ;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.footer-area p span,
.single-footer-1 p i span{

    font-weight: 500 ;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
}
.footer-area p span a,
.single-footer-1 p i span a{

    color: #fff !important;
}
.footer-area p span a:hover,
.single-footer-1 p i span a:hover{

    color: #f9c12c !important;
}
.single-footer-5 h4.widget-title{
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
}


.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
.footer-area .widget-title{
    margin-bottom: 1em;
}
/*  .footer-area .social-profile-icons ul li a{
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #384149;
    width: 43px !important;
    height: 43px;
    letter-spacing: 0;
  }
*/
.footer-area .social-profile-icons ul li a i:hover{
    background: #fea201 !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: #FFF !important;
    font-size: 22px;
    line-height: 4px;
}
.footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 12.49px 5px 0;
    line-height: 0;
} 
.bottom-area .footer-text strong {
    color: #fea201;
}
.footer-area .bottom-area .footer-text {
    color: #ffffff;
}
.footer-area .top-area {
    overflow: hidden;
    position: relative;
    border-top: 2px solid #ff7b00;
    border-bottom: 2px solid #ff7b00;
}

.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 0px 0%;
    letter-spacing: 2px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    font-size: 45px;
    padding: 20px;
    text-transform: capitalize;
    padding: 0;
    line-height: 55px;
    background: linear-gradient(to right, #FFF 20%, #ff7b00 40%, #ff7b00 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
      background-position: 200% center;
  }
}



.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #ffffff;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_categories, .widget_recent_entries, 

.widget_recent_comments,
.widget_search,
.widget_archive,
.widget_nav_menu{

    border-radius: 10px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
 font-size: 17px !important;
 margin: 0;
 color: #fff !important;
 display: block !important;
 padding: 0px 0 2.5em;
 text-align: center !important;
 font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #ffffff;
    padding: 4em 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.2;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
    overflow: hidden;
}

#content-box ul li:before, #content-box ol li:before, #innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-whychooseus-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, 
div#secondary .social-profile-icons ul li i, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
#innerpage-box .blog-date span{
    color: #06332e;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0px 2em;
}   
.breadcrumbbox span {
    color: #ffffff;
       font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 26px;
}
.breadcrumbbox span.treeEnd,
.breadcrumbbox span h1{
    padding-left: 10px;
    padding-right: 15px;
    line-height: 1;
    background: linear-gradient(to right, #FFF 20%, #ff7b00 40%, #ff7b00 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}
.breadcrumbbox span h1 {
    font-size: 30px;
    font-weight: 500;
}

.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox a {
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    transition: all 0.2s ease 0s;
    color: #fff;
}
.Breadcrumb_title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.breadcrumbbox a i {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    transition: all 0.2s ease 0s;
}


.breadcrumbbox a:hover i, .breadcrumbbox a:hover{
    color: #dee27b;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
#innerpage-box ul.blog-share-ico {
    position: absolute;
    top: 11px;
    left: -4px;
}

.inner-blog-post{
       margin: 0em 0em 7em;
    position: relative;
}
#innerpage-box .inner-blogpost {
       margin: 0px 0px;
    text-align: center;
}
div#blog-box.innerpage-whitebox .glowing-button-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;   
}
div#blog-box.innerpage-whitebox .glowing-button5{
     box-shadow: none;
}
div#blog-box .glowing-button5:hover::before, 
div#blog-box .glowing-button5:hover::after, 
div#blog-box .glowing-button5 {
    background-color: #ffffff;
}
div#blog-box .glowing-button5::before, 
div#blog-box .glowing-button5::after, 
div#blog-box .glowing-button5::before, 
div#blog-box .glowing-button5::after, 
div#blog-box .glowing-button5::before, 
div#blog-box .glowing-button5::after {
    background-color: #f8f8f8;
}
div#blog-box .glowing-button5 a, 
div#blog-box .glowing-button5 a, 
div#blog-box .glowing-button5 a {
    color: #000000;
}
div#blog-box .glowing-button5:hover, 
div#blog-box .glowing-button5:hover a {
    color: #000000;
}
div#blog-box .glowing-button5:hover::before, 
div#blog-box .glowing-button5:hover::after, 
div#blog-box .glowing-button5 {
    background-color: #ffffff;
}
body.page-template.page-template-templates,
body.archive.date,
body.archive.category,
body.archive.tag {
    overflow-x: hidden;
}
body.archive.date .breadcrumbbox span a {
    display: none;
}
body.archive.date .breadcrumbbox span{
    font-size: 30px;
}
#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    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;
    font-style: normal !important;
    text-decoration: none !important;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-blog-comment {
 position: absolute;
    top: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
        z-index: 5;
}
div#blog-box .glowing-button5::after,
div#blog-box .glowing-button5::before{
        border: 1px solid #747474;
}
div#blog-box .glowing-button5{
 border: 0px solid transparent !important;
}
div#blog-box .glowing-button5:hover{
 border: 1px solid #000 !important;
}
#innerpage-box .p-1 {
    padding: 0.65rem!important;
}
#innerpage-box .peccular-blog-comment ul li{
       background: #7170705c;
    /* opacity: 0.5; */
    padding: 4px 0;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 3em;
}
/*#innerpage-box .peccular-blog-comment i {
    font-size: 19px;
    font-weight: 400;
    padding-right: 7px;
    color: #fff;
        transition: .9s ease;
}*/
#innerpage-box .peccular-blog-comment span, #innerpage-box .peccular-blog-date span {
    font-weight: 500;
    color: #ffffff;
    font-size: 13.3px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
#innerpage-box .peccular-blog-date i {
    font-size: 19px;
    font-weight: 500;
    padding-right: 10px;
    color: #FFFFFF;
    transition: .9s ease;
}
#innerpage-box .inner-blog-post .share-btn{
    position: absolute;
    right: -60px;
    bottom: 0;
    top: 0px;
}
#innerpage-box .inner-blog-post .share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box .inner-blog-post .share-btn ul li{
    display:inline-block;
    /*margin-left: -50px;
    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;
}
#innerpage-box .inner-blog-post .share-btn ul li a.site-button{
    display: block;
    background: transparent !important;
    color: #ffffff;
    font-size: 25px;
    border-radius: 0;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-bottom: 1px;
} 
#innerpage-box .inner-blog-post .share-btn ul:hover li{
    margin-left: 4px;
}
#innerpage-box .inner-blog-post .share-details-btn ul{
    margin:0;
    padding:0;
    list-style:none;
}
#innerpage-box .peccular-blog-single {
    padding: 00em 0px 0em 0px;
}


#innerpage-box .inner-blogpost .post-info{
    width: 52%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #000000;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
    z-index: 5;
}
#innerpage-box .inner-blogpost:hover .post-info{
    bottom:0;
}
#innerpage-box .inner-blogpost .category{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category i.fa {
    padding-right: 5px;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category li,
#innerpage-box .inner-blogpost .post-date{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
#innerpage-box .inner-blogpost .category li:after{
    /*content: " /";*/
}
#innerpage-box .inner-blogpost .category li:last-child:after{
    content: "";
}
#innerpage-box .inner-blogpost .category li a{
    color: #fff;
    transition: all 0.40s linear;
}
#innerpage-box .inner-blogpost .category li a:hover{
    color: #ffffff;
    text-decoration: none;
}

#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 20px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #FB1129;
    font-size: 15px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {
/*    border-bottom: 1px solid #E8E8E8;
    padding: 0 0px;
    margin-bottom: 2em;*/
}
body.single.single-post div#content p {
text-align: left;
    margin-top: 5px;
    font-size: 17px !important;
   /* margin-bottom: 2.2em;*/
}
body.single.single-post #innerpage-box .box:before{
    content: none !important;
}
#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;
    font-size: 16px;
}
#innerpage-box .blog-info-area .metabox2brdr ul li:last-child{ border-right:0; }
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a{
    font-style: normal;
    text-decoration: none;
        font-weight: 400;
}

#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;
    text-transform: none;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
}
#content-box .socialMedia {
/*    border-bottom: 1px solid #ccc;*/
padding: 1em 0 0;
float: right;
}

#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
    font-weight: 400;
    margin-right: 9px;
    display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 15px;
    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: 0px 0 0 0px;
    margin: 0 16px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
}
#content-box .socialMedia ul li:hover{
    background: #efb02f;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#innerpage-box .inner-blog-post:hover .ht-blog-thumbnail img {
 -webkit-transform: scale(1.4);
 -moz-transform: scale(1.4);
 -ms-transform: scale(1.4);
 transform: scale(1.4);
}

#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: #ff7b00;
    transition: all .8s ease;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.5;
}

#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: -64px;
}

#innerpage-box #blog-box h2 {
    color: #fff !important;
    font-size: 22px!important;
    font-weight: 300 !important;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 5px;
}
#innerpage-box .inner-blogpost .category li {
    margin-right: 10px;
}
#innerpage-box #blog-box h2:hover {
    color: #ff7b00 !important;
}
#innerpage-box #blog-box h2 a {
    font-weight: 400;
}
div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
    font-size: 17px;
    font-weight: 400;
    word-break: break-all;
    line-height: 28px;
    color: #404040;
    margin-bottom: 20px;
        padding: 0 2em;
}
#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #eab12e !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: #e76452 !important;}

#innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #eab12e;
    padding-left: 18px;
}
#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 0px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i,
#innerpage-box .single-blog-date i,#innerpage-box .single_post .blog-category i{
    color: #8a8a8a;
        padding-right: 12px;
}

#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: 20px !important;
    letter-spacing: 0.2px;
    font-weight: normal !important;
}
.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 600 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    color: #000000;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 700;
}

.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: #000000;
}

.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: 0px;
        padding: 0 2em;
}
.single-our-services div#secondary {
    padding-top: 1.5em;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 1em;
}

#innerpage-box .inner-blog-post .share-btn {
    position: absolute;
    right: -59px;
    bottom: 0;
    top: -170px;
    transition: .5s ease-in-out;
}
#innerpage-box .inner-blog-post .share-btn:hover {
    top: -10px;
}

/*-------------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: #dee27b;
}
#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 .bx h2 {
    font-size: 20px !IMPORTANT;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.8px !important;
    margin: 0 !important;
    margin-bottom: 1.5em !IMPORTANT;
}
#innerpage-box .bx h2 span {
    color: #ff7b00;
}
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
    padding-bottom: 0em;
}
.infoinnbx.address-info.d-fl p {
    margin-top: 0 !important;
}
.infoinnbx.address-info.d-fl {
    padding-left: 25px;
}
.peccular-contact-page-form{
    padding-left: 0em !important;
}
#innerpage-box .peccular-contact-form-block{ 
    padding: 0;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block h2{
    color: #131313;
    font-size: 43px !important;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 20px;

}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block p{  
    padding: 0 15px;
    color: #6b6b6b !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;    
    margin: 0;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-form-block img{
    width: 100%;
    height: 634px;
    clip-path: circle(88.6% at 100% 49%);
    bottom: -3px;
    position: relative;
}

#innerpage-box  .conntact_box_form {
    position: relative;
    /* border: 1px solid #000000; */
    margin: 10px 13% 0 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-radius: 12px;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea {
    border: 1px solid #ccc !important;
}
#innerpage-box .contactus-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 5em;
    right: 0;
    opacity: 1;
    height: 65px;
    background-color: #000;
}
#innerpage-box .bx.text-center .glowing-button5{
    box-shadow: none;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2{
    color: #01314b !important;
    margin-bottom: 1.3em;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    font-weight: 600!important;
    font-size: 20px !important;
    /* text-align: center;*/
    position: relative;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form p{          
    font-size: 20px;
    font-weight: 400 !important;
    word-break: break-all;
    line-height: 26px;
    color: #01314b;
    padding-right: 0;
    margin-top: 0px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    /*  margin-top: 20px;*/
}
#innerpage-box .conntact_box_subheading p {
    margin-bottom: 40px !important;
}
#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 {
    border: none;
    z-index: 2000;
    color: #828282;
    margin: 0px 0 30px 0;
    padding: 10px 15px 5px 10px !important;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}
.peccular-contactpage-img img {
    border-radius: 50%;
    border: 1px solid #ecb02e;
    padding: 8px;
}
#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #fff;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#fff;
}

.pd-25 {
    padding: 0 25px;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
  height: 140px!important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 20px 15px 15px 0px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.peccular-contact-page-form label {
 width: 100%;
 font-weight: 400;
 font-size: 16px;
}

.peccular-contact-page-form .wpcf7-spinner {
    position: absolute;
}


.peccular-contact-page-form input[type="submit"] {
    color: #fff;
    font-weight: 300;
    padding: 13px 60px;
    line-height: 1;
    position: relative;
    background: #4b4b4b;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    top: 4px;
    /* width: 100%; */
    margin-bottom: 0;
    margin-top: 0;
    z-index: 4;
    margin: 0 auto;
    letter-spacing: 0.8px;
}
.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%);
    color: #fff;
    background: #ff7b00;
}
#peccular-contactus-wrap .contactinner-block{
    transition: all 0.5s ease 0s;
}

.contact-contact-mapbox iframe{
    width: 100%;
    height: 450px;
    padding-right: 15px;
}
#peccular-contactus-wrap .infoinnbx a {
    color: #6b6b6b;
}
#innerpage-box .resp-display, 
#innerpage-box .resp-display p {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6b6b6b !important;
    margin-bottom: 1.9em !important;
}
#innerpage-box .conntact_box_subheading p{
   font-size: 22px !important;
}
#peccular-contactus-wrap .border {
    border-top: 1px solid #000000!important;
    width: 100%;
    content: "";
    width: 48%;
    position: absolute;
    left: 10.5%;
    z-index: 1;
    top: 52px;
}
main#innerpage-box .border-box {
    margin: 0 12%;
    padding: 3em 0em 1em 0;
    text-align: left;
    position: relative;
}
main#innerpage-box .main-block i.fa.icon {
    font-size: 6.5em;
    position: absolute;
    right: 20px;
    color: #e5eaed;
    top: -6px;
    transition: 0.5s ease;
}
main#innerpage-box .main-block .contact-block:hover i.fa.icon {
    transition: 0.5s ease;
    font-size: 4em;
}
main#innerpage-box .contact-block{
 position: relative;
 overflow: hidden;
}
main#innerpage-box .outer-block {
    z-index: 2;
}
main#innerpage-box .border-box i.fa.icon {
    font-size: 3.8em;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 1;
}
.ico-bx i.fa {
    position: relative;
    left: 10px;
}
main#innerpage-box .main-block {
    margin: 0 0%;
    box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 4%);
    padding: 1.5em 6.5em;
    margin-bottom: 4em;
}
main#innerpage-box .border-box strong {
    display: block;
    padding-bottom: 0.5em;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ff8529;
}
main#innerpage-box .contact-block p {
    padding: 0;
    margin-top: 15px;
    font-weight: 500 !important;
    line-height: 24px !IMPORTANT;
    font-size: 14px !important;
}
main#innerpage-box .border-box i.fa {
    font-size: 2.4em;
    position: relative;
    z-index: 2;
    top: 0;
    left: 9px;
}
main#innerpage-box .label-box {
    line-height: 24px;
    font-size: 17px;
    font-weight: 400;
    padding-top: 12px;
    padding-right: 0;
    text-align: right;
}
#peccular-contactus-wrap .border.b-2{
  top: 55px;
}
#peccular-contactus-wrap .border:before {
    content: "";
    height: 30px;
    width: 1px;
    background: #000000;
    position: absolute;
    left: 5px;
    top: -15px;
}
#peccular-contactus-wrap .border:after {
    content: "";
    height: 40px;
    width: 1px;
    background: #000000;
    position: absolute;
    left: 15px;
    top: -20px;
}
#peccular-contactus-wrap .border.b-2:before {
    content: "";
    height: 55px;
    width: 1px;
    background: #000000;
    position: absolute;
    left: 26px;
    top: -30px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form .infoinnbx.address-info p {
 font-weight: 500 !important;
 line-height: 1.2;
}
.contact-contact-mapbox{
    position: relative;
    padding-top: 1.5em;
    margin-top: 2.8em;
    line-height: 0;
}
.bx.text-center {
    padding: 2.5em 0;
    text-align: center;
    margin: 0 auto;
    background: #eeeeee;
    padding-bottom: 4em;
}
.bx.text-center .glowing-button-wrap {
    position: absolute;
    z-index: 1;
    width: 215px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body.page-template.page-template-templates.page-template-contact-template .inner_contentbox {
    padding-top: 2em;
}
.bx.text-center .glowing-button5 {
    border-radius: 0;
    /* margin: 10px; */
    position: relative;
    background-color: #ffffff;
    /* box-shadow: 0 0 20px 0 #49e819; */
    border: 2px solid #ffffff;
    padding: 7px 30px;
    background-color: #000;
    transition: .4s;
    font-size: 18px;
    cursor: pointer;
    color: #ff7b02;
    font-weight: 400;
    z-index: 0;
}
.bx.text-center .glowing-button5::after{
    background-color: #ffffff;
     border: 2px solid #ffffff;
}
.bx.text-center .glowing-button5 a, 
.bx.text-center .glowing-button5 a, 
.bx.text-center .glowing-button5 a{
color: #ffffff;
}
.bx.text-center .glowing-button5:hover, 
.bx.text-center .glowing-button5:hover a {
    color: #ffffff;
}
.bx.text-center .glowing-button5:hover::before, 
.bx.text-center .glowing-button5:hover::after, 
.bx.text-center .glowing-button5 {
    background-color: #000000;
}
.bx.text-center .glowing-button5:hover::before, 
.bx.text-center .glowing-button5:hover::after, 
.bx.text-center .glowing-button5 {
    background-color: #000000;
}
.bx.text-center .glowing-button5, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after {
    border-color: #ffffff;
}
.bx.text-center .glowing-button5, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after, 
.bx.text-center .glowing-button5::before, 
.bx.text-center .glowing-button5::after {
    border-color: #ffffff;
}
.contact-contact-mapbox .map_overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
}
#peccular-contactus-wrap .leftside_svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#peccular-contactus-wrap .imageBottom_svg {
    position: absolute;
    left: 59%;
    bottom: 0;
    z-index: 3;
}
#peccular-contactus-wrap .conntact_top_area {
    position: relative;
    z-index: 1;
    background: #dee27b;
    padding: 4.5em 4em 9em;
}
#peccular-contactus-wrap .contactinner-area{
    margin-bottom: 4em;
    padding: 0;
}
#peccular-contactus-wrap .contact_info_area{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
}
#peccular-contactus-wrap .contact_info_area a{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
#peccular-contactus-wrap .contact_info_area a:hover{
    color: #000;
}
#peccular-contactus-wrap .contact_l_area{
    font-size: 18px;
    text-align: left;
    padding: 6px 0 0 0;
    margin-left: 15px;
    margin-bottom: 13px;
    color: #fff;
}

.page-template-templates #innerpage-box .conntact_infobox_heading h2 {
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    margin-bottom: 2.5em;
}
#peccular-contactus-wrap .contact_icon {
    text-align: center;
}
#peccular-contactus-wrap i{
    font-size: 30px;
    color: #c5941f;
    transition: all 0.2s ease 0s;
}

#peccular-contactus-wrap .contactinner-area:hover i{
    transition: all 0.5s;
    animation: rotateInUpRight .5s ease-in-out;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i {
    color: #dee27b;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i:before {
    z-index: 1;
    position: relative;
}

#peccular-contactus-wrap .peccular-contactpage-socials a i:after {
    content: "";
    position: absolute;
    transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    -webkit-transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
}

#peccular-contactus-wrap .peccular-contactpage-socials a:hover i:after {
    transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    -webkit-transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    top: 50%;
    width: 200px;
    height: 200px;
}

#peccular-contactus-wrap .ctextarea svg{
    position: relative;
    top: 0;   
    transform: rotateY(178deg);
}
#peccular-contactus-wrap .ctextarea svg path{ fill:  #dee27b !important ; }

#peccular-contactus-wrap .contactinner-block:nth-child(1) .ctextarea svg path{
    fill:  #fff9ec !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .ctextarea svg path{
    fill:  #eaf5e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .ctextarea svg path{
    fill:  #f4e4e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .contactinner-area{
    border-right: none;
}
#innerpage-box .info-txt.t-box .resp-display {
    margin-bottom: 5px !important;
}
#peccular-contactus-wrap img.peccular-about-imgboxshape {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    height: 512px;
    position: relative;
    left: 3%;
}
.peccular-contactpage-img {
    margin: 0 auto;
    text-align: center;
}
/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box {
    margin:0px 0 6em 0;
    transition: all 0.9s ease 0s;
}
#innerpage-box .peccular-service-box {
    position: relative;
    margin-bottom: 80px;
    margin-right: 40px;
    margin-left: 40px;
    overflow: hidden;
}
#innerpage-box .peccular-service-box .peccular-service-content p {
    padding-right: 2.5em;
}
#innerpage-box .peccular-service-box .peccular-service-content p {
    color: #383838 !important;
}
#innerpage-box .peccular-service-box:hover .peccular-service-content h4 a, 
#innerpage-box .peccular-service-box:hover .peccular-service-content p,
#innerpage-box .peccular-service-box:hover a {
    color: #ffffff !important;
}
#innerpage-box .peccular-service-box .service-view-btn {
    font-size: 16px;
    line-height: 18px;
    color: #dee27b;
    font-weight: 500;
    text-decoration: none !important;
    font-style: normal !important;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #fff, #fff 50%, #dee27b 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms 

}
#innerpage-box .peccular-service-box .service-view-btn {
    background: linear-gradient(to right,#dee27b,#dee27b 50%,#fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}
#innerpage-box .peccular-service-box .service-view-btn:hover {
    background-position: 0 100%;
}


#innerpage-box .peccular-service-box .service-view-btn:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -8px;
    z-index: 0;
    position: absolute;
    background: #dee27b;
    transition: all 0.3s ease-in-out;
}

#innerpage-box .peccular-service-box .service-view-btn:before {
    background-color: #dee27b;
}
#innerpage-box .peccular-service-box .service-view-btn:hover:before {
    width: 0%;
}


#innerpage-box .peccular-services-comment_box {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 0;
}
#innerpage-box .peccular-services-comment_box i{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-right:10px ;
}

#innerpage-box .peccular-service-image {
    padding: 0px;
    position: relative;
/*    height: 230px;*/
overflow: hidden;
}
#innerpage-box .peccular-services-date {
    position: absolute;
    top: -35px;
    right: 0;
    background: #dee27b;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}
#innerpage-box .peccular-services-date i {
    padding-right: 12px;
}

#innerpage-box .peccular-service-image img {
    width: 100%;
    transition: all 0.9s ease;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 440px;
    margin-bottom: 0;
    transform: scale(1.1);
    transition: all 1s ease 0s;
}

#innerpage-box .peccular-service-box:hover .peccular-service-image img {
    transform: scale(1.3);
}

#innerpage-box .peccular-service-image .imageOverlaynew {
    width: 100%;
    height: 379px;
    background: #dee27b;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
}
#innerpage-box .peccular-service-box:hover .imageOverlaynew{
    transition: all 0.5s ease;
    opacity: 0.6;
}
#innerpage-box .peccular-service-box .boxshape1 {
    position: absolute;
    top: -127px;
    left: -41px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 279px;
    height: 279px;
}
#innerpage-box .peccular-service-box .boxshape2 {
    position: absolute;
    top: -121px;
    left: -33px;
    z-index: 8;
    background: #fff;
    /* width: 50%; */
    /* height: 864px; */
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 248px;
    height: 248px;
}
#innerpage-box .peccular-service-box .service_icon_bx {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 0px 6px #0000000d;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
}
#innerpage-box .peccular-service-box .service_icon_bx i {
    font-size: 35px;
    color: #dee27b;
}
#innerpage-box .peccular-service-box .peccular-service-content {
    position: absolute;
    bottom: 0;
    margin: 0px;
    left: 0;
    right: 0;
    text-align: left;
    padding: 15px 30px 5px;
    background: none;
    transition: all 0.5s;
}
#innerpage-box .peccular-service-box .peccular-service-content .peccular_services_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 0.9;
    background-color: #c8c7c5;
    z-index: 0;
    transition: all 0.9s ease;
}
#innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
    top: -500px;
    transition: all 0.9s ease;
    background: #000;
        opacity: 0.65;
}

#innerpage-box .peccular-service-box .peccular-service-content h4 {
    padding: 0;
    margin: 0 0 13px;
    line-height: 25px;
}


#innerpage-box .peccular-service-box .peccular-service-content h4 a {
word-break: break-word;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000 !important;
    position: relative;
    letter-spacing: 0.2px;
    font-style: normal !important;
    text-decoration: none !important;
    font-family: roboto;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a:hover{
    color: #dee27b !important;
}

#innerpage-box .peccular-service-box .peccular-service-contenttext {
    margin-top: 0;
    margin-bottom: 20px;
}
#innerpage-box .peccular-service-box .peccular-service-contenttext p {
    font-size: 18px;
    font-weight: 400;
    word-break: break-all;
    line-height: 28px;
    color: #3a3839 !important;
    margin-bottom: 0px;
    text-align: left;
    padding-right: 0em;
    padding: 0;
    margin: 0;
    padding: 0 38px;
}

.text-r {
    text-align: right;
}


#innerpage-box .peccular-service-image .simageOverlaynew {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    /* background-image: linear-gradient(to top,transparent 0%, #f7c605 100%); */
    opacity: 0.9;
    height: 100%;
    position: absolute;
    width: 100%;
    right: 0;
    top: -45%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 0;
}

#innerpage-box .peccular-service-box:hover .peccular-service-image .simageOverlaynew {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
#innerpage-box .peccular-service-box:hover .peccular-service-image .simageOverlaynew {
    background-image: linear-gradient(to top,transparent 0%,#000 100%);
}
#innerpage-box .peccular-service-box .btn{
    color: #000000 !important;
    font-size: 18px;
    padding: 4px 0px;
    border-radius: 0;
    transition: all 0.25s ease;
    font-weight: 400;
    position: relative;
    margin-top: 0px;
}
/*---------------------- End Services page ------------------------*/
section#category {
 overflow: hidden;
 position: relative;
}
section#category .peccular-section-head .description {
    padding: 0 1em;
    color: #868686;
    text-align: center;
    line-height: 23px;
}
section#category .peccular-section-head {
    margin-bottom: 1.5em;
}
/*-----------------------
## Gallery Inner Page
-----------------------------*/

#innerpage-box .box{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#innerpage-box .box:before{
    content: "";
    background: #b62309b3;
    width: calc(100% - 30px);
    height: 0;
    transform: translateX(-50%);
    transform-origin: top center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
#innerpage-box .box:hover:before{
    height: calc(100% - 30px);
}
#innerpage-box .box img{
    width: 100%;
    height: auto;
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
}
#innerpage-box .box:hover img{
    transform: translateY(20px) scale(1.2);
}
#innerpage-box .box .box-content{
    color: #fff;
    width: 100%;
    /* transform: translateX(-50%) translateY(0); */
    ransform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    background: #000;
    right: 0;
    bottom: 0;
}
#innerpage-box .box:hover .box-content{ 
    opacity: 0.75;
   /* transform: translateX(-50%) translateY(-50%);*/
}
#innerpage-box i.fa.fa-lightbulb-o {
    font-size: 120px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #ff7b00 !important;
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    margin: 0 27px 55px !important;
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    width: 28.98% !important;
}
/*-----------------------
## FAQS page
-----------------------------*/
div#content-box .faq .faq-content{
    margin-bottom: 25px;
    border: none;
}
div#content-box .faq-content button.accordion.active, button.accordion{
 background: #dee27b;
}

.contact_Form_BG {
    background: #4E5359;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.peccular-faq-page-form {
 padding: 41px 30px 36px 30px;
}
div#content-box .faq_Contact_block input[type="text"], div#content-box .faq_Contact_block input[type="email"], input[type="url"], div#content-box .faq_Contact_block input[type="password"], div#content-box .faq_Contact_block input[type="search"], div#content-box .faq_Contact_block input[type="number"], div#content-box .faq_Contact_block input[type="tel"], div#content-box .faq_Contact_block input[type="range"], div#content-box .faq_Contact_block input[type="date"], div#content-box .faq_Contact_block input[type="month"], div#content-box .faq_Contact_block input[type="week"], div#content-box .faq_Contact_block input[type="time"], div#content-box .faq_Contact_block input[type="datetime"], div#content-box .faq_Contact_block input[type="datetime-local"], div#content-box .faq_Contact_block input[type="color"] {    padding: 10px 8px;
    padding: 10px 8px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000 !important;
    font-size: 22px;
    padding-bottom: 12px;
    color: #000;
    font-weight: 400;
}
div#content-box .faq_Contact_block input::placeholder{
    opacity: 1;
    color: #fff;
}
div#content-box .faq_Contact_block textarea::placeholder{
    color:#fff;
}
div#content-box .faq_Contact_block p{
    color: #fff !important;
    margin-bottom: 25px;
}
div#content-box .faq_Contact_block input[type="submit"]{
    color: #fff;
    font-size: 22px;
    background: #dee27b;
    border-radius: 10px;
    padding: 11px 40px;
    letter-spacing: 0.5px;
    margin-top: 12px;
    font-weight: 500;
}
div#content-box .faq_Contact_block input[type="submit"]:hover {
    color: #fff;
    background: #dee27b;
}


div#content-box .faq_Contact_block h2 {
    font-size: 50px !important;
    color: #fff !important;
    font-family: sans-serif;
    font-weight: 500 !important;
    background: linear-gradient(to right,#000 7%,#5D8D2F 100%);
    margin: 0 !important;
    line-height: 95px;
    border-radius: 22px;
    margin-bottom: -20px !important;
    position: relative;
    padding-left: 40px !important;
}
div#content-box .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    background-color: #1E2327;
    padding: 13px 40px 15px 30px;
    border-radius: 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: 24px;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #9FC103;
    display: none;
}

#innerpage-box div#content-box .faq-content button.accordion h3.faq-title:before {
    content: "\f105 ";
    font-family: 'Fontawesome';
    color: #fff;
    display: block;
    transition: all 0.8s;
    transition: all 1s ease 0s;
    position: absolute;
    left: 100%;
}

#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f107 ";
    font-family: 'Fontawesome';
    color: #fff;
    display: block;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 99%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #585757;
        display: none;
}
#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: 20px 15px 0px 0;
}

#innerpage-box div#content-box h3.faq-title{
    text-transform: none;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30px;
    text-align: left;
    color: #dee27b;
    margin: 0 !important;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}
#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: 18px!important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 500;
    color: #868586;
    line-height: 35px!important;
}

.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}

#innerpage-box .peccular-faq-img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-faq-img:hover img {
    transform: scale(1.1) rotateZ(-3deg);
    -moz-transform: scale(1.1) rotateZ(-3deg);
    -webkit-transform: scale(1.1) rotateZ(-3deg);
    -o-transform: scale(1.1) rotateZ(-3deg);
}
#innerpage-box .peccular-faq-img {
    position: relative;
    overflow: hidden;
}
/*-----------------------
## End FAQS page
-----------------------------*/

/*--------------------------------------------------------------
# Accoradation
--------------------------------------------------------------*/
.faq-text-box-abs p {
    font-size: 16px !important;
    color: #8c8c8c !important;
    line-height: 35px !important;
    margin-bottom: 1.5em !important;
}
.faq-text-box-abs h2 {
    font-size: 30px !important;
    letter-spacing: 0.5px !important;
    padding: 0 !important;
    margin-bottom: 2em !important;
}
.faq-text-box-abs {
    position: absolute;
    top: 8%;
    width: 610px;
    left: 1.2em;
}
#innerpage-box div#content-box .faq-text-box-abs .btn{
    color: #ffffff;
    font-size: 15px;
    padding: 10px 22px;
    border-radius: 0;
    transition: all 0.25s ease;
    background: #000000;
    font-weight: 600;
    border-radius: 10px;
}
#innerpage-box div#content-box .faq-text-box-abs .btn:hover{
    color: #ffffff;
    background-image: repeating-linear-gradient(-80deg, #e76452, #ffffff 25px, transparent 48px, transparent 0px);
    background-size: 8px 18px;
    animation: cloud-animation 1.25s infinite ease;
    font-weight: 600;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}
.faqs-container{
    overflow: hidden;
        padding: 1em 0;
  /*  padding: 2em;
    background: #f1f5f8;*/
   /* margin-top: 16em;*/
}
.faq-singular {
position: relative;
    padding: 5px 50px 0 25px;
    margin-bottom: 20px !important;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%);
    float: left;
    margin: 0 38px;
    /* margin-right: 0; */
    width: 44.1%;
}
.faq-singular.active{
background: #ffffff;
    padding-top: 10px !important;
    border-radius: 0px;
    padding-bottom: 0 !IMPORTANT;
}
#innerpage-box .faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #000000 !important;
    margin-bottom: 15px !important;
    padding: 15px 0px 17px 0 !important;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: none;
    margin: 0px 0 !important;
    font-weight: 400 !important;
}
.faq-singular.active h6.faq-question {
    opacity: 1 !important;
}
.faqs-num {
    width: auto;
    display: inline-block;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "\f107";
    color: #c3c3c3;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    font-weight: 600;
    transition: all .5s;
    font-family: 'FontAwesome';
}
.faq-singular.active .faq-question:before {
 /*   transform: translateY(-50%) rotate(45deg) scale(1.3);*/
   /* content: none;*/
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
    padding-top: 00px;
    color: #565656;
        line-height: 25px;
}
main#innerpage-box .faq-answer.text-break div{
      font-size: 16px !important;
}
.faq-singular:nth-child(3) {
    clear: both;
}
div#content-box .faq-singular:nth-child(even) {
    background: #000000;
    box-shadow: none;
}
div#content-box .faq-singular:nth-child(even) .active{
    color: #ffffff;
}
div#content-box .faq-singular:nth-child(even) .faq-answer {
    color: #ffffff !important;
}
#innerpage-box .faq-singular:nth-child(even) h6 {
    color: #ffffff !important;
}
#innerpage-box .faq-singular:nth-child(even).active h6 {
    color: #ffffff !IMPORTANT;
}
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {
position: relative;
    z-index: 2;
    background: #f5f5f5;
    /* border-radius: 10px; */
    margin-bottom: 1em;
    padding: 2.1em 5.2em 0.2em 1em;
    margin-top: 2em;
}

#innerpage-box h4.peccular-testimonials-name {
    font-weight: 400 !important;
    color: #000000;
    margin: 10px 0 15px!important;
    transition: all 0.5s ease 0s;
    font-style: normal;
    font-size: 22.01px !important;
    color: #ffffff !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    padding-top: 5px !important;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
  font-size: 14px!important;
  font-weight: 400!important;
  word-break: break-word;
  margin: 0 0 13px!important;
  text-transform: capitalize;
  color: #ffffff !important;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
       position: absolute;
    top: -55px;
    right: -45px;
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    position: relative;
    border: 4px solid #f5f5f5;
}

#innerpage-box .peccular-testimonials-content p {
    padding: 0 0 0em 0em;
    color: #818181;
    font-size: 16.01px !important;
    line-height: 24px !important;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0!important;
    font-style: normal;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    left: 0%;
    color: #dee27b;
    font-size: 30px;
    position: absolute;
    top: 0%;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
    position: absolute;
    right: 10%;
    bottom: 8%;
    color: #dee27b;
    font-size: 30px;
}
#innerpage-box h6.peccular-testimonials-designation span{
    padding: 0 0 0 57px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-star {
    color: #fbdd17;
    font-size: 19px;
    text-align: left;
    margin: 0 0 0 0px;
}

#innerpage-box .peccular-testimonials-content {
    padding: 0 0 0 0px;
    margin-top: 15px;
    margin-bottom: 30px;
}
#innerpage-box .testimonials_b {
    padding: 0 20px;
    overflow-x: hidden;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #dee27b;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    transform: scale(0.9);
    transition: all 0.5s ease 0s;
}
#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
    color: #fff;
    transition: all 0.5s ease 0s;
}
.peccular-testimonials-identity:before {
    content: "";
    content: "";
    border-width: 50px 0 0 30px;
    border-style: solid;
    border-color: #a65305 transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
}
/*-----------------------
## End Testimonials page
-----------------------------*/

/*---------------------- End Project page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
#innerpage-box h1,
#innerpage-box h2,
#innerpage-box h3,
#innerpage-box h4,
#innerpage-box h5,
#innerpage-box h6,

.page-template-templates #innerpage-box h1,
.page-template-templates #innerpage-box h2,
.page-template-templates #innerpage-box h3,
.page-template-templates #innerpage-box h4,
.page-template-templates #innerpage-box h5,
.page-template-templates #innerpage-box h6,

.single #innerpage-box h1,
.single #innerpage-box h2,
.single #innerpage-box h3,
.single #innerpage-box h4,
.single #innerpage-box h5,
.single #innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    color: ;
}
#innerpage-box h1{
    color: #fff;
    font-size: 55px;
    font-weight: 600;
}
#innerpage-box h2{
   color: #fff;
   font-size: 46px;
   font-weight: 600;
}
#innerpage-box h3{ 
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

#innerpage-box h4{
   color: #fff;
   font-size: 30px;
   font-weight: 600;
}
#innerpage-box h5{
   color: #fff;
   font-size: 26px;
   font-weight: 600;
}
#innerpage-box h6{
   color: #fff;
   font-size: 22px;
   font-weight: 600;
}
#innerpage-box p{
   color: #5a5a5a;
   font-size: 18px;
   font-weight: 400;
   text-align: unset;
}
p{
    text-align: unset;
}

#innerpage-box p strong{
 /* font-style: italic;*/
}
#innerpage-box p em {
    color: #ff7b00;
    font-style: italic;
}
#innerpage-box p a, #innerpage-box .entry-content p a, 
#innerpage-box div#content-box a{
    color: #5a5a5a;
}
div#secondary.widget-area p.wp-block-tag-cloud a:hover{
    color: #e76452;
}
#innerpage-box div#content-box .entry-header h2 a{
    color: #fff;
    text-decoration: none;
    font-style: normal;
}
#innerpage-box li {
    font-size: 18px;
    color: #605F5F;
}
.entry-content {
    color: #fff !important;
    line-height: 30px;
}

/*// --------------Responsive css ----------------------------- */
@media only screen and (max-width:1024px){
    #contact svg{  right: -274px;}
    #contact .contactsvg2 svg{  right: -312px;}
    #contact .peccular-contact-block{    padding-left: 0em;}
    #contact .peccular-contact-phone-info a{  font-size: 23px; z-index: 1;
        position: relative;}
        #contact .peccular-contact-phone-info{ width: 100%;}
        #contact .peccular-contact-phone-icon{ top: -13px;}
        #contact .peccular-contact-mailid-info a{ font-size:18px;}
        #contact .peccular-contact-mailid-info{  width: 128%; right:0px;}
        #contact .peccular-contact-mailid-icon{top: -11px;  left: 35px;}
        #contact .peccular-contact-mailid {  margin: 3em 0em;}
        #contact .peccular-contact-phone {  margin: 3em 0em;}
        #contact .peccular-contact-address{ padding: 6px 0 122px 14px; }
        #contact .peccular-contact-address-text{font-size: 16px;}
        #blog .peccular-blog-single svg{    top: 220px;}
        .inner_contentbox { padding: 3em 0em 0;}
        .archive .inner_contentbox {
            padding: 3em 0em 2em;
        }

        .page-template-home-template #services .peccular-service-content h4 {
            margin-bottom: 15.8px;
        }
        .page-template-home-template #services .peccular-service-box .peccular-service-icon {
            margin-bottom: 45.24px;
        }
    }

    @media only screen and (max-width: 320px){
        #contact svg {    right: -726px;}
        #contact .contactsvg2 svg {  right: -750px;}
        #contact { padding-bottom: 2em !important;}
        #contact .peccular-contact-phone-info { right: 70px;}
        #contact .peccular-contact-phone-info a {font-size: 21px;}
        #contact .peccular-contact-phone-icon { top: -15px;}
        #contact .peccular-contact-phone-icon i{transform: none;}
        #contact .peccular-contact-mailid-info a { font-size: 15px;}
        #contact .peccular-contact-mailid-info { width: 69%; right: 35px;}
        #contact .peccular-contact-mailid-icon { top: -17px;}
        #contact .peccular-contact-address-text{    font-size: 12px; top: -21px;left: 14px;}
        #team .peccular-team-content svg{    top: -60px;}
        #testimonials .peccular-testimonial-block { padding-bottom: 0;}
        #testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}
        #counter h4.peccular-counter-title,#counter .peccular-counter-num.count{text-align: center;}
        #counter .peccular-counter-b{    margin-bottom: 2em;}


    }

/*--------------Testimonials Responsiv css --------------------- */

@media screen and (min-width:319px) and (max-width: 425px){
    #banner .bannerLeftShape{
        -webkit-mask-image: none;

    }

    #contact .peccular-section-head p {
        font-size: 15px !important;
        line-height: 20px!important;
        margin-bottom: 0px;
        padding-right: 50px;
        margin-top: 5px;
    }
    #contact .peccular-section-head {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 18px;
        z-index: 5;
    }

    .hero-style .slide-title h2 {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 5px 0;
    }
    .hero-style .slide-text p {
        line-height: 15px;
        text-align: left;
        font-size: 12px;
        color: #6e6c6c;
        transition: all .4s ease;
    }
    .sliderbtns {
        margin-top: 0;
    }
    .hero-style .slide-text p {
        padding-bottom: 15px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 47%!important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none;

    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .hero-slider {
        height: 123px!important;
    }
    #about .peccular-about-imgbox .border-upp-left{
        display: none;
    }
    #about .peccular-about-imgbox .border-upp-right{
        display: none;
    }
    #about .peccular-about-imgbox .border-dwn-left{
        display: none;
    }
    #about .peccular-about-imgbox .border-dwn-right{
        display: none;
    }
/*Features res*/

.page-template-home-template #features .peccular-features-icon {
    top: 30%;
    left: 49%!important;
}
#features .FeaBG_icon {
    height: 92px;
    width: 100%!important;
}
.page-template-home-template #features .mid-image-bx img {
    height: 430px;
    width: 100%;
}
/*Banner*/
#banner .banner_mainTitle {
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 5%;
    width: 330px;
    top: 9%;
}
#banner .banner-section-area-text-subtitle {
    font-size: 15px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 11px 25px 11px 25px;
    margin-left: 30%;
}
#banner .banner-icn i {
    font-size: 35px;
}
#banner .banner-icn {
    width: 45px;
    height: 45px;
}
#banner .banner-section-area-text h3 {
    font-size: 28px;
    line-height: 50px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 313px;
}
#banner .banner-section-area-text {
    padding: 0 0 5px 0px;
}

/*Project res*/
.page-template-home-template #project .peccular-project-leafimgboxshape1 {
    margin-left: 40px;
    margin-top: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
}
.page-template-home-template #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 7%;
    top: 55px;
    width: 100px;
    height: 100px;
}
/*Contact sec res*/
#contact .peccular-form_area {
    padding-left: 0em;
    padding-top: 2em;
}
#contact .contact-padd {
    position: initial;
}
/*Team sec res*/

#team .peccular-team-content2 svg {
    position: relative;
    top: -120px!important;
    z-index: 1;
}
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
}

#team .team_Border_svg {
    position: relative;
    top: -67px!important;
    z-index: 1;
}
.page-template-home-template #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
.single-footer-1 {
    position: relative;
    top: 0;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox:after{
    display: none;
}
#newsletter .newsletter-sign-box {
    padding-top: 10px;
    padding-bottom: 27px;
}
#counter h4.peccular-counter-title {
    text-align: center;
    margin-bottom: 20px;
}
#counter .peccular-counter-num.count {
    text-align: center;
}
#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    padding: 0 10px;
    padding-left: 2em;
    padding-right: 2em;
}
#testimonials .peccular-testimonials-content p {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 0 10px;
}
#testimonials .peccular-section-head {
    /* padding: 0 1em; */
    margin: 0em 20px;
    padding: 0;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
    #testimonials .peccular-testimonials-content i{right: -62px;}

    #testimonials .owl-nav .owl-next{    right: 12px;}
    #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}
}
@media only screen and (min-width: 1080px) and (max-width: 1920px){
#banner .header-content::after{
        width: 88.4% !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1400px){
#banner .header-content::after{
        width: 84% !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 0;
}
.woocommerce-message a.button {
    margin-top: 0.5em !important;
}
.total-count .count{
        left: 25px !important;
}
#peccular-contactus-wrap img.peccular-about-imgboxshape{
        left: 0;
}
#innerpage-box .peccular-team-area {
    padding: 0 10px;
}
#innerpage-box .peccular-team-area {
    margin-bottom: 0em;
}
.footer-area .single-footer-4, 
.footer-area .single-footer-4, 
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4 {
    padding-left: 0em;
}
    .faq-singular{
    margin: 0 22px;
    width: 45.1%;
    }
    div#secondary {
    padding: 0 2em;
    padding-left: 0;
}
    #innerpage-box .peccular-blog-single {
    padding: 0.7em 25px 0em 25px;
}
    section#bannerbox .banner--block3 h2.banner3-heading-subtitle, 
    section#bannerbox .banner--block3new h2.banner3-heading-subtitle, 
    section#bannerbox .banner--block3new2 h2.banner3-heading-subtitle{
        font-size: 22px;
        line-height: 30px;
    }
    section#bannerbox .banner--block3new .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, 
    section#bannerbox .banner--block3new .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
        padding: 160px 20px 50px 40px;
    }
    section#bannerbox .ct--banner-element>.banner-element-populated{
        padding: 60px 10px 40px 30px;
    }
    .border-left-right:before{
        left: 30px !important;
    }
    .footer-area li a, 
    .page .footer-area li a, 
    .single .footer-area li a{
        font-size: 14px;
    }
    #footer .widget .widget-title,
    #footer .widget_block h2{
     font-size: 14px;
 }
 #newsletter .peccular-newsletter-member-wrap {
  /*  left: 0em;*/
}
#blog .peccular-section-head .description {
    padding: 0 0em;
}    
div#main-slider .owl-carousel .owl-nav button.owl-prev:after{
    left: -30px;
}
div#main-slider .owl-carousel .owl-nav button.owl-next:after{
    right: 40px;
}
div#main-slider .item .cover .header-content{
    padding: 150px 100px 70px 50px;
    clip-path: ellipse(70% 90% at 10% 3%);
    -webkit-clip-path: ellipse(70% 90% at 10% 3%);
    width: 575px;
}
div#main-slider .change-anim{
    clip-path: ellipse(70% 85% at 9% 7%);
    -webkit-clip-path: ellipse(70% 85% at 9% 7%);
}
div#main-slider .change-anim{
   width: 595px;
}
.total-count i.fa {
 padding-right: 0 !important;
 padding-left: 1em;
}
div#main-slider .item .cover .header-content h2{
    font-size: 36px;
    line-height: 47px;
}
div#main-slider .item .cover .header-content .slidetxt{
    padding-right: 12em;
}
#innerpage-box .inner-blogpost {
    margin: 0px 0px;
}

#innerpage-box .woocommerce ul.products li.product-category, 
#innerpage-box .woocommerce li.product-category.product {
    float: left;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    margin-right: 15px !important;
    width: 21.5% !important;
    margin-left: 15px !important;
}
main#innerpage-box .main-block {
        padding: 1.5em 0;
}
main#innerpage-box .border-box{
        margin: 0 5%;
}
.peccular-contactpage-img img.peccular-about-imgboxshape {
        max-width: 80% !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 400px !important;
    height: 400px !important;
}
#innerpage-box #peccular-contactus-wrap {
 /* padding-bottom: 0;*/
}
header.site-header .navigation .mainmenu li:hover ul li:hover > ul{
    left: 10em !important;
}

.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
    width: 46% !important;
}
.woocommerce ul.products li.product .button{
   width: 60% !important;
}
#innerpage-box .inner-blogpost .post-info{
    width: 65%;
}    
#products-austrak a, #products-sherings a, #products-austmark a {
 /* width: 18.9% !important;*/
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    width: 27.5% !important;
}
main#innerpage-box .inn-page-gallery .option i.fa.ico-3{
    left: 60% !important;
}

div#gallery .peccular-gallery-box .option i.fa.ico-2 {
    left: 6% !important;
}
main#innerpage-box .inn-page-gallery .option, 
div#gallery .peccular-gallery-box .option{
    left: 10% !important;
    width: 85% !important;
}
div#gallery .peccular-gallery-box .option i.fa.ico-3{
    left: 58% !important;
}

#innerpage-box .peccular-testimonials-image img{
    width: 85px;
    height: 85px;
}
.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;
}
#testimonials .peccular-testimonials-single{
    padding: 1.95em 1em 0 1em;
}
#testimonials .review-testimonials{
    left: -25px;
}
#testimonials .test_content {
    padding-top: 3em;
    padding-left: 3em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox{
    padding: 0 10px 0 31.14px;
}
#testimonials .loader .box-2{
    width: 155px;
    height: 155px;
    top: 40px;
    left: 26px;
}
#testimonials .loader .box-1{
    width: 165px;
    height: 83px;
    top: 32px;
    left: 20px;
} 
#testimonials .loader{
    left: 23px;
}
#testimonials .peccular-testimonials-image img{
    height: 145px;
}
.peccular-testimonials-image:before, .peccular-testimonials-image:after{
    width: 145px;
    height: 145px;
    left: 26%;
}
div#main-slider .item .cover .header-content{
      /*  top: 15%;
            padding: 50px 25px;*/
        }
        div#main-slider .item {
            /*height: 500px;*/
        }
        div#main-slider .owl-nav .owl-next{
            right: -50px;
        }
        div#main-slider .owl-nav .owl-prev{
            right: 110px;
        }
        .total-count{
            right: 0px !important;
        }
        .construction-box{
            bottom: 42%;
            width: 27%;
        }
        #about .resp-cs {
            padding-left: 30px;
            padding-right: 0;
        }
        #about ul li{
            margin: 0;
            width: 64px;
            height: 55px;
        }
        #about ul li a span:nth-of-type(2), 
        #about ul li a span:nth-of-type(3), 
        #about ul li a span:nth-of-type(4){
            top: -35px;
            font-size: 40px;
        }
        #about .space-abtblock{
            padding-top: 2em;
        }
        #about .peccular-section-head h2:before{
           width: 38%;
           right: -30px;
           /* bottom: -7px;*/
       }
       #about .space-abtblock:before{
        bottom: -7px;
        content: "";
        height: 82%;
        width: 2px;
        right: 40px;
        /* top: 50px;*/
    }
    #about .peccular-section-head h2:after,
    #about .space-abtblock:after{
        right: 0;
    }
    #banner .header-content h2{
        font-size: 34px;
    }
/*Contact Info Res    */
.page-template-home-template #contactinfo .peccular-section-head h2 {
    font-size: 30px;
    line-height: 30px;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 25px;
}
#contact .peccular-contacti-area .c_i_icon i {
    font-size: 30px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 30px;
}
#contact .peccular-contact-block p.peccular-form-text {
    text-align: unset;
}
/*pricing res*/
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    font-size: 33px;
}
/*story res*/

#story .story-sec-border {
    top: 4%;
    bottom: 4%;
}
.page-template-home-template #story .story-bg {
    outline-offset: -13px;
}

/*About res*/

#about .peccular-section-subtext {
    font-size: 21px;
    line-height: 25px;
}
#about .about_description {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px;
}
#about h3.list_heading {
    font-size: 25px;
}
#about .peccular-section-area-textlist ul li, #about .peccular-section-area-textlist ol li, #about .peccular-section-area-textlist {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

/* testimonials Res */


/* Services Res */
.page-template-home-template #services .peccular-section-head {
    text-align: left;
}

/*Team Res*/

#team .top_icon1 i.fa.fa-envira,#team .top_icon2 i.fa.fa-envira,#team .top_icon3 i.fa.fa-leaf {
    font-size: 18px;
    font-weight: 600;
    color: #83ab29;
}
.top_icon1 {
    position: absolute;
    top: -23px;
    left: -29px;
}
.top_icon2 {
    position: absolute;
    top: -36px;
    left: -8px;
}
.top_icon3 {
    position: absolute;
    top: -24px;
    left: 13px;
}
#team .border_circle {
    height: 25px;
    width: 25px;
}
#team .Team_details {
    bottom: -21px;
}
#team .team_Border_svg {
    top: -75px;
}
#team .peccular-team-content2 svg {
    top: -139px;
}
#team h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#team h6.peccular-team-designation {
    font-size: 18px;
    margin-bottom: 2px;
}
#team .bottom_icon3 {
  bottom: 23px;
  right: -1px;
  z-index: 2;
}
#team .bottom_icon2 {
    bottom: 54px;
    right: -31px;
    z-index: 1;
}
#team .bottom_icon1 i.fa.fa-envira,#team .bottom_icon2 i.fa.fa-envira,#team .bottom_icon3 i.fa.fa-envira,#team .bottom_icon4 i.fa.fa-envira {
    font-size: 28px;
}
#team .bottom_icon4 {
    bottom: 10px;
    right: -31px;
}
#team .peccular-team-social-icon {
    width: 30px;
    line-height: 28px;
    top: 0px;
    right: 6px;
    padding: 10px 0;
}
#team .peccular-team-social-icon i {
    font-size: 18px;
    padding: 4px 2px;
}
#team {
    padding-bottom: 3em!important;
}

/*footer*/
.footer-area .single-footer-4 .widget-title:before {
    left: 5px;
}

.footer-area .social-profile-icons ul li {
    padding-right: 8px;
    font-size: 15px;
    margin: 0 5px 0px 0;
}
/**********/
.hero-style .slide-btns-2 a.ReadMore{
  padding: 12px 15px;
}
.hero-style .slide-btns-1 a.ReadMore{
   padding: 12px 15px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 27% !important;
}
.page-template-home-template #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -65%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .peccular-contact_img_area .c-img-right1 {
    left: 3em;
}
#testimonials .peccular-testimonials-image i {
    right: -70px;
}
.page-template-home-template #services .peccular-service-box{
    padding: 0 25px 4px 25px;
}
.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;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    /*//services responsive*/
    .page-template-home-template #services .peccular-service-box:hover .peccular-service-content .peccular-service-btn a {
        padding: 0px 25px;
    }
    .page-template-home-template #services .peccular-service-content i {
        font-size: 19px;
    }
    .page-template-home-template #services .peccular-service-content h4 {
        padding: 5px 0;
    }
    .page-template-home-template #services .peccular-service-content h4 a {
        font-size: 18px;
    }
    .page-template-home-template #services .peccular-service-contenttext {
        margin-top: 6px;
        margin-bottom: 10px;
    }
/*//services end responsive*/
.footer-area .single-footer-4 .widget-title {
    width: 170px;
}
#about .peccular-about-imgbox .border-upp-left {
    height: 65px;
    width: 65px;
    margin-left: 40px;
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-upp-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    margin-right: 40px;
    /* top: 15px; */
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-dwn-left {
    height: 65px;
    width: 65px;
    /* left: 3em; */
    /* bottom: 120px; */
    margin-left: 35px;
    margin-bottom: 117px;
}
#about .peccular-about-imgbox .border-dwn-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    /* bottom: 120px; */
    margin-right: 40px;
    margin-bottom: 117px;
}
#innerpage-box .inner-blog-excerpt {
    padding-right: 0em;
    margin-bottom: 10px;
    padding-left: 0;
}

#peccular-contactus-wrap .contact_info_area a {
    font-size: 18px;
    color: #fff;
}
#peccular-contactus-wrap .contact_info_area {
    font-size: 17px;
}
#peccular-contactus-wrap .contact_l_area {
    font-size: 16px;
}

#innerpage-box .peccular-team-single .team_Border_svg {
    top: -106px;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    top: -139px;
}

/*#innerpage-box .peccular-team-single h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 11px;
}
*/  #innerpage-box .peccular-project-single .img_overlayColored{
height: 313px;
width: 220px;
}
#innerpage-box .peccular-project-single:hover .img_overlayColored {
    transform: rotate(10deg);
    transition: all 0.5s ease;
    width: 230px;
    top: 18px;
    right: 7px;
    height: 327px;
}
#innerpage-box .peccular-project-single:after {
    font-size: 35px;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyT {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyB {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-content h4 a {
    font-size: 17px;
}
#innerpage-box .peccular-project-content {
    width: 200px;
}
#innerpage-box h4.peccular-testimonials-name {
    /*text-align: center;
    font-size: 26px!important;*/
}

#innerpage-box .peccular-testimonials-designation {
   /* font-size: 20px!important;
    text-align: center;*/
}
.maintop-header .header-shopbtn {
    border-radius: 10PX;
    padding: 5px 17px;
    line-height: 30px;
    font-size: 17px;
}
.slide-inner .slider-inner-mainbox {
    left: 55%;
}
.swiper-button-next, .swiper-button-prev {
    top: 80%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 22% !important;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    position: relative;
    left: 0em;
    margin-right: 0;
}
.hero-slider {
    height: 377px;
}
.hero-style .slide-title h2 {
    font-size: 38px;
    line-height: 50px;
    padding: 0 0 20px 0;
}
.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig {
    margin-left: 2px;
}
.hero-style .slide-btns-1 a.ReadMore {
    padding: 10px 10px;
}
.hero-style .slide-btns-2 a.ReadMore {
    padding: 10px 10px;
}
.maintop-header .head-Phone-contact span {
    font-size: 18px;
    margin-right: 10px;
}
.maintop-header .head-Phone-contact a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    margin-right: 15px;
    font-size: 25px;
    top: 2px;
}

#counter h4.peccular-counter-title {
  font-size: 17px;
  padding: 0;
}
#counter .peccular-counter-num.count {
    font-size: 35px;
    padding: 0;
    margin: 0;
}
#counter .peccular-counter-icon span {
    font-size: 40px;
}
#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
.page-template-home-template #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -26%;
    margin-top: 0px;
    margin-bottom: -49px;
    height: 510px;
    width: 320px;
/*    display: none;*/
}
#contact .contactLeftBGBlur_image {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 107% 0%, 81% 100%, 0 100%);
}

#contact .peccular-contact_img_area .c-img-right1 {
    left: 2em;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 85.95px;
    height: 80.91px;
}

#contact .contact_left_BGoverlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 107% 0%, 79% 100%, 0 100%);
}

#banner .banner_mainTitle h2 {
    font-size: 38px;
    margin-bottom: 10px;
}
#banner .banner_mainTitle p {
    font-size: 25px;
    line-height: 30px;
}
#banner .banner-icn {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
#banner .banner-icn i {
    font-size: 55px;
}
#banner .banner-section-area-text {
    padding: 16px 18px 5px 18px;
}
#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 66px;
    margin-left: 19px;
}
#banner .banner-section-area-text-subtitle {
    font-size: 22px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 10px 35px 10px 35px;
    margin-left: 17%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 441px;
}
#banner .boxshape1 {
    bottom: -220px;
    left: -190px;
    z-index: 8;
    width: 66%;
    height: 632px;
}
#banner .boxshape2 {
    bottom: -163px;
    left: -195px;
    width: 62%;
    height: 498px;
}
#banner .boxshape3 {
    bottom: -79px;
    left: -95px;
    width: 46%;
    height: 354px;
}
#banner .banner_phn_No {
    margin-top: -22px;
}
#testimonials .peccular-testimonials-single{width: 100%;
}
}
@media screen and (min-width:320px) and (max-width: 1300px){
    .contact-box{
        background: linear-gradient( 90deg,transparent 42%, #ff7b00 41%);
    }
}
@media screen and (min-width:320px) and (max-width: 1320px){
    .contact-box{
        background: linear-gradient( 90deg,transparent 46%, #ff7b00 41%);

    }
    .contact-box-header {
     padding: 0px 0 5px 15px;
 }
 #banner .header-content h2{
    font-size: 48px;
}
}
@media screen and (min-width:320px) and (max-width: 1024px){
        .oops-text.pt-5.mt-5 {
    margin-top: 7rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
}
        #innerpage-box .peccular-blog-single {
    padding: 0.7em 25px 0em 25px;
}
    #banner .header-content h2 {
        font-size: 44px;
    }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
        margin-left: 0;
    }
    #blog .peccular-box-area-S {
        margin: 0 0px;
    }
    #blog p {
        padding-right: 0em;

    }
    .page-template-home-template div#services {
        padding-bottom: 3em !important;
    }
    #features {
        padding-top: 0.5em !important;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
    #testimonials .owl-nav .owl-prev{ left: 49px; bottom: 0px;}
    #testimonials .owl-nav .owl-next{ left:100px; bottom: 0px;}
    #testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
        padding: 0 !important;
    }
} 
@media only screen and (max-width:768px){
    #contact .contact-padd {
        padding-right: 1em;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .slider-area .slideOverlay{
        opacity: 0.1;
    }
    #slider .slide_bg{
        background: none;
    }
    .slider-area .slidershape1{
        -webkit-mask-image: none;

    }
    #innerpage-box .peccular-team-single .team_Border_svg {
        top: -96px!important;
    }
    #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:after, .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(even) .peccular-testimonials-single:after{
        display: none;
    }

    #innerpage-box .peccular-testimonials-content p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    #innerpage-box .peccular-testimonials-single:hover {
      background: none;
  }

  #innerpage-box .peccular-testimonials-single {
   /* margin: 1em 5px 3em 5px;
    padding: 10px 15px 12px;
    margin-right: 0;
    background: none;*/
}

#innerpage-box .peccular-testimonials-image {

    border: none;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#innerpage-box .peccular-testimonials-designation {
    font-size: 18px!important;
    text-align: left;
}
#innerpage-box h4.peccular-testimonials-name {
    text-align: left;
    font-size: 18px!important;
}

.slide-inner .slider-inner-mainbox {
    left: 70%;
    top: 40%;
    width: 550px;
}
.hero-style .slide-text p {
    padding-bottom: 8px;
}
.fallingeffect {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    top: 59%;
}
.hero-slider {
    height: 517px;
}
.hero-slider {
    height: 295px;
}
.hero-slider .swiper-button-prev:before,.hero-slider .swiper-button-next:before {
    font-size: 28px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 80px;
    height: 40px;
    line-height: 19px;
    text-align: center;
    padding: 10px 20px 10px 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 21% ;
}

.hero-style .slide-btns-1 a.ReadMore,.hero-style .slide-btns-2 a.ReadMore {
    padding: 8px 8px;
    font-size: 12px;
}

.wp-block-search__inside-wrapper {
    /*display: block !important;*/
}
.widget-area button.wp-block-search__button {
    width: 100%;
    margin: 0;
}
/*Contact Info res 768px*/
#contactinfo .peccular-contactinfo-button {
    padding: 10px;
    text-align: center;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 8px 11px;
    font-size: 17px;
    line-height: 20px;
}
.page-template-home-template #contactinfo .peccular-section-head h2 {
    font-size: 22px;
    line-height: 30px;
}
/*About res*/
#about {
    padding: 2em 0 0 0 !important;
}

#about .peccular-about-imgbox img {
    width: 350px;
    height: 350px;
    top: 1em;
}
#about .peccular-about-imgbox .leaf_img {
    width: 350px;
    height: 350px;
}
#about .peccular-about-imgbox .border-upp-left {
    left: 12em;
    top: 0px;
    display: none;
}
#about .peccular-about-imgbox .border-upp-right {
    right: 12em;
    top: 0;
    display: none;
}
#about .peccular-about-imgbox .border-dwn-left {
    left: 12em;
    bottom: 17px;
    display: none;
}
#about .peccular-about-imgbox .border-dwn-right {
    right: 12em;
    bottom: 17px;
    display: none;
}
#about .peccular-about-imgbox {
    top: 2em;
    bottom: 2em;
    height: 400px;
}
#about .leaf_img .ovrlyT {
    top: 15px;
    width: 350px;
    height: 350px;
}
#about .leaf_img .ovrlyB {
    height: 350px;
    top: 15px;
    width: 350px;
}
#about:hover .border-upp-left{
   height: 80%;
   transition: all 0.8s;
}
#about:hover .border-upp-right{
    width: 50%;
    transition: all 0.8s;
}
#about:hover .border-dwn-right{
   height: 80%;
   transition: all 0.8s;
}
#about:hover .border-dwn-left{
    width:51%;
    transition: all 0.8s;
}

.page-template-home-template #services .peccular-section-head h2, .page-template-home-template #features .peccular-section-head h2, #project .peccular-section-head h2, #team .peccular-section-head h2, #blog .peccular-section-head h2, #newsletter .peccular-section-head h2 {
    font-size: 30px;
    line-height: 25px;
}
/*service res*/
.page-template-home-template #services .peccular-service-box {
    padding: 0 10px 4px;
}
.page-template-home-template div#services {
    padding-top: 1em!important;
}
.page-template-home-template #services .peccular-section-head {
    margin-bottom: 27px;
    margin-top: 2em;
}
/*Features Res*/

#features .FeaBG_icon img {
    height: 100px;
    width: 90px;
    transition: all 0.8s;
}
.page-template-home-template #features h4.peccular-features-title {
    font-size: 17px;
    padding: 0;
    margin: 17px 0 8px 0;
    line-height: 24px;
    margin-left: 18px;
}
.page-template-home-template #features p.inner-area-text {
    font-size: 13px;
    line-height: 20px;
    margin-left: 17px;
}
.page-template-home-template #features h4.peccular-features-title:before {
    font-size: 24px;
    top: 5px;
    margin-right: 0px;
}
/*Banner res*/

#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
}
#banner .banner_mainTitle p {
    font-size: 18px;
    line-height: 28px;
}
.page-template-home-template div#project {
    padding-bottom: 2em!important;
}
/*Contact section res*/
#contact .peccular-section-head p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    padding-right: 50px;
    margin-top: 10px;
}
#contact .peccular-contacti-area .c_i_title {
    font-size: 17px;
    padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    font-size: 13px;
    padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_icon i {
    font-size: 20px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 17px;
}
#contact .peccular-contact-block h2 {
    font-size: 25px;
    line-height: 27px;
}
#contact .peccular-contact-member-wrap input[type="text"], #contact .peccular-contact-member-wrap input[type="email"], #contact .peccular-contact-member-wrap input[type="url"], #contact .peccular-contact-member-wrap input[type="password"], #contact .peccular-contact-member-wrap input[type="search"], #contact .peccular-contact-member-wrap input[type="number"], #contact .peccular-contact-member-wrap input[type="tel"], #contact .peccular-contact-member-wrap input[type="range"], #contact .peccular-contact-member-wrap input[type="date"], #contact .peccular-contact-member-wrap input[type="month"], #contact .peccular-contact-member-wrap input[type="week"], #contact .peccular-contact-member-wrap input[type="time"], #contact .peccular-contact-member-wrap input[type="datetime"], #contact .peccular-contact-member-wrap input[type="datetime-local"], #contact .peccular-contact-member-wrap input[type="color"], #contact .peccular-contact-member-wrap input[type="file"], #contact .peccular-contact-member-wrap textarea {
    font-size: 15px;
    height: 45px;
}
#contact .peccular-contact-member-wrap textarea {
    height: 106px;
    width: 100%;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
}
#contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .peccular-contacti-area {
    padding: 18px 5px;
}

/*Team res*/
#team .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -50px !important;
    position: absolute;
    right: 85px;
}
#team .peccular-team-content2 svg {
    position: relative;
    top: -95px;
    z-index: 1;
}
#team .team_Border_svg {
    position: relative;
    top: -54px;
    z-index: 1;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 18px;
    padding: 4px 2px;
    transition: .9s ease;
}
#team .peccular-team-social-icon {
    line-height: 24px;
    top: 4px;
    z-index: 999;
    right: 5px;
    padding: 10px 0;
}
.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    top: 0;
}
#team h4.peccular-team-name {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 15px;
}
#team h6.peccular-team-designation {
    font-size: 16px;
    margin-bottom: 10px;
}
/*testrimonial res*/
#testimonials .owl-nav .owl-prev {
    width: 100px;
    height: 50px;
}
#testimonials .owl-nav .owl-next{
    width: 100px;
    height: 50px;
}
#testimonials .peccular-section-head h3 {
    font-size: 21px;
    line-height: 26px;
}
.peccular-section-head {
    margin-top: 1em;
}
/*pricing res*/
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    font-size: 40px;
}
#pricing {
    padding:1em 0 0 !important;
}
/*Footer res*/

.navigation .mainmenu li.current_page_item a, .current_page_item > a {
    background: none;
    color: #fdb405 ;
}
.footer-area .current_page_item > a {
    background: none;
}
.footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
    padding-left: 3.2em;
}


/**********/
.maintop-header .Head-top-cont {
    line-height: 10px;
    margin-top: 11px;
}
.hamburger-menus {
    top: 0;
    right: 13px;
    margin: 0 !important;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
   padding: 8px !important; 
   font-size: 18px !important; 
   margin-left: 0!important;
}
#newsletter .peccular-section-head h2 {
    font-size: 21px;
}

#newsletter .peccular-newsletter-member-wrap input[type="text"], #newsletter .peccular-newsletter-member-wrap input[type="email"], #newsletter .peccular-newsletter-member-wrap input[type="url"], #newsletter .peccular-newsletter-member-wrap input[type="password"], #newsletter .peccular-newsletter-member-wrap input[type="search"], #newsletter .peccular-newsletter-member-wrap input[type="number"], #newsletter .peccular-newsletter-member-wrap input[type="tel"], #newsletter .peccular-newsletter-member-wrap input[type="range"], #newsletter .peccular-newsletter-member-wrap input[type="date"], #newsletter .peccular-newsletter-member-wrap input[type="month"], #newsletter .peccular-newsletter-member-wrap input[type="week"], #newsletter .peccular-newsletter-member-wrap input[type="time"], #newsletter .peccular-newsletter-member-wrap input[type="datetime"], #newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], #newsletter .peccular-newsletter-member-wrap input[type="color"], #newsletter .peccular-newsletter-member-wrap input[type="file"], #newsletter .peccular-newsletter-member-wrap textarea {
    z-index: 2000;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0px 42px !important;
    font-size: 18px;
    height: 40px;
}
#testimonials .owl-nav .owl-prev{bottom: 0px !important}
#testimonials .owl-nav .owl-next{bottom: 0px !important;}
#testimonials .peccular-section-head h2{padding:0;}
div#testimonials { font-size: 20px;
    line-height: 20px;
}
#team {
    padding-bottom: 1em !important;
}
/*//blog page*/
main#innerpage-box .ht-blog-thumbnail img {
    /*height: 195px !important;*/
}
#innerpage-box .peccular-blog-comment span, #innerpage-box .peccular-blog-date span {
    font-size: 14px;
}
#innerpage-box .peccular-blog-date i {
    font-size: 14px;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 10px;
}
#innerpage-box .peccular-blog-comment i {
    font-size: 14px;
}

#innerpage-box .blog-page-btn {
    font-size: 16px;
    padding: 10px 0px;
}
/*    //contact page*/
#peccular-contactus-wrap .conntact_top_area {
    padding: 3em 3em 9em;
}
.page-template-templates #innerpage-box .conntact_infobox_heading h2 {
    font-size: 30px;
    margin-bottom: 2em;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2 {
 /* margin-bottom: 10px;*/
}
/*    //page*/
#innerpage-box blockquote p {
    text-align: left;
}
.innerpage-whitebox {
   /* padding: 0em 0em 0em 0em !important;*/
}
#story .story-sec-border {
    left: 2%;
    right: 2%;
    top: 3.5%;
    bottom: 3.5%;
}
#pricing {
    padding: 3em 0 1em !important;
}

header.site-header .peccular-head-btn .head-btn a {
    padding: 8.67px 15.61px 8.33px 15.39px;
}
header.site-header .peccular-head-btn {
    margin: 20px 0 20px;
}

.peccular-project-area .peccular-project-b:nth-child(1),
.peccular-project-area .peccular-project-b:nth-child(2),
.peccular-project-area .peccular-project-b:nth-child(3),
.peccular-project-area .peccular-project-b:nth-child(4),
.peccular-project-area .peccular-project-b:nth-child(5),
.peccular-project-area .peccular-project-b:nth-child(6),
div#project .peccular-project-b:nth-child(1) .peccular-project-single .peccular-project-img img, 
div#project .peccular-project-b:nth-child(2) .peccular-project-single .peccular-project-img img,
div#project .peccular-project-b:nth-child(3) .peccular-project-single .peccular-project-img img, 
div#project .peccular-project-b:nth-child(4) .peccular-project-single .peccular-project-img img,
div#project .peccular-project-b:nth-child(5) .peccular-project-single .peccular-project-img img, 
div#project .peccular-project-b:nth-child(6) .peccular-project-single .peccular-project-img img  {
    top: 0;
    height: 303.51px;
}
.peccular-project-area .peccular-project-b:nth-child(5) {
    position: relative;
    left: 0;
}
.peccular-project-area .peccular-project-b:nth-child(6) {
    position: relative;
    right: 0;
}
div#project .peccular-project-b {
    margin-bottom: 15px;
}
.page-template-home-template #story .story-bg {
    outline-offset: -10px;
}
.page-template-contact-template .inner_contentbox {
 /* padding: 0em 0em 0;*/
}


}
@media screen and (min-width:320px) and (max-width: 767px){

    #newsletter .peccular-newsletter-member-wrap {
        position: relative;
        /*  left: 5em !important;*/
    }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
   /* margin-left: 0;
    line-height: 20px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:after{
    left: -10px;
}
div#main-slider .owl-carousel .owl-nav button.owl-next:after{
    right: 40px;
}
header.site-header{
    position: relative !important;
    padding-bottom: 1.5em;
}
.contact-box-header {
    padding: 0px 0 5px 0px;
}

div#main-slider .item .cover .header-content{
    padding: 70px 70px 70px 70px;
}
.header-overlay{
    background: linear-gradient( 90deg,#000000 43%, #000000 48%);
}
.contact-box {
    background: linear-gradient( 90deg,#ff7b00 46%, #ff7b00 41%);
    padding-left: 0;
}
.logo-header .custom-logo-link img {
    position: relative;
    bottom: 0 !important;
}
.contact-box-header {
    text-align: center;
}
.total-count{
    right: 20px !important;
    top: 40px !important;
}
.total-count i.fa{
    padding-right: 0 !important;
    padding-left: 1.5em;
}
.navigation .mainmenu li:before, 
.navigation .mainmenu li:after{
    margin: 0 !important;
    left: 20px !important;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    margin-right: 0.5em !important;
}
.header.site-header ul.sub-menu li a{
    box-shadow: 3px 3px 0px 0px #ff7b00 !important;
}

#innerpage-box .woocommerce ul.products li.product-category, 
.woocommerce li.product-category.product {
    float: left;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    margin-right: 15px !important;
    width: 44.5% !important;
    margin-left: 15px !important;
    clear: initial;
}
div#main-slider .item .cover .header-content{
   /* top: 21%;
    padding: 40px 25px 40px 25px;
    width: 610px;
    left: 7%;*/
}
#secondary label {
/*    width: 100%;*/
}
div#blog-box.innerpage-whitebox .inner-blogpost {
    height: auto !important;
}
div#main-slider .item .cover .header-content h2{
    /*padding-bottom: 0.3em;*/
}
div#main-slider .item .cover .header-content .slidetxt{
   /*padding-bottom: 1em;*/
}
div#main-slider .owl-nav .owl-prev,
div#main-slider .owl-nav .owl-next{
 /* height: 50px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-next:before,
div#main-slider .owl-carousel .owl-nav button.owl-next:after{
    /*top: 15px;*/
}
div#main-slider .item {
 /* height: 500px;*/
}
.peccular-about-videobox {
    margin: 0 auto;
}
.construction-box {
    bottom: 55%;
    left: 8%;
    width: 36.5%;
}
#about .peccular-section-head h2:before{
    width: 58%;
}
#about .about_description{
    font-size: 15px;
}
#about .space-abtblock{
    padding-left: 3.5em;
}
#about .about-img-area {
    padding-left: 0;
}
#testimonials .test_content {
    padding-top: 2em;
    padding-left: 0em;
}
.review-testimonials:before,
.review-testimonials:after{
    bottom: 10px;
}
#testimonials .loader {
    top: 24px;
    left: 95px !important;
}

#testimonials .owl-nav .owl-prev{bottom: 180px !important}
#testimonials .owl-nav .owl-next{bottom: 180px !important;}
#testimonials .test-mrg{padding: 0 10px;}
.small-resp-screen {
    padding: 0 2em;
}
#about .space-abtblock:before{
    height: 95% !important;
}
.page-template-home-template div#banner {
    padding-right: 3em;
}
.footer-area .bottom-area, 
.footer-area .bottom-area, 
.page .footer-area .bottom-area, 
.single .footer-area .bottom-area,
.footer-text {
    text-align: center !important;
}
.footer-text{
    padding-top: 0.8em;
}
.peccular-testimonials-image:before, .peccular-testimonials-image:after{
    left: 11%;
}
}
@media screen and (min-width:320px) and (max-width: 640px){
    header.site-header{
        position: relative !important;
    }
    div#main-slider .owl-carousel .owl-nav button.owl-prev:after{
        left: -15px;
        bottom: 420px;
    }
    div#main-slider {
    height: 480px !important;
}
    div#main-slider .owl-carousel .owl-nav button.owl-next:after{
        right: 17px;
        bottom: 430px;
    }

    div#main-slider .item .cover .header-content .slidetxt{
        padding-right: 0em;
    }
    div#main-slider .item .cover .header-content{
        width: 550px;
        padding: 70px 70px 55px 40px;
        /*    top: 15%;*/
    }
    div#main-slider .change-anim{
       width: 570px;
   }
   div#main-slider .item .cover .header-content h2{
       letter-spacing: 1px;
   }
   div#main-slider .item .cover .header-content .slidetxt{
      /* font-size: 15px;*/
      font-weight: 600 !important;
      padding-right: 4em;
      /*line-height: 25px;*/
  }
  div#main-slider .btn{
    padding: 0px 18px;
}
.construction-box {
    bottom: 65%;
    left: 5%;
    width: 45.5%;
}
#about .space-abtblock:before{
    height: 83%;
}
#about .resp-cs {
    padding-right: 0;
    padding-left: 0;
}
.small-scr-full{
    width: 100%;
    margin-bottom: 0 !important;
}
#about .space-abtblock:after{
    bottom: 90px;
}
.small-resp-screen {
    padding: 0 6em;
}

#testimonials .testimonials_carea {
    width: 100%;
    margin:0;
}
#testimonials .peccular_testimonial_eme_area {
    bottom: 0;
    position: relative;
    left: 0em;
    width: 100%;
    margin: 1em 0;
}
#testimonials .owl-theme .owl-dots {
    margin: 5px 0 0;
}
header.site-header .head-Phone-contact {
    padding: 8px 0;
    margin-bottom: 10px;
}
.slide-inner .slider-inner-mainbox {
    left: 124%;
    width: 400px;
    top: 44%;
}

#about .peccular-about-video {
    height: 220px;
}

#about .peccular-about-video i {
    padding: 15px 15px;
    width: 50px;
    height: 50px;
}
.peccular-about-videobox {
 /* width: 50%;*/
}
#about .peccular-section-subtext {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20.65px;
    padding-right: 1em;
}
.page-template-home-template #services .peccular-service-box {
    padding: 0 25px 30px;
}    
#story .story-sec-border {
    left: 3.5%;
    right: 3.5%;
}    

#story .story-body {
    margin-right: 0em;
    width: 295.45px;
}   

.page-template-home-template div#project {
    padding-top: 3em !important;
}

.peccular-project-area .peccular-project-b:nth-child(1), .peccular-project-area .peccular-project-b:nth-child(3) {
   top: 0; 
}

div#project .peccular-project-b {
    margin-bottom: 15px;
}

.peccular-project-area {
    margin-bottom: 30px;
}

.peccular-project-area .peccular-project-b:nth-child(6) {
    position: relative;
    right: 0;
    top: 0;
}

.peccular-project-area .peccular-project-b:nth-child(5) {
    position: relative;
    left: 0;
    top: 0;
}

#contact .peccular-contact_img_area {
    display: none;
}

#testimonials {
    padding-top: 3em !important;
}

.page-template-home-template div#features .peccular-features-area {
    top: -3em;
}
.page-template-home-template div#services {
    margin-top: 0em;
}
#blog .peccular-blog-comment_box {
    text-align: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: auto !important;
}

.w3 {
    width: 10%;
}

.w7 {
   width: 89%;
}

#blog {
    padding-top: 0em !important;
}

.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    padding-left: 0;
}

.footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
    padding-left: 0;
}

.footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
    padding-left: 0;
}


header.site-header .peccular-head-btn {
    margin: 0 0 10px;
}
.hero-style .slide-btns-1 a.ReadMore, .hero-style .slide-btns-2 a.ReadMore {
  padding: 1px 5px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    left: -50%;
    top: 5%;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
    right: 5%;
    bottom: 5%;
}
#content-box .socialMedia {
    float: left;
}
.innerpage-whitebox {
    padding: 0em 0em 0em 0em !important;
}
.search .innerpage-whitebox {
    padding: 0em 1em 0em 1em !important;
}
.search article.product {
    display: block;
    min-width: 100%;
}
}
@media only screen and (max-width:375px){
   .slide-inner .slider-inner-mainbox {
    left: 140%;
    width: 361px;
    top: 48%;
}
#story .story-sec-border {
    left: 4%;
    right: 4%;
}
#innerpage-box .blog-info-area .metabox2brdr ul li {
    margin: 10px 9px 10px 0;
    padding: 0 16px 0 0;
    font-size: 14px;
}

}

/*@media only screen and (max-width:320px){*/

    @media screen and (min-width:320px) and (max-width: 425px){
        #innerpage-box .inner-blogpost .post-info{
            padding: 5px;
        }
        #innerpage-box .inner-blog-post {
            padding: 0;
        }
        #innerpage-box .inner-blog-post .share-btn:hover {
            top: -15px;
        }
        #innerpage-box .inner-blog-post .share-btn ul li a.site-button{
            width: 35px;
            height: 15px;
            line-height: 10px;
            font-size: 14px;
        }
        #innerpage-box .inner-blog-post .share-btn{
            top: -110px;
        }
        #innerpage-box .inner-blog-post .share-btn ul li{
            line-height: 10px !important;
        }

        #testimonials .peccular-testimonials-content p{    font-size: 17px;}
        #testimonials .peccular-testimonials-content p{ padding: 0; }
        #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
        .peccular-testimonials-imgbox {  top: -158px;  position: relative;}

        #testimonials .owl-carousel.owl-drag .owl-item {
            padding: 3em 0;
        }
        .testimonials_b {
            padding: 0;
        }
        #pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
            margin-bottom: 20.89px;

        }
        #pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
            padding: 0 35.19px;
        }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
            margin: 10px 9px 10px 0;
            padding: 0 16px 0 0;
            font-size: 14px;
        }
        #innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
            padding-left: 0;
        }
        .team-block {
            padding: 0 1.5em 0 1.5em;
        }
        #innerpage-box #peccular-contactus-wrap .peccular-contact-page-form h2 {
            margin-bottom: 3em;
            padding-left: 1.2em;
        }
    }

/*// --------------Procduct cat Responsiv css ----------------------------- */
@media only screen and (max-width: 1400px){
    svg#Layer_1 {  top: -359px !important; }
}

@media screen and (min-width:1024px) and (max-width:1199px){
  #catproduct-section .pro-cat-content svg{ width: 218px !important;}
}
@media screen and (min-width:3px) and (max-width:999px){
    #catproduct-section .pro-cat-content svg{ display: none;}
}

@media only screen and (max-width: 1024px){

    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{ width:100% !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-content{margin-left: 13px;}
    .slide-inner .slider-inner-mainbox {  padding: 58px 18px 10px 65px;}    
    .hero-style .slide-title h2 {   font-size: 47px !important;}
    .slider-area .slide-inner svg{left: -185px;}
    .slider-area .slide-inner .slidersvg2 svg{left: -222px;}
    .hero-slider{height: 471px}
    #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
    #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
    #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
    #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
}
@media only screen and (max-width: 768px){

    .hero-style .slide-title h2 {font-size: 31px !important; line-height: 30px !important;padding: 0 0 20px 0;}
    .hero-style .slide-text p { padding-bottom: 15px;}
    .slide-inner .slider-inner-mainbox {  padding: 50px 18px 10px 19px;}
    .hero-style .slide-btns-1{     font-size: 14px;
        padding: 0 !important;}
        .hero-style .slide-btns-2{    font-size: 16px;padding: 12px 22px !important;}
        #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;}
        #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
        #counter .peccular-counter-b{  margin: 2em 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: 2em !important;}
        #contact .contact-bg { position: absolute; top: -57px;}
        #contact .peccular-contact-mailid {  margin: 1em 0em;}
        #contact .peccular-contact-phone {  margin: 1em 0em;}
        #contact .peccular-contact-mailid-icon{top: -10px;
            left: 30px;width: 57px;  height: 57px;}
            #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;}
            #innerpage-box .ht-blog-thumbnail svg{    top: 1px;    z-index: 0;}
            .inner-blogpost-info{    top: -30px;}
            #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
            #peccular-contactus-wrap .contactinner-block{ padding: 12px; }
            #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
            #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}

        }
        @media screen (max-width: 767px){
            #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 7em !important;}
        }
        @media only screen and (max-width:425px){
            #catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}
            #catproduct-section .pro-cat-img{ width: 100% !important; }
            .slider-area .slide-inner .slidersvg2 svg { display: none;}
            .slider-area .slide-inner svg { display: none;}
            .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-phone-icon{    border-radius: 22%;    left: 0;     width: 55px;
                                height: 55px;
                                top: -50px;}
                                #contact .peccular-contact-phone-icon i{transform: none;}
                                #contact .peccular-contact-phone-info a { font-size: 23px;}
                                #blog .peccular-blog-single svg { top: 201px;     z-index: 0;}
                                .footer-area .single-footer-4, .footer-area .single-footer-4, 
                                .page .footer-area .single-footer-4, 
                                .single .footer-area .single-footer-4{padding: 0 5px;}
                                .footer-area input[type="submit"],
                                .page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{right: 0;}
                                #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
                                .inner-blogpost-info{    top: -30px;}


                            }
                            @media screen and (min-width:320px) and (max-width:375px){

                                .sliderbtns {  margin-top: 0em;}
                                .swiper-container-horizontal>.swiper-pagination-bullets, 
                                .swiper-pagination-custom, .swiper-pagination-fraction {
                                    bottom: 226px !important;
                                    width: 25% !important;
                                }
                                #innerpage-box .inner-blogpost .post-info {
                                    width: 65% !important;
                                }
                                #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
                                    top: 127px !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){
                                #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
                                #team .peccular-team-content svg { top: -60px;}
                                #story .story-sec-border {
                                    left: 5%;
                                    right: 5%;
                                }
                                #about .peccular-about-video {
                                    height: 155px;
                                }
                                #about .peccular-about-video i {
                                    width: 40px;
                                    height: 40px;
                                    font-size: 15px;
                                    line-height: 9px;
                                }
                                #innerpage-box .inner-blog-post .share-btn ul li a.site-button {
                                    font-size: 15px;
                                    width: 25px;
                                    line-height: 25px;
                                    height: 25px;
                                }
                            }
                            @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: 540px){
             body.product-template-default.single.single-product section.related.products, 
             body.product-template-default.single.single-product .woocommerce .related ul {
    position: relative;
    padding-top: 2em !important;
}
             .woocommerce div.product div.images .flex-control-thumbs {
    margin: 5px -5px 0;
    position: relative !important;
    top: 0 !important;
    left: 0px !important;
    width: 100% !important;
    display: block !important;
    padding-left: 0em !important;
}
             .product-complete-bx {
    padding-top: 0em !important;
}
#secondary ul.product_list_widget {
    padding-bottom: 00px !important;
}
              #blog p{
           margin-bottom: 5.17px; 
    }
    .col-xl-4.col-lg-5.col-md-5.col-sm-5.col-xs-12.resp-auto {
    padding: 0;
}
#blog .auth-name{
        padding-left: 25px;
}
#services {
    padding-top: 2em !important;
}
#blog .peccular-blog-post{
        margin: 0 0 1em 0;
}

          #best-seller-products {
    padding-top: 0.5em !important;
}
          .banner--block3newcat .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    height: 320px !important;
}
          #recent-products {

    padding-top: 1.4em !important;

}

#recent-products {

    padding-bottom: 0 !important;

}

#best-seller-products {

    padding-bottom: 2.5em !important;



}

section#bannerbox {

    padding-bottom: 1em !important;

}

section#bannerbox {

    padding-top: 1.5em !important;



}

#blog {

    padding-top: 0em !important;



}

#blog {

    padding-bottom: 0.5em !important;

}

#services {

    padding-bottom: 0em !important;

}

#recent-products {

    padding-top: 0.4em !important;

}

  div#main-slider .item .cover .header-content{
    display: none;
  }
  div#main-slider .item img,div#main-slider .item,div#main-slider{
        height: 320px !important;
  }
  .site-header .socials a i.fa{
    background: transparent;
    color: #ffffff !important;
  }
  .show--in-mob {
        display: block;
                padding-bottom: 20px;
        background: linear-gradient(90deg, #ff7b00 43%, #ff7b00 41%);
}
.col-lg-4.col-md-6.col-sm-6.col-xs-12.pd-0.heademail, 
.col-lg-4.col-md-6.col-sm-6.col-xs-12.pd-0.headphone {
    width: auto;
    display: inline-block;
    padding-right: 0em;
}

.contact-box,
.maintop-header.phone-box a.h-phone, 
.maintop-header.phone-box a.h-email {
    display: none;
}
    .maintop-header i.fa-phone {
        position: absolute;
                color: #ffffff;
        top: 8px;
        text-align: center;
        left: 50px;
    }
        .maintop-header i.fa-envelope-o {
        position: absolute;
                color: #ffffff;
        top: 8px;
        left: 6em;
    }
    .maintop-header.phone-box a.h-email {
    position: absolute;
    left: 3em;
    top: 25px;
}
        .site-header .socials.mob-socials i.fa.fa-share-alt {
        position: absolute;
        color: #ffffff;
        font-size: 20px;
        top: 10px;
        /* left: -50px; */
        right: 20px;
    }
        .site-header .socials.mob-socials .soc {
        display: none;
        position: absolute;
        right: 0;
                left: 170px;
        margin: 0 auto;
        text-align: center;
        top: 8px;
                width: 125px;
    }
    .maintop-header a.h-phone {
        position: absolute;
        top: 25px;
        left: 15px;
    }
    .maintop-header a.h-phone {
        position: absolute;
        top: 25px;
    }

   #innerpage-box .single_post .blog-category {
    padding-left: 0;
}
    .woocommerce-message {
    padding: 0em 0em 1em 1.5em !important;
        font-size: 12px !important;
    line-height: 20px;
}
    div#main-slider .item .cover .header-content {
        width: 500px;
    }
    div#main-slider .change-anim{
        width: 520px;
    }
    div#main-slider .item .cover .header-content h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .footer-area input[type="submit"] {
        margin-left: 1em !important;
    }
    .footer-area .social-profile-icons {
        padding-left: 0.3em;
    }
    .footer-area label, 
    .footer-area label, 
    .page .footer-area label, 
    .single .footer-area label {
        font-weight: 400;
        width: 100%;
    }
    .footer-area .single-footer-3, 
    .footer-area .single-footer-3, 
    .page .footer-area .single-footer-3, 
    .single .footer-area .single-footer-3 {
        padding-right: 2em;
    }
    img.peccular-footerimg {
        width: 35px !important;
        height: 24px;
    }
    #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
        top: 127px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 425px){
    div#secondary {
    padding: 0 0em !important;
}
.widget-area .woocommerce ul.product_list_widget li a{
        font-size: 12px !important;
}
    #blog .resp-auto{
        width: auto;
    }
    #blog .width-fifty{
        width: 50%
    }
    #blog .m-r-2{
        margin-right: 2em !important;
    }
    div#main-slider .owl-theme .owl-nav,
    div#main-slider .owl-nav .owl-prev, 
    div#main-slider .owl-nav .owl-next{
        /*display: none !important;*/
    }
    div#main-slider .item {
     /* height: 600px;*/
 }
 div#main-slider .item .cover .header-content{
    width: 390px;
}
div#main-slider .item .cover .header-content {
    clip-path: ellipse(74% 70% at 5% 0%) !important;
    -webkit-clip-path: ellipse(74% 70% at 5% 0%) !important;
}
.header-contents{
        padding: 0px 20px 70px 50px;
            width: 400px !important;
}
div#main-slider .item .cover .header-contents h2 {
    font-size: 31px !important;
    line-height: 30px !important;
        padding-bottom: 0.5em !important;
}
.header-contents {
    top: 15% !important;
}
div#main-slider .change-anim{
    width: 400px;
}
div#main-slider .item .cover .header-content h2 {
    padding-bottom: 0.7em;
}
div#main-slider .item .cover .header-content h2 {
 font-size: 30px;
 line-height: 40px;
}
div#main-slider .item .cover .header-content .slidetxt {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 2em;
}
div#main-slider .btn{
 /*font-size: 15px;  */
}
#about .about-img-area {
    padding-left: 4em;
    padding-right: 4em;
}
#about .about-year-txt,
#about .about-exp-txt{
    text-align: center;
}
#about .about-exp-txt{
    padding-left: 0em;
    padding-right: 0em;
}
.construction-box {
    bottom: 80%;
    left: 5%;
    width: 41.5%;
}
.small-scr-full {
    margin: 0 auto;
    text-align: center;
}
#about .space-abtblock {
    padding-left: 1.5em;
}
#about .space-abtblock {
    text-align: center;
}
#about .about_description {
    text-align: left !important;
}
#about .space-abtblock:before {
    height: 95% !important;
}
#about .btn{
    margin-top: 3em;
}
#testimonials .peccular-testimonials-image img{
    left: 18%;
}
#testimonials .loader {
    top: 3px !important;
    left: 75px !important;
}
#testimonials .peccular-testimonials-single{
    padding: 1.95em 0.3em 0 2em;
}
.review-testimonials {
    top: 55%;
    left: -20px;
    font-size: 25px;
    font-weight: 600;
}
#testimonials .test_content {
    padding-top: 1em;
    padding-left: 3em;
}
#testimonials .peccular-testimonials-single {
    padding: 1.95em 0.3em 2em 2em;
}
.small-resp-screen {
    padding: 0 1em;
}
#banner .header-content{
    padding: 30px 50px 65px 70px;
    margin: 0 0.5em;

}
#banner .header-content h2{
    font-size: 30px;
}
#banner .header-content .slidetxt{
    font-size: 16px;
}
.page-template-home-template div#banner {
    padding-right: 1em;
    padding-left: 1em;
}
.peccular-testimonials-image:before, .peccular-testimonials-image:after {
    left: -13%;
}
#innerpage-box .peccular-testimonials-single{
    padding: 1.5em 1em 0.5em 1em;
}
.footer-area .single-footer-5 {
    padding-left: 10px;
}
}

@media screen and (min-width: 320px) and (max-width: 375px){
    #services .owl-carousel .owl-nav button.owl-prev span{
            left: 10px;
    }
    #services .owl-carousel .owl-nav button.owl-next span {
    right: -75px !important;
}
    .widget-area .woocommerce ul.product_list_widget li a{
            font-size: 11px;
                line-height: 1.5;
    }
    div#main-slider .item .cover .header-content {
        width: 370px;
    }
    div#main-slider .change-anim {
        width: 370px;
    }
    div#main-slider .item .cover .header-content h2 {
        font-size: 27px;
    }
    div#main-slider .item .cover .header-content .slidetxt {
  /*  font-size: 11px;
    line-height: 18px;*/
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:after {
    left: -12px;
}
#about .about-img-area {
    padding-left: 3em;
    padding-right: 3em;
}
.construction-box {
    width: 46.5%;
}
#about .peccular-section-head h2{
    font-size: 30px;
}
#about .space-abtblock:before {
    height: 95% !important;
}
.footer-area input[type="submit"] {
    margin-left: 1em !important;
}
img.peccular-footerimg {
    padding-left: 0px !important;
}
.peccular-testimonials-image:before, 
.peccular-testimonials-image:after {
    left: -5%;
}
#banner .header-content .slidetxt{
    font-size: 12px !important;
}
#banner .header-content::before {
    height: 260px;
}
#banner .header-content::after {
    width: 83%;
    left: 22px;
}
.border-left-right:after {
    right: 29px !important;
}
.border-left-right:before {
    width: 12% !important;
}
}
@media screen and (min-width: 319px) and (max-width: 393px){
    div#main-slider .item .cover .header-content {
        width: 360px;
    }
    div#main-slider .change-anim {
        width: 370px;
    }
    .footer-area input[type="submit"] {
        margin-left: 1em !important;
    }
}
@media screen and (min-width: 319px) and (max-width: 320px){
    .peccular-testimonials-image:before, .peccular-testimonials-image:after {
        left: -12% !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 320px){
        body.product-template-default.single.single-product .page-main-header2 .image-icon,
        body.post-template-default.single.single-post .page-main-header2 .image-icon,
        body.our-services-template-default.single.single-our-services .page-main-header2 .image-icon{
        top: 0% !important;
        left: 0;
    }
body.post-template-default.single.single-post .page-main-header2 .image-icon .ht-main-title,
body.our-services-template-default.single.single-our-services .page-main-header2 .image-icon .ht-main-title{
        font-size: 30px;
            line-height: 35px;
}

    .ht-main-title{
            font-size: 20px;
                line-height: 30px;
    }
    .Breadcrumb_title{
            font-size: 20px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
        padding: 0 !important;
    }
    .woocommerce-message a.button{
            padding: 10px 7px;
                margin-right: 0;
    }
        .woocommerce-message {
        font-size: 11px !important;
        line-height: 17px;
    }
    #banner .header-content {
        padding: 30px 30px 65px 50px !important;
    }
    #banner .header-content::before {
        left: 30px !important;
    }
    .border-left-right:before{
       left: 0px !important;
   }
   .border-left-right:after {
    right: 22px !important;
}
#banner .header-content h2 {
    font-size: 25px !important;
}
div#main-slider .item .cover .header-content {
    width: 295px;
  /*  padding: 20px 25px 20px 25px;
        top: 3%;*/
    }
    div#main-slider .change-anim {
        width: 305px;
    }
    div#main-slider .btn {
        font-size: 15px;
    }

    div#main-slider .item .cover .header-content .slidetxt {
     font-size: 12px;
     line-height: 21px;
     padding-right: 2em;
 }
 #about .about-img-area {
    padding-left: 2em;
    padding-right: 1em;
}
.construction-box {
    width: 55.5%;
    bottom: 81%;
}
#about .peccular-section-head h2 {
    font-size: 25px;
}
#testimonials .peccular-testimonials-image img {
    left: 5%;
}
#testimonials .test_content {
    padding-top: 1em;
    padding-left: 1.5em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    padding: 0 10px;
    padding-left: 1em;
    padding-right: 2em;
}
#testimonials .peccular-testimonials-content p {
    font-size: 15px;
}
#about .peccular-section-head h2 {
    font-size: 27px;
}
#banner .header-content .slidetxt {
    font-size: 14px;
}
.footer-area .social-profile-icons ul li {
    margin: 0 10.49px 5px 0;
}
.peccular-testimonials-image:before, .peccular-testimonials-image:after {
    left: -15% !important;
}
}
/*---------------------------------------------------------------------*/


@media only screen and (max-width:320px){
  #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
  #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    left: -20%;
    top: 3%;
}
}
@media only screen and (max-width:1024px){

    #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: 1em;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: 1em;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: 1em;margin-top: 2em;}
    .footer-area .single-footer-5{left: 30px; top: -8px;}
    #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay{
        top: 150px;
    }
    .footer-area .single-footer-1, 
    .footer-area .single-footer-1, 
    .page .footer-area .single-footer-1, 
    .single .footer-area .single-footer-1{
        padding-left: 1em;
    }
    .social-profile-icons {
        margin-left: 0.4em;
    }
}

@media screen and (min-width:320px) and (max-width: 575px){
    #innerpage-box .peccular-testimonials-image{    text-align: center;}
    #innerpage-box .peccular-testimonials-identity {    left: 0;   text-align: center;}
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   width: 100%;}
    .social-profile-icons {
        padding-left: 6px;
    }
    .s-footer.single-footer-5,
    .s-footer.single-footer-6 {
        padding-left: 5px;
    }
}

@media screen and (min-width:320px) and (max-width: 767px){
#innerpage-box .peccular-testimonials-image {
    right: -50px !important;
}
 .logo-header .custom-logo-link img {
    position: relative;
    bottom: -13px !important;
}
.container {
   max-width: 1000px !important;
}
.single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 7px 60px 0;}
}
@media screen and (min-width:768px) and (max-width: 991px){
    #blog p{
           margin-bottom: 5.17px; 
    }
    .banner--block3newcat .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    height: 320px !important;
}
    #recent-products {
    padding-top: 1.4em !important;
}
#recent-products {
    padding-bottom: 0 !important;
}
#best-seller-products {
    padding-bottom: 2.5em !important;
}
section#bannerbox {
    padding-bottom: 1em !important;
}
section#bannerbox {
    padding-top: 1.5em !important;
}
#blog {
    padding-top: 0em !important;
}
#blog {
    padding-bottom: 0.5em !important;
}
#services {
    padding-bottom: 0em !important;
}
    .s-footer.single-footer-5 {
        padding-right: 1em;
    }
    .footer-area .single-footer-4, 
    .footer-area .single-footer-4, 
    .page .footer-area .single-footer-4, 
    .single .footer-area .single-footer-4 {
       /* padding-left: 0em;*/
    }
    div#main-slider .owl-carousel .owl-nav button.owl-prev:after{
        left: -10px;
    }
    div#main-slider .owl-carousel .owl-nav button.owl-next:after{
        right: 40px;
    }
    .banner--block3.sec3-banner-block1 {
        margin-bottom: 1em;
    }    
    #innerpage-box .woocommerce ul.products li.product-category, 
    .woocommerce li.product-category.product {
        float: left;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0 !important;
        margin-right: 15px !important;
        width: 44.5% !important;
        margin-left: 15px !important;
        clear: initial;
    }
    .peccular-contact-page-form {
        padding-left: 5em !important;
            margin-top: 2em !important;
    }
    .peccular-contactpage-img img {
        max-width: 70%;
    }
    .peccular-contactpage-img {
        bottom: 42%;
    }
    #innerpage-box #peccular-contactus-wrap {
        padding-bottom: 0;
    }
    .footer-area .social-profile-icons ul li{  margin: 00 0px 39px 12px;}
    div#gallery .peccular-gallery-box .option i.fa,
    div#gallery .peccular-gallery-box .option i.fa.ico-2,
    div#gallery .peccular-gallery-box .option i.fa.ico-3{
        top: 25% !important;
    }
    main#innerpage-box #products-austrak a{
        width: 41.98% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3{
        left: 59% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3,
    main#innerpage-box .inn-page-gallery .option i.fa.ico-2,
    main#innerpage-box .inn-page-gallery .option i.fa{
        /*top: 35% !important;*/
    }
    main#innerpage-box .inn-page-gallery .option{
        /*top: 3% !important;*/
    }
    main#innerpage-box .border-box{
       margin-bottom: 0;
    text-align: center;
    padding-bottom: 0;

 }
 .contact-contact-mapbox iframe{
    height: 450px;
    padding-right: 0;
}
#peccular-contactus-wrap .border{
    width: 82%;
    left: 7%;
} 
/*.navigation .mainmenu li:hover ul li:hover > ul{
    display:block; 
    position:relative !important; 
    left:19em !important; 
    top: -20px !important;
    -ms-animation: zoomIn .1s ease-in-out !important; 
    -webkit-animation: zoomIn .1s ease-in-out !important; 
    animation:zoomIn .1s ease-in-out !important; 
    z-index: 1;
}*/
}



@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){
    header.site-header{
        position: relative !important;
        padding-bottom: 1.5em;
    }
    div#main-slider .item .cover .header-content{
        padding: 70px 70px 70px 70px;
    }
    .header-overlay{
        background: linear-gradient( 90deg,#000000 43%, #000000 48%);
    }
    .contact-box {
        background: linear-gradient( 90deg,#ff7b00 46%, #ff7b00 41%);
        padding-left: 0;
    }
    .logo-header .custom-logo-link img {
        position: relative;
        bottom: -20px !important;
    }
    .header-fixed .logo-header .custom-logo-link img {
        position: relative;
        bottom: -10px !important;
    }
    .contact-box-header {
        text-align: center;
    }
    .total-count{
        right: 0 !important;
        top: 40px !important;
    }
    .total-count i.fa{
        padding-right: 0 !important;
        padding-left: 1.5em;
    }
    .navigation .mainmenu li:before, 
    .navigation .mainmenu li:after{
        margin: 0 !important;
        left: 20px !important;
    }
    .navigation .mainmenu li:hover ul.sub-menu li{
        margin-right: 0.5em !important;
    }
    .header.site-header ul.sub-menu li a{
        box-shadow: 3px 3px 0px 0px #ff7b00 !important;
    }
    #innerpage-box .inner-blogpost {
        margin: 0px 0px;
    }
    .woocommerce ul.products {
        padding: 10px 25px !important;
    }
    .woocommerce ul.products li.product .onsale{
        left: 4px !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
        padding-left: 0.2em;
    }
    .inner-blog-post {
        margin: 0em 0em 4em;
    }

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
        padding: 0px 15px !important;
    }

    #newsletter .wpcf7:after {
        right: 16% !important;
        top: 34% !important;
    }
    #innerpage-box .peccular-testimonials-single{
        padding: 1.5em 1.5em 0.5em 1.5em;
    }

}

@media screen and (min-width:576px) and (max-width: 767px){
        #recent-products {

    padding-top: 1.4em !important;

}

#recent-products {

    padding-bottom: 0 !important;

}

#best-seller-products {

    padding-bottom: 2.5em !important;

}

section#bannerbox {

    padding-bottom: 1em !important;

}

section#bannerbox {

    padding-top: 1.5em !important;

}

#blog {

    padding-top: 0em !important;

}

#blog {

    padding-bottom: 0.5em !important;

}

#services {

    padding-bottom: 0em !important;

}
#recent-products {
    padding-top: 0.4em !important;
}
    #newsletter .wpcf7:after{    top: 69%;}
    #innerpage-box .peccular-testimonials-single{
        padding: 1.5em 1.5em 0.5em 1.5em;
    }
    #innerpage-box .inner-blogpost {
        margin: 0px 0px;
    }
    .inner-blog-post {
        margin: 0em 0em 5em;
    }
    main#innerpage-box #products-austrak a{
        width: 41.98% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3{
        left: 59% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3,
    main#innerpage-box .inn-page-gallery .option i.fa.ico-2,
    main#innerpage-box .inn-page-gallery .option i.fa{
        top: 35% !important;
    }
    main#innerpage-box .inn-page-gallery .option{
        top: 3% !important;
    }
    .woocommerce ul.products {
        padding: 10px 25px !important;
    }
    .woocommerce ul.products li.product .onsale{
        left: 4px !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
        padding-left: 0.2em;
    }
   
    .faq-text-box-abs {
        width: 400px;
    }
    main#innerpage-box .border-box{
     margin-bottom: 2em;
     text-align: center;

 }
 .contact-contact-mapbox iframe{
    height: 300px;
    padding-right: 0;
}
#peccular-contactus-wrap .border{
    width: 82%;
    left: 7%;
}
.peccular-contactpage-img img {
    max-width: 75%;
}
.peccular-contactpage-img {
    bottom: 32%;
}
#innerpage-box #peccular-contactus-wrap {
    padding-bottom: 0;
}
}
@media screen and (min-width:495px) and (max-width: 575px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    #newsletter .wpcf7:after{    top: 70%;}

}
@media screen and (min-width:320px) and (max-width: 494px){

    #newsletter .wpcf7:after{ right: 10%;   top: 73%;}
    .faq-text-box-abs{
        width: 300px;
        left: 1.5em;
    }
    .faq-text-box-abs p{
        line-height: 25px !important;
    }
  
}
@media screen and (min-width:320px) and (max-width: 410px){
    #newsletter .wpcf7:after{ right: 13%;}
    #about .peccular-section-head h2{
        font-size: 30px;
    }
}
@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){
   div#secondary {
    padding: 0 0em;
}
div#secondary .widget.widget_nav_menu {
    margin-left: 0;
}
div#secondary .textwidget p, 
div#secondary .widget.widget_block p {
    padding: 0 0px;
}
    #peccular-contactus-wrap img.peccular-about-imgboxshape {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    height: 330px;
}
    section#category .ct--banner-element.single-column {
        margin-left: 0;
        margin-right: 0;
    }
    div#secondary {
        margin-top: 2em !important;
    }
    
    #innerpage-box .inner-blogpost {
        margin: 0px 0px;
    }
    #innerpage-box .peccular-service-box{
        margin-right: 0;
    }
    #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
        top: 104px !important;
        transition: all 0.9s ease;
    }

    main#innerpage-box .ht-blog-thumbnail img {
        height: auto !important;
    }
    .inner-blog-post {
        margin: 0em 0em 4em;
    }
    div#gallery .peccular-gallery-box .option i.fa.ico-2 {
        left: 27% !important;
    }
    div#gallery .peccular-gallery-box .option i.fa.ico-3 {
        left: 56% !important;
    }
    #innerpage-box .inner-blogpost .post-info{
        width: 60%;
    }
    .page-template-home-template #contact .peccular-project-leafimgcontactboxshape1 {
        display: none;
    }
    #contact .peccular-section-head h2 {
        font-size: 30px;
    }
    .page-template-home-template #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
        margin-left: 29px;
        margin-top: 4px;
        height: 30px;
    }
    #contact .peccular-section-head p {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 0px;
        padding-right: 5em;
        margin-top: 10px;
    }

    #contact .contact_left_BGoverlay {
        clip-path: none;
        height: 620px;
    }

    .page-template-home-template #project .peccular-project-leafimgboxshape1 {
        margin-left: 17px;
        margin-top: 0px;
        position: absolute;
        width: 140px;
    }
    .page-template-home-template #project .peccular-project-leafimgboxshape2 {
        position: absolute;
        right: 5%;
        top: 40px;
        width: 90px;
    }
    #banner .banner_mainTitle {
     left: 10px;
     width: 359px;
     top: 10%;
     text-align: center;
 }
 .page-template-home-template #features .peccular-features-icon {
    top: 34%;
    left: 46%;
}
#banner .banner_mainTitle p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#banner .banner-icn i {
    font-size: 40px;
}
#banner .banner-icn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 21px;
    margin-bottom: 15px;
    text-align: center;
}
#banner .banner-section-area-text {
    padding: 0px 10px 5px 10px;
}
#banner .banner-section-area-text h3 {
    font-size: 30px;
    line-height: 23px;
    border-left: none;
    margin-left: 10px;
}
#banner .banner-section-area-text-subtitle {
    font-size: 18px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 12px 15px 12px 15px;
    margin-left: 30%;
}
#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
#features .FeaBG_icon {
    height: 100%;
    width: 100%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 318px;
}
#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.page-template-home-template #features .mid-image-bx img {
    height: 470px;
    width: 100%;
}
.page-template-home-template #features .peccular-features-single {
    TEXT-ALIGN: center;
}
.page-template-home-template #features p.inner-area-text {
    text-align: center;
}
.page-template-home-template #features .peccular-section-head {
    margin-bottom: 15px;
    margin-top: 2em;
}
#counter .peccular-counter-single{border: none;}
.logo-header .custom-logo-link img {  width: auto !important;}
.maintop-header ul li .total-count{    top: 22px;}
svg{    top: 133px;}
main#innerpage-box .border-box{
  margin-bottom: 0em;
  text-align: center;

}
main#innerpage-box .main-block{
        padding: 0.5em 0.5em;
}
main#innerpage-box .main-block {
    margin: 0 0%;
}
.d-fl {
    display: block;
    /* width: auto;*/
}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    header.site-header .pull-right{
        padding-left: 0;
    }
    .total-count i.fa{
        padding-left: 1em !important;
    }
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
    #testimonials .loader {
        top: 24px;
        left: 74px !important;
    }
    #testimonials .test_content {
        padding-top: 2em;
        padding-left: 2.5em;
    }
    .peccular-testimonials-image:before, .peccular-testimonials-image:after {
        left: 25%;
    }
    main#innerpage-box #products-austrak a {
        width: 100% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-2{
        left: 34% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3 {
        left: 53% !important;
    }
    #innerpage-box .testimonials_b {
        padding: 0 5px;
    }
    .woocommerce ul.products li.product .button{
        width: 65% !important;
    }
    .peccular-contactpage-img img {
        max-width: 50%;
    }
    #innerpage-box .woocommerce ul.products li.product-category, 
    .woocommerce li.product-category.product {
        float: left;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0 !important;
        margin-right: 15px !important;
        width: 43.5% !important;
        margin-left: 15px !important;
        clear: initial;
    }
}
@media screen and (min-width: 320px) and (max-width: 425px){
    #innerpage-box .peccular-blog-single {
    padding: 0.7em 15px 0em 15px;
}
    div#newsletter {
        text-align: center;
    }
    header.site-header{
        padding-bottom: 0;
    }
    main#innerpage-box #products-austrak a{
        width: 100% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-2{
        left: 28% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3{
        left: 55% !important;
    }
    main#innerpage-box .inn-page-gallery .option{
        top: 2% !important;
    }
    main#innerpage-box .inn-page-gallery .option i.fa,
    main#innerpage-box .inn-page-gallery .option i.fa.ico-2,
    main#innerpage-box .inn-page-gallery .option i.fa.ico-3{
        top: 32% !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{right: 0 !important;}
    #innerpage-box .testimonials_b {
        padding: 0 5px;
    }
    .product-page {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce ul.products li.product .button{
        width: 47% !important;
    }
    .peccular-contactpage-img {
        bottom: 0;
        position: relative;

    }
    #innerpage-box #peccular-contactus-wrap{
        padding-bottom: 0;
    }
    #innerpage-box .woocommerce ul.products li.product-category, 
    .woocommerce li.product-category.product {
        float: left;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0 !important;
        margin-right: 15px !important;
        width: 100% !important;
        margin-left: 0px !important;
        clear: initial;
    }
    #innerpage-box .woocommerce ul.products li.product-category a img {
        height: auto !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){
 .header-contents {
    width: 350px !important;
}

div#main-slider .item .cover .header-contents h2{
        font-size: 25px !important;
}
div#main-slider .item .cover .header-content{
        clip-path: ellipse(65% 50% at 10% 0%) !important;
    -webkit-clip-path: ellipse(65% 50% at 10% 0%) !important;
}
 .faq-singular {
  /*  margin: 0 5px !important;*/
    padding: 5px 45px 0 10px !important;
}
 div#main-slider .item .cover .header-content {
   /* bottom: 25em !important;*/
   /* width: 300px !important;*/
}
.header-contents {
    width: 290px !important;
}
div#main-slider .item .cover .header-contents h2 {
    font-size: 19px !important;
        line-height: 25px !important;
}
div#main-slider .change-anim {
    bottom: 23.8em !important;
    width: 310px !important;
}
  .inner-blog-post {
    margin: 0em 0em 5em;
}
  #newsletter .peccular-section-head h3{
    font-size: 22px;
}
#newsletter .description {
    font-size: 15px;
}
.page-main-header2 .image-icon {
    width: 18em !important; 
    top: 45%;
}
#innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
    top: 127px !important;
}
div#main-slider .glowing-button5{
    padding: 5px 15px;
}
div#main-slider .owl-carousel .owl-nav button.owl-prev:after {
    left: -10px;
}
}
@media screen and (min-width:992px) and (max-width: 1024px){
    .site-header .socials a i.fa{margin-right: 4px !important;}
    .site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){

    .top-bar-head .header-bottom-border { bottom: 0px;}
}

@media screen and (min-width:425px) and (max-width: 768px){
    .footer-area input[type="submit"] {
        margin-left: 1em !important;
    }
    #testimonials .owl-nav .owl-prev {
        width: 100px;
        height: 45px;
        padding: 10px 20px 10px 20px;
        margin-right: -25px;
    }
    #testimonials .owl-nav .owl-next {
        width: 100px;
        height: 45px;
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        margin-right: -25px;
    }
    #testimonials .peccular-section-head h2 {
        margin-top: 0em;
        font-weight: 500;
        font-size: 30px;
        line-height: 24px;
        padding-bottom: 3px;
        margin-bottom: 0px;
    }
    #testimonials .test_content {
        position: relative;
        top: 0;
    }
    #testimonials .loader{
        top: 24px;
        left: 90px;
    }
}

@media screen and (min-width:320px) and (max-width: 768px){
  .oops-text.pt-5.mt-5 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
        padding-top: 0 !important;
}
  #innerpage-box .peccular-testimonials-image {
    border: none;
    text-align: center;
    left: auto;
    right: -40px;
    margin: 0 auto;
}
#innerpage-box .peccular-testimonials-single {
    padding: 2.5em 1.5em 0.5em 1.5em;
}
  #blog-box .inner-blog-excerpt {
    padding: 0 0em;
}
  #services .owl-carousel .owl-nav button.owl-next span{
    right: -55px;
  }
   #innerpage-box .peccular-team-area {
    padding: 0 10px;
}
#innerpage-box .peccular-team-area {
    margin-bottom: 0em;
}
   div#secondary {
    padding: 0 1em;
}
.woocommerce ul.products {
    padding: 10px 5px !important;
}
.woocommerce ul.products li.product a img {
    height: 180px;
    margin: 0 0 0.5em;
}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
    width: 47% !important;
}
   .faq-singular{
       width: 90%;
           margin-left: 30px;
   }
 
    body.archive.date .inner-blog-post, 
    body.archive.category .inner-blog-post, 
    body.archive.tag .inner-blog-post {
    margin: 0em 0em 6em;
}
    div#main-slider .change-anim {
    bottom: 18.8em !important;
        width: 440px;
}
div#main-slider .item .cover .header-content {
    /*bottom: 20em !important;
        width: 420px;*/
}
div#main-slider .item .cover .header-content{
        clip-path: ellipse(67% 85% at 5% 0%);
    -webkit-clip-path: ellipse(67% 85% at 5% 0%);
}
.header-contents{
        top: 20%;
}
div#main-slider{
        height: 585px;
}
.page-main-header2{
        height: 490px;
}
.page-main-header2 .image-icon{
        top: 35% !important;
}
.page-main-header2{
        height: 420px !important;
}
    main#innerpage-box .label-box{
    padding-top: 30px;
    text-align: center;
    }
    .peccular-contact-page-form {
    padding-left: 5em !important;
    margin-top: 2em !important;
}
    #peccular-contactus-wrap img.peccular-about-imgboxshape{
            max-width: 70%;
            left: 0;
    }
    main#innerpage-box .contact-block p{
            margin-top: 0px;
    }
    .mainbottom-header {
        padding-bottom: 5px !important;
    }
    .navigation .mainmenu li:before {
        bottom: 10px !important;
        width: 25px !important;
    }
    .navigation .mainmenu li:after {
        bottom: 5px !important;
        left: 25px !important;
    }
    #newsletter .peccular-newsletter-member-wrap {
        position: relative;
        left: 0em;
    }
    #footer .social-profile-icons {
        /*padding-left: 0;*/
    }
    #newsletter .description{
        font-size: 17px;
    }
    section#bannerbox .sec3-banner-block1 {
        margin-bottom: 1em;
    }
    section#bannerbox .sec3-banner-block1 .banner-element.banner-element-block{
        padding: 20px 00px 20px 0px;
    }
    section#bannerbox .ct--banner-element>.banner-element-populated,
    section#bannerbox .banner--block3new .ct--banner-element:not(.elementor-motion-effects-element-type-background)>.banner-column-wrap, .banner--block3new .ct--banner-element>.banner-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{
        padding: 60px 20px 40px 20px;
                height: 322px ! IMPORTANT;
    }
    .peccular-section-head h2{
        padding: 0 2em !important;
    }
    #contact .contactLeftBGBlur_image {
        clip-path: none;
    }
    #contact .contact_left_BGoverlay {
        clip-path: none;
    }
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }

}
.slide-inner .slider-inner-mainbox {
    width: 309px;
    left: 1% !important;
    top: 48% !important;
}
@media screen and (min-width:769px) and (max-width: 968px){
    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; top: 13%; margin: 0 auto; }
}
@media screen and (min-width:320px) and (max-width: 690px){

    .slider-inner-box{padding: 4em 5em 2em;}
    .hero-style .slide-title h2{font-size: 31px; margin-bottom: 7px; line-height: 26px;}
    .hero-style .slide-title h2 span { font-size: 24px;}
    .hero-style .slide-text p{
        font-size: 11px !important;
        line-height: 15px;
        margin-bottom: 0px;
        padding-bottom: 4px;
    }
    .hero-style .slide-title h2 {
        line-height: 20px !important;
        font-size: 16px !important;
        margin-bottom: 3px;
    }
}

@media screen and (min-width:320px) and (max-width: 425px){
   .oops-text {
    padding-bottom: 3em !important;
}
    main#innerpage-box .product-complete-bx p.woocommerce-result-count {
    left: 0px !important;
    font-size: 11px !important;
}
    .peccular-section-head h2 {
        padding: 0 1em !important;
        font-size: 20px !important;
        column-gap: 10px !important;
    }
    .peccular-section-head .description{
       padding: 0 3em !important;
   }
   .faq-singular.active{
   /* padding-right: 20px;*/
}
.slide-inner .slider-inner-mainbox{padding: 0;
    left: 10%;
    top: 27%;
}
.slider-inner-mainbox:before{    top: 42px;left: 18px;}
.slider-inner-mainbox:after{    left: 41px;}
.slider-inner-box {  padding: 4em 3em 2em;}
.hero-style .slide-btns-2 a.ReadMore{    font-size: 16px;    padding: 0;
    left: 10%;
    top     padding: 7px 24px;}
}
@media only screen and (max-width:320px){
    .slider-inner-box {  padding: 3em 1em 2em;}
    .slider-inner-mainbox:before{      top: 26px;left: 9px;}
    .slider-inner-mainbox:after{    left: 25px;     top: 9px;}
    #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
        top: 127px !important;
    }
    .faq-text-box-abs {
        width: 270px;
        left: 15px;
    }
}
@media only screen and (max-width: 1200px){ 
    #services .owl-carousel .owl-nav button.owl-next:before,
    #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    #innerpage-box .peccular-testimonials-image img {
    }
}
@media only screen and (max-width: 992px){ 
    .total-count .count{

        left: 35px !important;

}

    #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){
    .hamburger-menus {
        top: 20px !important;
        right: 0;
        margin: 0 !important;
    }
    #features .peccular-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    #features .peccular-features-icon span {
        width: 30px;
        height: 30px;
    }
    #steps .peccular-steps-b:after {
        left: 58px;
    }
    #newsletter .peccular-newsletter-member-wrap {
        padding: 0;
    }
    #newsletter .newsletter-sign-box {
        padding: 0 1em;
    }
    #pricing .peccular-pricing-single .peccular-pricing-currency-price {
        font-size: 28px;
        margin: 0px 25.96px 38.62px 35.19px;
    }
}

@media only screen and (max-width: 640px){ 


  #whychooseus .peccular-whychooseus-img{
    padding-right: 2em;
}
.peccular-whychooseus-overlay-dark {
    display: none;
}

#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}

#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    /*margin-top: 3em;
    margin-bottom: 0em;*/
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}

.logo-header, .logo-header, .page .logo-header, .single .logo-header {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.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){
    .logo-header .custom-logo-link img {
        position: relative;
        bottom: -15px !important;
        max-width: 80% !important;
    }
        .total-count .count {
        left: 25px !important;
    }
    .slider-inner-box {  width: 315px;    }
    #innerpage-box .peccular-service-box:hover .peccular-service-content .peccular_services_overlay {
        top: 127px !important;
    }
    .woocommerce ul.products li.product .button {
        width: 55% !important;
    }
}
@media only screen and (max-width: 320px){
           div#main-slider .item img, div#main-slider .item, div#main-slider {
        height: 260px !important;
    }
       .logo-header .custom-logo-link img {

        position: relative;

        bottom: -15px !important;

        max-width: 100% !important;

    }
    .site-header .socials.mob-socials .soc{
                left: 125px;
    }
    .total-count .count {
        left: 13px !important;
    }
    #banner .banner_mainTitle {
        width: 300px;
    }
    .slider-inner-box {   width: 310px;  }


    #innerpage-box #blog-box h2:hover a {
        color: #e76452;
    }

    .woocommerce ul.products li.product .button {
        width: 67% !important;
    }

}


body.archive.tag header.page-main-header2 h1,
body.archive.category header.page-main-header2 h1{
    display: none;
}
.breadcrumbbox span a:after{
 content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 15px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"]::placeholder, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder {
    font-size: 15px !important;
    color: #828282;
}
@-webkit-keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: 0.5;
}
90% {
    transform: scalex(1);
    opacity: 1;
}
92% {
    transform: scalex(1);
    opacity: 1;
}
100% {
    transform: scalex(1);
    opacity: 0;
}
}

@keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: 0.5;
}
90% {
    transform: scalex(1);
    opacity: 1;
}
92% {
    transform: scalex(1);
    opacity: 1;
}
100% {
    transform: scalex(1);
    opacity: 0;
}
}
@-webkit-keyframes progress2 {
  0% {
    transform: scale(0.3, 0.8) translatez(0);
    opacity: 0;
}
90% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 1;
}
100% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 0;
}
}
@keyframes progress2 {
  0% {
    transform: scale(0.3, 0.8) translatez(0);
    opacity: 0;
}
90% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 1;
}
100% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 0;
}
}
.peccular-section-head h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 13px;
  padding: 0 6em;
}

.peccular-section-head h2::before, 
.peccular-section-head h2::after {
  height: 1px;
  background: #ff993a;
  content: '';
  -webkit-animation: progress1 4s infinite;
  animation: progress1 4s infinite;
  transform-origin: 0 0;
}
#banner .header-content{
   /*  display: grid; */
}
#banner .header-content::before{
   height: 8px;
   background: #ecb02f;
   content: '';
   -webkit-animation: progress1 4s infinite;
   animation: progress1 4s infinite;
   /* transform-origin: 0 0;*/
}
#banner .header-content::before {
    height: 85%;
    width: 8px;
    position: absolute;
    left: 95px;
    top: 27px;
}
#banner .header-content::after{
    height: 7px;
    background: #ecb02f;
    content: '';
    position: absolute;
    width: 84%;
    left: 50px;
    bottom: 60px;
    -webkit-animation: progress1 4s infinite;
    animation: progress1 4s infinite;
}
.border-left-right:before{
    height: 3px;
    background: #ecb02f;
    content: '';
    position: absolute;
    width: 12%;
    left: 36px;
    top: 25px;
    -webkit-animation: progress1 4s infinite;
    animation: progress1 4s infinite;
}
.border-left-right:after{
    background: #ecb02f;
    content: '';
    height: 50px;
    width: 4px;
    position: absolute;
    right: 40px;
    bottom: 60px;
    -webkit-animation: progress1 4s infinite;
    animation: progress1 4s infinite;
}
section#recent-products .light,
section#best-seller-products .light,
section#featuredproduct-section .light {
    /* border: 1px solid red; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 432px;
    /* margin-left: -200px; */
    left: 0;
    top: 00px;
    -webkit-animation-name: flicker;
    animation-name: flicker;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: none;
}
section#recent-products .product-grid:hover .light,
section#best-seller-products .product-grid:hover .light,
section#featuredproduct-section .product-grid:hover .light {
    display: block;
}
div#banner .light,
div#main-slider .light,
section#category .light{
    /* border: 1px solid red; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0;
    /* margin-left: -200px; */
    left: 0;
    top: 0;
    -webkit-animation-name: flicker;
    animation-name: flicker;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /* z-index: 1;*/
    right: 0;
    position: absolute;
    background: radial-gradient(ellipse at center, #ff7b00 5%, rgb(237 51 51 / 0%) 72%, rgb(128 23 23 / 0%) 100%);
    background: #000000;
    bottom: 0;
    border-radius: 0;
}
div#main-slider .light{
    background: #000000;
    left: 0 !important;
    right: 0;
    top: 0 !important;
}
section#recent-products .light,
section#best-seller-products .light,
section#featuredproduct-section .light {
  position: absolute;
  background: radial-gradient(ellipse at center, #ff7b00 5%, rgb(237 51 51 / 0%) 72%, rgb(128 23 23 / 0%) 100%);
  background: #ffffff;
  border-radius: 0;
}


@keyframes flicker {
  from {
      opacity: 0.5;
  }
  4% {
      opacity: 0.7;
  }
  8% {
      opacity: 0.45;
  }
  12% {
      opacity: 0.65;
  }
  16% {
      opacity: 0.30;
  }
  20% {
      opacity: 0.5;
  }
  24% {
      opacity: 0.6;
  }
  28% {
      opacity: 0.25;
  }
  32% {
      opacity: 0.30;
  }
  36% {
      opacity: 0.55;
  }
  40% {
      opacity: 0.4;
  }
  44% {
      opacity: 0.6;
  }
  48% {
      opacity: 0.35;
  }
  52% {
      opacity: 0.20;
  }
  56% {
      opacity: 0.70;
  }
  60% {
      opacity: 0.5;
  }
  64% {
      opacity: 0.65;
  }
  68% {
      opacity: .35;
  }
  72% {
      opacity: 0.5;
  }
  76% {
      opacity: 0.4;
  }
  80% {
      opacity: .65;
  }
  84% {
      opacity: 0.40;
  }
  88% {
      opacity: 0.35;
  }
  92% {
      opacity: 0.6;
  }
  96% {
      opacity: 0.3;
  }
  to {
      opacity: 0.5;
  }
}
ul#menu-shop {
    margin: 0 !important;
        padding-top: 5px !important;
    padding-bottom: 0 !important;
}
div#blog-box.innerpage-whitebox .glowing-button5{
    font-size: 16px;
        padding: 10px 25px;
            letter-spacing: 0.8px;
}
.woocommerce .blockUI.blockOverlay{
    display: none !important;
}