 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.fa-twitter:before {
    content: "\e61b" !important;
}
.show-in-mob {
    display: none;
}
.social-box {
position: absolute;
    bottom: 60px;
}
.social-box li {
    list-style: none;
    display: inline;
}
.social-box li i.fa {
    font-size: 30px;
    font-weight: 500;
    padding: 0 5px;
    color: #ffffff;
    position: relative;
    z-index: 5;
}
.social-box li i.fa:hover {
    opacity: 0.6;
}
.button-container-1 {
    position: relative;
    width: 125px;
    /* height: 50px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 4.3em;
    overflow: hidden;
    border: 2px solid transparent;
    /* font-family: "Lato", sans-serif; */
    /* font-weight: 300; */
    font-size: 18px;
    transition: 0.5s;
    letter-spacing: 0.54px;
    border-radius: 2px;
    right: 25px;
}
.button-container-1 button {
  width: 101%;
  height: 100%;
  /* font-family: "Lato", sans-serif; */
  font-weight: 300;
  font-size: 18px;
      letter-spacing: 0.54px;
  font-weight: 600;
  /* background: #000; */
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
      padding: 8px 0;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
  background: transparent linear-gradient(180deg, #DB5651 0%, var(--unnamed-color-992921) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -5px -11px 8px #00000029;
      border-radius: 2px;
}
.button-container-1 button:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.button-container-2 {
  position: relative;
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7vh;
  overflow: hidden;
  border: 1px solid #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.button-container-2 button {
  width: 101%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.button-container-2 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  /* font-family: "Lato", sans-serif; */
  font-weight: 300;
  position: absolute;
  font-size: 18px;
  margin-top: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #ffffff;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.button-container-3 {
  position: relative;
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
  overflow: hidden;
  border: 1px solid #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.button-container-3 button {
  width: 101%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
  -webkit-mask: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  mask: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(70) forwards;
  animation: ani2 0.7s steps(70) forwards;
}
.button-container-3 button:hover {
  -webkit-animation: ani 0.7s steps(70) forwards;
  animation: ani 0.7s steps(70) forwards;
}
.button-container-1:hover {
    border: 2px solid #922c26 !important;
}

header.site-header .button-container-1{
right: -15px;
    margin-top: 0.5em;
}


.pull-right {
    float: right;
}
.logo-header h1.site-title {
    text-align: left;
    padding-top: 30px;
    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,#00000000 43%,#000000 45%);
    opacity: 0.4;
    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;
}
.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 {
    font-size: 13px;
    padding-right: 5px;
}
.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: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 0px 0px 10px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #ffffff;
}
.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;
    }

}


/*--------------------  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{ 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: 2em;
    margin-top: 0;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
}
#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;
}
.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,
div#project .project-bg,
#pricing .pricing-bg,
section#bannerbox .about-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#services,
#contactinfo,
#about,
#counter,
#steps,
#banner,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#footer,
section#bannerbox{
    position: relative;
    overflow: hidden;
}
#about{
    overflow: visible;
}
.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: 750px;
    transform-style: preserve-3d;
    transform: translateZ( -50vw );
    transition: transform 1.5s ease-in-out;
    background: #202A32;
}
div#main-slider .item {
    height: 750px;
    position: relative;
    margin-left: 16%;
}
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 .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;
    bottom: 40px;
    z-index: 1;
    padding: 0px 20px 10px 100px;
    width: 665px;
    right: 3.5%;
}
div#main-slider .item h2 {
    word-break: break-word;
    font-size: 46px;
    font-weight: 400 !important;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-bottom: 0.3em;
    letter-spacing: 1px;
    line-height: 56px;
}

div#main-slider .item .cover .header-contents .slidetxt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 27px;
    padding-bottom: 1.7em;
    position: relative;
    z-index: 1;
    letter-spacing: 0.55px;
    padding-right: 15em;
}
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: auto;
    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: 18%;
}

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: 70px;
    font-weight: 500 !important;
    position: absolute;
    right: 55px;
    bottom: 215px;
    background: transparent !important;
    opacity: 0.9;
    width: 40px;
    height: 55px;
    line-height: 50px;
}
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: 70px;
    font-weight: 500 !important;
    position: absolute;
    left: 105px;
    bottom: 209px;
    background: transparent !important;
    opacity: 0.9;
    width: 50px;
    height: 55px;
    line-height: 50px;
}

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: #992921;
}


/*----------------------------------------*/
/*  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
/*----------------------------------------*/
#blog .owl-theme .owl-dots .owl-dot{
    box-shadow: none;
}
#blog .owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    background: #000000;
}
#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;
}
#blog {
    background-color: #17212a;
}
/*----------------------------------------*/
/*  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;
}

#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 inner Page
/*----------------------------------------*/

.team_img {
    width: 100%;
    height: 490px;
}
div#team {
    background-color: #172129;
}
div#team .team_content.peccular-team-content.box-main-cc {
    display: none;
}
div#team .peccular-team-content {
    position: absolute;
    z-index: 6;
    bottom: 30px;
    left: 16px;
    /* background: #796767; */
    padding: 10px 17px;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    width: 92%;
    border-left: 5px solid #992921;
}
div#team .peccular-team-content h4.team_name.peccular-team-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500 !IMPORTANT;
    color: #ffffff;
    padding-bottom: 3px;
}
div#team .peccular-team-content h6 {
    font-size: 16px;
    line-height: 19px;
    color: #992921;
    font-weight: 500;
}
div#team .team-block.teams {
    padding: 0 5px;
}
div#team .peccular-team-single .social-icon a i.fa {
    font-weight: 900;
    padding-bottom: 12px;
    color: #000000;
}
div#team .peccular-team-single .social-icon a:hover i.fa {
    color: #992921;
}
div#team .peccular-team-single .social-icon a {
    display: grid;
    font-size: 20px;
    text-align: center;
}
div#team .peccular-team-single .social-icon {
    position: absolute;
    right: 16px;
    top: 0;
    background: #ffffff;
    padding: 27px 12px 55px 12px;
    clip-path: polygon(100% 0, 100% 90%, 0% 80%, 0% 0);
}
div#team .peccular-team-social-icon.social-icon:before {
    content: "";
    position: absolute;
    max-width: 100%;
    top: 0;
    height: 100%;
    /* padding: 5px 0px 0px 28px; */
    background-image: linear-gradient(204deg,#ffffff 79%,#374047 0%);
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
}
div#team .peccular-team-content{
    transform: perspective(400px) rotateY(0deg);
    transform-origin: right;
    transition: 1s;
}
div#team .peccular-team-box:hover .peccular-team-content{
     transform: perspective(1000px) rotateY(90deg) !important;
}
div#team .peccular-team-single {
    position: relative;
    overflow: hidden;
        margin-bottom: 2em;
}
div#team .peccular-team-box img{
       transition: 2s;
    border: 1px solid #707070;
}
div#team .peccular-team-box:hover img{
    transform: scale(1.1);
}
#team .peccular-section-head h2 {
    color: #ffffff;
    margin-bottom: 8px;
}
#team .popup_right h4.detail_name.team_name {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 0.5em;
        color: #ffffff;
}
#team .popup_right .team_socialicon i.fa {
    padding-right: 0.5em;
        color: #ffffff;
}
#team .popup_right .detail_content.team_content {
    font-size: 16px;
    line-height: 22px;
        color: #ffffff;
}
#team .popup_content{
        background-color: #17212a;
            border: 2px solid #ffffff;
}
#team .popup_close{
     color: #ffffff;
}
#team .popup_close:hover {
    color: #9a2921;
}
#team .popup_right h6.detail_designation.team_designation {
    color: #ffffff;
    padding-bottom: 1em;
    font-weight: 500;
    font-size: 16px;
}
div#team .popup_img {
    height: 400px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    color: #992921 !important;
    font-size: 16px !important;
    line-height: 19px;
    margin: 0;
    font-weight: 400 !important;
}
#innerpage-box div#team .peccular-team-content h4.team_name.peccular-team-name{
        margin: 0;
}
#innerpage-box div#team .peccular-team-content{
        padding: 10px 20px 10px 30px;
}
#innerpage-box #team .popup_right h4.detail_name.team_name, 
#innerpage-box #team .popup_right h6.detail_designation.team_designation, 
#innerpage-box #team .popup_right .team_socialicon i.fa, 
#innerpage-box #team .popup_right .detail_content.team_content, 
#innerpage-box #team .popup_close {
    color: #ffffff !important;
}
#innerpage-box div#team .peccular-team-content h4.team_name.peccular-team-name {
    color: #ffffff !important;
}
/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
#testimonials{   
    position: relative;
    overflow: hidden;  
}

#testimonials .owl-carousel .owl-item img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 1.2em;
        border-radius: 50%;
}
#testimonials .peccular-testimonials-content p {
    color: #ABA8A8;
    font-size: 20px;
    line-height: 30px;
    padding-left: 13em;
    padding-right: 13em;
    margin-bottom: 0.8em;
}
#testimonials h4.peccular-testimonials-name {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 7px;
}
#testimonials h6.peccular-testimonials-designation {
    color: #ffffff;
    font-weight: 400;
}
#testimonials .peccular-section-head {
    position: relative;
    padding: 0 2em;
}
#testimonials .owl-carousel .owl-nav button.owl-next, 
#testimonials .owl-carousel .owl-nav button.owl-prev {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    /* font-size: 20px; */
}
#testimonials .owl-carousel .owl-nav button.owl-next span, 
#testimonials .owl-carousel .owl-nav button.owl-prev span {
    font-size: 55px;
    line-height: 35px;
    font-weight: 500;
}
#testimonials .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10%;
    top: 53%;
}
#testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10%;
    top: 53%;
}

#testimonials .owl-carousel .owl-nav button.owl-next:hover, 
#testimonials .owl-carousel .owl-nav button.owl-prev:hover{
opacity: 0.5 !important;
}
/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/

.card-hover {
    height: 486px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
    z-index: 2;
    margin-bottom: 2em;
    margin-top: 2em;
}
.card-hover:has(.card-hover__link:hover) .card-hover__extra {
  transform: translateY(0);
  transition: transform 0.35s;
}
.card-hover:hover .card-hover__content {
  /*background-color: #DEE8C2;*/
/*  bottom: 100%;
  transform: translateY(100%);*/
  padding: 15px 20px 80px;
  transition: all 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
      text-align: center;
   /*       height: 50%;*/
}
.card-hover:hover .card-hover__link {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.3s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover:hover img {
  transform: scale(1);
  transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover__content {
    width: 92.5%;
    text-align: left;
    background-color: #ffffff;
    padding: 15px 20px 15px;
    position: absolute;
    bottom: 10px;
    left: 13px;
    transform: translateY(0);
    transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
    will-change: bottom, background-color, transform, padding;
    z-index: 1;
    opacity: 0.87;
}
.card-hover__content::before, .card-hover__content::after {
    content: "";
    width: 100%;
   /* height: 120px;*/
    background-color: inherit;
    position: absolute;
    left: 0;
    z-index: -1;
}
.card-hover__content::before {
  /*top: -80px;*/
 /* -webkit-clip-path: ellipse(60% 80px at bottom center);
          clip-path: ellipse(60% 80px at bottom center);*/
}
.card-hover__content::after {
  bottom: -80px;
/*  -webkit-clip-path: ellipse(60% 80px at top center);
          clip-path: ellipse(60% 80px at top center);*/
}
.card-hover__title {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 29px;
    font-weight: 500;
    color: #992921;
}
.card-hover__title span {
  color: #2d7f0b;
}
.card-hover__text {
    font-size: 16px;
    line-height: 24px;
    color: #20272D;
}
.card-hover__link {
  position: absolute;
 /* bottom: 1rem;*/
  left: 50%;
  transform: translate(-50%, 10%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #2d7f0b;
  opacity: 0;
  padding: 10px;
  transition: all 0.35s;
  display: none;
}
.card-hover:hover .card-hover__link {
    display: block;
}
.card-hover__link:hover svg {
  transform: translateX(4px);
}
.card-hover__link svg {
  width: 18px;
  margin-left: 4px;
  transition: transform 0.3s;
}
.card-hover__extra {
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    background-color: #7e2823;
    padding: 80px;
    bottom: 0;
    z-index: 0;
    color: #dee8c2;
    transform: translateY(100%);
    will-change: transform;
    transition: transform 0.35s;
    opacity: 0.85;
}
.card-hover__extra span {
  color: #2d7f0b;
}
.card-hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  transform: scale(1.2);
  transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
      height: 486px;
}
#services .button-container-1 {
    margin-top: 8px;
    left: 0;
    text-align: left;
    clear: both;
    display: block;
    left: 0;
}
#services {
    background: #17212a;
}
#services .card-hover:hover .button-hide-hover {
    opacity: 0;
    display: none;
}
#services .mas{
   color: #9f3232;
}
#services .card-hover:hover p {
   /* margin-bottom: 1.7em !important;*/
}
#services .services-box {
    padding: 0 2em;
}
div#content-box #services {
    background-color: transparent;
}
div#content-box div#services {
    padding: 0 2.3em !important;
}
div#content-box div#services .card-hover__title {
    margin: 0 0 !important;
    margin-top: 0.1em !important;
    margin-bottom: 0.2em !important;
        color: #992921 !important;
}
div#content-box div#services .card-hover__title a{
        color: #992921 !important;
}
div#content-box #services .button-container-1 {
    width: 125px;
}
div#content-box #services .mas{
    margin-top: 8px;
}

div#content-box #services .button-container-1 button{
        font-weight: 500;
}
div#content-box div#services .card-hover__text {
    color: #20272D !important;
        font-size: 16px !important;
}
div#content-box div#services .card-hover__content {
    background-color: #ffffff;
}
div#content-box div#services .button-container-1 button {
    background: transparent linear-gradient(180deg,#db5651 0%,#992921 100%) 0% 0% no-repeat padding-box;
}
div#content-box div#services .button-container-1 button {
    color: #ffffff;
}
div#content-box div#services .card-hover__extra {
    background-color: #7e2823;
}
div#content-box div#services .button-container-1{
        margin-top: 3px;
}
div#content-box div#services .mas {
    color: #9f3232;
}
div#content-box div#services .button-container-1:hover {
    border: 2px solid #992921 !important;
}
div#content-box #services .mas {
    line-height: 20px;
}
/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project .peccular-section-head {
    margin-bottom: 4em;
}
.peccular-project-b {
    margin-bottom: 0.9em;
}
#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: #17212a;
}
.peccular-project-area {
    position: absolute;
    bottom: -75px;
    z-index: 5;
    margin-top: 0;
    left: 1.8em;
    right: 1.4em;
}
div#project .owl-item {
    background: #9a2921;
}
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: 1em;
}

div#project .peccular-project-b,
#innerpage-box .peccular-project-b,
#innerpage-box .peccular-main-b{
   padding: 7px 3px;
}
#innerpage-box .peccular-main-b {
    padding: 0 10px;
}

#innerpage-box .peccular-main-img i{
        top: 30%;
}
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: 0;
    border: 1px solid #8f7a67;
}
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: 0;
}
div#project .owl-nav {
    display: none !important;
}
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: 35%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 35px;
    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: 25%;
    /* background: #992921; */
    /* border-radius: 50%; */
    /* width: 70px; */
    /* height: 70px; */
    line-height: 70px;
    text-align: center;
}
div#project .peccular-project-img i:before, 
#innerpage-box .peccular-project-img i:before, 
#innerpage-box .peccular-main-img i:before {
    width: 85px;
    height: 85px;
    background: #9a2921;
    position: absolute;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    border: 8px solid #4f5257;
}

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: 170.51px;
}


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;
}
/*----------------------------------------*/
/*  Counter
/*----------------------------------------*/
div#counter .peccular-section-head{
        margin-bottom: 4.2em;
}
div#counter .counter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}
div#counter{
    position: relative;
    background-color: #172129;
}

.counter-bx{     
    text-align: center;
    position: relative; 
}
.peccular-counter-b {
    margin-bottom: 4em;
}
.counter-bx .pic{
    border-radius: 50%;
    position: relative;
    width: 173px;
    margin: 0 auto;
    height: 173px;
    line-height: 173px;
}
.counter-bx .pic span.fa {
    font-size: 6em;
    line-height: 165px;
    color: #97281f;
    position: relative;
    top: 10px;
}
.counter-bx .pic:before,
.counter-bx .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.counter-bx .pic:after{
    border-color: #ffffff #555556 #555556 #ffffff;
    z-index: 1;
    transform: rotate(90deg);
    transition: all 0.5s ease 0s;
}
.counter-bx h4.peccular-counter-title.inner-area-title {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
}
.counter-bx:hover .pic:after{ transform: rotate(350deg); }
.counter-bx img{
    width: 100%;
    height: auto;
}
.counter-bx .title{
    font-size: 58px;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 0;
    margin: 35px 0 0px 0;
    position: relative;
    z-index: 1;
    line-height: 70px;
}
.counter-bx .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
}
.counter-bx-1:before {
    height: 137px;
    border-width: 10px;
    border-color: #992921;
    border-radius: 0;
    border-top-left-radius: 137px;
    border-top-right-radius: 137px;
    top: 12px;
    left: 9px;
    border-bottom: none;
    z-index: 3;
    /* transform-origin: 50% 100%; */
    -webkit-animation: loading-1 5s linear infinite;
    animation: loading-1 5s linear infinite;
    opacity: 0.75;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    border: 13px solid #4b2426;
    position: absolute;
    top: -15px;
    left: -15px;
    border: 3px solid #c61313;
    /* -webkit-box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1); */
    /* box-shadow: 2px 10px 0px 5px rgba(252,134,8,0.85), 0 0 0px 0px rgba(192,52,247,1); */
    clip-path: polygon(0 0, 130% 0, 75% 100%, 0 100%);
    content: "";
}

.counter-bx-1:after {
    content: "";
    width: 200px;
    height: 200px;
    border: 3px solid transparent;
    -webkit-box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1);
    box-shadow: 0px 0px 0 0px rgba(252,134,8,0.85), -5px 12px 11px 3px #662523;
    position: absolute;
    top: -13px;
    border-radius: 50%;
    left: -13px;
    margin: 0 auto;
    text-align: center;
}
@-webkit-keyframes loading-1{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-1{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/
.peccular-feat-single-bg {
    height: 150px;
}
div#features {
    position: relative;
}
.peccular-feat-single-bg {
    height: 150px;
}

#maincanvas {
  height: 500px;
  width: 900px;
  border: 1px solid red;
}

.card {
    background: transparent;
    /* border-radius: 2rem; */
    /* box-shadow: 0 0 10rem -5rem; */
    /* overflow: hidden; */
    position: absolute;
    z-index: 5;
    left: 0;
    right: .0;
    width: 100%;
    height: 100%;
    border: 0;
}
.card__img {
/*    position: absolute;
    height: 100rem;
    width: 84rem;
    display: flex;
    align-items: center;
    justify-content: center;*/
        position: relative;
    height: 100rem;
    width: 100%;
    display: inline-block;
    align-items: center;

}
.card__img > img {
  width: 10rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.card__grid-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
/*  grid-template-rows: repeat(10, 1fr);*/
}
.card__grid-effect-tile {
  position: relative;
  /* width: 0; */
}
.card__grid-effect-tile:before {
    content: "";
    color: #992921;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    background: #992921;
    transition: 500ms linear all;
    box-shadow: 0 0 0, 3rem 0 0 -0.3rem, -3rem 0 0 -0.3rem, 0 -3rem 0 -0.3rem, 0 3rem 0 -0.3rem, 3rem 3rem 0 -0.45rem, 3rem -3rem 0 -0.45rem, -3rem 3rem 0 -0.45rem, -3rem -3rem 0 -0.45rem, 3rem 6rem 0 -0.9rem, 3rem -6rem 0 -0.9rem, -3rem 6rem 0 -0.9rem, -3rem -6rem 0 -0.9rem, 3rem 9rem 0 -1.35rem, 3rem -9rem 0 -1.35rem, -3rem 9rem 0 -1.35rem, -3rem -9rem 0 -1.35rem, 3rem 12rem 0 -1.8rem, 3rem -12rem 0 -1.8rem, -3rem 12rem 0 -1.8rem, -3rem -12rem 0 -1.8rem, 6rem 0 0 -0.6rem, -6rem 0 0 -0.6rem, 0 -6rem 0 -0.6rem, 0 6rem 0 -0.6rem, 6rem 3rem 0 -0.9rem, 6rem -3rem 0 -0.9rem, -6rem 3rem 0 -0.9rem, -6rem -3rem 0 -0.9rem, 6rem 6rem 0 -1.8rem, 6rem -6rem 0 -1.8rem, -6rem 6rem 0 -1.8rem, -6rem -6rem 0 -1.8rem, 6rem 9rem 0 -2.7rem, 6rem -9rem 0 -2.7rem, -6rem 9rem 0 -2.7rem, -6rem -9rem 0 -2.7rem, 6rem 12rem 0 -3.6rem, 6rem -12rem 0 -3.6rem, -6rem 12rem 0 -3.6rem, -6rem -12rem 0 -3.6rem, 9rem 0 0 -0.9rem, -9rem 0 0 -0.9rem, 0 -9rem 0 -0.9rem, 0 9rem 0 -0.9rem, 9rem 3rem 0 -1.35rem, 9rem -3rem 0 -1.35rem, -9rem 3rem 0 -1.35rem, -9rem -3rem 0 -1.35rem, 9rem 6rem 0 -2.7rem, 9rem -6rem 0 -2.7rem, -9rem 6rem 0 -2.7rem, -9rem -6rem 0 -2.7rem, 9rem 9rem 0 -4.05rem, 9rem -9rem 0 -4.05rem, -9rem 9rem 0 -4.05rem, -9rem -9rem 0 -4.05rem, 9rem 12rem 0 -5.4rem, 9rem -12rem 0 -5.4rem, -9rem 12rem 0 -5.4rem, -9rem -12rem 0 -5.4rem, 12rem 0 0 -1.2rem, -12rem 0 0 -1.2rem, 0 -12rem 0 -1.2rem, 0 12rem 0 -1.2rem, 12rem 3rem 0 -1.8rem, 12rem -3rem 0 -1.8rem, -12rem 3rem 0 -1.8rem, -12rem -3rem 0 -1.8rem, 12rem 6rem 0 -3.6rem, 12rem -6rem 0 -3.6rem, -12rem 6rem 0 -3.6rem, -12rem -6rem 0 -3.6rem, 12rem 9rem 0 -5.4rem, 12rem -9rem 0 -5.4rem, -12rem 9rem 0 -5.4rem, -12rem -9rem 0 -5.4rem, 12rem 12rem 0 -7.2rem, 12rem -12rem 0 -7.2rem, -12rem 12rem 0 -7.2rem, -12rem -12rem 0 -7.2rem;
}
.card__grid-effect-tile:hover:before {
  height: 3rem;
  width: 3rem;
  transition: 70ms linear all;
}


 #features h4.peccular-features-title{
font-size: 24px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin: 80px 0 10px 0;
    line-height: 29px;
    color: #20272D;
    transition: all 0.8s;
    text-align: center;
    position: relative;
    z-index: 6;
}  

 #features p.peccular-features-text{
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 26px;
    color: #707070;
    transition: all 0.8s;
    text-align: center;
    position: relative;
    z-index: 3;
}  
.peccular-fei-img {
    position: absolute;
    bottom: -175px;
    z-index: 69;
    width: 277px;
    height: 316px;

}
.about-body {
    overflow: hidden;
}
div#features {
    position: relative;
    overflow: hidden;
}

#features .peccular-features-icon {
    transition: all 0.8s;
    border-radius: 50%;
    width: 118px;
    height: 118px;
    background: #36404a;
    text-align: center;
    line-height: 118px;
}

#features .FeaBG_icon img {
    width: 60.5px;
    height: 60.5px;
    /* padding-top: 11px; */
    transition: all 0.8s;
    margin: 0 auto;
    position: relative;
    top: 20px;
}
#features .FeaBG_icon {
    transition: all 0.8s;
    position: absolute;
    z-index: 3;
    text-align: left;
    top: -45px;
}
#features .peccular-features-area {
    margin-top: 0.5em;
}
/*#features .peccular-fei-img {
    position: absolute;
    z-index: 6;
    top: -145px;
    left: 5px;
}*/
#features .peccular-section-head {
    position: relative;
    z-index: 5;
}
#features .peccular-features-single:hover .peccular-features-icon {
    transition: all 0.8s;
    background: #992921;
}
#features .fea-overly {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#features .peccular-features-single:hover .fea-overly{
       opacity: 1;
    z-index: 2;
    opacity: 0.4;
}
#features .peccular-features-single{
    position: relative;
    background: #fff;
    padding: 21.13px 1em 1em 16.01px;
    transition: all 0.8s;
}
#features .peccular-features-single:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #36404B;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
#features .peccular-features-single:hover:before {
    transition: all .4s linear;
    height: 100%;
    opacity: 1;
        background: #992921;
}

#features .peccular-feat-single-bg {
        height: 0px;
    width: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
     z-index: 1;
    transition: all .4s linear;
}
#features .peccular-features-single:hover .peccular-feat-single-bg {
    top: 0;
    transition: all .4s linear;
    height: 100%;
    overflow: hidden;
    animation: 200s para infinite linear;
}


#features .peccular-features-b {
    padding: 0 1.8em;
    position: relative;
    z-index: 6;
    margin-top: 3em;
    margin-bottom: 3.5em;
}
#features .peccular-section-head{
     margin-top: 0em;
     margin-bottom: 0;
}
#features .peccular-section-head h2 {
    margin-bottom: 0.2em !important;
}
 #features .mid-image-bx img{
    height: 514px;
    width: 100%;
    position: relative;
}

#features .feature_head_bx i {
    color: #42682c;
    font-size: 1px;
    padding: 0px 69px;
    background: #42682c;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
 #features .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
 #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;
}

 #features  p.inner-area-text{
    color: #90AF00;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    margin-left: 28px;
}

 #features .peccular-features-icon {
    z-index: 1;
}

 #features .peccular-features-icon i{
    font-size: 40px;
    font-weight: 500;
    color: #2B421E;
    transition: all 0.8s;
    transition: all 1s ease 0s;
    width: 65px;
    height: 65px;
    line-height: 65px;
    box-shadow: 6px 6px 8px #00000012;
    border-radius: 30px;
    background: #fff;
    text-align: center;
}

#features .peccular-features-single:hover h4.peccular-features-title {
    color: #54A029;
}
#features .peccular-features-single:hover h4.peccular-features-title {
    color: #fff;
}
 #features .peccular-features-single{
    position: relative;
    background: #fff;
    transition: all 0.8s;
}
#features .peccular-features-single:hover  p.peccular-features-text{
     color: #fff;
}
#features .peccular-features-single:hover h4.peccular-features-title a {
    color: #fff;
}
/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/
div#banner .banner-background {
    position: relative;
    padding: 2.2em 2em 2.2em 4em;
}
#banner .banner-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
        z-index: 1;
}
#banner .untitled__shutters:before, 
#banner .untitled__shutters:after {
    opacity: 0.05;
}
div#banner h2 {
    -webkit-text-stroke: 0.02em white !important;
    display: block;
    -webkit-text-fill-color: #ffffff;
    font-size: 100px;
    letter-spacing: 10px;
    position: relative;
    bottom: -5px;
    font-weight: 800;
    text-align: center;
    line-height: 0.88;
}
div#banner .peccular-banner-img {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 5px;
}
div#banner .peccular-banner-img img {
    margin: 0 auto;
    text-align: center;
    left: 10px;
    right: 0;
    position: absolute;
    height: 520px;
    max-width: 61.2%;
    width: 100%;
}
div#banner .banner-background {
    position: relative;
}
div#banner {
    overflow: hidden;
    background: #992921;
}
div#banner .right-tagline {
    position: absolute;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 7.48px;
    right: 9%;
    font-weight: 500;
    top: 8%;
}
.right-phone-tagline {
    position: absolute;
    bottom: -2px;
    right: -75px;
    color: #ffffff;
    background: #992921;
    clip-path: polygon(37px 80%, 100% 79%, 100% 100%, 0% 100%);
    padding: 0;
    height: 231px;
}
.right-phone-tagline a {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    top: 194px;
    left: 110px;
    font-weight: 500;
}
.icon {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    stroke-width: 0;
    stroke: #000000;
    fill: #ffffff;
    font-size: 4.0rem;
    position: absolute;
    left: 58px;
    /* background: #fca534; */
    border-radius: 50%;
    padding: 10px;
    top: 182px;
    right: 0;
}

.wave {animation: waveIn 1.2s infinite ease-out;transform-origin: 50% 50%;}
.wave-sm {animation-delay: .3s;}
.wave-md { animation-delay: .45s;}
.wave-lg {animation-delay: .6s;}
@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px,10px);
}

50% {
    transform: translate(0,0);
    opacity: 1;
}
}

main#innerpage-box .outer-block svg.navbar-icon.icon {
       position: inherit;
    padding: 0;
    font-size: 6rem;
}
main#innerpage-box .outer-block svg.navbar-icon.icon {
    position: inherit;
    padding: 0;
    transform: rotate(-5deg);
}
main#innerpage-box .contact-block:nth-child(2) .border-box,
main#innerpage-box .contact-block:nth-child(1) .border-box {
       padding-bottom: 1.3em;
    padding-top: 1.5em;
}

/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/
#about {
    background-color: #17212a;
}
.scrollAnim{
   /* height: 100%;*/
    /*opacity: 0;*/
    transition: 0.8s;
    display: flex;
}
/*.scrollAnim:nth-child(2){
    background: #cc4400;
}
.scrollAnim:nth-child(4){
    background: #cc4400;
}*/
.scrollAnim .content{
    margin: auto;
}
.scrollAnim.anim{
    opacity: 1;
}
h1, h2{
    display: block;
    color: #eee;
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
    transition: all 0.8s;
    padding-left: 0;
}
.anim h1, .anim h2{
    transition-delay: 0.1s;
}

p{
    font-size: 0.9em;
    transition: all 1.2s;
}
.anim-top{
    transform: translate(0,150px);
}
.anim-left{
    transform: translate(-25px,50px);
}
.anim .anim-top{
    transform: translate(0,0);
}
.anim .anim-left{
    transform: translate(0,0);  
}

.steps{
    width: 100%;
    margin: auto;
}
.scroller{
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);

}
@keyframes fadeIn {
    from{ 
        opacity:  0; 
    }
    to{
        opacity: 1;
    }
}
@keyframes fadeInOut {
    0%{ 
        opacity:  0; 
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
section#about h2 {
    font-size: 47px;
    font-weight: 600;
    line-height: 66px;
        position: relative;
    z-index: 5;
}
section#about p {
font-size: 18px;
    color: #BBB8B8;
    letter-spacing: 0.38px;
    line-height: 28px;
    margin-top: 0.8em;
        position: relative;
    z-index: 5;
}
section#about .space-abtblock.wow.zoomIn {
    padding-left: 4em;
}
.peccular-about-img img {
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 5;
    width: 100%;
    top: 10px;
}
.peccular-about-img:hover img {
    filter: drop-shadow(2px 4px 10px black);
    transition: 0.5s ease-in-out;
     position: relative;
    z-index: 5;
}
section#about .button-container-1{
    position: relative;
    z-index: 5; 
}
/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
#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;
}



#services .peccular-service-box:hover .peccular-service-btn a{
    color: #fff;
}
.m-0 {
    margin: 0;
}

.padding-0{padding: 0;}


@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;
}

.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;
}

#innerpage-box .inner-blogpost .post-info{
    width: 60% !important;
}
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/
section#about .button-container-1 button {
    font-weight: 500;
}
.loader{
/*    width: 300px;
    height: 300px;
    margin: 50px auto;*/
    position: relative;
    left: -108px;
    top: 90px;
    z-index: 5;
}
.loader .loader-inner,
.loader .box-1,
.loader .box-2,
.loader .box-3{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 13px solid #4b2426;
    position: absolute;
    top: 0;
    left: 0;
        opacity: 0.5;
}
.loader .loader-inner{
    border-width: 5px;
    border-color: #992921;
    opacity: 0.2;
    transform-origin: 50% 50%;
    -webkit-animation: loading-2 2s linear infinite;
    animation: loading-2 2s linear infinite;
    animation-delay: 2s;
}
.loader .loader-inner.box{ animation-delay: 2.5s; }
.loader .box-1{
    width: 275px;
    height: 137px;
    border-width: 10px;
    border-color: #992921;
    border-radius: 0;
    border-top-left-radius: 137px;
    border-top-right-radius: 137px;
    top: 12px;
    left: 9px;
    border-bottom: none;
    z-index: 3;
    transform-origin: 50% 100%;
    -webkit-animation: loading-1 5s linear infinite;
    animation: loading-1 5s linear infinite;
      opacity: 0.75;
}
.loader .box-2{
    width: 250px;
    height: 250px;
    border-width: 2px;
   /* border-color: #992921;*/
    top: 25px;
    left: 25px;
    z-index: 2;
    /* background: #992921; */
    opacity: 0.75;
    /* padding: 25px; */
}
.loader .box-3{ z-index: 1; }
@-webkit-keyframes loading-1{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-1{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loading-2{
    49%{
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(1);
        opacity: 1;
    }
    75%{
        -webkit-transform: scale(1.15);
        opacity: 0.4;
    }
    100%{
        -webkit-transform: scale(1.35);
        opacity: 0;
    }
}
@keyframes loading-2{
    49%{
        opacity: 0;
    }
    50%{
        -webkit-transform: scale(1);
        opacity: 1;
    }
    75%{
        -webkit-transform: scale(1.15);
        opacity: 0.4;
    }
    100%{
        -webkit-transform: scale(1.35);
        opacity: 0;
    }
}
@media only screen and (max-width: 360px){
    .loader{ overflow: hidden; }
}

.loader .box-2:after {
    width: 220px;
    height: 220px;
    content: "";
    background: #992921;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 15px;
        opacity: 0.4;
}
/*---------------*/
#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: -30px;
    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: 3em;
    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 0em 0;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background: #ffffff;
 /*   border: 1px solid #707070;*/
}
#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: 500;
    line-height: 28px;
    margin-bottom: 8px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    letter-spacing: 0px;
    margin-top: 0.5em;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
    color: #992921;
    transition: all 1s ease 0s;
}
#blog p{
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    line-height: 23px;
    color: #8e8e8e;
    margin-bottom: 0px;
    text-align: left;
    /* padding-bottom: 13.58px; */
    margin-bottom: 14.17px;
    letter-spacing: 0;
}

#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: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

#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: 0 1.5em;
    padding-bottom: 1em !important;
    position: relative;
    padding-top: 1.6em;
}
.peccular-blog-post i.fa {
    padding-right: 8px;
    font-weight: 600;
    color: #172129;
}
/*#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: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 0;
        position: relative;
    left: 0px;
}
#blog .button-container-1{
    margin-top: 0;
        right: 0;
}
.blog-headingbxdt {
    background: transparent linear-gradient(180deg, #DB5651 0%, var(--unnamed-color-992921) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
    width: auto;
    display: inline-block;
    padding: 7px 0px;
    position: absolute;
    top: -20px;
        z-index: 5;
            left: 0;
}
#blog .mas{
    color: #992921;
}

#blog .card__bg__image{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
} 
#blog .card__bg__image:before{
    content: '';
    background: repeating-linear-gradient(to right,rgb(0 0 0 / 21%),rgb(0 0 0 / 6%) 20px,transparent 20px,transparent 25px);
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: skewY(30deg);
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
#blog .peccular-blog-post:hover .card__bg__image:before{
    opacity: 0.8;
    transform: skew(0);
    top: 0;
}
#blog .peccular-section-head h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
#innerpage-box #blog .card__bg__image img {
    width: 100%;
}
#innerpage-box #blog h4.inner-area-title {
    font-size: 20px !IMPORTANT;
    line-height: 28px !IMPORTANT;
    margin-top: 0.5em !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
    font-weight: 500 !important;
}
#innerpage-box #blog p.blogeqlh {
    font-size: 16px !IMPORTANT;
    line-height: 23px;
    color: #707070 !IMPORTANT;
    margin-top: 10px;
}
#innerpage-box #blog .peccular-blog-post {
    background-color: #ffffff;
    margin-bottom: 3.5em !IMPORTANT;
    margin: 0 4.5em 0 0;
}
.page-template-templatesblogpagewithleftsidebar-template-php #innerpage-box #blog .peccular-blog-post {
    margin: 0 0em 0 4.5em;
}
body.page-template-templatesblog-template-php .innerpage-whitebox,
body.page-template.page-template-templates .innerpage-whitebox, 
body.archive.date .innerpage-whitebox, 
body.archive.category .innerpage-whitebox, 
body.archive.tag .innerpage-whitebox{
    padding: 0 !important;
}

.page-template-blog-template #innerpage-box #blog .peccular-blog-post{
    margin: 0 2em 0 2em;
        margin-bottom: 5em !IMPORTANT;
}


#innerpage-box #blog .button-container-1 button {
    font-weight: 500;
}
#innerpage-box #blog .card__bg__image:before{
        height: 98%;
}
#innerpage-box #blog .button-container-1:hover {
    border: 2px solid #992921 !important;
}
#innerpage-box #blog{
    background: transparent !important;
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
#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: #17212a;
}
#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0;
}
#newsletter .newsletter-sign-box {
    position: absolute;
    z-index: 999;
    padding: 3em 0em;
    background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
    z-index: 555555555;
    top: -100px;
    left: 35px;
    right: 35px;
}
#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: #ffffff;
    font-size: 28px;
    font-weight: 400;
    /* font-family: 'Roboto'; */
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 35px;
    padding-top: 0.5em;
        padding-left: 2em;
}
#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: #A2A4A5;
    margin: 0 0 0px 0;
    border-radius: 0;
        border: 0;
    padding: 0px 23px;
    font-size: 16px;
    line-height: 19px;
    height: 66px;
    font-weight: 400;
    background: #ffffff;
    /* letter-spacing: 0.5px; */
    /* box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2); */
    outline: 1px solid #707070;
}
#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: #A2A4A5;
   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: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset -5px -11px 8px #00000029;
    color: #fff;
    font-weight: 600;
    padding: 10px 35px;
    line-height: 32px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 26px;
    transition: all 0.5s ease 0s;
    opacity: 1;
    right: 0;
    position: relative;
    z-index: 1;
    box-shadow: none;
    letter-spacing: 0.78px;
    border-radius: 2px;
    box-shadow: inset -5px -11px 8px #00000029;
    top: 7px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    color: #ffffff;
    transition: all 0.5s ease 0s;
    background: #17212a;
}

#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: #000000;
    margin-bottom: 0.5em;
    padding: 0 0 0px 0;
    /* text-transform: capitalize; */
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
}
#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: #36404B;
    margin: 0 0 0 0;
    border-radius: 1px;
        padding: 10px 10px;
    line-height: 19px;
    font-size: 16px;
    height: 35px;
    font-weight: 400;
    background: transparent !important;
    border: 1px solid #992921;
    margin-bottom: 1.3em;
}

#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: 166px;
}
#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"] {
    background: transparent linear-gradient(180deg, #DB5651 0%, var(--unnamed-color-992921) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset -5px -11px 8px #00000029;
    border-radius: 2px;
    border: 0 !important;
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.54px;
    height: 36px;
}

#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: 3em 3.5em;
    position: relative;
}
#contact .peccular-contact-member-wrap .wpcf7-spinner {
    position: absolute;
}
.peccular-contact-img img {
    height: 69px;
    width: 79px;
    margin: 0 auto;
    text-align: center;
}
.peccular-contact-img {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1.5em;
    position: relative;
    right: 70px;
}
section#contact svg.icon {
    position: inherit;
    left: 0;
    padding: 0;
    font-size: 2.7rem;
}
.contact-bx i.fa {
    background: transparent linear-gradient(180deg, #C94A44 0%, #84251E 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    color: #ffffff;
    width: 56px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-size: 30px;
}
section#contact svg.icon {
    position: inherit;
    left: 0;
    padding: 0;
   
}
section#contact .env-bx {
    background: transparent linear-gradient(180deg, #C94A44 0%, #84251E 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-left: 1em;
    margin-right: 0.8em;
}
.contact-content, .contact-content a {
    font-size: 22px;
    line-height: 27px;
    color: #172129;
    background: #ffffff;
    border-radius: 2px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-bx {
      margin-bottom: 1.5em;
    padding-right: 1em;
}
.cont-banner {
    padding: 4em 2em 2em 3em;
}
.contact-content a {
    background: transparent;
    line-height: 25px;
    padding-top: 19px;
}
.contact-content.bx-contact {
    position: relative;
    right: 9px;
    padding-left: 20px;
}
.contact-content.bx-contact.location {
    padding-left: 15px;
    padding-top: 15px;
}
.contact-content.phone-box{
        position: relative;
    right: 4px;
}
div#observed-target {
    padding-right: 3.5em;
}
.contact-content.phone-box {
    padding-top: 15px;
}
.peccular-contact-member-wrap {
    background-color: #ffffff;
}
#contact .peccular-section-head h2 {
    color: #401806;
}
#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, 
#contact .peccular-contact-member-wrap textarea::placeholder, 
#contact .peccular-contact-member-wrap input::placeholder, 
#contact .peccular-contact-member-wrap select, 
#contact .peccular-contact-block, 
#contact .peccular-contact-member-wrap label {
    color: #36404B;
}
section#contact .container-fluid .contact-content {
    right: 13px;
}
/*----------------------------------------*/
/*  13. Pricing Area
/*----------------------------------------*/

#pricing {
    position: relative;
    overflow: hidden;
        background: #17212a;
}
#pricing .peccular-pricing-single {
    position: relative;
    /* border: 2px solid #dee27b; */
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 0;
    padding: 43.55px 35px 47px 35px;
}

#pricing .peccular-pricing-single:hover{
    transition: all .4s linear;
}

.pricing-overlay-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.75;
    border-radius: 0px;
}


#pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    /* font-family: 'Modern Antiqua', cursive; */
    position: relative;
}
#pricing .peccular-pricing-single .peccular-pricing-box-head h4 span,
#pricing .peccular-pricing-single span {
    font-size: 16px;
    clear: both;
    display: block;
    line-height: 19px;
    font-weight: 500;
    color: #707070;
    padding-top: 5px;
    padding-bottom: 10px;
}
#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;
    z-index: 1;
        word-break: break-word;
}
#pricing .peccular-pricing-single span {
       padding-bottom: 0;
    padding-top: 0;
}
#pricing .button-container-1 span {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}
#pricing .price {
    font-size: 48px;
    display: block;
    /* position: absolute; */
    /* top: 195px; */
    /* right: -60px; */
    -webkit-text-stroke: 0.0058em white !important;
    -webkit-text-fill-color: #992921;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    /* position: absolute; */
    animation: animatedeff2 1s ease-in infinite alternate;
    /* float: right; */
    font-weight: 800;
    letter-spacing: 0;
    line-height: 58px;
    padding-bottom: 0.5em;
}
#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: 27.2px;
    position: relative;
    z-index: 1;
}

#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    color: #707070;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
    padding: 000 5px 10px;
    /* border-bottom: 1px solid #CCCCCC; */
    position: relative;
    font-weight: 500;
}
#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: #fff;
    font-size: 18px;
    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-border{
    position: relative;
    padding: 0 45.22px 43px;
        z-index: 5;
}
#pricing .peccular-section-head {
    position: relative;
    z-index: 5;
        padding: 0 2em;
}
#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: 15px solid #992921;
    width: 100%;
    height: 0%;
    border-radius: 0px;
    z-index: 1;
    border-left-style: dotted;
}

#pricing .peccular-pricing-border:hover:before {
    height: 50% !important;

}

#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: 1px solid #707070;
    /* border-left: 2px solid #707070; */
    border-right: 1px solid #707070;
    width: 100%;
    height: 100%;
    border-radius: 00;
    z-index: 1;
}
#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-border,
#pricing .peccular-pricing-singles {
    transition: 0.3s ease-in-out;
}
#pricing .peccular-pricing-border:hover .peccular-pricing-singles{
    transform: rotateY(15deg);
}
#pricing .peccular-pricing-border:hover .pricing-overlay-bg{
        opacity: 0.85;
}
#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: 1px solid #707070;
    border-left: 1px solid #707070;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px;
}
#pricing .button-container-1 {
    margin-top: 0;
    position: relative;
    z-index: 6;
    right: 0;
    border: 1px solid #707070;
}
#pricing .price{
    padding-bottom: 28px;
}
.price{
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.price:before{
    content: '';
    background-color: #000;
    height: 15px;
    width: 15px;
    display: none;
    position: absolute;
    left: -15px;
    top: 20px;
    z-index: -1;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
#pricing .peccular-pricing-border:hover .peccular-pricing-single .price:before{
    display: block;
    animation: animatearrow 0.6s infinite;
}
@keyframes animatearrow{
    25%{
        background-color: red;
        left: -20px;
    }
    50%{
        background-color: green;
        left: -15px;
    }
    75%{
        background-color: blue;
        left: -20px;
    }
    100%{
        background-color: orange;
        left: -15px;
    }
}
/*----------------------------------------*/
/*  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: 5px;
}
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
    background: #36404B;
}

#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: 500;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    padding-left: 7px;
}
.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: #ffffff;
    border: none;
    background: none;
}
.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: #992921;
}
.footer-area li:before, 
.page-template-home-template 
.footer-area li:before, 
.page .footer-area li:before, 
.single .footer-area li:before {
content: "";
    font-family: 'Fontawesome';
    font-size: 10px;
    padding-right: 10.25px;
    color: #ebebeb;
    top: -2px;
    position: relative;
    background: transparent linear-gradient(180deg, #DB5651 0%, var(--unnamed-color-992921) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
}
#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;
    padding: 0;
    text-align: unset;
}
.footer-area .widget-title,

#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2,
#footer .widget .widget-title {   
    margin-bottom: 20.24px;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    letter-spacing: 0;
    /* 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: 0%;
    height: 2px;
    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{
    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: #364048;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    line-height: 26px;
}
.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: 20px;
    margin-right: 19px;
    position: relative;
    left: -17px;
    color: #992921;
    text-align: center;
    position: absolute;
}
.footer-area p {
    padding-left: 0em;
    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: 16px 5px 5px;
    border-radius: 0;
    color: #fff;
    background: transparent linear-gradient(180deg, #DB5651 0%, #992921 100%) 0% 0% no-repeat padding-box;
    border-radius: 1px;
    border-radius: 1px;
    width: 36px;
    height: 36px;
    letter-spacing: 0;
    position: relative;
}
.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: 9em;
     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: 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: 0em;
    margin-left: 0%;
}
.footer-area .single-footer-4 .textwidget{
    padding-left: 15px;
}
.footer-area .single-footer-4 .textwidget p {
    padding-left: 0.8em;
}
.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 0px;
    font-weight: 400 !important;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #656565 !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #992921;
}
.single #content-box .socialMedia ul li a.site-button:hover i, 
#content-box .socialMedia ul li:hover i {
    color: #992921!important;
}
.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: 26px !important;
    font-size: 16px;
    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: #172129 !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: 25px;
    line-height: 4px;
}
.footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 1px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0px 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-bottom: 1px solid #707070;
}

.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: 40px; */
    font-weight: 800;
    position: relative;
    z-index: 1;
    font-size: 38px;
    padding: 20px;
    text-transform: capitalize;
    padding: 0;
    line-height: 40px;
    background: linear-gradient(to right, #FFF 20%, #ffffff 40%, #992921 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 {
    padding: 2em 0em 6em 0;
}
header.header--inner.area-inner {
       height: 340px;
    background-position: center !IMPORTANT;
    background-size: cover !IMPORTANT;
}
.site-details {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 72px;
}
.image-icon {
    position: absolute;
    width: 100%;
    top: 80px;
}

.peccular-innerpage-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #172129;
    opacity: 0.3;
    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: #172129;
       font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 26px;
}
.breadcrumbbox span.treeEnd,
.breadcrumbbox span h1{
      padding-left: 0px;
    padding-right: 0;
    line-height: 1;
    background: linear-gradient(to right, #000000 20%, #000000 40%, #000000 60%, #000000 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: 600;
    font-size: 16px;
    font-style: normal;
    transition: all 0.2s ease 0s;
    color: #172129;
}
.Breadcrumb_title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    background: #ffffff;
    padding: 6px 10px;
    line-height: 0;
    margin-top: 0.5em;
}
.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: #992921;
}
/*--------------------------------------------------------------
## 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-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: 0em 0px 0em 0px;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 2em;
}

#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: 18px !important;
    margin-bottom: 2.2em;
    color: #8b8b8b!important;
}
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: 600;
}

#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: #ffffff;
}
#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;
}
#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #992921 !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: #992921;
    padding-left: 18px;
        font-weight: 600;
}
#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#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;
    margin-bottom: 4px !important;
    color: #000000;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
   font-weight: 900 !IMPORTANT;;
}

.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #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 0em;
}
.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; */
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-radius: 12px;
        color: #ffffff;
}
#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: #172129;
    margin: 0px 0 25px 0;
    padding: 5px 15px 5px 10px !important;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 26px;
    height: 47px;
}
#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{
    color: #172129 !important; 
}
.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: 184px!important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 20px 15px 15px 0px;
}

.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: 400;
    padding: 7px 28px;
    line-height: 26px;
    position: relative;
    background: #4b4b4b;
    /* border: 1px solid #fff; */
    cursor: pointer;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    /* width: 100%; */
    margin-bottom: 0;
    margin-top: 0;
    z-index: 4;
    margin: 0 auto;
    background: transparent linear-gradient(180deg, var(--unnamed-color-992921) 0%, #DB5651 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #992921 0%, #DB5651 100%) 0% 0% no-repeat padding-box;
}
.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: 332px;
    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 10%;
    padding: 1.2em 0em 1.2em 0;
    text-align: left;
    position: relative;
}
main#innerpage-box .label-box {
    position: relative;
    top: 8px;
}
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;
    margin: 0;
    padding: 0;
}
main#innerpage-box .contact-block:nth-child(3) {
    position: relative;
    left: 8%;
}
main#innerpage-box .contact-block:nth-child(2) {
    position: relative;
    left: 4.5%;
}
main#innerpage-box .outer-block {
    z-index: 2;
    background: transparent linear-gradient(180deg, var(--unnamed-color-992921) 0%, #DB5651 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #992921 0%, #DB5651 100%) 0% 0% no-repeat padding-box;
width: 79%;
}
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%);
    margin-bottom: 0em;
}
main#innerpage-box .border-box strong {
    display: block;
    padding-bottom: 0.5em;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ff8529;
}
main#innerpage-box .border-box strong, 
main#innerpage-box .border-box strong a {
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 5px !important;
}
main#innerpage-box .ico-bx {
    padding-left: 0;
}
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: 4.8rem;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
}

#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;*/
       color: #ffffff;
}
.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;
    padding-bottom: 7.5em;
}
.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: 530px;
}
.peccular-contactpage-img {
    margin: 0 auto;
    text-align: center;
    margin-right: 0;
}
.page-template-templates main#innerpage-box .peccular-contactpage-img h2 {
    color: #992921;
    font-size: 36px !important;
    line-height: 36px;
    letter-spacing: 0;
    animation: animatearrows 10s infinite;
        margin-bottom: 0 !IMPORTANT;
}
@keyframes animatearrows{
    25%{
        color: #992921;
        left: -20px;
    }
    50%{
        color: #000000;
        left: -15px;
    }
    75%{
        color: #992921;
        left: -20px;
    }
    100%{
        color: #000000;
        left: -15px;
    }
}
.right-c-box {
    background: #ffffff;
    padding: 2.5em 1em 3.2em 1em;
    border: 1px solid #707070;
    margin: 0 0 0 2.3em;
        position: relative;
    top: 5px;
        margin-bottom: 3em;
}
.page-template-templates main#innerpage-box .right-c-box p {
    font-size: 18px !important;
    line-height: 24px;
    color: #707070 !important;
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-top: 0;
    margin-bottom: 0;
}
.right-c-box .button-container-1 {
    margin-top: 1.5em;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}
.right-c-box .button-container-1 button {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    padding: 10px;
    /* margin: 0 4%; */
    border: 1px solid #707070;
}
.right-c-box .button-container-1 .mas {
    color: #992921;
    margin-top: 15px;
}
.right-c-box .button-container-1:hover, 
.right-c-box .button-container-1 button {
    border-color: #70706F !important;
}
/*--------------- 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: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: 10px 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: 16px;
    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
-----------------------------*/

main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    margin: 0 12px 40px !important;
    padding: 9px;
    padding-bottom: 0em;
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    width: 30.98% !important;
}
main#innerpage-box h4.peccular-gall-title.inner-area-title {
    font-size: 23px;
    line-height: 28px;
    color: #ffffff !IMPORTANT;
    text-align: center;
    margin: 0px 0;
    font-weight: 500 !important;
}
main#innerpage-box #products-austrak a:after {
    content: "";
    /* height: 93%; */
    width: 100%;
    background: #992921;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 25px; */
    transition: 0.5s ease-in-out;
    height: 308px;
}
main#innerpage-box #products-austrak a:hover:after {
    height: 50%;
    /* width: 50%; */
}
/*-----------------------
## 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: #ffffff;
        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: 0.5em 0;
            padding-left: 3em;
  /*  padding: 2em;
    background: #f1f5f8;*/
   /* margin-top: 16em;*/
}
.faq-singular {
    position: relative;
    padding: 5px 00px 0 25px;
    margin-bottom: 10px !important;
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 13%); */
    /* float: left; */
    /* margin: 0 38px; */
    /* margin-right: 0; */
    width: 100%;
}
.faq-singular.active{
    padding-top: 10px !important;
    border-radius: 0px;
    padding-bottom: 0 !IMPORTANT;
}
#innerpage-box .faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0;
    font-size: 20px;
    text-transform: none;
    margin: 0px 0 !important;
    font-weight: 400 !important;
    line-height: 25px;
    background: transparent linear-gradient(180deg, var(--unnamed-color-992921) 0%, #4D1511 100%) 0% 0% no-repeat padding-box;
border: 1px solid var(--unnamed-color-707070);
background: transparent linear-gradient(180deg, #992921 0%, #4D1511 100%) 0% 0% no-repeat padding-box;
border: 1px solid #707070;
opacity: 1;
}
.faq-singular.active h6.faq-question {
    opacity: 1 !important;
}
.faqs-num {
    width: auto;
    display: inline-block;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "\f067";
    color: #ffffff;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: normal;
    transition: all .5s;
    font-family: 'FontAwesome';
    background: transparent linear-gradient(180deg, var(--unnamed-color-992921) 0%, #4D1511 100%) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: transparent linear-gradient(180deg, #992921 0%, #4D1511 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 9px 12px;
}
.faq-singular.active .faq-question:before {
     content: "\f068";
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
    padding-top: 0px;
    color: #565656;
    line-height: 25px;
    background: #ffffff;
    margin-top: 0.7em;
    padding: 17px 20px 15px 20px;
}
main#innerpage-box .faq-answer.text-break div{
       font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    color: #707070;
}
.faq-singular:nth-child(3) {
    clear: both;
}
.day-text,
.timing-text {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
        padding: 0;
}
.box-line {
    padding: 20px 0px 7px 0;
    border-bottom: 1px solid #992921;
    /* padding: 0; */
}
.gym-timing {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 90px;
        padding-right: 5em;
}

.Gymbox-tagline {
    font-size: 40px;
    line-height: 26px;
    color: #ffffff;
    padding-left: 1.5em;
    font-weight: 500;
    margin: 1.5em 0 1.5em 0;
}
.gym-timing i.fa.fa-clock-o {
    position: relative;
    left: -8px;
}
/*-----------------------
## Testimonials inner page
-----------------------------*/

#innerpage-box .peccular-testimonials-single {
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    /* border-radius: 10px; */
    margin-bottom: 1em;
    padding: 1.2em 1em 0em 1em;
    margin-top: 1.5em;
}

#innerpage-box h4.peccular-testimonials-name {
    font-weight: 600 !important;
    color: #000000;
    margin: 10px 0 15px!important;
    transition: all 0.5s ease 0s;
    font-style: normal;
    font-size: 19px !important;
    color: #992920 !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
    padding-top: 0px !important;
    line-height: 23px;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
font-size: 17px!important;
    font-weight: 400!important;
    word-break: break-word;
    margin: 0 0 13px!important;
    text-transform: capitalize;
    color: #172129 !important;
    line-height: 20px;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image {
        padding-top: 10px;
    padding-right: 0;
}
#innerpage-box .peccular-testimonials-image img{   
    width: 188PX;
    height: 192PX;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    position: relative;
}

#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 9px 0 8px;
    margin-top: 15px;
    margin-bottom: 50px;
}
#innerpage-box .testimonials_b {
    padding: 0 2.2em 0 2.2em;
    overflow-x: hidden;
        padding-bottom: 0 !IMPORTANT;
    padding-top: 0 !important;
}

#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;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    position: absolute;
    right: 10%;
    bottom: 7%;
    color: #f4f4f4;
    font-size: 75px;
    transform: rotate(180deg);
        z-index: -1;
}
/*-----------------------
## 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: #B9B7B7;
   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: #ffffff;
}
div#secondary.widget-area p.wp-block-tag-cloud a:hover{
    color: #992921;
}
#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;}
       
     
        .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: 0px;
        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; */
    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 screen and (min-width: 320px) and (max-width: 1320px){
.header-overlay {
    background: linear-gradient( 90deg,#00000000 30%,#000000 25%) !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){

body.post-template-default.single.single-post div#secondary {
    padding-left: 1em;
}
#innerpage-box #blog .peccular-blog-post {
    margin: 0 0.5em;
}
.page-template-blog-template #innerpage-box #blog .peccular-blog-post {
    margin: 0 0em 0 0em;
    margin-bottom: 3em !IMPORTANT;
}
.page-template-templatesblogpagewithleftsidebar-template-php #innerpage-box #blog .peccular-blog-post {
    margin: 0 0em 0 0em;
}

.right-c-box{
        margin: 0 0 0 1.3em;
}
.page-template-templates main#innerpage-box .right-c-box p{
        padding-left: 1.5em;
    padding-right: 1.5em;
}
.page-template-templates main#innerpage-box .peccular-contactpage-img h2{
        font-size: 28px !important;
    line-height: 29px;
}
main#innerpage-box .outer-block{
        width: 100%;
            margin: 0 3%;
}
main#innerpage-box .border-box strong, 
main#innerpage-box .border-box strong a {
    font-size: 19px;
}
main#innerpage-box .border-box{
        padding: 1.4em 0em 1.4em 0;
}
main#innerpage-box .contact-block:nth-child(3) {
    position: relative;
    left: 0;
}
main#innerpage-box .contact-block:nth-child(2) {
    position: relative;
    left: 0;
}
#innerpage-box .testimonials_b{
        padding: 0 1em 0 1em;
}
div#content-box div#services {
    padding: 0 1em !important;
}
div#content-box div#services .card-hover__content{
        left: 11px;
}
#pricing .peccular-section-head {
    padding: 0 0em;
}
div#observed-target {
    padding-right: 2.2em;
}
.cont-banner {
    padding: 4em 0em 2em 2em;
}
.contact-content, .contact-content a{
        font-size: 17px;
}
.contact-content.bx-contact {
    position: relative;
    right: -11px;
}
section#contact .container-fluid .contact-content {
    right: -6px;
}
.peccular-contact-img{
        right: 45px;
}
.peccular-contact-member-wrap {
    padding: 3em 2.5em;
}
#testimonials .peccular-testimonials-content p{
    padding-left: 7em;
    padding-right: 8em;
}
div#team .popup_img {
    height: auto !important;
}
div#team .team-block.teams {
    padding: 0 0px;
}
div#counter .peccular-section-head h2{
        font-size: 35px;
    line-height: 40px;
}
div#banner .peccular-banner-img img{
        height: 430px;
}
div#banner .untitled__slideBg {
    height: 430px !important;
}
.right-phone-tagline{
        right: 0;
}
section#about h2{
        font-size: 39px;
            line-height: 55px;
}
section#about p{
    font-size: 15px;
    line-height: 25px;
}
section#about .loader{
        left: -65px;
    top: 45px;
}
div#banner h2{
    font-size: 80px;
}
#pricing .peccular-pricing-border {
    padding: 0 22.22px 43px;
}
#pricing .peccular-pricing-border:before{
        left: 5px;
}
#features .peccular-features-b{
        padding: 0 0.8em;
}
.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: 3em;
    padding-left: 0;
}
#newsletter .newsletter-sign-box{
      /*  left: 65px;
    right: 65px;*/
}
#newsletter .peccular-section-head h3{
    font-size: 22px;
    padding-top: 0.5em;
}
#services .services-box {
    padding: 0 1em;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        padding: 10px 30px;
            font-size: 20px;
}
.card-hover__title{
        font-size: 18px;
    line-height: 25px;
}
section#about .space-abtblock.wow.zoomIn {
    padding-left: 0em;
}
#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;
}

   
    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;
    }
    
 #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: -15px;
}
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: 30.5% !important;
}
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    margin: 0 12px 50px !important;
    padding: 9px;
    padding-bottom: 0em;
}
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;
}

.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 .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 .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 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 {
    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;
}

#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){
       .gym-timing{
            padding: 0 50px;
                padding-right: 5em !IMPORTANT;
       }
        .faqs-container{
                padding-left: 1em;
        }
        
    #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-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: 20px!important;
    text-align: center;
}
#innerpage-box h4.peccular-testimonials-name {
    text-align: center;
    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: 4em 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;
}

/*Features Res*/

/*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 .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;
}

/*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-section-head h2 {
    font-size: 21px;
}

#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: 0em !important;
}
/*//blog page*/
main#innerpage-box .ht-blog-thumbnail img {
    /*height: 195px !important;*/
}

#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(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){
.faqs-container {
    padding-left: 3em;
    padding-right: 1em;
}
#testimonials .peccular-testimonials-content p{
        font-size: 18px;
            padding-left: 9em;
    padding-right: 7em;
}
    #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;
}

#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;
}

.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;
}

.peccular-testimonials-image:before, .peccular-testimonials-image:after{
    left: 11%;
}
}
@media screen and (min-width:320px) and (max-width: 640px){
    .right-phone-tagline a{
            font-size: 17px;
    }
    .peccular-project-area{
            position: relative;
    bottom: 20px;
    left: 0;
    right: 0;
    }
    #about {
    padding: 0em 0 !important;
}
div#project {
    padding-bottom: 0em !important;
}
    header.site-header{
        position: relative !important;
    }
   .untitled__slideBg{
        background-size: cover !important;
    background-position: center !important;
}
div#main-slider .item{
        margin-left: 0 !important;
}
div#main-slider {
    height: 300px !important;
}
div#main-slider .item {
    height: 300px !important;
}
.untitled__slideBg {
    height: 300px !important;
}

    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 .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: 1em !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%;
}

.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;
}


#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){
        #blog .auth-name{
                left: -10px;
        }
        div#team .peccular-team-box img{
           /* height: auto !important;*/
        }
        div#banner h2{
                font-size: 85px;
        }
        div#banner .banner-background {
    padding: 2em 2em 2em 3em;
}
div#banner .peccular-banner-img img{
    height: 450px;
}
.right-phone-tagline {
    position: absolute;
    bottom: -2px;
    right: 0;
    padding: 0;
    height: 231px;
    width: 75%;
}
.right-phone-tagline a {
    position: relative;
    top: 194px;
    left: 110px;
}
        #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: 0em 0;
        }
        .testimonials_b {
            padding: 0;
        }
       
        #innerpage-box .blog-info-area .metabox2brdr ul li {
            margin: 10px 9px 10px 0;
            padding: 0 16px 0 0;
            font-size: 14px;
        }
        #innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
            padding-left: 0;
        }
        .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;}
            
            .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){
    .show-in-mob {
    display: block;
}
.hide-in-mob {
    display: none;
}
.resp-p.show-in-mob {
    padding: 0;
    padding-left: 1em;
}

    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){
   .box-blog {
    padding: 0;
}
    .site-details{
            top: 40px;
    }
    div#team .peccular-team-social-icon.social-icon:before{
        background-image: linear-gradient(201deg,#ffffff 79%,#374047 0%);
    }
    div#secondary {
    padding: 0 0em !important;
}
div#banner .right-tagline {
    position: absolute;
    font-size: 20px;
    right: 15%;
    top: 20%;
    width: 50%;
}
.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: 3em;
    padding-right: 1em;
}
#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;
}

section#about h2 {
    font-size: 38px;
    line-height: 50px;
}
#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: 0em 0.3em 0em 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){

#team .popup_content {
    margin-left: 0% !important;
    width: 85%;
}
#team .popup_right{
padding-top: 0;
}

   #testimonials .owl-carousel .owl-nav button.owl-next, 
   #testimonials .owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
   }
   section#about h2 {
    font-size: 33px;
    line-height: 45px;
}
div#banner .right-tagline {
    position: absolute;
    font-size: 19px;
    right: 15%;
    top: 20%;
    width: 50%;
}
.right-phone-tagline{
        width: 80%;
}
div#banner h2 {
    font-size: 70px;
}
div#banner .peccular-banner-img img {
    height: 370px;
}
    .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){
#testimonials .peccular-testimonials-content p {
    font-size: 13px;
    line-height: 19px;
}

.right-phone-tagline a{
        font-size: 14px;
}
.right-phone-tagline {
    width: 90%;
}
div#banner .banner-background {
    padding: 2em 2em 2em 2em;
}
div#banner .right-tagline{
        width: 65%;
}
    section#about h2 {
    font-size: 28px;
    line-height: 40px;
}
    #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; }
    .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){
 .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 !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 0px 10px 0;}
}
@media screen and (min-width:768px) and (max-width: 991px){
    .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;
       /*     bottom: 127px;*/
    }
    .banner--block3.sec3-banner-block1 {
        margin-bottom: 2em;
    }    
    #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-contactpage-img img {
        max-width: 70%;
    }
    .peccular-contactpage-img {
        bottom: 42%;
    }
    #innerpage-box #peccular-contactus-wrap {
           padding-bottom: 5em;
    }
    .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: 45.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:hover ul.sub-menu li{
        margin-right: 0.5em !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 .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){
    #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: 46.7% !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;
    }
    main#innerpage-box .faq-answer.text-break div {
    font-size: 14px !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: 0em !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 !important;
    }
    .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-testimonials-single i.fa.fa-quote-left {
    bottom: 3%;
    left: auto;
}
    
    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;
}

 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: 20em !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 .loader{
        top: 24px;
        left: 90px;
    }
}


.untitled {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: rotateHue infinite 20s linear;
          animation: rotateHue infinite 20s linear;
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}
@-webkit-keyframes rotateHue {
  0% {
    filter: hue-rotate(0deg);
  }
  20% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  45% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  70% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  95% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes rotateHue {
  0% {
    filter: saturate(0.5);
  }
  20% {
    filter: saturate(0.5);
  }
 /* 25% {
    filter: saturate(1.5);
  }
  45% {
    filter: saturate(1.5);
  }
  50% {
    filter: saturate(1.8);
  }
  70% {
    filter: saturate(1.8);
  }
  75% {
    filter: saturate(2);
  }
  95% {
    filter: saturate(2);
  }
  100% {
    filter: saturate(1.5);
  }*/
}
.untitled__shutters {
  position: absolute;
  height: 150vmax;
  width: 150vmax;
  left: calc(50% - 75vmax);
  top: calc(50% - 75vmax);
  pointer-events: none;
  z-index: 2;
  -webkit-animation: rotateFrame 10s linear infinite;
          animation: rotateFrame 10s linear infinite;
}
/*to change hover set deg here*/
@-webkit-keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
/*to change hover set deg here*/

.untitled__shutters:before, .untitled__shutters:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #b3401a;
  pointer-events: auto;
  background: transparent linear-gradient(180deg, #9a2921 0%, #9a2921 100%) 0% 0% no-repeat padding-box;
  opacity: 0.75;
}
.untitled__shutters:before {
  bottom: 50%;
  -webkit-animation: openTop 5s infinite;
          animation: openTop 5s infinite;
}
@-webkit-keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
.untitled__shutters:after {
  top: 50%;
  -webkit-animation: openBottom 5s infinite;
          animation: openBottom 5s infinite;
}
@-webkit-keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
.untitled__slides {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #b3401a;
}
.untitled__slide {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: showHideSlide infinite 20s steps(1);
          animation: showHideSlide infinite 20s steps(1);
}
@-webkit-keyframes showHideSlide {
  0% {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  25% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
@keyframes showHideSlide {
  0% {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  25% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
.untitled__slide:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.untitled__slide:nth-child(1) .untitled__slideBg {
  background-image: url(https://unsplash.it/g/1500/2200?image=838);
}
.untitled__slide:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.untitled__slide:nth-child(2) .untitled__slideBg {
  background-image: url(https://unsplash.it/g/1500/1000?image=1078);
}
.untitled__slide:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.untitled__slide:nth-child(3) .untitled__slideBg {
  background-image: url(https://unsplash.it/g/1500/1000?image=1077);
}
.untitled__slide:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.untitled__slide:nth-child(4) .untitled__slideBg {
  background-image: url(https://unsplash.it/g/1500/1200?image=345);
}
.untitled__slideBg {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
      background-repeat: no-repeat !IMPORTANT;
  background-color: #b3401a;
 /* background-blend-mode: hard-light;*/
  opacity: 1;
  z-index: -1;
      height: 750px;
  -webkit-animation: bgInOut 5s infinite;
          animation: bgInOut 5s infinite;
}
@-webkit-keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}
@keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}
.untitled__slideContent {
    position: absolute;
    top: 75.5%;
    left: 69.5%;
    transform: translate3d(-50%, -50%, 0);
    color: white;
    /* font-family: "Abril Fatface", sans-serif; */
    line-height: 0.8;
    /* letter-spacing: -0.025em; */
    z-index: 2;
    opacity: 1;
    /* text-shadow: 0 0 0.5em rgba(179, 64, 26, 0.25); */
    /*mix-blend-mode: lighten;*/
    width: 470px;
}
.untitled__slideContent span {
  display: block;
  font-size: 15vmin;
}
@media screen and (min-width:320px) and (max-width: 768px){
body.page-template.page-template-templates.page-template-contact-template .inner_contentbox {
    padding-bottom: 2.5em;
}
div#counter .peccular-section-head {
    margin-bottom: 2.2em;
}
header.site-header .button-container-1{
        right: 0;
}
#innerpage-box #blog .peccular-blog-post{
        margin: 0 0em;
            margin-bottom: 2.5em !IMPORTANT;
}
.right-c-box{
        margin: 0 0 4em 0.3em;
    position: relative;
    top: 0;
}
.page-template-blog-template #innerpage-box #blog .peccular-blog-post {
    margin: 0 0em 0 0em;
    margin-bottom: 3em !IMPORTANT;
}
.page-template-templatesblogpagewithleftsidebar-template-php #innerpage-box #blog .peccular-blog-post {
    margin: 0 0em 0 0em;
}
main#innerpage-box .contact-block{
        padding: 0 1%;
}
main#innerpage-box .border-box{
        margin: 0 5%;
}
main#innerpage-box .label-box {
    position: relative;
    top: 0;
}
main#innerpage-box .border-box strong, 
main#innerpage-box .border-box strong a{
    font-size: 21px;
}
main#innerpage-box .contact-block:nth-child(3) .border-box {
    padding-bottom: 8px;
}
main#innerpage-box .outer-block{
    width: 100%;
}
main#innerpage-box .contact-block:nth-child(3) {
    position: relative;
    left: 0;
}
main#innerpage-box .contact-block:nth-child(2) {
    position: relative;
    left: 0;
}
.gym-timing {
    position: relative;
}
.gym-timing {
    padding-right: 3em !IMPORTANT;
}
.Gymbox-tagline{
    padding-left: 0;
        text-align: center;
}
#innerpage-box .testimonials_b{
        padding: 0 1em 0 1em;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left{
        bottom: 4%;
    }
main#innerpage-box #products-austrak a, 
main#innerpage-box #products-sherings a, 
main#innerpage-box #products-austmark a {
    margin: 0 12px 60px !important;
}
div#content-box div#services {
    padding: 0 1em !important;
}
div#content-box div#services .card-hover{
        margin-bottom: 2em;
}
.contact-content.bx-contact{
        right: 0;
}
section#contact .container-fluid .contact-content {
    right: 7px;
}
.peccular-contact-img{
        right: 40px;
}
.cont-banner {
    padding: 4em 4em 2em 8em;
}

   #contact .cont-banner {
        padding-top: 1em;
    }
    #contact {
    padding-top: 0em !important;
}

div#observed-target {
    padding-right: 1em;
}
#testimonials .owl-carousel .owl-nav button.owl-prev{
        left: 5%;
}
#testimonials .owl-carousel .owl-nav button.owl-next{
        right: 7%;
}
#testimonials .peccular-testimonials-content p{
        padding-left: 7em;
    padding-right: 6em;
}
div#team .popup_img {
    height: auto !important;
}
#team .popup_content {
    margin-left: 10%;
}
#features .peccular-section-head h2{
    font-size: 35px;
}
 section#about .peccular-fei-img{
    bottom: -100px;
    width: 150px;
    height: 165px;
 }
 section#about .space-abtblock.wow.zoomIn {
    padding-left: 6em;
        padding-right: 2em;
}
section#about .loader{
        left: -75px;
    top: 65px;
}
  #pricing .peccular-pricing-border {
    padding: 0 15.22px 43px;
}
#pricing .peccular-pricing-border:before{
        left: 5px;
}
  .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;
    padding-left: 0;
}
.footer-area .top-area, 
.footer-area .top-area, 
.page .footer-area .top-area, 
.single .footer-area .top-area {
    padding-top: 13.5em !important;
}
.footer-area .social-profile-icons ul li {
    margin: 00 0px 39px 0px;
}
.footer-area .single-footer-4, 
.footer-area .single-footer-4, 
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4 {
    padding-left: 3em;
}
   #newsletter .newsletter-sign-box{
    /* left: 55px; */
    /* right: 55px; */
    position: absolute;
    top: -100px;
   }
   #newsletter .peccular-section-head h3{
        margin-bottom: 1em;
            padding-left: 0;
   }
   #services .services-box {
    padding: 0 1em;
}
.card-hover__title{
        font-size: 21px;
    line-height: 25px;
}
   #innerpage-box .peccular-team-area {
    padding: 0 10px;
}
#innerpage-box .peccular-team-area {
    margin-bottom: 0em;
}
   div#secondary {
    padding: 0 0em !important;
}
#secondary ol.wp-block-latest-comments li{
        padding: 2.2em 0em 0.5em 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;
}
   
   
    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: 400px;
}
div#main-slider .item {
    height: 400px;
    position: relative;
    margin-left: 16%;
}
.untitled__slideBg {
    height: 400px;
}
.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-contactus-wrap img.peccular-about-imgboxshape{
            max-width: 70%;
    }
    main#innerpage-box .contact-block p{
            margin-top: 0px;
    }
    .mainbottom-header {
        padding-bottom: 5px !important;
    }
   
    .navigation .mainmenu li:after {
        bottom: 5px !important;
        left: 25px !important;
    }
  
    #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;
    }
    .peccular-section-head h2{
        padding: 0 1em !important;
            font-size: 30px;
    line-height: 40px;
    }
    #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){
   section#contact .container-fluid .contact-content {
    right: 0px;
}
   .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 !important;
}
.footer-area .top-area, 
.footer-area .top-area, 
.page .footer-area .top-area, 
.single .footer-area .top-area {
    padding-bottom: 1em !important;
    padding-top: 15.5em !important;
}
   .card-hover{
        margin-bottom: 2.5em;
   }
   #services .services-box {
    padding: 0 0em;
}
    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: 25px !important;
    column-gap: 10px !important;
    line-height: 33px;
    }
    .peccular-section-head .description{
       padding: 0 0em !important;
   }

.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){ 
    #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;
    }
   
   
}

@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){

    .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){
    #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: "\f101";
    font-family: 'FontAwesome';
    padding-left: 5px;
        color: #172129;
}
#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;
}
}
