/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
 
header.site-header .maintop-header{
    padding-top: 16px;
    background: #121113;
    padding-bottom: 18px;
}    
header.site-header .maintop-header .top-header-time svg{
    margin-right: 11px;
    position: relative;
}     
header.site-header .maintop-header .top-header-email svg{
    margin-right: 6px;
    position: relative;
}
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;  
    background: #fff;
} 



/*--------------------  heade search --------------------------*/
.peccular-head-search i.fa-search {
    font-size: 19px;
    color: #F7C02E;
    z-index: 1;
    position: relative;
}

.input-box {
  position: relative;
  width: 100%;
  max-width: 100%;
/*  height: 55px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;*/
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 100%;
    transition: all 0.3s;
}

.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
  display: none;
   height: 55px;
  margin: 0 50px;
  background-color: #fff;
  border-radius: 6px;
}
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
}

.input-box.open input {
    display: block;
    transition: all 0.3s;
}
.input-box.open.close input {
    display: none;
    transition: all 0.3s;
}
.input-box.open input {
    padding: 0 15px 0 65px;
    margin: 0;
    box-shadow: none;
}

.input-box.open input[type="text"]{
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 47px;
}

.input-box.open input:placeholder{
    color: #000;
}


.input-box .search {
position: absolute;
    top: -74px;
    right: 28%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* border-radius: 6px; */
    cursor: pointer;
}

.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 30px;
    color: #1c1c1c;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 9999;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
.input-box.open.close .close-icon {
    display: none;
}

.input-box.open input[type="submit"] {
    width: 60px;
    height: 55px;
    position: absolute;
    top: -54px;
    right: 58px;
    padding: 0 10px 0 10px;
    z-index: 2;
    text-indent: -99999px;
    background: transparent;
}


/*----- Sticky Header ------*/
.header-fixed{   
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 200ms ease;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    background: #F3F3F3;;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 

.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
.ht-sticky-header .site-header .top-bar-head{
    background-color: #000;
    top: 12px !important;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.mob-headbar{ display: none; }
.maintop-header ul li{
    list-style: none;
    float: right;
    line-height: 45px;
   
}
.maintop-header .top-header-email i {
    font-size: 17px;
    color: #fff;
    margin: 1px 7px;
}
.maintop-header .top-header-email a.h-email {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
    /* margin-top: 6px; */
    transition: all 0.3s ease 0s;
    position: relative;
    top: 1px;
}
.maintop-header .top-header-email a.h-email:hover{
color: #85a0fe;
transition: all 0.3s ease 0s;
}
.mainbottom-header .top-header-phone i {
    font-size: 28px;
    color: #f27a0a;
    margin: 1px 14px;
}
.mainbottom-header .top-header-phone {
        padding-top: 28px;
    text-align: right;
    position: relative;
    left: 5em;
}
.mainbottom-header .search_iconBX{
    top: 40px;
    position: relative;
    text-align: left;
}
.mainbottom-header .search_iconBX i{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}
.mainbottom-header .top-header-phone .phniconbx {
    float: left;
    width: 55px;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 50%;
    margin-right: 13px;
        text-align: center;
}
.mainbottom-header .top-header-phone .phniconbx svg{
    position: relative;
    top: 22%;

}
.mainbottom-header .top-header-phone .phniconbx svg path{
    stroke: #000;
}
.mainbottom-header .top-header-phone .phniconbx img.peccular-project-leafimgboxshape1 {
    position: relative;
    top: 11px;
}
.mainbottom-header .top-header-phone .phntextbx p{
font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #6E6E6E;
    font-family: 'Poppins';
}
.mainbottom-header .top-header-phone .phntextbx {
    text-align: left;
}
.mainbottom-header .top-header-phone a.h-phone {
 font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 6px;
     transition: all 0.3s ease 0s;
    position: absolute;
}
.mainbottom-header .top-header-phone a.h-phone:hover {
color: #064273;
 transition: all 0.3s ease 0s;
}
.maintop-header .top-header-time i {
    font-size: 19px;
    color: #fff;
    padding: 1px 7px;
}
.maintop-header .top-header-time a.h-time {
font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
    margin-top: 6px;
}
.maintop-header .header-c-block.header-email {
    text-align: right;
}
.maintop-header .header-c-block.header-time {
    text-align: center;
}
.maintop-header p.tophead_text {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.maintop-header .top-header-icons {  padding: 0 11px;}
.maintop-header  a.site-button.sharp {
    padding: 10px 6px 10px 20px;
    font-size: 25px;
    color: #064273;
    transition: all 0.3s ease 0s;
    background: #fff;
}

.site-header .site-navigation { text-align: right; }
.site-header .socials {text-align: right; padding: 25px 13px 25px 0;}


/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #b3b2b2;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding: 0px 62px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 auto;
    text-align: center;
    /*background: #fff;
    position: absolute;
    top: 0;*/
}
.header-transparent .sticky-header .logo-header{
    top: 35px !important;
}
.ht-site-title,.site-title,
.ht-site-title, .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    color: ;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#4a8cec;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .ht-site-description {
        padding: 8px 2px;
    }
}


/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a, .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i, .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover, .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: -webkit-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px){
   .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }
   .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }
    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}
/*--------------------  Socials ---------------------------*/
.share-btn,
.share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
} 
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 400 !important;
    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: #10304D;
}
.navigation .mainmenu li a  {
    color: #064273;
}
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: #064273;
 }

 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: #f27907;
 }
.menu-click i{
    color: #783afd;
 }

.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 {
    background:none ;
  }
 ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
}
.header.site-header ul.sub-menu li a:before {
    color:#064273;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a, .header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #064273;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #f27907;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    /* transition: all 0.5s ease 0s; */
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.header.site-header ul.sub-menu li a:before  {
    content: "\f2dc";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -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;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}


@media only screen and (max-width: 1024px){
   .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px;  }
    #steps .peccular-steps-icon span {
        left: 5px; width: 45px; height: 45px;  }
    .maintop-header .top-header-phone i.fa.fa-phone{ margin: 1px 2px 0 18px;}
    .maintop-header .top-header-icons { padding: 0 0 0 34px;}
    .maintop-header a.site-button.sharp{padding: 10px 6px 10px 3px;}
    .maintop-header .top-header-phone{ margin-left: 15px; }
    #appointment .peccular-appointment-member-wrap input[type="submit"]{ padding: 11px 21px !important;}
    #about .peccular-section-area-textlist ul li,
    #about .peccular-section-area-textlist ol li,
    #about .peccular-section-area-textlist{font-size: 17px !important;line-height: 28px !important;}
    #facility { padding-top: 0em !important;}
  
}
@media only screen and (max-width: 768px){
.maintop-header .top-header-email,
.maintop-header .top-header-phone,
.maintop-header .top-header-time,
.maintop-header .top-header-icons{text-align: left;}
.hamburger-menus{top: 10px !important; margin: 7px 0 !important;}
.menus_box{
    text-align: center;
    position: relative;
}
#appointment .peccular-appointment-member-wrap input[type="submit"]{right: 0 !important;}
#appointment .peccular-appointment-block{    padding: 0 95px;}

}

@media screen and (min-width: 400px) and (max-width: 767px){
.phonenum {
    width: 100px;
    left: 60%;
    position: relative;
    /* overflow: hidden; */
    top: -5em;
}
.mainbottom-header.top-bar-head.bottom-header {
    height: 90px;
    position: relative;
    /* display: none; */
}
.mainbottom-header .search_iconBX svg {
    height: 18px;
    width: 18px;
    position: relative;
}
.mainbottom-header .top-header-phone a.h-phone {
    font-size: 17px;
    /* margin-top: 6px; */
    transition: all 0.3s ease 0s;
    position: relative;
    /* margin-top: 14px; */
    /*top: 10px;*/
    left: -16px;
}
.mainbottom-header .top-header-phone .phniconbx svg {
    position: relative;
    top: 22%;
    height: 20px;
    width: 20px;
}
    .mainbottom-header .top-header-phone .phniconbx {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        background: none !important;
        box-shadow: none;
    }
}
@media screen and (min-width: 319px) and (max-width: 349px){
  .mainbottom-header .search_iconBX {
        top: -77px;
        position: relative;
        width: 120px;
        left: 62%;
    }
        .hamburger-menus {
               top: -45px !important;
        left: 79px;
    }
    .phonenum {
        width: 85px;
        left: 75%;
        position: relative;
        top: -8em;
    }
.mainbottom-header.top-bar-head.bottom-header {
    height: 90px;
    position: relative;
}
.mainbottom-header .search_iconBX svg {
    height: 18px;
    width: 18px;
    position: relative;
}
.mainbottom-header .top-header-phone a.h-phone {
font-size: 12px !important;
        /* margin-top: 6px; */
        transition: all 0.3s ease 0s;
        position: relative;
        /* margin-top: 14px; */
        top: 4px;
        left: -16px;
}
.mainbottom-header .top-header-phone .phniconbx svg {
    position: relative;
    top: 22%;
    height: 20px;
    width: 20px;
}
    .mainbottom-header .top-header-phone .phniconbx {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        background: none !important;
        box-shadow: none;
    }
}
@media screen and (min-width: 350px) and (max-width: 399px){
        .mainbottom-header .search_iconBX {
        top: -77px;
        position: relative;
        width: 120px;
        left: 62%;
    }
        .hamburger-menus {
               top: -45px !important;
        left: 79px;
    }
    .phonenum {
        width: 85px;
        left: 75%;
        position: relative;
        top: -8em;
    }
.mainbottom-header.top-bar-head.bottom-header {
    height: 90px;
    position: relative;
}
.mainbottom-header .search_iconBX svg {
    height: 18px;
    width: 18px;
    position: relative;
}
.mainbottom-header .top-header-phone a.h-phone {
font-size: 12px !important;
        /* margin-top: 6px; */
        transition: all 0.3s ease 0s;
        position: relative;
        /* margin-top: 14px; */
        top: 4px;
        left: -16px;
}
.mainbottom-header .top-header-phone .phniconbx svg {
    position: relative;
    top: 22%;
    height: 20px;
    width: 20px;
}
    .mainbottom-header .top-header-phone .phniconbx {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        background: none !important;
        box-shadow: none;
    }
}
@media screen and (min-width: 424px) and (max-width: 500px){
.hamburger-menus {
        top: 0px !important;
        margin: 7px 0 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.mainbottom-header .search_iconBX {
    top: 16px;
    position: relative;
    text-align: left;
}
}
@media only screen and (min-width: 768px){
    .top-header-icons .share-button {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    
.maintop-header .top-header-email,
.maintop-header .top-header-phone,
.maintop-header .top-header-time,
.maintop-header .top-header-icons{text-align: center;}
/*.hamburger-menus{top: 0px !important; margin: 7px 0 !important;}*/
.col-xs-3.logo {
    width: 50%;
}
.site-header .site-navigation {
    top: -200px;
}
.maintop-header .top-header-email a.h-email,
.mainbottom-header .top-header-phone .phntextbx,
.maintop-header .top-header-time a.h-time {
    display: none;
}
.maintop-header .top-header-email:hover a.h-email,
.mainbottom-header .top-header-phone:hover .phntextbx,
.maintop-header .top-header-time:hover a.h-time {
    display: block;
}
.mainbottom-header .top-header-phone .phntextbx p{
    display: none;
}
.top-header-icons .share-button {
    display: block;
}


.top-header-icons{
    position: absolute;
    right: 50px !important;
    bottom: 0;
    top: -34px;
    z-index: 0;
}
.top-header-icons li i {
    margin-right: 1px;
}
.top-header-icons ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.top-header-icons ul li{
    display: inline-block;
    margin-left: -32px;
    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;
    position: relative;
    right: -5px;
    top: 0px;
}
.maintop-header a.site-button.sharp {
    font-size: 14px;
}
.top-header-icons ul:hover li{
    margin-left: 0px;
    right: 35px;
}
.top-header-icons li.share-button {
    display: block;
}
.top-header-icons ul:hover li.share-button a i{
    display: none;
}
/*.header-c-block {
    position: relative;
    width: 100%;
}
*/
.header-email {
    position: absolute;
    top: 28px;
    left: 0;
} 
.header-phone {
    position: absolute;
    top: 28px;
    left: 35px;
} 


.maintop-header .top-header-email a.h-email, .maintop-header .top-header-phone a.h-phone, .maintop-header .top-header-time a.h-time {
    font-size: 12px;
    margin-top: 0;
}
    .maintop-header .top-header-time a.h-time {
        top: 18px;
        left: 0;
        position: relative;
         /*width: 140px;*/
    }
.header-social {
    top: 50px;
    left: 36px;
    position: absolute;
}
.maintop-header .top-header-icons ul li:last-child {
    margin-left: auto !important;
    position: relative;
    right: 25px;
}


}
@media only screen and (max-width: 320px){
.maintop-header .top-header-phone i.fa.fa-phone { margin: 1px 17px 0 1px;}
.maintop-header .top-header-time i.fa.fa-clock-o{ padding: 1px 8px 17px 0;}
}
@media screen and ( min-width: 320px) and (max-width: 359px){
        .maintop-header .top-header-time a.h-time {
        top: 20px;
    }
    header.site-header .maintop-header .top-header-email svg {
margin-right: 6px;
        position: relative;
        top: -2px;
        height: 14px;
        width: 14px;
}
    .maintop-header .top-header-email a.h-email, .maintop-header .top-header-phone a.h-phone, .maintop-header .top-header-time a.h-time {
        font-size: 11px;
        margin-top: -3px;
    }
    header.site-header .maintop-header {
    padding-top: 13px;
    padding-bottom: 10px;
}
    .top-header-time {
        width: 150px;
        left: 47%;
    }
    .top-header-email {
        width: 150px;
        left: 44%;
        position: relative;
        top: -5px;
    }
header.site-header .maintop-header .top-header-time svg {
        margin-right: 11px;
        position: relative;
        top: 16px;
        width: 14px;
        height: 14px;
}
    .top-header-time {
        position: relative;
        top: -30px;
        margin-left: 18px;
    }
}
@media screen and ( min-width: 360px) and (max-width: 419px){
header.site-header .maintop-header .top-header-email svg {
    margin-right: 6px;
    position: relative;
    top: -6px;
}
    header.site-header .maintop-header {
    padding-top: 13px;
    padding-bottom: 10px;
}
    .top-header-time {
    width: 150px;
    left: 50%;
}
    .top-header-email {
width: 150px;
        left: 44%;
        position: relative;
        top: -5px;
    }
header.site-header .maintop-header .top-header-time svg {
    margin-right: 11px;
    position: relative;
    top: 15px;
}
    .top-header-time {
        position: relative;
        top: -30px;
        margin-left: 30px;
    }
}
@media screen and ( min-width: 320px) and (max-width: 424px){
    #services .ser-img {
    position: relative;
    overflow: hidden;
    height: 250px !important;
}
#services .section_heading {
    margin-bottom: 25px !important;
}
    #features {
    padding-bottom: 2em !important;
}
#services .peccular-service-contenttext p {
    font-size: 15px !important;
    line-height: 25px;
}
#services {
    padding-top: 2em !important;
}
#services .peccular-service-content h4 a {

    font-size: 20px !important;
}
#services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#features .peccular-features-b {
    width: 80% !important;
}
#services .section_heading h2 {
    font-size: 30px !important;
    line-height: 50px !important;
}
#features .peccular-features-single {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
#features .peccular-feature-section-head h3 {
    font-size: 21px !important;
}
#features .peccular-features-icon i {
    font-size: 50px !important;
}
}
@media screen and ( min-width: 425px) and (max-width: 600px){
    #features {
    padding-bottom: 2em !important;
}
#services .peccular-service-contenttext p {
    font-size: 15px !important;
    line-height: 25px;
}
#services {
    padding-top: 2em !important;
}
#services .peccular-service-content h4 a {

    font-size: 20px !important;
}
#services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#features .peccular-features-b {
    width: 80% !important;
}
#services .section_heading h2 {
    font-size: 30px !important;
    line-height: 50px !important;
}
#features .peccular-features-single {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
#features .peccular-feature-section-head h3 {
    font-size: 21px !important;
}
#features .peccular-features-icon i {
    font-size: 50px !important;
}
}
@media screen and ( min-width: 320px) and (max-width: 768px){
        #facility .for-icon {
        width: 25%;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        position: relative;
    }
        #facility .for-icon2 {
        width: 49% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important; 
        position: relative !important;
    }
    #facility .peccular-facility-right-content h4.peccular-facility-title.inner-area-title {
    font-size: 23px !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#about .peccular-section-head h2 {
    font-size: 20px !important;
    padding: 7px 0px !important;
}
#about {
    padding-bottom: 2em !important;
}
    #facility .facility-right-2c {
        right: 0 !important;
        margin-bottom: 43px !important;
    }
}
@media screen and ( min-width: 319px) and (max-width: 374px){
    #about .imgbox-btn i.fa-phone-square {
    content: "\f098";
    font-size: 25px !important;
    padding: 0px 6px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#about .imgbox-btn {
    padding: 3px 19px !important;
    bottom: 0px !important;
    left: 12px !important;
}
#about .imgbox-btn a {
    font-size: 22px !important;
    top: 3px !important;
}
    #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 6px !important;

}
#facility .peccular-facility-b {
    /* float: left; */
    margin: 10px 0px;
    padding: 0 1em 0px 0px !important;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    text-align: left;
    padding-top: 10px;
}
#facility .peccular-facility-content p.peccular-facility-text {
    font-size: 14px !important;
    line-height: 20px !important;
}
    #facility .peccular-facility-icon {
        width: 75px !important;
        height: 74px !important;
        padding-top: 19px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
        #facility .peccular-facility-single {
        margin-bottom: 1em !important;
    }
#facility .peccular-facility-content h4.peccular-facility-title {
        font-size: 20px;
        line-height: 30px;
    }
#facility .peccular-facility-icon span {
    font-size: 40px !important;

}
    #facility .peccular-section-head h2 {
        font-size: 30px !important;
        margin-bottom: 4px !important;
        margin-bottom: 10px !important;
        line-height: 50px !important;

}
#facility .peccular-section-head p {
    padding-right: 15px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}
#about .peccular-section-head h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #about .about-body {
    position: relative;
    margin-top: 0em !important;
}
    #about .peccular-about-img1 img {
    height: 288px !important;

}

    #about .peccular-about-imgbox {
        height: 350px !important;
        margin-bottom: 1em;
    }
}
@media screen and ( min-width: 375px) and (max-width: 424px){
        #about .about-body {
    position: relative;
    margin-top: 0em !important;
}
    #about .imgbox-btn i.fa-phone-square {
    content: "\f098";
    font-size: 25px !important;
    padding: 0px 6px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#about .imgbox-btn {
    padding: 3px 19px !important;
    bottom: 0px !important;
    left: 12px !important;
}
#about .imgbox-btn a {
    font-size: 22px !important;
    top: 3px !important;
}
    #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 6px !important;

}
#facility .peccular-facility-b {
    /* float: left; */
    margin: 10px 0px;
    padding: 0 1em 0px 0px !important;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    text-align: left;
    padding-top: 10px;
}
#facility .peccular-facility-content p.peccular-facility-text {
    font-size: 14px !important;
    line-height: 20px !important;
}
    #facility .peccular-facility-icon {
        width: 75px !important;
        height: 74px !important;
        padding-top: 19px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
        #facility .peccular-facility-single {
        margin-bottom: 1em !important;
    }
#facility .peccular-facility-content h4.peccular-facility-title {
        font-size: 20px;
        line-height: 30px;
    }
#facility .peccular-facility-icon span {
    font-size: 40px !important;

}
    #facility .peccular-section-head h2 {
        font-size: 30px !important;
        margin-bottom: 4px !important;
        margin-bottom: 10px !important;
        line-height: 50px !important;

}
#facility .peccular-section-head p {
    padding-right: 15px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}
#about .peccular-section-head h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #about .peccular-about-img1 img {
    height: 350px !important;

}

    #about .peccular-about-imgbox {
        height: 350px !important;
        margin-bottom: 1em;
    }
}
@media screen and ( min-width: 425px) and (max-width: 500px){
        #about .about-body {
    position: relative;
    margin-top: 1em !important;
}
    #about .imgbox-btn i.fa-phone-square {
    content: "\f098";
    font-size: 25px !important;
    padding: 0px 6px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#about .imgbox-btn {
    padding: 3px 19px !important;
    bottom: 37px !important;
    left: 12px !important;
}
#about .imgbox-btn a {
    font-size: 22px !important;
    top: 3px !important;
}
    #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 6px !important;

}
#facility .peccular-facility-b {
    /* float: left; */
    margin: 10px 0px;
    padding: 0 1em 0px 0px !important;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    text-align: left;
    padding-top: 10px;
}
#facility .peccular-facility-content p.peccular-facility-text {
    font-size: 14px !important;
    line-height: 20px !important;
}
    #facility .peccular-facility-icon {
        width: 75px !important;
        height: 74px !important;
        padding-top: 19px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
        #facility .peccular-facility-single {
        margin-bottom: 1em !important;
    }
#facility .peccular-facility-content h4.peccular-facility-title {
        font-size: 20px;
        line-height: 30px;
    }
#facility .peccular-facility-icon span {
    font-size: 40px !important;

}
    #facility .peccular-section-head h2 {
        font-size: 30px !important;
        margin-bottom: 4px !important;
        margin-bottom: 10px !important;
        line-height: 50px !important;

}
#facility .peccular-section-head p {
    padding-right: 15px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}
#about .peccular-section-head h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #about .peccular-about-img1 img {
    height: 350px !important;

}

    #about .peccular-about-imgbox {
        height: 350px !important;
        margin-bottom: 1em;
    }
}
@media screen and ( min-width: 768px) and (max-width: 1000px){
    #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 6px !important;

}
#facility .peccular-facility-b {
    /* float: left; */
    margin: 10px 0px;
    padding: 0 1em 0px 0px !important;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    text-align: left;
    padding-top: 10px;
}
#facility .peccular-facility-content p.peccular-facility-text {
    font-size: 14px !important;
    line-height: 20px !important;
}
    #facility .peccular-facility-icon {
    width: 75px !important;
    height: 74px !important;
    padding-top: 19px;
    text-align: center;
}
#facility .peccular-facility-content h4.peccular-facility-title {
        font-size: 20px;
        line-height: 30px;
    }
#facility .peccular-facility-icon span {
    font-size: 40px !important;

}
    #facility .peccular-section-head h2 {
    font-size: 40px !important;
    margin-bottom: 4px !important;
    margin-bottom: 20px !important;
    line-height: 55px !important;
}
        #about .peccular-section-head h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    #about .peccular-about-img1 img {
    height: 350px !important;

}

    #about .peccular-about-imgbox {
        height: 350px !important;
        margin-bottom: 1em;
    }
#features .peccular-features-b {
    width: 30% !important;
}
#services .section_heading {
    margin-bottom: 30px;
}
#services .section_heading h2 {
    font-size: 35px !important;
    line-height: 50px !important;
}
#services .ser-img {
    height: 250px;
}
#features {
    padding-bottom: 2em !important;
}
#services {
    padding-top: 2em !important;
}
#services img.peccular-service-img {
    width: 100%;
    height: 250px !important;
    transition: all 0.3s;
}
#services .section_heading {
    margin-bottom: 35px;
}
#services .peccular-service-content h4 a {
    font-size: 23px !important;
}
#services .peccular-service-contenttext p {
    font-size: 15px;
}
#services .section_heading h2 {
    font-size: 35px;
    line-height: 55px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #064273;
}
#features .peccular-features-icon {
    position: relative;
    margin: 5px 0px !important;
}
#features .peccular-features-single {
    position: relative;
    transition: all 0.8s;
    /* border-right: 1px solid #d6d2d2; */
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}
    .hero-slider {
        height: 400px !important;
    }
#features .peccular-features-icon i {
    font-size: 50px !important;
}
.slider-area {
    padding-bottom: 1em;
}
}

@media screen and ( min-width: 320px) and (max-width: 425px){

.maintop-header ul li {   line-height: 21px;}
/*.hamburger-menus {top: 0px !important;}*/
/*header.site-header .maintop-header { padding: 0px 0;}*/
.site-header .site-navigation { text-align: right; margin: 0 0 25px 0;}
.maintop-header .top-header-icons{ margin: 0 0 0 0px;  padding: 9px 0 4px 13px;}
/*.maintop-header .top-header-email, .maintop-header .top-header-phone, .maintop-header .top-header-time, .maintop-header .top-header-icons {
        text-align: left;  }*/
main#innerpage-box .peccular-testimonials-single { margin-top: 1em !important;  margin-bottom: 2em !important;  }  
.maintop-header .top-header-time i.fa.fa-clock-o {
    padding: 3px 0;
}

}

@media screen and ( min-width: 319px) and (max-width: 373px){
.input-box .search {
        position: absolute;
        top: -11em;
        right: 25%;
        width: 50px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #000; */
        /* border-radius: 6px; */
        cursor: pointer;
    }
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }

    .mainbottom-header .top-header-phone {
        /* padding-top: 28px; */
        width: 24px;
        left: 25%;
        position: relative;
        top: 0em;
        /*background: aqua;*/
}
    .input-box.open {
        max-width: 100%;
        transition: all 0.3s;
        width: 200px;
        left: 30%;
    }
.input-box form#searchform {
        position: relative;
        z-index: 2;
        z-index: 9999;
        width: 200px;
        top: -8em;
    }
    .input-box .close-icon {
        position: absolute;
        top: -4.8em;
        right: 12px;
        font-size: 20px;
        padding: 5px;
        transform: translateY(-50%);
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        pointer-events: none;
        opacity: 0;
        z-index: 9999;
    }
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
    width: 200px;
}
.input-box.open input[type="text"] { 
    height: 30px;
}
    .mainbottom-header .top-header-phone a.h-phone {
        font-size: 14px;
        margin-top: 3px;
        position: absolute;
        /* width: 106px; */
        /* background: aquamarine; */
        top: 61px;
    }
.input-box.open input {
    padding: 0 8px 0 9px;
    margin: 0;
    box-shadow: none;
}
.input-box.open input[type="text"] {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 30px;
}
}
@media screen and ( min-width: 374px) and (max-width: 419px){
    .input-box .search {
        position: absolute;
        top: -11em;
        right: 25%;
        width: 50px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #000; */
        /* border-radius: 6px; */
        cursor: pointer;
    }
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }

    .mainbottom-header .top-header-phone {
        /* padding-top: 28px; */
        width: 24px;
        left: 25%;
        position: relative;
        top: 0em;
        /*background: aqua;*/
}
.input-box.open {
    max-width: 100%;
    transition: all 0.3s;
    width: 200px;
    left: 41%;
}
.input-box form#searchform {
        position: relative;
        z-index: 2;
        z-index: 9999;
        width: 200px;
        top: -8em;
    }
    .input-box .close-icon {
        position: absolute;
        top: -4.8em;
        right: 12px;
        font-size: 20px;
        padding: 5px;
        transform: translateY(-50%);
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        pointer-events: none;
        opacity: 0;
        z-index: 9999;
    }
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
    width: 200px;
}
.input-box.open input[type="text"] { 
    height: 30px;
}
    .mainbottom-header .top-header-phone a.h-phone {
        font-size: 14px;
        margin-top: 3px;
        position: absolute;
        /* width: 106px; */
        /* background: aquamarine; */
        top: 61px;
    }
.input-box.open input {
    padding: 0 8px 0 9px;
    margin: 0;
    box-shadow: none;
}
.input-box.open input[type="text"] {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 30px;
}
}


@media screen and ( min-width: 420px) and (max-width: 425px){
    .input-box .search {
    position: absolute;
    top: -8em;
    right: 24%;
    width: 50px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* border-radius: 6px; */
    cursor: pointer;
}
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }

    .mainbottom-header .top-header-phone {
        /* padding-top: 28px; */
        width: 24px;
        left: 25%;
        position: relative;
        top: 0em;
        /*background: aqua;*/
}
.input-box.open {
    max-width: 100%;
    transition: all 0.3s;
    width: 200px;
    left: 41%;
}
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
    width: 200px;
    top: -4em;
}
.input-box .close-icon {
    position: absolute;
    top: -2em;
    right: 12px;
    font-size: 20px;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 9999;
}
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
    width: 200px;
}
.input-box.open input[type="text"] { 
    height: 30px;
}
    .mainbottom-header .top-header-phone a.h-phone {
        font-size: 14px;
        margin-top: 3px;
        position: absolute;
        /* width: 106px; */
        /* background: aquamarine; */
        top: 61px;
    }
.input-box.open input {
    padding: 0 8px 0 9px;
    margin: 0;
    box-shadow: none;
}
.input-box.open input[type="text"] {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 30px;
}
        .mainbottom-header .search_iconBX {
        top: -77px;
        position: relative;
        width: 120px;
        left: 62%;
    }
        .menus_box {
        text-align: center;
        position: relative;
        width: 50px;
        left: 50%;
        top: -43px;
    }
    header.site-header .maintop-header .top-header-email svg {
    margin-right: 6px;
    position: relative;
    top: -6px;
}
    header.site-header .maintop-header {
    padding-top: 13px;
    padding-bottom: 10px;
}
    .top-header-time {
    width: 150px;
    left: 50%;
}
.top-header-email {
    width: 150px;
    left: 50%;
    position: relative;
    top: -5px;
}
header.site-header .maintop-header .top-header-time svg {
    margin-right: 11px;
    position: relative;
    top: 15px;
}
    .top-header-time {
        position: relative;
        top: -30px;
        margin-left: 62px;
}
}
@media only screen and (max-width: 992px){
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 35px;
        top: 13px;
        z-index: 1;
    }
.navigation .mainmenu li.current_page_item a, .current_page_item > a{
    background: #064274;
    color: #fff;
}
.navigation .mainmenu li a{ color: #064274 ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
    .maintop-header .top-header-icons ul li:last-child {        
         margin-left: auto !important;
        position: relative;
        /* left: 0; */
        right: 25px;}
    #appointment .peccular-appointment-block{    padding: 0 19px !important;}
    .maintop-header .top-header-email i.fa.fa-envelope-o{        
        font-size: 18px !important;
        margin: 4px 0px !important;
    }
    .maintop-header .top-header-phone i.fa.fa-phone {
        font-size: 18px;
        margin: 4px 5px !important;
    }
    .maintop-header .top-header-time i.fa.fa-clock-o{font-size: 18px !important;}
    .maintop-header .top-header-phone {
        margin-left: 0px;
    }

}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
    .maintop-header ul li:last-child {  margin-left: 13em;   text-align: right;}


}

@media screen and ( min-width: 359px) and (max-width: 575px){
.ht-main-title { margin: 40px 0 0.5em 0px !important;     font-size: 31px !important;}

}
@media only ( min-width: 320px) and (max-width:360x){
.ht-main-title { margin: 15px 0 0.5em 0px !important;     font-size: 31px !important;}

}



/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
    margin-bottom: 2em;
    margin-top: 2em;
}
.peccular-section-head h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 54px;
}

.peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #064274;
}
#services .service-bg,
#appointment .appointment-bg,
#contactinfo .contactinfo-bg,
#about .about-bg,
#features .features-bg,
#steps .steps-bg,
#project .project-bg,
#facility .facility-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#contact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg

{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#appointment,
#services,
#about,
#contactinfo,
#features,
#steps,
#project,
#facility,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
#slider {
    position: relative;
    overflow: hidden;
}

#slider .slider-bg {
    position: absolute;    
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#slider .overlay {
     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #064273;
    opacity: 0.4;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    top: 51% !important;
    left: 10% !important;
    width: 10% !important;
    text-align: left !important;
}

img.slide-bg-img {
    position: absolute;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #064274 !important ;    
}
.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;    
    border-radius: 100%;
    background: #fff !important;
    /*color: #fdfdfd !important;*/
    display: block !important;
    opacity: 1 !important;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.slider-area{    
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 3em;
    padding-top: 0em;

}
/*.hero-style {
    height: 850px;
    transition: all .4s ease;
}*/
.hero-slider {
    width: 100%;
    height: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .slide-title{
    padding-right: 45px;
    padding-top: 142px;
    padding-left: 35px;
}
.hero-slider .slide-text {
    padding-left: 110px;
    padding-right: 110px;
}
.hero-slider .slide-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.peccular-slider-mainoverlay{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    background-size: cover;
}

.slider-area img {
    max-width: 100%;
    width: 100%;
    height: 100%;
   
}
.slider_bg_img .hero-overlay {
    background: #064274;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slide-inner .slider-inner-mainbox {
    height: 489px;
    overflow: hidden;
}
.sliderimg {
   /*height: 489px;*/
    overflow: hidden;

}
.sliderimg .overlay_mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    background: #000;
    display: none;
}

.slider-inner-box {
    position: absolute;
    padding: 0 26px 0;
    text-align: center;
    top: 0;
    overflow: hidden;
    width: 37%;
    height: 100%;
    left: 100px;
}
.hero-slider .slider-inner-box .content_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #064274;
    opacity: 0.75;
}
/*.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    max-width: 690px;
}*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}

.slider-area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0;
}

.hero-style .slide-title h2 {
    font-size: 44px;
    line-height: 50px;
    color: #ffffff;
    transition: all .4s ease;
    padding: 0 0 0px 0;
    font-family: 'Roboto';
    line-height: 60px;
    margin-bottom: 34px;
}
.hero-style .slide-title h2 span{
    font-size: 32px;
    color: #ffffff;    
    transition: all .4s ease;
    padding: 0 0 0 15px;
    font-weight: 500;
}
.slider-area p {
    color: #fff;
    padding-bottom: 22px;
    margin: 0;
}

.hero-style .slide-text p {
    z-index: 1;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    color: #ffffff;
    transition: all .4s ease;
    line-height: 30px;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slide-btns-1.animated.fadeInDownBig {
    margin-right: 28px;
}
.hero-style ul li{
   display: inline-block;
    padding-right: 10px;
}

.hero-style .slide-btns-1 a.ReadMore {
    font-size: 18px;
    font-family: 'Roboto';
    border-radius: 6px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    background-color: #F27A0A;
    outline-width: 0;
    text-decoration: none !important;
    padding: 16px 38px;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

.hero-style .slide-btns-1 a.ReadMore:hover{
color: #ffffff !important;
background: #f27a0a !important ;
border-color: #ffffff;
}
.hero-style .slide-btns-2 a.ReadMore:hover{
color: #ffffff !important;
background: #f27a0a !important ;
border-color: #ffffff;
}

.slide-btns-2.animated.fadeInDownBig {
    position: relative;
    z-index: 5;
}
.hero-style .slide-btns-2 a.ReadMore{
font-size: 18px;
    font-family: 'Roboto';
    border-radius: 6px;
    font-weight: 500;
    line-height: 25px;
    color: #064274;
    background: #fff;
    outline-width: 0;
    text-decoration: none !important;
    padding: 17px 27px;
    transition: all .6s;
    display: inline-block;
    position: relative;
}
i.fa.fa-chevron-right {
    font-size: 35px;
    position: relative;
    margin: 5px 14px;
}
i.fa.fa-chevron-left {
    font-size: 35px;
    position: relative;
    margin: 6px 4px;
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    background: #064273;
    line-height: 53px;
    margin-top: 40px;
    text-align: center;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fff;
    width: 36px;
    height: 56px;
    border-radius: 5px;
}
.hero-slider .swiper-button-prev i, .hero-slider .swiper-button-next i {
/*color: #fff;*/
    font-size: 25px;
    /* height: 51px; */
    font-weight: 500;
    padding: 14px;
}
/*.swiper-button-prev:hover ,
.swiper-button-next:hover {
    border: 2px solid #f27a0a;
     color: #f27a0a;
} */

.hero-slider .swiper-button-prev {
    left: 10px;
    transform: translateX(24px);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 39% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .swiper-button-next {
    right: 58px;
    transform: translateX(24px);
}

@media (min-width: 1024px){
   #about .peccular-section-head h3 {
    font-size: 30px;
}

}

/*----------------------------------------*/
/*  Services home Area
/*----------------------------------------*/
#services {
    position: relative;
    overflow: hidden;
    margin: 0 0;
}
#services .section_heading {
    margin-bottom: 54px;
}
#services .section_heading h2{
    font-size: 50px;
    line-height: 70px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #064273;
}

#services .service-bgoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 473px;
    opacity: -1;
    background: #ffffff;
}

#services .peccular-service-box{   
transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 15px;
    padding-right: 51px;
    
}
#services .peccular-service-box-area {   
    transition: all 0.5s;
    /*filter: drop-shadow(-1px -1px 4px rgba(50, 50, 0, 0.2));*/
}
#services .ser-img {  
    position: relative;
   overflow: hidden; 
}
#services img.peccular-service-img {
    width: 100%;
    height: 185px;
    transition: all 0.3s;    
}
 #services .peccular-service-box:hover img.peccular-service-img{
    transform: scale(1.2);
    transition: all 1s ease 0s;
   
}
#services .service-btn {
    margin-top: 23px;
        margin-bottom: 6px;
}
#services .service-btn a.read-btn:hover{
    background: #064274;
    color: #fff;
}
#services .service-btn a.read-btn {
    background: #fff;
    color: #f27a0a;
    border: 1px solid;
    border-radius: 5px;
    padding: 6px 13px;
    font-size: 17px;
    font-family: 'Roboto Slab';
    font-weight: 400;
    z-index: 1;
    transition: all .3s;
}
#services .service-btn a.read-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    opacity: 0;
     -webkit-transform: scale3d(0.7, 1, 1); 
     transform: scale3d(0.7, 1, 1); 
     -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; 
     transition: transform 0.4s, opacity 0.4s; 
     -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
}
#services .peccular-service-box .ser-olay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    display: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#services .peccular-service-box:hover .ser-olay{
    display: block;
}

#services .peccular-service-content {        
    padding-top: 16px;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 11px;
    background: transparent;
}

#services .peccular-service-box:hover .peccular-service-content h4 a{
   
   color:#f27a0a ;
}

#services .peccular-service-content h4{
       margin-bottom: 15px;
}

#services .peccular-service-content h4 a{
    word-break: break-word;
    padding: 0;
    font-size: 28px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #064274;
        position: relative;
   
}  
#services .peccular-service-contenttext p{
font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    word-break: break-word;
    line-height: 25px;
    color: #0000007d;
    margin-bottom: 0px;
   
}

.padding-0{padding: 0;}

/*----------------------------------------*/
/*  Appointment Home Section
/*----------------------------------------*/

#appointment{
    position: relative;
    /*margin-top: -10em;*/
    z-index: -1;
    background-image: linear-gradient(0deg,#f2f2f2 51%,#ffffff 39%);
}

#appointment .peccular-section-head {
        margin-bottom: 0px;
    margin-top: 72px;
}
 #appointment .appointment-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#appointment .for-appointment-bg {
        background: #064274;
    padding-top: 6em;
}
 #appointment .peccular-appointment {
    padding-top: 0em;
    position: relative;
}
 #appointment .peccular-appointment-block{
    padding-top: 5em;
}
 #appointment .peccular-section-head h2{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    left: 20px;;
    line-height: 40px;
    font-family: 'Roboto Slab';
    letter-spacing: 1PX;
}
 
 #appointment .peccular-appointment-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

 #appointment .peccular-appointment-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}

 #appointment.peccular-appointment-block {
    margin-top: 3em;
}

 #appointment .peccular-appointment-member-wrap input::placeholder{
    opacity: 0.6;
    color: #d8d9d4;
}

 #appointment .peccular-appointment-member-wrap input[type="text"], 
 #appointment .peccular-appointment-member-wrap input[type="email"], 
 #appointment .peccular-appointment-member-wrap input[type="url"], 
 #appointment .peccular-appointment-member-wrap input[type="password"], 
 #appointment .peccular-appointment-member-wrap input[type="search"], 
 #appointment .peccular-appointment-member-wrap input[type="number"], 
 #appointment .peccular-appointment-member-wrap input[type="tel"], 
 #appointment .peccular-appointment-member-wrap input[type="range"], 
 #appointment .peccular-appointment-member-wrap input[type="date"], 
 #appointment .peccular-appointment-member-wrap input[type="month"], 
 #appointment .peccular-appointment-member-wrap input[type="week"], 
 #appointment .peccular-appointment-member-wrap input[type="time"], 
 #appointment .peccular-appointment-member-wrap input[type="datetime"],
 #appointment .peccular-appointment-member-wrap input[type="datetime-local"], 
 #appointment .peccular-appointment-member-wrap input[type="color"],
 #appointment .peccular-appointment-member-wrap input[type="file"],
 #appointment .peccular-appointment-member-wrap textarea{
     
    border: 1px solid #fff !important;
    background: none;
    z-index: 2000;
    width: 85%;
    color: #d8d9d4;
     margin: 0 0 30px 0;
    border-radius: 7px;
    padding: 8px 17px;
    font-size: 17px;
    font-family: 'Roboto Slab';
    height: 47px;
    font-weight: 400;
   
}
#appointment .peccular-appointment-member-wrap input[type="text"]{ margin: 0 0 0 0px !important; }
#appointment .peccular-appointment-member-wrap input[type="tel"]{ position: relative;  left: -24px; }

#appointment .peccular-appointment-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 0px 0 10px;
    color: #a8a6a7;
    height: 35px;
}

 #appointment .peccular-appointment-member-wrap select{
    outline: 0;
    border: 0;
    border-bottom: 1px solid #d8d9d4;
    z-index: 2000;
    width: 100%;
    margin: 0 0 6px 0;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    height: 55px;
    background: none;
    color: #d8d9d4;
}
 #appointment .peccular-appointment-member-wrap select option{
    font-weight: 600;
    padding-bottom: 12px;
    color: #d8d9d4;
}

 #appointment .peccular-appointment-member-wrap textarea {
    height: 120px;
    padding: 10px 15px;
}
 #appointment  .peccular-appointment-member-wrap textarea::placeholder{
    color:#d8d9d4;
}

 #appointment .peccular-appointment-member-wrap label{
    color:#000;
    margin:0;
    width: 100%;
    font-weight: 500;
}

 #appointment .peccular-appointment-member-wrap input[type="submit"]{
    color: #064273;
    font-weight: 400;
    padding: 11px 30px;   
    background: #fff;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
    font-size: 20px;
    font-family: 'Roboto Slab';
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 6px;
    box-shadow: none;
    position: relative;
    right: 45px;
}
 #appointment .peccular-appointment-member-wrap input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    background: #f27a0a;
    color: #fff;
}

 #appointment .peccular-appointment-phone:hover .peccular-appointment-icon,
 #appointment .peccular-appointment-address:hover .peccular-appointment-icon,
 #appointment .peccular-appointment-mailid:hover .peccular-appointment-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}



/*----------------------------------------*/
/*  Facility Home Area
/*----------------------------------------*/
#facility {
    position: relative;
    background: #F2F2F2;
}
#facility .facility-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#facility .facility-per {
    font-size: 60px;
    font-weight: 400;
    color: #030303;
    line-height: 60px;
}
#facility .facility-per-title {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#facility p.facility-per-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #021348;
}
#facility .facility-per-border {
    border-bottom: 8px solid #f2f2f2;
    position: relative;
    margin-bottom: 1.5em;
}
#facility .facility-per-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    top: 0;
    background: #000;
    height: 8px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#facility:hover .facility-per-border:after,
#facility:focus .facility-per-border:after, 
#facility:active .facility-per-border:after {
    right: 20px;
    background: #3c71fa;
}
#facility .peccular-facility-single:hover .facility-bordericon{
    border: 1px solid #fef6e1;
}

#facility .peccular-section-head {
    padding-right: 11em;
    padding-left: 19px;
}
#facility .peccular-section-head {
    text-align: left;
    margin-bottom: 0em;
    margin-top: 2.5em;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 22px;
    text-align: left;
    padding-top: 10px;011
}
#facility .peccular-section-head h2{
    color: #064273;
    font-weight: 700;
    font-size: 66px;
    margin-bottom: 4px;
    font-family: 'Roboto Slab';
    letter-spacing: 0.65px;
    margin-bottom: 34px;
    line-height: 95px;
}

#facility .peccular-section-head p {
color: #ACACAC;
    padding-right: 22px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}
#facility .peccular-facility-b{
    float: left;
    margin: 10px 0px;
    padding: 0 6em 0px 0px;
}
#facility .peccular-facility-content h4.peccular-facility-title{
font-size: 23px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    word-break: break-word;
    padding: 0;
    line-height: 35px;
    color: #064273;
    margin-bottom: 13px;
    transition: all 0.3s ease 0s;
}  
/*#facility .peccular-facility-single:hover h4.peccular-facility-title{
     color: #f27a0a;
}*/
#facility .peccular-facility-content p.peccular-facility-text{
    color: #3A3A3A;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto';
    word-break: break-word;
    line-height: 20px;
}
/*#facility .peccular-facility-single:hover p.peccular-facility-text{
     color: #064274;
}*/
#facility .peccular-facility-single {
padding: 10px 1em;
    margin-bottom: 0em;
    border-radius: 10px;
    position: relative;
    background-color: transparent;
}
/*#facility .peccular-facility-single:hover{
        box-shadow: 3px 3px 18px 1px #2a599540;
}*/

#facility .peccular-facility-icon {
margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
    width: 107px;
    height: 107px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 19px;
    text-align: center;
}
#facility .peccular-facility-single:hover .peccular-facility-icon{
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    color: #f27907;
    transition: all 0.5s ease 0s;
}
#facility .peccular-facility-icon span{
    font-size: 63px;
    transition: all 0.5s ease 0s;
    color: #F27A0A;
}

#facility .peccular-facility-single:hover .peccular-facility-icon span {
   color: #f27907;
   transition: all 0.5s ease 0s;
}

#facility .all-facility-right-1 {
    position: relative;
    margin-top: 2em;
}
#facility .all-facility-right-2 {
    position: relative;
    margin-top: 2em;
}
#facility .all-facility-right-3 {
    position: relative;
    margin-top: 2em;
}
#facility .facility-right-area a.ficon {
  
}

/*#facility .peccular-facility-right-icon {
    border: 2px solid #fff;
}*/
#facility .peccular-facility-right-icon span{
    font-size: 74px;
    color: #fff;
} 
/*#facility .peccular-section-head .peccular-section-head-icon i.fa.fa-bell  {
    position: relative;
    right: 25%;
    top: 25px;
}*/
#facility .for-icon {
width: 114px;
    height: 114px;
    margin-left: 40%;
    background: #064273;
    margin-bottom: 15px;
    transition: all .3s;
    padding: 7px 7px;
    border-radius: 10px;
    padding: 16px;
}
#facility .peccular-facility-right-icon:hover span{
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

#facility .for-icon2 {
    width: 114px;
    height: 114px;
    margin-left: 29%;
    background: #064274;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 16px;
}
#facility .peccular-facility-right-content h4.peccular-facility-title.inner-area-title {
    font-family: 'Roboto Slab';
    color: #064274;
    font-size: 30px;
    font-weight: 700;
    margin-left: -17px;
}
#facility .facility-right-2a {
    position: relative;
    left: -8px;
    top: -13px;
}
#facility .facility-right-2b {
    position: relative;
    right: -58px;
    top: -12px;
}
#facility .facility-right-2c {
    position: relative;
    right: -21px;
    top: 8px;
}
#facility .facility-right-2d {
    position: relative;
    right: -26px;
    top: -33px;
}
#facility .facility-right-area-bg {
    position: absolute;
    border: 50px solid #0000001f;
    width: 308px;
    height: 308px;
    z-index: 0;
    top: 6em;
    right: 7em;
    transform: rotate(45deg);
}
#facility .facility-right-area {
    position: relative;
    
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
#team .peccular-team-block {
    position: relative;
}
 #team .peccular-teambg {
    position: absolute;
    left: 0;
    height: 753px;
    width: 504px;
}
 #team .peccular-teambg img{
height: 100%;
width:100%;
position: absolute;
 }
#team .peccular-section-head {
    margin-bottom: 3em;
    margin-top: 0em;
}
#team .peccular-team-single{
    position: relative;
    transition: all 0.8s;
}
/*Top Leaf Icon 1*/
.top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
}
#team .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}

/*Top Leaf Icon 2*/
.top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
}
#team .top_icon2 i.fa.fa-envira {
       font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(45deg);
     transition: all 0.8s;
}

/*Top Leaf Icon 3*/
.top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
}
#team .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}
 
#team .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #42682c;
    transform: scale(1.1);
}
#team .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #42682c;
    transform: scale(1.1);
}
#team .peccular-team-single:hover {
    border-color:#42682c ;
    transition: all 0.8s;
}
#team .peccular-team-single:hover .border_circle{
    border-color:#42682c ;
    transition: all 0.8s;
}

/***************/


/*Bottom Leaf ICon 1*/

#team .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#team .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#team .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 3*/
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 1;
    transform: rotate(0);
}
#team .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 4*/
#team .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#team .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #42682c;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#team .peccular-section-head h2{
color: #064273;
    margin-top: 0em;
    font-weight: bold;
    font-size: 58px;
    line-height: 72px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.58px;
    font-family: 'Roboto Slab';
}
#team .peccular-section-head h3 {
    color: #65A93E;
    display: block;
        font-size: 60px;
    line-height: 72px;
}
 #team .peccular-section-head i {
    color: #42682c;
    font-size: 1px;
    padding: 0px 73px;
    background: #42682c;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
 #team .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
#team .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#team {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#team .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    top: -60px;
    position: absolute;
    right: 115px;
}

#team .owl-carousel .owl-nav button.owl-next{
  background: #42682c;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: -25px;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-next:hover{
    background: #000;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-prev{
background: #42682c;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-prev,
#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-next{
    opacity: 1;
}

#team .owl-carousel .owl-nav button.owl-prev:hover{
    background: #42682c;
        transition: all 0.3s ease 0s;
}

#team .owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel button.owl-dot{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-next:hover:before{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel button.owl-dot{
    content: "\f177";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
#team .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
#team .owl-carousel .owl-nav button.owl-next span{
        display: none;
}
#team .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -86px;
    position: absolute;
    right: 85px;
}

#team .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#team .peccular-team-content2 svg{
    position: relative;
    top: -129px;
    z-index: 1;
}
#team .svgpadding {
    position: absolute;
    bottom: 78px;
    background: aqua;
    z-index: 1;
}
#team .tpadding{ padding: 0 0 0 2em; }

#team .team_Border_svg svg path{
    fill: #a39d9d !important;
}

#team h4.peccular-team-name {
font-size: 29px;
    font-weight: 400;
    margin-top: 0;
    /* margin-bottom: 8px; */
    letter-spacing: 0px;
    line-height: 43px;
    text-align: left;
    letter-spacing: 0px;
    color: #064273;
    opacity: 1;
    transition: .8s ease;
    font-family: 'Roboto';
}

#team .Team_details {
text-align: left;
    position: relative;
    width: 100%;
    padding: 10.93px 0 14.63px 0;
    z-index: 1;
}
#team .team_img_area{
    position: relative;
    text-align: center;
}
#team .team_img_overlay{
    width: 240px;
    height: 240px;
    background: #72AF4E;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    right: 10px;
    top: 20px;
    left: 10px;
    bottom: 10px;
    transition: all 1s;
    opacity: 0;
    transform: scale3d(1, 1, 1);
    z-index: -1;
    outline: 2px dashed #72AF4E;
    outline-offset: 5px;
    margin: 0 auto;
}


/*div#team .peccular-team-image:hover .team_img_overlay {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: .4;
}*/

#team h6.peccular-team-designation{
    font-weight: 400;
    color: #72AF4E;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
}
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation, h6.detail_designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team h4.peccular-popteam-name, #team h4.detail_name{
    color: #06332e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
#team .detail_content {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
#team .peccular-team-image {
/*    overflow: hidden;*/
    position: relative;
}

#team .peccular-team-image img {
width: 100%;
    height: 406px;
    border: none;
    opacity: 1;
    border-radius: 0;
    transition: all 1s ease 0s;
}

/*#team .peccular-team-image:hover img {
    transition: all 1s ease 0s;
    transform: scale(0.85);
}*/

#team .peccular-team-box{    margin-bottom: 2em;}
#team .peccular-team-single:hover h4.peccular-team-name{  
    color: #194500; 
    letter-spacing: 1px; 
    transition: .8s ease;
 }

#team .peccular-team-social-icon{
    position: relative;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 1;
    text-align: center;
}
div#team .peccular-team-image:hover .peccular-team-social-icon {
    opacity: 1; 
    bottom: 35%;
}
#team .peccular-team-social-icon i {
    color: #72AF4E;
    font-size: 20px;
    padding: 4px 2px;
/*    transition: .9s ease;*/
    width: 45px;
    height: 45px;
    line-height: 35px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin-right: 13px;
}
/*#team .peccular-team-social-icon a:last-child i {
    margin-right: 0px;
}*/

/*#team .peccular-team-social-icon i:hover {
    color: #fff;
}*/
#team .peccular-team-social-icon a {
    position: relative;
    overflow: hidden;
}

#team .peccular-team-social-icon a span.team-s-hvr {
    width: 62px;
    height: 81px;
    width: 55px;
    height: 55px;
    background: #72AF4E;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    right: -5px;
    top: -20px;
    left: -5px;
    bottom: 0;
    transition: all 1s;
    opacity: 0;
    transform: scale3d(1, 1, 1);
    z-index: -1;
}


#team .peccular-team-social-icon a:hover span.team-s-hvr {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: .4;
}
#team .peccular-team-social-icon a i:hover, #team .peccular-team-social-icon a span.team-s-hvr{
    background: #72AF4E;
}
/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

#innerpage-box .peccular-team-single {
    position: relative;
    transition: all 0.8s;
    margin: 0 1em 3em;
}

/*Top Leaf Icon 1*/
#innerpage-box .peccular-team-single .top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single  .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
    transition: all 0.8s;
}

/*Top Leaf Icon 2*/
#innerpage-box .peccular-team-single .top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .top_icon2 i.fa.fa-envira {
       font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(45deg);
     transition: all 0.8s;
}

/*Top Leaf Icon 3*/
#innerpage-box .peccular-team-single .top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
    transition: all 0.8s;
}
 
#innerpage-box .peccular-team-single .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #42682c;
    transform: scale(1.1);
}
#innerpage-box .peccular-team-single .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #42682c;
    transform: scale(1.1);
}
#innerpage-box .peccular-team-single .peccular-team-single:hover {
    border-color:#42682c ;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-single:hover .border_circle{
    border-color:#42682c ;
    transition: all 0.8s;
}

/***************/

/*Bottom Leaf ICon 1*/

#innerpage-box .peccular-team-single .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#innerpage-box .peccular-team-single .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 3*/
#innerpage-box .peccular-team-single .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

/*Bottom Leaf ICon 4*/
#innerpage-box .peccular-team-single .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #42682c;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-image {
    overflow: hidden;
    position: relative;
     transition: all 0.9s ease 0s;
}
#innerpage-box .peccular-team-single .peccular-team-image:hover{
    transform: scale(0.9);
}
#innerpage-box .peccular-team-single .peccular-team-image img {
    height: 406px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content {
    transition: all 0.8s;
}

#innerpage-box .peccular-team-single .Team_details {
    padding: 10px 20px 0px 0px;
    text-align: center;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single h4.peccular-team-name {
    font-size: 29px;
    font-weight: 400;
    margin-top: 0;
    /* margin-bottom: 8px; */
    letter-spacing: 0px;
    line-height: 43px;
    text-align: left;
    letter-spacing: 0px;
    color: #064273;
    opacity: 1;
    transition: .8s ease;
    font-family: 'Roboto';
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-weight: 400 !important;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    transition: all 0.8s;
    margin: 0;
    margin-top: 3px;
    margin-bottom: -10px;
}
#innerpage-box .peccular-team-single h6.team_experience.peccular-team-experience {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon {
    position: relative;
    top: 25px;
    z-index: 999;
    transition: all 0.8s;
    margin: 0 auto;
    text-align: center;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i {
    color: #65A93E;
    background: #fff;
    font-size: 22px;
    padding: 12px;
    border-radius: 50%;
    transition: .9s ease;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    line-height: 15px;
    text-align: center;
    border: 4px dotted transparent;
}
/*Hover effects*/
#innerpage-box .peccular-team-single:hover .peccular-team-social-icon i{
    color: #fff;
    background: #65A93E;
    border: 2px dotted #fff;
    opacity: 1;
    transform: scale(1.2);
}
#innerpage-box .peccular-team-single:hover .border_circle {
     left: 96%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon1 {
    position: absolute;
    top: -33px;
    left: 90%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon2 {
    position: absolute;
    top: -41px;
    left: 97%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon3 {
    position: absolute;
    top: -30px;
    left: 103%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 100%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon2 {
    bottom: 54px;
    right: 89%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon3 {
    bottom: 24px;
    right: 100%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon4 {
    bottom: 10px;
    right: 89%;
    transition: all 0.8s;
}
/*#innerpage-box .peccular-team-single .peccular-team-image:after {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #064273;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}*/
#innerpage-box .peccular-team-single:hover .peccular-team-image:after{
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
}
#innerpage-box .peccular-team-area {
    padding: 0 5px;
    margin-bottom: 10px;
}



/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/

#testimonials{
   
    position: relative;
    overflow: hidden;
     margin: 0em 0;
}
#testimonials .testimonials-bg {
   opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
}
#testimonials .testimonials-bg2 {
  background: #064273;
    position: absolute;
    left: 0;
    right: 0;
    top: 57%;
    bottom: 0;
}
#testimonials .testimonials-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

#testimonials .peccular-section-head h3{
    color: #064273;
    margin-top: 0em;
    font-weight: bold;
    font-size: 58px;
    line-height: 72px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.58px;
    font-family: 'Roboto Slab';
}
#testimonials .peccular-testimonial-block {
    position: relative;
    top: 3.5em;
}
#testimonials .peccular-testimonials-single{
        padding: 1em 2em;
}

#testimonials .peccular-testimonials-image{
    position: relative;
}
#testimonials .peccular-testimonials-image img {
    width: 125px;
    height: 125px;
    transition: all 0.9s ease;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-radius: 5px;
     border: 3px solid transparent;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img{
    border: 3px solid #F27A0A;
     transition: all 0.9s ease;
     transform: scale(1.1);
}
#testimonials h4.peccular-testimonials-name {
font-weight: bold;
    color: #000;
    margin: 0 0 6px;
    transition: all .35s ease-out;
    font-size: 29px;
    line-height: 40px;
    font-family: 'Roboto Slab';
    position: relative;
    z-index: 1;
}
#testimonials .client_data {
    position: relative;
    left: 10%;
    text-align: left;
    padding-left: 15%;
    margin-bottom: 35px;
}
#testimonials .peccular-section-head {
text-align: left;
    margin-bottom: 1.5em;
    margin-top: 0;
    position: relative;
    top: 2em;
}
.peccular-testimonials-content {
padding: 0 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #06427336;
    position: relative;
    top: -89px;
    z-index: 0;
    padding-top: 33px;
    left: 22px;
        border-bottom: none;
}
.peccular-testimonials-content svg{
        left: -2px;
    position: relative;
    z-index: 999;
    top: 6px;
}
.peccular-testimonials-content svg path{
stroke: #fda12b;
fill: #fda12b;
}
#testimonials h6.peccular-testimonials-designation {
font-family: 'Roboto';
    font-size: 19px;
    font-weight: 400;
    word-break: break-word;
    margin: 9px 0 0px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #2A2A2A;
        opacity: 0.79;
}

#testimonials .peccular-testimonials-content p{
    color: #676767;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 32px;
    padding-right: 89px;
}

#testimonials .peccular-testimonials-content i {
    font-size: 32px;
    color: #9bb3c7;
    position: relative;
    top: 0px;
    left: -30px;
    margin-right: -24px;
    margin-left: 33px;
    transition: all 0.7s ease;
}
#testimonials .peccular-testimonials-content i.fa-quote-right{
    top: 9px;
    margin-left: 40px;
}

#testimonials .peccular-testimonials-single:hover .peccular-testimonials-content i{
    transform: rotateY(204deg);
    transition: all 0.7s ease-out;
    color: #f27a0a !important;
}

#testimonials .owl-theme .owl-dots {
    display: none;
}
#testimonials .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    left: 0%;
    bottom: 80px;
    display: none !important;
}
#testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -32px;
    bottom: 103px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 55px;
    cursor: pointer;
    height: 55px;
    position: absolute;
    display: block;
    z-index: 1000;   
    line-height: 45px;
    box-shadow: 0px 0px 20px rgb(50 50 0 / 25%);
}
#testimonials .owl-nav .owl-next {
    position: absolute;
    right: -32px;
    bottom: 103px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 55px;
    cursor: pointer;
    height: 55px;
    position: absolute;
    display: block;
    z-index: 1000;    
    line-height: 50px;
    box-shadow: 0px 0px 20px rgb(50 50 0 / 25%);
}
#testimonials .owl-nav .owl-prev, 
#testimonials .owl-nav .owl-next {
    background-color: #fff;
}

#testimonials .owl-stage-outer:hover .owl-prev {  
    opacity: 1;  
}
#testimonials .owl-stage-outer:hover .owl-next {
   right: -10px;
    opacity: 1;
}
#testimonials .owl-nav .owl-prev span,
#testimonials .owl-nav .owl-next span{
   display: none;
}
#testimonials .owl-nav .owl-prev:after,
#testimonials .owl-nav .owl-next:after{
    font-size: 30px;
    color: #000;
    line-height: 50px;
}
#testimonials .owl-nav .owl-prev:after{
    content: "\f053";
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: "\f054";
    font-family: 'FontAwesome';
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev {
    background-color: #fff;
    opacity: 1;
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-prev:after,
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-next:after{
    color: #064273;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}


/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

 #project {
    position: relative;
    background: #fdfdfd;
    overflow: hidden;
}
 #project .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
 #project .peccular-projectbg{
    position: absolute;
    left: 0;
    right: 0;
 }
  #project .peccular-section-head {
    text-align: left;
    margin-bottom: 3.5em;
    margin-top: 0em;
}
 #project .peccular-section-head h2{
  color: #064273;
    margin-top: 0em;
    font-weight: bold;
    font-size: 58px;
    line-height: 72px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.58px;
    font-family: 'Roboto Slab';
}

 #project .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
 #project .peccular-section-head h3{
    color: #021348;
}
 #project .peccular-project-area {
    padding: 0 0px;
}

 #project .peccular-project-single {
position: relative;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 25px;
}

 #project .peccular-project-single .project-img-pnt1 span {
    position: absolute;
    top: 27px;    
    width: 14px;
    height: 14px;   
    left: 38px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-pnt1 span:before{
    position: absolute;
    top: -2px;    
    width: 14px;
    height: 14px;    
    left: 23px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-pnt1 span:after{
    position: absolute;
    top: -2px;   
    width: 14px;
    height: 14px;   
    left: 45px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-pnt2 span{
    position: absolute;
    right: 52px;
    width: 14px;
    height: 14px;
    bottom: 29px;
    /* left: 48px; */
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-pnt2 span:before{
    position: absolute;
    right: 18px;
    width: 14px;
    top: -2px;
    height: 14px;   
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-pnt2 span:after{

    position: absolute;
    right: 39px;
    width: 14px;
    top: -2px;
    height: 14px;    
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #project .peccular-project-single .project-img-bdr1 {

    position: relative;
    border-top: 2px solid;
    top: -13px;
    width: 81%;
    color: #064274;
    left: 71px;
}

 #project .peccular-project-single .project-img-bdr2 {
    position: relative;
    border-top: 2px solid;
    top: 12px;
    width: 79%;
    color: #064274;
    left: -17px;
}

 #project .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
 #project .peccular-project-single .overlay {
    background: transparent linear-gradient(0deg, #064273 0%, #042C4C52 43%, transparent 77%, transparent 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 0;
    transition: all 0.5 ease 0s;
}

/* #project .peccular-project-single:before{
    content: '';
    border-left: 2px solid #064274;
    position: absolute;
    left: 19px;
    width: 100%;
    height: 83%;
    bottom: 35px;
}

 #project .peccular-project-single:after{
    content: '';
    border-right: 2px solid #064274;
    position: absolute;
    right: 30px;
    width: 100%;
    height: 83%;
    top: 34px;
}*/
#project .peccular-project-single .peccular-project-img img{
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
}
#project .peccular-project-single:hover .peccular-project-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#project .peccular-project-single:hover .overlay{
    opacity: 0;
   transition: all 0.95s ease 0s;
}
#project .peccular-project-single .peccular-project-content {
    position: absolute;
    /* padding: 0 36px; */
    z-index: 1;
    bottom: 39px;
    transition: all 0.5s ease 0s;
    opacity: 1;
    background: transparent;
    padding-left: 42px;
    padding-right: 44px;
}
#project .peccular-project-single .peccular-project-content:hover{
    letter-spacing: 1px;
}
#project .peccular-project-single h4.peccular-project-title {
color: #F7F8F9;
    left: 0;
    position: relative;
    font-size: 25px;
    font-family: 'Roboto Slab';
    font-weight: 400;
    transition: all 0.5s ease 0s;
    margin-bottom: 0.5em;
    letter-spacing: 0.25px;
    line-height: 32px;
}
#project .peccular-project-single h4.peccular-project-title:hover{
color: #000;
 transition: all 0.5s ease 0s;
 text-decoration: underline;
}
#project .peccular-project-single .peccular-project-text{
    color: #9c9a9b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


#project .peccular-project-single .peccular-project-content a{
    font-size: 14px;
    font-weight: 600;
    color: #d1dcfe;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #3d72fc;
    position: relative;
    top: 1em;
    border: 1px solid #3d72fc;
}
#project .peccular-project-single .peccular-project-content a:hover{
    color: #618af9;
    background: #fff;
}
#project .peccular-project-single .peccular-project-content a i {
    margin-left: 7px;
    font-size: 16px;
}
/*----------------------------------------*/
/*  Features Area
/*----------------------------------------*/

#features {
    position: relative;
    z-index: 1;
    /*margin-top: -4rem;*/
    overflow: hidden;
}
#features .owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
#features .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0;
} 

#features .features-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#features .peccular-features-b {
    border: 0.5px solid #E8E8E8;
      width: 19.5%;
          background: #fff;
              box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.1);
}
#features .feature-sec {
    background: #e6ecf1;
    border-radius: 8px;
    width: 23%;
    clip-path: polygon(0 0, 0 474%, 100% 1%);
        position: relative;
    z-index: 99;

}
#features .peccular-features-area {
    background-color: #fff;
/*    margin-left: -15px;
*/}
/*#features .forbgcolor {
    background: #fff;
    position: relative;
    opacity: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(50 50 0 / 25%);
}*/
#features .peccular-feature-section-head h3 {
    position: relative;
    font-size: 25px;
    color: #064273;
    font-family: 'Roboto Slab';
    font-weight: bold;
}
#features .peccular-feature-section-head h2 {
    position: relative;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #064273;
}
#features h4.peccular-features-title{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    word-break: break-word;
    padding: 0;
    margin: 0.5em 1px;
    line-height: 20px;
    color: #000000;
    transition: all 0.3s;
}  

#features .peccular-features-icon {
    position: relative;
        margin: 17px 0px;
}
#features .peccular-feature-section-head {
    margin-bottom: 43px;
}
#features .peccular-features-icon i{
font-size: 77px;
    font-weight: 500;
    color: #064273;
    transition: all 0.8s;
} 
#features .peccular-features-single:hover .peccular-features-icon i{
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
   color: #f27907;
} 

#features .peccular-features-single{
    position: relative;
    transition: all 0.8s;
    /* border-right: 1px solid #d6d2d2; */
    padding-top: 15px;
    padding-bottom: 35px;
}
#features .item.peccular-features-b {
    border-right: 1px solid #cccccc;
}



/*----------------------------------------*/
/*  About home Area
/*----------------------------------------*/
 #about {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
  
}
 #about .peccular-about-imgbox {
    max-width: 100%;
    height: 100%;
    position: relative;
}

 #about .peccular-about-img1 img{
height: 589px;
    border-radius: 2px;
    width: 100%;
}
#about .peccular-about-img1 .overlay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
}
#about .padding-0{padding: 0 5px 0 0;}

 #about .about-body {
    position: relative;
        margin-top: 3em;
}
 #about .about-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

 #about .peccular-section-head {
    margin-bottom: 4px;
    margin-top: 0em;
    position: relative;
    top: 17px;

}
 #about .peccular-section-head h3{
    color: #064273;
    margin-left: 1em;
    font-family: 'Roboto Slab';
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}
 #about .peccular-section-area-textlist ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;

}
#about .listabout {
    padding-left: 19px;
}
 #about .peccular-section-area-textlist ul li,
 #about .peccular-section-area-textlist ol li,
 #about .peccular-section-area-textlist {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    line-height: 40px;
    /* margin-bottom: 15px; */
    font-family: 'Roboto';
}
 #about .peccular-section-area-textlist ul li:before, 
 #about .peccular-section-area-textlist ol li:before{
content: "\f05d";
    font-family: 'Fontawesome';
    margin-right: 9px;
    /* background: #f27a0a; */
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #F27A0A;
    font-size: 15px;
    padding: 2px 2px;
    border-radius: 6px;
    font-weight: 300;
}
 #about .peccular-section-area-text-subtitle {
color: #ACACAC;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 25px;
    margin-bottom: 1em;
    font-family: 'Roboto';
    padding-right: 60px;
        padding-left: 19px;
}
 #about .peccular-section-head h2{
text-align: center;
    padding: 13px 26px 13px !important;
    border-radius: 0px;
    letter-spacing: 0;
    font-size: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    word-break: break-word;
    background: #fff;
    color: #000;
    margin: 0 0 21px 0 !important;
    border-bottom: none !important;
}
 #about .peccular-about-btn a:hover{
    background: #325b90;
}
 #about.peccular-about-imgbtn ul li {
    display: inline-block;
}

 #about .peccular-section-head .peccular-section-head-icon i{
       font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #064274;
    margin-left: 1em;
}

 #about .peccular-about-imgbox{ 
}
 #about .about-imgbox-bdr1 span {
    position: absolute;
    border-top: 3px solid #094474;
    width: 85%;
    top: -5px;
    left: 15px;
}
 #about .about-imgbox-bdr1 span:before{
            position: absolute;
    top: -17px;
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: -31px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #about .about-imgbox-bdr1 span:after {
        position: absolute;
    top: -12px;
    width: 22px;
    height: 22px;
    bottom: 10px;
    /* color: #000; */
    background: #064274;
    right: -26px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #about .about-imgbox-bdr2 span {
        position: absolute;
    border-left: 3px solid #094474;
    color: #000;
    z-index: 0;
    left: -29px;
    top: -23px;
    height: 100%;
}
 #about .about-imgbox-bdr2 span:before {
        position: absolute;
    /* top: -17px; */
    width: 32px;
    height: 32px;
    bottom: -30px;
    left: -17px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #about .about-imgbox-bdr2 span:after {
            position: absolute;
    /* top: -12px; */
    width: 22px;
    height: 22px;
    bottom: -25px;
    /* color: #000; */
    background: #064274;
    left: -12px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
 #about .imgbox-btn {
position: absolute;
    padding: 3px 19px;
    /* font-size: 30px; */
    background: #fff;
    bottom: 12px;
    left: 3px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.9s ease 0s;
}
 #about .imgbox-btn a {
    position: relative;
    color: #000;
    font-size: 34px;
    font-family: 'Roboto Slab';
    font-weight: 800;
    top: 13px
}
 #about .imgbox-btn i.fa-phone-square {
    content: "\f098";
    font-size: 65px;
    color: #f27a0a;
    padding: 0px 6px;
    margin-right: 7px;
    margin-left: -14px;
}
 #about .imgbox-btn:hover i.fa-phone-square{
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
/*-----------counter--------------*/
#about .peccular-counter-area {
    margin-top: -13px;
}
#about .peccular-counter-num.count {
    color: #fff;
    font-size: 39px;
    font-weight: 600;
}
#about .peccular-counter-area .counter-bgoverlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
    background-size: cover;
}
#about .peccular-counter-area .all-co1 {
        background-color: #064273;
    border-radius: 5px;
}
/*#about .peccular-counter-area .all-co-top span {
    position: absolute;
    border: 1px solid #064274;
    width: 109px;
    margin: -12px 0px 0px -48px;
}
#about .peccular-counter-area .all-co-top span:before{
    position: absolute;
    top: -6px;
    right: 0;
    width: 11px;
    height: 11px;
    bottom: 10px;
    left: 107px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
#about .peccular-counter-area .all-co-top span:after{
    position: absolute;
    top: -6px;
    right: 0;
    width: 11px;
    height: 11px;
    bottom: 10px;
    left: -11px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
#about .peccular-counter-area .all-co-left span {
    position: absolute;
    border: 1px solid #064274;
    width: 99px;
    margin: -50px 0px 0px -123px;
    transform: rotate(90deg);
}
#about .peccular-counter-area .all-co-left span:before{
        position: absolute;
    top: -6px;
    right: 0;
    width: 11px;
    height: 11px;
    bottom: 10px;
    left: -12px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}
#about .peccular-counter-area .all-co-left span:after{
    position: absolute;
    top: -6px;
    right: 0;
    width: 11px;
    height: 11px;
    bottom: 10px;
    left: 96px;
    border: 2px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
    transition: all 0.4s;
}*/

#about .peccular-counter-area h4.peccular-counter-title  {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto';
    word-break: break-word;
    color: #fff;
    padding: 0 0 12px 0;
    margin-bottom: 0;
    line-height: 21px;
    transition: all 0.3s ease 0s;
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

#about .peccular-counter-area .peccular-counter-num.count{
    font-size: 38px;
    font-weight: bold;
    font-family: 'Roboto Slab';
    word-break: break-word;
    color: #fff;
    padding: 9px 0 0px 0;
    z-index: 12;
    position: relative;
    transition: all 0.3s ease 0s;
}
#about .peccular-counter-area .all-co1:hover .peccular-counter-num.count{
        color: #064274;
}
#about .peccular-counter-area .all-co1:hover h4.peccular-counter-title{
        color: #064274;
}
#about .peccular-counter-area .all-co1:hover{
        background-color: #ffff;
}
#about .peccular-counter-area .peccular-counter-single {
    padding: 7px 6px 6px 14px;
    margin-bottom: 26px;
    cursor: pointer;
    /*background-image: linear-gradient(316deg,#f27a0a 45%,#f2f2f2 45%);*/
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border1 span{
    border-top: 1px solid #094474;
    width: 98px;
    content: '';
    margin-left: -45px;
    position: absolute;
    margin-top: -8px;
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border1 span:before{
       position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    right: -10px;
    border: 1px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border1 span:after{
    position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    left: -10px;
    border: 1px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border2 span{
       border-left: 1px solid #094474;
    height: 99px;
    content: '';
    display: block;
    margin-left: -8px;
    position: absolute;
    z-index: 8;
    margin-top: -101px;
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border2 span:before{
     position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    right: -4px;
    border: 1px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
}
#about .peccular-counter-area .peccular-counter-single .counter-num-border2 span:after{
  position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    right: -4px;
    border: 1px solid #064274;
    content: '';
    opacity: 1 !important;
    z-index: 9;
    border-radius: 88%;
}


/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/
/*#counter .counter-bgoverlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.9;
    background-size: cover;
}

#counter .peccular-counter-area {
    position: relative;
}

#counter {
    
    position: relative;
}
#counter .peccular-section-head h2{
    background: linear-gradient(to right, #7441f4 0%, #5468f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#counter .peccular-section-head h2:after {
    border-color: #ffd95e;
    border-image-source: linear-gradient(to left, #7441f4, #5468f0);
}
#counter .peccular-section-head h3{
    color: #021348;
}

#counter .peccular-section-head h3 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}
#counter .peccular-counter-single{

    border: 2px dotted transparent;
    border-radius: 4px;
    padding: 1em;
    margin: 0em 1em 1em;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single:hover {
    border: 2px dotted #fff;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-icon span{
    font-size: 50px;
    color: #fff;
}
#counter .peccular-counter-single:hover .peccular-counter-icon span {
    color: #3d72fc;
    transition: all 0.3s ease 0s;
}
#counter h4.peccular-counter-title  {
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    margin-top: 0px;
}
#counter .peccular-counter-single:hover h4.peccular-counter-title{
    color: #084d46;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single:hover .counter-num-border{
   
    border: 7px solid #084d46;
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-num.count{
    font-size: 53px;
    font-weight: 900;
    word-break: break-word;
    color: #fff;
    padding: 0;    
    z-index: 12;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single:hover .peccular-counter-num.count{

    top: -10px;
    transition: all 0.3s ease 0s;
}
#counter .peccular-counter-single .counter-num-border{

    border: 7px solid #aaa;
    width: 40%;  
    position: relative;
    top: 74px;
    bottom: 0;
    right: 0%;
    left: 42px;
    z-index: 0;
    padding: 62px 0;
    transition: all 0.3s ease 0s;
}*/
/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
#steps .steps-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#steps {
    background: #fff;
}
#steps .steps-body {
    position: relative;
}
#steps .peccular-section-head h2{
    color: #000;
}

#steps .peccular-section-head h2 {
    font-weight: 600;
    font-size: 45px;
}

#steps .peccular-section-head h3{
    color: #021348;
}

#steps .peccular-steps-content h4.peccular-steps-title{
    font-size: 20px;
    font-weight: 600;
    word-break: break-word;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 35px;
    color: #000;
    transition: all 0.3s ease 0s;
}  
#steps .peccular-steps-single:hover h4.peccular-steps-title{
   color: #fff;
}
#steps .peccular-steps-b:hover .peccular-steps-single .peccular-steps-title, 
#steps .peccular-steps-b:hover .peccular-steps-content p.peccular-steps-text {    
    color: #fff;
}
#steps .peccular-steps-content p.peccular-steps-text{
    color: #9e9ea0;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    line-height: 20px;
    margin-bottom: 0px
}
#steps .peccular-steps-single:hover p.peccular-steps-text{
   color: #fff;
}
#steps .peccular-steps-b {
    padding: 10px;
    position: relative;
  /*  overflow: hidden;*/
}
#steps .peccular-steps-b:after{
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 38px;
    top: 65px;
    border-left: 4px solid #efedee;
    height: 85%;
    width: 99%;
    z-index: 1;
}
#steps .peccular-steps-b:last-child:after{
    border: 0;
}
#steps .peccular-steps-single{
    padding: 1.2em 1em 1.2em;
    margin: 0em 0 1em;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
#steps .peccular-steps-b:hover .peccular-steps-single{
    background: #3c71fa;
}

#steps .peccular-steps-b .peccular-steps-single:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 17px solid #f9f9f9;
    border-bottom: 14px solid transparent;
    left: -16px;
    top: 10%;
    position: absolute;
}

#steps .peccular-steps-b:hover .peccular-steps-single:after {
    border-top: 14px solid transparent;
    border-right: 17px solid #3d72fc;
    border-bottom: 14px solid transparent;
}

#steps .peccular-steps-single .peccular-steps-num {
    color: #666666;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
#steps .peccular-steps-b:hover .peccular-steps-single .peccular-steps-num {
    color: #fff;
}
#steps .peccular-steps-icon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#steps span {
    z-index: 2;
    position: relative;
    top: 15px;
    background: #3d72fc;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#steps span:before {
    color: #fcfafb;
    position: relative;
    z-index: 3;
}

#steps span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
}
#steps span:hover:after, 
#steps span:focus:after, 
#steps span:active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/
#blog .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#blog {
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}
#blog .peccular-section-head h2{
    color: #000;
    font-weight: 700;
    font-size: 40px;
        margin-bottom: 40px;
        font-family: 'Roboto Slab';
}

#blog .peccular-section-head h2:after {
   display: none;
}
#blog img.peccular-blogtopbg {
    position: absolute;
    top: 0;
    right: 0;
}
#blog img.peccular-blogdownbg {
    position: absolute;
    bottom: 15%;
    left: 0;
}
#blog .peccular-section-head {
      margin-bottom: 52px;
}
#blog .peccular-section-head h3{
    color: #064273;
    margin-top: 0em;
    font-weight: bold;
    font-size: 58px;
    line-height: 72px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.58px;
    font-family: 'Roboto Slab';
}
#blog .peccular-blog-posts {
    padding-bottom: 3em;
}
#blog .peccular-blog-post{
    background: #fff;
    padding: 21px 15px;
    margin: 0 17px 35px 17px;
    position: relative;
    overflow: hidden;
    border: 0.20000000298023224px solid #064273;
    /* box-shadow: 0px 0px 20px rgb(50 50 0 / 25%); */
    border-radius: 5px;
        padding-bottom: 28px;
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
    color: #064274;
    font-size: 24px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0;
    padding: 8px 0;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.24px;
}
#blog .peccular-blog-post:hover h4.inner-area-title{
        color: #f27a0a;   
}
#blog p{
    color: #9e9eaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    padding: 0em;
}
#blog .read-btn{
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 19px;
    font-family: "Roboto";
    display: inline-block;
    padding: 12px 33px;
    font-weight: 400;
    text-align: center;
    margin: 8px 0 0px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#blog .read-btn:hover{
    transition: all 0.5s ease 0s;
    color: #fff;
    background: #064274;
}

#blog .peccular-blog-single {   
    padding: 9px 0;
    background: #ffff;
    padding-left: 5px;
}
#blog .peccular-blog-date{
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #f27a0a;
    color: #FDFDFD;
    padding: 11px 30px;
    font-family: 'Roboto';
    letter-spacing: 0.17px;
    border-radius: 5px;
}
#blog .peccular-blog-date p{
    font-size: 17px;
    font-weight: 500;
    color: #064274; 
    text-align: center;
    line-height: 20px;
}
#blog .peccular-blog-date li {
    list-style: none;
}
#blog .peccular-blog-date i.fa.fa-calendar-check-o {
    padding: 0 6px;
}

#blog .peccular-blog-thumbnail a img {
    width: 100%;
}
#blog .peccular-blog-thumbnail {
    position: relative;
     overflow: hidden;
}
#blog .peccular-blog-thumbnail .overlay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    display: none;
}
#blog .peccular-box-area-S:hover .overlay{
    display: block;
}
#blog .peccular-blog-comment {
    margin: 2px 0 6px;
}
#blog .peccular-blog-comment:hover span{
    color: #f2790e;
}
#blog .peccular-blog-comment span {
    color: #b9b9b9;
    font-size: 16px;
    font-family: 'Roboto Slab';
    padding: 15px 0px 15px;
    font-weight: 400;
    text-transform: capitalize;
}
#blog .peccular-blog-comment i{
    font-size: 14px;
     font-weight: 500;
    padding-right: 5px;
    color: #000;
}
#blog .peccular-blog-author span {
color: #064273ad;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 15px 0px 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.16px;
}
#blog .peccular-blog-author {
    margin-bottom: 5px;
    margin-top: 4px;
}
#blog .peccular-blog-author span i{
        font-size: 12px;
    font-weight: 400;
}
#blog .peccular-blog-author:hover span{
    color: #f2790e;
}
#blog .peccular-blog-category span a {
    color: #b9b9b9;
    font-size: 18px;
    font-family: 'Roboto Slab';
    padding: 15px 0px 15px;
    font-weight: 400;
    text-transform: capitalize;
}
#blog .peccular-blog-category:hover span a{
    color: #f2790e;
}

#blog .peccular-blog-thumbnail img {
   transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
        border-radius: 5px;
}
#blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
    transform: scale(1.2);
}

/*----------------------------------------*/
/* Client Logo Area
/*----------------------------------------*/
#ourclient {
    position: relative;
    overflow: hidden;
    margin-top: -16em;
    bottom: 2em;
}
#ourclient .ourclient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#ourclient .no-js .owl-carousel, .owl-carousel.owl-loaded {
    padding: 0;
}

#ourclient .item {
    padding: 12px;
}
#ourclient figure.peccular-ourclient-logo {
    padding: 10px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

#ourclient  .owl-theme .owl-dots, 
#ourclient  .owl-theme .owl-nav {
    display: none;
}
#ourclient figure.peccular-ourclient-logo:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 2px 0px 17px 5px rgb(0 0 0 / 14%);
    
}
#ourclient figure.peccular-ourclient-logo:hover  img{
    filter: grayscale(0%);
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
#ourclient figure.peccular-ourclient-logo img{
    width: 100%;
    /*height: 60px;*/
    /*filter: grayscale(100%);*/
}
/*----------------------------------------*/
/*  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;
    overflow: hidden;
}
#newsletter .peccular-section-head {
    margin-bottom: 0em;
    margin-top: 0;
}
#newsletter .newsletter-sign-box {
    padding: 22px 0em 19px 0;
    position: relative;
    border-radius: 5px;
    z-index: 999;
}
#newsletter .peccular-section-head h2{
    color: #064273;
    font-size: 49px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 0px;
    font-family: 'Roboto Slab';
}
#newsletter .peccular-newsletter-policy {
color: #064273;
    font-size: 18px;
    font-weight: 400;
    margin: 3px 0 0 30px;
    font-family: 'Roboto Slab';
}
#newsletter .peccular-newsletter-policy .rightsvg{
background: #F27A0A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 21px;
}
#newsletter .peccular-newsletter-policy svg{
    position: relative;
    border-radius: 5px;
    width: 12px;
    height: 10px;
    top: 0px;
    left: 6px;
}
#newsletter .peccular-newsletter-policy i{
    margin-right: 39px;
    background: #f27a0a;    
    color: #fff;
    font-size: 14px;
    padding: 3px 3px;
    border-radius: 6px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#newsletter .peccular-newsletter-policy a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;   
    margin: 0 0 0 10px;
    text-decoration: underline;
}
#newsletter .peccular-newsletter-policy a:hover{color: #f27a0a;}

#newsletter .peccular-section-head h2:after {
   display: none;
}
#newsletter .peccular-section-head h3{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
#newsletter .peccular-section-head-icon {
    /* width: 50px; */
    text-align: center;
}
#newsletter .peccular-section-head-icon i {
    font-size: 50px;
    line-height: 50px;
  color: #fff;
}

#newsletter  .peccular-newsletter-member-wrap input::placeholder{
    opacity: 1;
    color: #d1cfd0;
}
#newsletter .peccular-newsletter-member-wrap {
    color: #fff;
    padding: 12px 2em;
    padding-top: 1.5em;
}
#newsletter .wpcf7 form .wpcf7-response-output{  
    margin: 1em 0.5em 1em !important;
    padding: 0.2em 1em;
    border: 1px solid #00a0d2 !important;}

#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;
    color: #324B6D !important;
    margin: 0 0 10px 0;
    border-radius: 5px;
    /* border: 1px solid #fff; */
    font-size: 18px;
    height: 50px;
    font-weight: 400;
    background: transparent;
    border: 0.5px solid #0642738a;
    font-family: 'Roboto';
}
/*#newsletter .peccular-newsletter-member-wrap input[type="email"]{
    color: #4d4d4d !important;
}*/
#newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 12px 20px;
}

#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 5PX 0 0 5px;
}
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#d1cfd0;
}

#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}
#newsletter .peccular-newsletter-member-wrap .wpcf7-form {
   /* background: #fff !important;*/
        height: 60px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    display: inline-block;
    background: #f27a0a !important;
    color: #fff;
    float: right;
    font-weight: 200;
    padding: 12px 29px;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    margin: 5px 0;
    font-family: 'Roboto';
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    background: #fff !important;
    color: #064273;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover .wpcf7:after{

    display: none !important;
    color: #000;
    
}



/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contactinfo {
position: relative;
    overflow: hidden;
    background: #064273;
}
#contactinfo .peccular-section-head {
    margin: 60px 60px 60px 60px;
    text-align: center;
}
#contactinfo img.contactinfo-img-responsive {
    width: 100%;
    height: 634px;
    position: relative;
    z-index: 1;
}
#contactinfo .peccular-section-head h2{
color: #fff;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .35s ease-out;
    font-size: 67px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    letter-spacing: 0.67px;
}
#contactinfo :hover .peccular-section-head h2 {
    letter-spacing: 2px;
}
#contactinfo .appointment_section .appointmnthead h3{
    color: #E7F5FC;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .35s ease-out;
    font-size: 44px;
    font-family: 'Roboto Slab';
    line-height: 55px;
    font-weight: bold;
}

#contactinfo .peccular-appointment-member-wrap input[type="text"], #contactinfo .peccular-appointment-member-wrap input[type="email"], #contactinfo .peccular-appointment-member-wrap input[type="url"], #contactinfo .peccular-appointment-member-wrap input[type="password"], #contactinfo .peccular-appointment-member-wrap input[type="search"], #contactinfo .peccular-appointment-member-wrap input[type="number"], #contactinfo .peccular-appointment-member-wrap input[type="tel"], #contactinfo .peccular-appointment-member-wrap input[type="range"], #contactinfo .peccular-appointment-member-wrap input[type="date"], #contactinfo .peccular-appointment-member-wrap input[type="month"], #contactinfo .peccular-appointment-member-wrap input[type="week"], #contactinfo .peccular-appointment-member-wrap input[type="time"], #contactinfo .peccular-appointment-member-wrap input[type="datetime"], #contactinfo .peccular-appointment-member-wrap input[type="datetime-local"], #contactinfo .peccular-appointment-member-wrap input[type="color"], #contactinfo .peccular-appointment-member-wrap input[type="file"], #contactinfo .peccular-appointment-member-wrap textarea {
    border: 1px solid #fff !important;
    background: none;
    z-index: 2000;
    width: 85%;
    color: #ffffffc9;
    margin: 0 0 30px 0;
    border-radius: 5px;
    padding: 8px 17px;
    font-size: 25px;
    font-family: 'Roboto';
    height: 59px;
    font-weight: 400;
}
#contactinfo .peccular-appointment-member-wrap textarea::placeholder, 
#contactinfo .peccular-appointment-member-wrap input::placeholder {
color: #ffffffc9;
  }
#contactinfo .peccular-appointment-member-wrap input[type="submit"] {
    color: #064273;
    font-weight: 500;
    padding: 14px 43px;
    background: #fff;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 26px;
    font-family: 'Roboto';
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 6px;
    box-shadow: none;
    position: relative;
    right: 18px;
}

#contactinfo .peccular-section-head h2:after {
   display: none;
}

#contactinfo .appointment_section {
    padding-top: 35px;
    padding-bottom: 16px;
    width: 80%;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
}
#contactinfo .peccular-section-head h3{
    color: #fff;
    padding: 0 0;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 17px;
    font-family: 'Roboto';
    letter-spacing: 0.19px;
}
#contactinfo .space-contactinfoblock{ background: #064273; }

#contactinfo .contactinfo-email {
    padding: 8px;
    cursor: pointer;
}
#contactinfo .contactinfo-number {
    padding: 8px;
    margin-bottom: 3px;
    cursor: pointer;
}
#contactinfo .contactinfo-addresss {
    padding: 8px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all .35s ease-out;
}

#contactinfo .continfo-bg {
    background: #064274;
}
#contactinfo .contactinfo-containt {
    position: relative;
    left: 11%;
    z-index: 1;
    margin-top: 0;
}

#contactinfo .contactinfo-containt h2 {
color: #E7F5FC;
    font-size: 28px;
    margin: 2px 22px;
    font-weight: 400;
    text-align: left;
    z-index: 0;
    position: relative;
    left: 17px;
    top: 17px;
    padding-right: 46%;
    line-height: 37px;
    font-family: 'Roboto';
}
#contactinfo .contactinfo-containt .address_block{
    position: relative;
    top: 3px;
}
/*#contactinfo .contactinfo-containt h2:hover{
    color: #000;
}*/

#contactinfo .contactinfo-icon i {
    color: #fff;     
    
}
#contactinfo .contactinfo-icon i.fa-map-marker{ padding: 7px 16px ;   font-size: 39px; }
#contactinfo .contactinfo-icon i.fa-phone{ padding: 7px 13px; font-size: 37px;    }
#contactinfo .contactinfo-icon i.fa-envelope-o{font-size: 33px ; padding: 9px 10px; }

#contactinfo .contactinfo-icon {
    padding: 15px 2px;
    width: 83px;
    height: 83px;
    background: #ffffff21;
    border-radius: 10px;
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
  #footer,
  .footer-area {
    position: relative;
    margin-top: 0em;
    overflow: hidden;
    background: #064274;
    padding-top: 19px;
}

/* #footer .bg-for {
    background: #064274;
    position: relative;
    margin: 7em 0 0 0;
    padding: 8em 1em 3em;
}*/

/*-------for single product page-----------*/
.single-productpage{margin: 0 0 8em 0;}
/*-----------------------------------------*/

#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 .menu-quick-links-container,
#footer .menu-primary-menu-container, 
#footer .menu-services-container {
    margin-top: 12px;
}
.footer-area li,
.footer-area li,
.page .footer-area li {display: block;margin-bottom: 20px;font-size: 15px;font-weight: 500; }
.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    font-family: 'Roboto';
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.footer-area li:before,
.footer-area li:before,
.page .footer-area li:before,
.single .footer-area li:before  {
        content: "\f00c";
    font-family: 'Fontawesome';
    font-size: 17px;
    padding: 3px;
    border-radius: 6px;
    color: #fff;
    margin-right: 9px;
}
.footer-area .gallery-item, .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 20px;
    font-family: 'Roboto Slab';
    color: #f8f4f5;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #FFFFFF;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 23px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 400;
    font-family: 'Roboto Slab';
    position: relative;
}

.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;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {
    position: relative;}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    background: #c1c6ca3d;
    font-size: 21px;
   color: #ffffff;
   font-weight: 500;
   font-family: "Roboto";
   text-align: center;
    padding: 9px 0;
    margin-bottom: 28px;
}
#footer i.fa.fa-copyright {
    color: #fff;
    font-size: 22px !important;
    margin-right: 3px !important;
}
.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;
    position: relative;
    display: block;
    z-index: 1;
}
#footer ul.sub-menu.toggle-submenu {
    display: none;
}
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}
.footer-area input[type="submit"],
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,

.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,

.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    border-bottom: 1px solid;
    background: none;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,

.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,

.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
    opacity: 0.6;
    background: none;
}
.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;
}
.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 22px;
    margin-right: 15px;
}
.footer-area .textwidget.custom-html-widget {
    color: #E7F5FC;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 25px;
}
.footer-area i.fa {
    color: #fff;
}
.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;
    border-radius: 4px;
    font-size: 32px;
    padding: 6px 7px;
    background: #f27a0a;
    height: 30px;
    width: 30px;
}
.footer-area .social-profile-icons i.fa-brands,
.page .footer-area .social-profile-icons i.fa-brands ,
.single .footer-area .social-profile-icons i.fa-brands{
    padding: 0;
   text-align: center;
    margin-right: 0;
    border-radius: 6px;
    font-size: 17px;
    padding: 5px 6px;
    background: #f27a0a;
}


 .footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background: transparent;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    /*float: left;
    margin-top: -42px;
    position: relative;*/
}
.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: 1em;
    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;
}
.footer-area .single-footer-4,
.footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}
.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;
}
.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;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000;
    font-size: 20px;
    margin-right: 6px;
}
.single #content-box .socialMedia ul li a.site-button span{
    color: #000;
    font-size: 16px;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{
    margin-bottom: 12px;
    margin-left: 0;
    }
.single-footer-1 p{
    margin-bottom: 40px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 18px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    /*padding: 9px 22px 50px !important;*/
    position: relative;
    top: 0;
    text-align: left;
  }
  .single-footer p{
      font-size: 18px !important;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 16px !important;
    color: #fff !important;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
  .single-footer-5 h4.widget-title{

    /*text-align: center !important;*/
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    /*background: #074842 !important;*/
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
   

  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }
  .footer-area .social-profile-icons ul li a{
    padding: 8px 8px;
    border-radius: 6px;
    text-align: center;
    line-height: 26px;
    width: 38% !important;
    height: 38%;
    color: #fff;

  }
#footer .social-profile-icons {
    text-align: left;
        top: 0px;
    position: relative;
}

  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #696464 !important;
    background: #fff;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
     color: #000 !important;
     font-size: 18px;
   }

    .footer-area  .top-area {
    /* margin-bottom: -68px; */
    overflow: hidden;
    position: relative;
    /*bottom: -68px;*/
}

   .footer-area .footer-bgleft {
    /*background-image: url(images/footerbgleft.png);*/ 
    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{
    /*background-image: url(images/footerbgright.png);*/    
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 0.5em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    /*text-transform: uppercase;
    text-decoration: underline;*/
}
.category .ht-main-title {
    margin: 0 0 .5em;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #4a4a4a;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
    /*text-transform: uppercase !important;*/
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #fff;
    padding: 3em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
}

#content-box ul li:before, #content-box ol li:before, main#innerpage-box div#sitemap-box ul li a:before {
    color: #064274;
}
.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 ul.products li.product .price, 
.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-about-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, 
{
        color: #064274;

}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbbox span {
    color: #fafbfd;
    margin: 0 3px;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #f9c12c;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 600;
    
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/


#innerpage-box .inner-blogpost{
background: #fff;
    padding: 21px 15px;
    margin: 0 17px 35px 17px;
    position: relative;
    overflow: hidden;
    border: 0.20000000298023224px solid #a9aaa5;
    border-radius: 5px;
    padding-bottom: 28px;
}
#innerpage-box .inner_contentbox {
    background: #fff;
    padding: 0!important;
    top: 3em;
    position: relative;
    margin-bottom: 10em;
}

#innerpage-box .blog-category {
    padding: 20px 0 0 20px;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
}
#innerpage-box .blog-category span i {
    color: #f27907;
    font-size: 13px;
    padding-right: 10px;
}

#innerpage-box .blog-tags i {
    color: #666465;
    font-size: 23px;
    padding-right: 10px;
}
 #innerpage-box .single_post .blog-tags a{
    color: #ffff !important;
}
#innerpage-box .single_post .blog-tags a {
   position: relative;
    color: #fff;
    font-size: 14px !important;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #003440;
}
#innerpage-box .blog-category span {
    font-size: 16px;
    font-weight: 500;
    color: #838283;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
}
#innerpage-box .blog-category{
    padding-top: 20px;
}
#innerpage-box .blog-date {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #f27a0a;
    color: #FDFDFD;
    padding: 11px 30px;
    font-family: 'Roboto';
    letter-spacing: 0.17px;
    border-radius: 5px;
}
#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 0;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    color: #064273ad;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 0px 5px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.16px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #4d4d4d;
    font-size: 15px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {

    border-bottom: 1px solid #E8E8E8;
    padding: 0 10px;
    margin-bottom: 2em;
    position: relative;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr:before{
    left: 0;
    height: 3px;
    width: 40px;
    content: "";
    margin: 45px 5px;
    position: absolute;
    background-color: #f27907;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #66727D;
    float: left;
    list-style: none;
    margin-right: 9px;
    padding: 0 16px 0 0;
    border-right: 1px solid #ccc;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
}
.single #innerpage-box .comment-respond h4{
  
    padding: 0 0;
    
}
.single #innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;
   color: #000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}
#commentsAdd {
    margin-top: 40px;
    padding: 35px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(12 12 12 / 5%);
    box-shadow: 0px 0px 35px 0px rgb(12 12 12 / 5%);
}
#commentsAdd .comment-respond h4 span:before{
    left: 0;
    height: 3px;
    margin: 35px 1px;
    width: 40px;
    content: "";
    position: absolute;
    background-color: #f27907;
}
#content-box .socialMedia {
    padding: 1em 0;
}

#content-box .socialMedia ul li a{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 6px;
    color: #ffff !important;
    line-height: 23px;
    line-height: 23px;
    padding: 9px 8px;
    margin-right: 8px;
}
#content-box .socialMedia ul li:before{ display: none  ; }
#content-box .socialMedia ul li .fb-so{
    background-color: #3b5998;
}
#content-box .socialMedia ul li .tw-so{
    background-color: #55acee;
}
#content-box .socialMedia ul li .in-so{
    background-color: #dd4b39;
}
#content-box .socialMedia ul li .pt-so{
    background-color: #cd339a;
}
#content-box .socialMedia ul li i {
    margin-right: 5px;
    font-size: 20px;
    color: #fff;
}
#content-box .socialMedia ul li:hover i{
    transform: rotateY(360deg);
    transition: all 0.7s ease-out;
}
#innerpage-box .ht-blog-thumbnail img {
        
}

#innerpage-box .ht-blog-thumbnail .overlay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    display: none;
     transition: all 0.7s ease-out;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    display: block;
     transition: all 0.7s ease-out;
}

#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 {
    padding: 9px 0;
    background: #ffff;
    padding-left: 5px;
}
#innerpage-box #blog-box h4 {
    color: #064274;
    font-size: 24px;
    font-family: 'Roboto Slab' !important;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0;
    padding: 8px 0;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.24px;
}

#innerpage-box #blog-box h2:hover {    
    color: #064274;    
}
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: 18px;
    line-height: 30px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 25px;
}

#innerpage-box .blog-page-btn{

    padding-top: 10px;
}
#innerpage-box .blog-page-btn a {
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 19px;
    font-family: "Roboto";
    display: inline-block;
    padding: 12px 33px;
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
#innerpage-box .blog-page-btn a:hover {
    color: #f2790e;
    background: #064274;
    transition: all 0.5s ease 0s;
}

#innerpage-box .blog-page-btn a {
    color: #000;
}

#innerpage-box .single_post .blog-page-btn {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
    text-decoration: underline;
}
#innerpage-box .single_post .blog-page-btn a {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    color: #f9c12c;
}
#innerpage-box .single_post .blog-page-btn a:hover {
   letter-spacing: 2px;
}
#innerpage-box .single_post .blog-page-btn i {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    right: 0;
    float: right;
    color: #4d4d4d;
}
#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a{ color: #000 !important;}

#innerpage-box .single_post .blog-tags a,
#innerpage-box .single_post .blog-tags a.ml-2.mb-2 {
    color:#fff ;
    background: #064274;
}

#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: #f27907 !important;}
#innerpage-box .single_post .blog-tags {
    padding: 38px;
}
#innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #000;
    padding-right: 8px;
}

#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;   
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{

    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #064274;
    
}
#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: #064274;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

#innerpage-box #blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #064274;
    margin-bottom: 5px;
}
#innerpage-box #blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

#innerpage-box .ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
#innerpage-box .ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #064274;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
#innerpage-box .ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

#innerpage-box .blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #064274;
    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;
}

#innerpage-box .blog-read-more a:before,
#innerpage-box .blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #064274;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

#innerpage-box .blog-read-more a:before {
    top: -25%;
    left: 20%;
}

#innerpage-box .blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

#innerpage-box .blog-read-more a:hover:before,
#innerpage-box .blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}
#innerpage-box .blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #064274;
    transform: none;
}
#innerpage-box #blog-box h2 {
    font-size: 20px !important;
}
.single main#innerpage-box h2{

    padding: 0px 0px !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #064274;
    text-decoration: underline;
}

.single main#innerpage-box h1, .single main#innerpage-box h2, .single main#innerpage-box h3, .single main#innerpage-box h4, .single main#innerpage-box h5, .single main#innerpage-box h6 {
    color: #064274;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}
#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: #064274;
    text-decoration: underline;
}
div#secondary {    
    padding: 0px;
    border-radius: 5px;
}
div#secondary .widget {
    margin-bottom: 42px;
    position: relative !important;
    padding: 0px 10px 0;
    border: none;
}
.sidebar>.widget form button:after {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: 'Fontawesome';
    text-align: right;
    /* right: 9%; */
    float: right;
    margin: 0;
    top: -14px;
    left: 9px;
    z-index: 9999;
    content: "\f002";
    clear: both;
}
.widget-area .widget_nav_menu ul li a{
    display: block;
    padding: 13px 30px 13px 24px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 5px;
}
.widget-area .widget_nav_menu ul {
    padding-left: 35px;
}
.widget-area .widget_nav_menu ul li a:after{
    content: '\f052';
    font-family: FontAwesome;
    position: absolute;
    top: 20%;
    left: -14px;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: 1;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 29px;
    font-size: 13px;
    padding-left: 2px;
    font-weight: 300;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    transform: rotate(88deg);
    border: 1px solid #404040;
    border-radius: 2px;
}
.widget-area .widget_nav_menu ul li a{
    color: #000 !important;
    font-weight: 500;
    width: 100%;
}

.widget-area .widget_nav_menu h4{
   border-bottom: 1px solid #eaeaea;
    padding-left: 18px !important;
    padding-bottom: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border-radius: 0 !important;
}

.widget-area .widget_nav_menu ul li {
    margin: 15px 15px;   
    margin: 0 !important;
}

.widget-area .widget_nav_menu ul li a:hover,.widget_nav_menu ul li.current-menu-item a{
    color: #fdfdfd !important;
    position: relative;
    z-index: 1;   
}

.widget-area .widget_nav_menu ul li:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #064273;
    -webkit-transition: width 0.3s linear;
    color: #fff !important;
    transition: all 0.35s ease 0s;
}
.widget-area .widget_nav_menu ul li:hover:after, 
.widget-area .widget_nav_menu ul li.current-menu-item:after{
    width: 100%;
    color:#fff !important;
    display: block;
}
.widget-area .widget_nav_menu ul li:hover,
.widget-area .widget_nav_menu ul li.current-menu-item {
    color: #fff !important;
}

.widget_categories   ul li a{
    position: relative;
    /*color: #002a34;*/
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget_categories ul li a:hover{
color: #f2790e;
}
.widget_categories ul li:before{
    content: "\f2d1";
    font-family: 'Fontawesome';
    margin-right: 5px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #F27A0A;
    background: #F27A0A;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 2px;
    padding: 0px 5px;
    border-radius: 16px;
    position: relative;
    top: -3px;
}
main#innerpage-box .widget-area .widget_archive ul li:before{
        content: "\f2d1";
    font-family: 'Fontawesome';
    margin-right: 10px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #F27A0A;
    background: #F27A0A;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 2px;
    padding: 0px 5px;
    border-radius: 16px;
    position: relative;
    top: -3px;
}
.widget_categories ul li {
    position: relative;
    padding: 0px 0px 12px 15px;
    margin-bottom: 12px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;    
    padding: 0 1em;
}
#innerpage-box .widget-area .widget-title,
#innerpage-box .widget-area .widget h4 {
    text-align: left;
    padding: 0 0px 12px 18px;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    word-break: break-word;
    background: #EEEEEE;
    color: #000;
    font-family: 'Roboto Slab';
}
#innerpage-box .widget-area .widget-title:before {
    content: "\f111";
    left: 10px;
    top: 16px;
    height: 5px;
    width: 5px;
    position: absolute;
    background-color: #f2790e;
    margin: 6px 0;
    border-radius: 50%;
    
}
#innerpage-box .widget-area .tagcloud a, #innerpage-box .widget_tag_cloud a {
margin: 0 0 4px !important;
    position: relative !important;
    box-shadow: unset;
    font-size: 16px !important;
    border-radius: 0;
    /* background: #2a4341 !important; */
    color: #5B5B5B !important;
    padding: 5px 10px !important;
    font-family: 'Roboto';
    font-weight: 400;
}

/*-------------shop inner page-------------*/

main#innerpage-box h2.woocommerce-loop-product__title{
    color: #064274 ;
}
.woocommerce ul.products li.product .price{color: #f27907 !important;}
main#innerpage-box .woocommerce ul.products li.product .price del span,
main#innerpage-box .woocommerce ul.products li.product .price .woocommerce-Price-amount,
main#innerpage-box .woocommerce ul.products li.product .price .woocommerce-Price-amount bdi{ color: #f27907 !important; }
main#innerpage-box .woocommerce ul.products li.product .price ins span{ color: #064274 !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
.woocommerce ul.products li.product .button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #064274; }
main#innerpage-box .woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product .button:hover{ color: #fff !important; background: #f27907 !important; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/

#innerpage-box #peccular-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}
#innerpage-box #peccular-contactus-wrap {
    margin-bottom: 8em;
    position: relative;
    z-index: 1;
}
iframe {
    width: 100%;
}
#innerpage-box #peccular-contactus-wrap .peccular-section-head{
    margin-bottom: 5em;
    padding: 0 5% 0 8%;
}
#innerpage-box #peccular-contactus-wrap .peccular-section-head h2 {
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
    color: #0f67f6;
    margin-bottom: 9px;
}

#innerpage-box #peccular-contactus-wrap .peccular-section-head h3 {
    text-align: left;
    margin: 0;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.1428;
    margin-bottom: 0;
    color: #000;
}
#innerpage-box #peccular-contactus-wrap .peccular-section-head h3 span{
    color: #122ABA;
    font-weight: 800;
}
#innerpage-box #peccular-contactus-wrap .peccular-section-head p {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400 !important;
    margin-top: 51px !important;
    color: #000 !important;
    text-align: left;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-block1{
       margin: 33px 32px;
    padding: 19px 26px 30px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2{
        margin: 33px 32px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 h4{
    color:#064274;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .contact-label{

    text-transform: capitalize;
    /*border-bottom: 1px solid #06427459;*/
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box h4 {
    font-size: 21px !important;
    color: #064273 ;
    text-align: left;
    margin-bottom: 6px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p {
    color: #9e9eaa;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 60px;
    margin: 0;
    text-transform: none;
    word-break: break-all;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p a{
    color: #fff !important;
    word-break: break-all;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3{
    margin: 33px 32px;
    background: #f2f6fb;
    padding: 0px 11px 17px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 h4 {
    font-size: 21px !important;
    color: #000 !important;
    text-align: left;
    margin-bottom: 6px;
}
#innerpage-box .acontact-page-data-box-icon {
       margin-top: 36%;
    margin-left: 30%;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 i{
    color: #fff;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 i{
    color: #fff;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 .contact_l_area{
    color: #fff;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_l_area{
    color: #fff;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_l_area h4 {
    font-size: 21px !important;
    color: #000;
    text-align: left;
    margin-bottom: 6px;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a h2{
    color: #f9c12c;
        font-size: 30px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #9e9eaa!important;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    word-break: break-all;
    font-size: 16px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3{
    background-color: #f2f6fb;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 i,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 i,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 i{
    color: #064273;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_l_area h4,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box h4,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 .acontact-page-data-box h4{
        color: #064273 !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 .acontact-page-data-box p a{
    color: #9e9eaa!important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a:hover h2,
#innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a:hover h2{
    color: #064273;
}
#innerpage-box .peccular-contact-page-form {
    margin: 0 0;
}
#innerpage-box .peccular-contact-form-block h2{

    color: #131313;
    font-size: 39px !important;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left{

    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:before{
        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}

#innerpage-box .peccular-contact-form-block p{
       color: #fff;
    position: relative;
    padding: 0 15px;
    color: #131313;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
    padding-bottom: 10px;
}
#innerpage-box .peccular-contact-form-block .text-box{
        position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
#innerpage-box .peccular-contact-form-block .text-box p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form {
    text-align: center;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form p{
    color: #131313;
    /*left: -34%;*/
}
#innerpage-box .contact-mapbox {
    width: 100%;
}

#innerpage-box .contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form {
        padding: 94px 100px 49px 100px;
    background-color: #EDF2FAB3;
    width: 92%;
}
.peccular-contact-page-form input[type="text"], 
.peccular-contact-page-form input[type="email"], 
.peccular-contact-page-form input[type="url"],
.peccular-contact-page-form input[type="password"], 
.peccular-contact-page-form input[type="search"], 
.peccular-contact-page-form input[type="number"], 
.peccular-contact-page-form input[type="tel"], 
.peccular-contact-page-form input[type="range"], 
.peccular-contact-page-form input[type="date"], 
.peccular-contact-page-form input[type="month"], 
.peccular-contact-page-form input[type="week"], 
.peccular-contact-page-form input[type="time"], 
.peccular-contact-page-form input[type="datetime"], 
.peccular-contact-page-form input[type="datetime-local"], 
.peccular-contact-page-form input[type="color"], 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea {
       margin-bottom: 25px;
    border: 0px solid #000;
    font-size: 14px;
    padding: 16px 12px;
    border-radius: 0;
    background-color: #fff;
    color: #0000006e;
    font-weight: 400;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #616161;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#616161;
}
#innerpage-box #peccular-contactus-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-top: -18px;
}
#innerpage-box .about-first-img {
    position: absolute;
}

#innerpage-box .peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#064274 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

#innerpage-box .peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}
#innerpage-box .peccular-contact-page-form textarea {
    height: 170px;
}
#innerpage-box .peccular-contact-page-form label {
    font-weight: 500;
    width: 100%;
    color: #010101;
    font-size: 16px;
}

#innerpage-box .peccular-contact-page-form select {
    width: 100%;
}
#innerpage-box .peccular-contact-page-form input[type="checkbox"], .peccular-contact-page-form input[type="radio"], .peccular-contact-page-form input[type="file"] {
    margin-bottom: 15px;
}
#innerpage-box .peccular-contact-page-form input[type=date] {
    line-height: 10px;
    padding: 14px 20px;
}
#innerpage-box .peccular-contact-page-form h2{
    color: #333333;
    font-size: 45px;
    font-weight: 500;
}
#innerpage-box .peccular-contact-page-form input[type="submit"] {
       display: inline-block;
    font-weight: 600;
    padding: 15px 25px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #064274;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
    box-shadow: none;
}
#innerpage-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%);
    background-color: #f9c12c;
    color: #000;
}

#innerpage-box .peccular-contact-area i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 44px;
    color: #064273;
    transition: all 1s ease 0s;
    text-align: center;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-area:hover i{
    -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;
        -webkit-animation-name: tada;
    animation-name: tada;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


#innerpage-box #peccular-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#innerpage-box #peccular-contactus-wrap .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;
}
#innerpage-box .peccular-contact-page-form {
    padding-right: 20px;
    color: #616161;
}

#innerpage-box .peccular-contact-mapbox{
    margin: 0;
    padding: 0;
}
#innerpage-box .peccular-contact-mapbox iframe {
    border-top: 1px solid #000 !important;
    width: 100%;
}

#innerpage-box .page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}



/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box { 
    transition: all 0.5s;
    margin-bottom: 1.5em;
    padding-left: 10px;
    padding-right: 30px;}
#innerpage-box .serbrdr { margin-bottom: 23px;}
#innerpage-box .peccular-service-box .ser-img {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-service-box img.peccular-service-img {
    width: 100%;
    height: 210px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-service-box-area {
    position: relative;
    transition: all 0.5s;
    filter: drop-shadow(-1px -1px 4px rgba(50, 50, 0, 0.2));
}
#innerpage-box .peccular-service-box .ser-olay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    display: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#innerpage-box .peccular-service-box:hover .ser-olay{
    display: block;
}

#innerpage-box .peccular-service-box:hover img.peccular-service-img{
    transform: scale(1.2);
    transition: all 1s ease 0s;
}

#innerpage-box .peccular-service-box .service-btn a{

    color: #fff !important;
    background: #f27a0a !important;
    padding: 10px 18px !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}
#innerpage-box .peccular-service-box .service-btn:hover a{

    color: #fff !important;
    background: #064274 !important;
}

#innerpage-box .peccular-service-box .peccular-service-content h4{
    
    padding: 0;
    margin: 0;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {
word-break: break-word;
    /* padding: 0; */
    font-size: 28px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #064274;
    position: relative;
}

#innerpage-box .peccular-service-box .peccular-service-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto';
    word-break: break-word;
    line-height: 25px;
    color: #0000006b;
    margin-bottom: 0px;
}
#innerpage-box .peccular-service-box .peccular-service-content {
    padding-top: 16px;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 11px;
    background: transparent;
}
#innerpage-box .peccular-service-box .peccular-service-image:hover .peccular-service-content p{
    z-index: 1;
    color: #064274;
}
#innerpage-box .peccular-service-box .peccular-service-image:hover .peccular-service-content h4 a{
       
        color: #064274 !important;
}

/*---------------------- End Services page ------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
#innerpage-box .faq .faq-top-contain {
    margin-top: 3em;
    margin-bottom: 3em;
}
#innerpage-box .faq .faq-top-contain h1 {
    font-size: 36px !important;
    color: #064274;
    font-weight: 700;
}
#innerpage-box .faq .faq-containt {
    margin: 0;
    max-width: 435px;
}
#innerpage-box .faq .faq-top-contain span {
    font-size: 36px;
    font-weight: 700;
    color: #f27a0a;
}
#innerpage-box .faq .faq-btn {
    position: absolute;
    right: 7%;
    margin-top: 40px;
}
#innerpage-box .faq textarea {
    height: 90px;
    color: #323131 !important;
}
#innerpage-box .faq a.faq-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background: #f27a0a;
    padding: 16px 25px;
    font-family: "Poppins";
    border-radius: 50px;
}
#innerpage-box .faq a.faq-btn:hover {
    background-color: #064274;
    letter-spacing: 1px;
}
#innerpage-box .faq .wp-container-5.wp-block-columns {
    margin-top: 4em;
}

#innerpage-box .faq .wp-block-contact-form-7-contact-form-selector {
    padding: 8em 0em 0em 2em;
}
#innerpage-box .faq .faqinnerpage-form {
    padding: 32px 40px;
    box-shadow: 1.736px 9.848px 60px 0px rgb(0 52 64 / 15%);
    margin-top: 50px;
}
#innerpage-box .faq .faqinnerpage-img{
    margin-top: 50px;
}
#innerpage-box .faq .faq-contact-form h4 {
    font-size: 20px !important;
    color: #f27a0a;
}
#innerpage-box .faq .faq-contact-form h4 span{
    font-size: 25px;
    font-weight: 600;
    color: #064274;
}

#innerpage-box .faq .wp-container-5 .wp-container-1.wp-block-column {
    box-shadow: 1.736px 9.848px 60px 0px rgb(0 52 64 / 15%);
        height: 50%;
}
#innerpage-box .faq figure.wp-block-image.size-large {
    max-width: 100%;
    height: 505px!important;
    box-shadow: 1.736px 9.848px 60px 0px rgb(0 52 64 / 15%);
}
#innerpage-box .faq input[type="submit"] {
    margin-bottom: 13px;
    padding: 17px 39px;
    border-radius: 50px;
    color: #fff;
    background: #064274;
}
#innerpage-box .faq .faq-content{
    margin-bottom: 15px;
    padding: 0 15px;
    border: 1px solid #e6e8eb;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 21px 24px 23px 30px;
}
#innerpage-box .faq .faq-content.active{
    border: 1px solid #064274;
}

#innerpage-box .faq .faq-content button.accordion {
    cursor: pointer;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
#innerpage-box .faq .faq-content button.accordion.active, button.accordion:hover {
   
    opacity: 1;
}
#innerpage-box .faq h3.faq-title:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 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: #064274;
}

#innerpage-box .faq .faq-content button.accordion.active h3.faq-title:before {
    content: "\f068";
    font-family: 'Fontawesome';
     color: #fff;
     background:#064274 ;
}
#innerpage-box .faq .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;
}
#innerpage-box .faq .faq-content div.panel p{
    margin:0 0 0px;
}
#innerpage-box .faq .faq-content div.panel.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0px 0;
}
#innerpage-box .faq h3.faq-title {
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    word-break: break-word;
    text-align: left;
    color: #064274;
}

#innerpage-box .faq h3.faq-title, #innerpage-box div.faq h3.faq-title small {
    text-transform: none;
    font-size: 18px !important;
    line-height: 28px;   
    -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;
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-right: 25px;
}
#innerpage-box .faq button.accordion.active h3.faq-title,
#innerpage-box .faq button.accordion.active h3.faq-title small{
    color: #064274;
}
#innerpage-box .faq h3.faq-title:after {
    display: none;
}
#innerpage-box .faq .faq-content p {
    font-size: 15px;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 500;
    color: #848e9f;
}

#innerpage-box .faq .peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .faq .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 .faq .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}
#innerpage-box .faqinnerpage-form input[type="text"],
#innerpage-box .faqinnerpage-form input[type="email"],
#innerpage-box .faqinnerpage-form input[type="url"],
#innerpage-box .faqinnerpage-form input[type="password"],
#innerpage-box .faqinnerpage-form input[type="search"],
#innerpage-box .faqinnerpage-form input[type="number"],
#innerpage-box .faqinnerpage-form input[type="tel"],
#innerpage-box .faqinnerpage-form input[type="range"],
#innerpage-box .faqinnerpage-form input[type="date"],
#innerpage-box .faqinnerpage-form input[type="month"],
#innerpage-box .faqinnerpage-form input[type="week"],
#innerpage-box .faqinnerpage-form input[type="time"],
#innerpage-box .faqinnerpage-form input[type="datetime"],
#innerpage-box .faqinnerpage-form input[type="datetime-local"],
#innerpage-box .faqinnerpage-form input[type="color"],
#innerpage-box .faqinnerpage-form textarea{

    margin: 13px 0 !important;
    border: 1px solid #EEE;
    color: #000;
}

#innerpage-box .faqinnerpage-form input::placeholder,
#innerpage-box .faqinnerpage-form textarea::placeholder{
    opacity: 0.6;
    color: #323131;
}
/*-----------------------
## FAQ page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/


#innerpage-box .peccular-testimonials-single {
    padding: 0em 2em;
}
#innerpage-box .peccular-testimonials-identity {
    position: relative;
    left: -41px;
    text-align: left;
}
#innerpage-box .peccular-testimonials-single h4.peccular-testimonials-name {
    font-weight: bold;
    color: #000;
    margin: 0 0 6px;
    transition: all .35s ease-out;
    font-size: 29px;
    line-height: 40px;
    font-family: 'Roboto Slab';
    position: relative;
    z-index: 1;
}
#innerpage-box .peccular-testimonials-single h6.peccular-testimonials-designation {
    font-family: 'Roboto';
    font-size: 19px;
    font-weight: 400;
    word-break: break-word;
    margin: 9px 0 0px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #2A2A2A;
    opacity: 0.79;
}
#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box h6.peccular-testimonials-designation {
    color: #a5a3a4;
    font-size: 16px !important;
    font-weight: 500;
    margin:0;    
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    position: relative;
}
#innerpage-box .peccular-testimonials-image img{   
    width: 125px;
    height: 125px;
    transition: all 0.9s ease;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-radius: 5px;
    border: 3px solid transparent;
}
#innerpage-box .peccular-testimonials-image i.fa.fa-quote-right {
    font-style: normal;
    position: absolute;
    margin: 71px -22px;
    color: #ff497c;
    font-size: 30px;
}

#innerpage-box .peccular-testimonials-content p {
color: #676767;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    word-break: break-word;
    line-height: 30px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 32px;
    padding-right: 89px;

}
#innerpage-box .peccular-testimonials-content svg {
    left: -2px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 100%;
}
#innerpage-box .peccular-testimonials-content i {
    color: #064274;
    font-size: 23px;
    text-align: left;
    margin: 0 0 0 -28px;
}
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    position: relative;
    right: 258px;
    bottom: 53px;
    float: right;    
}
#innerpage-box .peccular-testimonials-content {
    padding: 0 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #06427336;
    position: relative;
    top: -89px;
    z-index: 0;
    padding-top: 33px;
    left: 22px;
    border-bottom: none;
}
#innerpage-box .peccular-testimonials-content .client_data {
    position: relative;
    left: 10%;
    text-align: left;
    padding-left: 15%;
    margin-bottom: 35px;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #f9c12c;
}

#innerpage-box .peccular-testimonials-single:hover h4.peccular-testimonials-name{
        color: #f9c12c;
}


/*-----------------------
## End Testimonials page
-----------------------------*/

/*--------------- Project inner page -------------------------------*/

#innerpage-box .peccular-project-box {
    background: #f2f2f2;
    margin: 10px;
}

#innerpage-box .peccular-project-single {
    padding: 10px 10px;
    position: relative;
    margin-bottom: 25px;
}
#innerpage-box .peccular-project-image img {
    width: 100%;
}

#innerpage-box .peccular-project-content h4{
   margin: 0;
   margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
}
#innerpage-box .peccular-project-content h4 a{   
    color: #fff !important;
    font-size: 22px;   
}

#innerpage-box .peccular-project-single:hover .peccular-project-content h4 a{
    color:#fff !important ;
    
}
#innerpage-box .peccular-project-content p {
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 15px;
}
#innerpage-box .peccular-project-content {
    padding: 13px 13px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
#innerpage-box .peccular-project-content .project-view-btn {

    color: #fff;
    background: #064274;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
#innerpage-box .peccular-project-single:hover .peccular-project-content  .project-view-btn{

    color: #064274;
    background: #fff;

}
#innerpage-box .peccular-project-single .peccular-project-img{
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 100%;
    border-radius: 5px;
}
#innerpage-box .peccular-project-single .overlay {
    background: transparent linear-gradient(0deg, #064273 0%, #042C4C52 43%, transparent 77%, transparent 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 0;
    transition: all 0.5 ease 0s;
}
/*#innerpage-box .peccular-project-single .peccular-project-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 3px;
  height: 0;
  content: "";
  background-image: -moz-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: --webkit-linear-gradient(90deg, #fff 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #fff 0%, transparent 100%);
  transition: all 500ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:before {
  height: 100%;
  transition-delay: 500ms;
}
#innerpage-box .peccular-project-single .peccular-project-img:after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 30px;
  height: 3px;
  width: 0;
  content: "";
  background-image:-webkit-linear-gradient(0deg, #fff 0%,transparent 100%); 
  transition: all 700ms ease;
  z-index: 2;
}

#innerpage-box .peccular-project-single:hover .peccular-project-img:after{
  width: 101%;
  transition-delay: 500ms;
}*/
#innerpage-box .peccular-project-content h4:hover a{
color: #000 !important;
 transition: all 0.5s ease 0s;
 text-decoration: underline;
}
#innerpage-box .peccular-project-single:hover .peccular-project-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.95s ease 0s;
}
#innerpage-box .peccular-project-single:hover .overlay{
    opacity: 0;
   transition: all 0.95s ease 0s;
}
#innerpage-box .peccular-project-single .peccular-project-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #064274;
  border-radius: 10px;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all; 
}

#innerpage-box .peccular-project-single:hover .peccular-project-overlay {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0.6;
}

/*---------------------- End Project inner page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#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: #064274;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
     color: #064274;
    font-size: 20px;
    font-weight: 600;
}
#innerpage-box h3{ 
    color: #064274;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
     color: #064274;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box h5{
     color: #064274;
    font-size: 17px;
    font-weight: 600;
}
#innerpage-box h6{
     color: #064274;
    font-size: 16px;
    font-weight: 600;
}
#innerpage-box p{
     color: #959595;
    font-size: 15px;
    font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}

/*// --------------Responsive ----------------------------- */


@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-2, .footer-area .single-footer-2,
 .page .footer-area .single-footer-2, 
 .single .footer-area .single-footer-2{    padding-left: 2em;margin-top: 2em;}
 .footer-area .single-footer-3, .footer-area .single-footer-3, 
 .page .footer-area .single-footer-3, 
 .single .footer-area .single-footer-3{padding-left: 2em;margin-top: 2em;}
 .footer-area .single-footer-4, .footer-area .single-footer-4,
  .page .footer-area .single-footer-4, 
  .single .footer-area .single-footer-4{padding-left: 2em;margin-top: 2em;}
  .footer-area .single-footer-5{left: 30px; top: -8px;}

}

@media screen and (min-width:320px) and (max-width: 575px){
    main#innerpage-box .peccular-testimonials-image{    text-align: center;}
    main#innerpage-box .peccular-testimonials-image img{    width: 40%;     top: -3em;}
    body.page-template-default main#innerpage-box .peccular-testimonials-identity {    
    left: 0; 
    text-align: center;
}
}
@media screen and (min-width:320px) and (max-width: 575px){
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
    .footer-area .social-profile-icons ul li{    margin: 0 27px 39px 0;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 60px 0;}
    .footer-area .single-footer-5{    padding: 38px 0em 2em 10px;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
    .footer-area .single-footer-5{ width: 25%;   padding: 38px 0em 2em 13px;}
}

@media screen and (min-width:768px) and (max-width: 1199px){

    #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }

    #newsletter .wpcf7:after {
    right: 16% !important;
    top: 34% !important;
    }
}

@media screen and (min-width:576px) and (max-width: 767px){
    #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
        position: absolute !important;
        right: 25px !important;
        top: 82px !important;
    }
    #newsletter .wpcf7:after{    top: 70%;}

}
@media screen and (min-width:320px) and (max-width: 494px){
   
    #newsletter .wpcf7:after{ right: 10%;   top: 73%;}

}
@media screen and (min-width:320px) and (max-width: 410px){
    #newsletter .wpcf7:after{ right: 13%;}
}


@media screen and (min-width: 320px) and (max-width: 576px){
    .top-bar-head { background-color: #ffffff !important;}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
}
@media screen and (min-width: 320px) and (max-width: 425px){
#innerpage-box #peccular-contactus-wrap{margin-bottom: 3em !important;}    
#innerpage-box #peccular-contactus-wrap .peccular-section-head{ margin-bottom: 1em !important;}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 0 !important;}
#appointment .for-appointment-bg {  padding: 78px 17px !important;}
#appointment .peccular-section-head h2{left: 0 !important;}
#appointment .peccular-appointment-member-wrap input[type="submit"]{ right: 0 !important; left: 0 !important;}
#contactinfo .contactinfo-containt {          left: 30px !important;
        padding: 0 30px 0 0 !important;}
#innerpage-box .peccular-testimonials-content p{padding: 5px 0px 10px 0px;}
#innerpage-box .peccular-testimonials-single h4.peccular-testimonials-name{ margin: 1px 0 10px;}
#innerpage-box .faq .faq-btn { position: relative !important; left: 0% !important; margin: 30px 0 !important;}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form {  padding: 94px 20px 49px 20px; width: 100%;}
#testimonials .peccular-testimonials-content i{ font-size: 20px;}
#testimonials .peccular-testimonials-content p{ font-size: 17px; line-height: 22px;}
#testimonials h6.peccular-testimonials-designation{ margin: 75px 0 0px;}
#testimonials h4.peccular-testimonials-name{ margin: 9px 0 6px; font-size: 26px;}

}
@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{left: 4% !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@media only screen and (max-width: 425px){
    #blog img.peccular-blogtopbg {
    display: none;
}
#blog img.peccular-blogdownbg{
    display: none;
}
#blog .peccular-section-head h3 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}
@media only screen and (max-width: 1024px){
        #blog .peccular-section-head h3 {
    font-size: 45px;
    line-height: 55px;
}
#blog .peccular-blog-date {
    font-size: 16px;
    line-height: 25px;
    padding: 9px 15px;
}
#blog h4.inner-area-title {
    font-size: 20px;
    line-height: 29px;
}
#blog .read-btn {
    font-size: 17px;
    padding: 10px 20px;
    margin: 8px 0 0px;
}
#blog .peccular-blog-thumbnail {
    position: relative;
    overflow: hidden;
    height: 245px;
}
#blog .peccular-section-head {
    margin-bottom: 40px;
}
#blog {
    padding-top: 2em !important;
}
}
@media screen and (min-width:320px) and (max-width: 379px){
.slider-inner-box {
    position: absolute;
    padding: 0 1px 0;
    text-align: center;
    top: 0;
    overflow: hidden;
    width: 37%;
    height: 100%;
    left: 100px;
}
.sliderimg {
    height: 275px;
    overflow: hidden;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
}
.hero-style .slide-btns-2 a.ReadMore{
        font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
}
.hero-slider .slide-text {
    padding-left: 15px;
    padding-right: 15px;
}
    .hero-slider .slide-title {
        padding-right: 20px;
        padding-top: 35px;
        padding-left: 20px;
                margin-bottom: 10px;
    }
}
@media screen and (min-width:380px) and (max-width: 425px){
.slider-inner-box {
    position: absolute;
    padding: 0 1px 0;
    text-align: center;
    top: 0;
    overflow: hidden;
    width: 37%;
    height: 100%;
    left: 100px;
}
.sliderimg {
    height: 275px;
    overflow: hidden;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
}
.hero-style .slide-btns-2 a.ReadMore{
        font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
}
.hero-slider .slide-text {
    padding-left: 15px;
    padding-right: 15px;
}
    .hero-slider .slide-title {
        padding-right: 20px;
        padding-top: 35px;
        padding-left: 20px;
                margin-bottom: 15px;
    }
}
@media screen and (min-width:426px) and (max-width: 768px){
.sliderimg {
    height: 400px;
    overflow: hidden;
}
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 50px;
    }
.hero-slider .slide-title {
    padding-right: 45px;
    padding-top: 65px;
    padding-left: 35px;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 17px;
    padding: 10px 20px;
}
.hero-style .slide-btns-2 a.ReadMore {
    font-size: 17px;
    padding: 10px 20px;
}
.slider-inner-box {
    padding: 0 0 0;

}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 22% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
}

/*header responsive*/
@media screen and (min-width:1300px) and (max-width: 1440px){
.mainbottom-header .top-header-phone {
    padding-top: 28px;
    text-align: right;
    position: relative;
    left: 3em;
}
.input-box .search {
    position: absolute;
    top: -74px;
    right: 30%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* border-radius: 6px; */
    cursor: pointer;
}
}

@media screen and (min-width:1024px) and (max-width: 1299px){
.mainbottom-header .top-header-phone {
    padding-top: 26px;
    text-align: right;
    position: relative;
    left: 1em;
}
.input-box .search {
    position: absolute;
    top: -9em;
    right: 32%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* border-radius: 6px; */
    cursor: pointer;
}
}

@media screen and (min-width:768px) and (max-width: 1023px){
.mainbottom-header .top-header-phone {
    padding-top: 16px;
    text-align: right;
    position: relative;
    left: 0em;
}
.input-box.open input[type="text"] {
    height: 37px;
}
.mainbottom-header .top-header-phone .phniconbx svg {
    position: relative;
    top: 22%;
    height: 20px;
    width: 20px;
}
.input-box form#searchform {
    position: relative;
    z-index: 2;
    z-index: 9999;
    top: 12px;
}
.input-box.open input {
    padding: 0 15px 0 30px;
    margin: 0;
    box-shadow: none;
}
.input-box .close-icon {
    position: absolute;
    top: 78%;
    right: 8px;
    font-size: 22px;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 9999;
}
.input-box .search {
    position: absolute;
    top: -43px;
    right: 35%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
    /* border-radius: 6px; */
    cursor: pointer;
}
}
/*enddddd header*/
@media screen and (min-width:769px) and (max-width: 1024px){

    #facility .peccular-section-head h2 {
    font-size: 38px;
    margin-bottom: 4px;
    margin-bottom: 15px;
    line-height: 65px;
}
#facility .peccular-facility-icon span {
    font-size: 41px;
}
#facility .peccular-facility-icon {
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
    width: 77px;
    height: 77px;
    padding-top: 9px;
}
    #features .peccular-features-b {
    width: 21%;
}
#about .peccular-counter-area .peccular-counter-single {
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    /* background-image: linear-gradient(316deg, #f27a0a 45%, #f2f2f2 45%); */
}
#services .section_heading h2 {
    font-size: 38px;
    line-height: 60px;
}
#services .section_heading {
    margin-bottom: 30px;
}
    .hero-slider {
    width: 100%;
    height: 400px;
}
    .swiper-button-next, .swiper-button-prev {
    top: 30% !important;

}
        .slider-inner-box {
        padding: 0em 14px 0;
        width: 50%;
    }
    .slider-inner-box {
        position: absolute;
        padding: 0 0px 0;
        text-align: center;
        top: 0;
        width: 52%;
        left: 53px;
        padding-top: 0;
}
    .hero-style .slide-title h2 {
    font-size: 44px;
    line-height: 50px;
    padding: 0 0 0px 0;
    line-height: 60px;
    margin-bottom: 12px;
}
.hero-style .slide-btns-2 a.ReadMore {
    font-size: 16px;
    line-height: 25px;
    padding: 12px 24px;
    transition: all .6s;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 16px;
    padding: 12px 25px;
}
    .hero-style .slide-text p {
        font-size: 16px;
        line-height: 27px;
        padding-left: 20px;
        padding-right: 20px;
}
    .hero-slider .slide-text {
    padding-left: 15px;
    padding-right: 15px;
}
    .hero-slider .slide-title {
        padding-right: 15px;
        padding-top: 80px;
        padding-left: 15px;
}

    .mainbottom-header .top-header-phone .phniconbx {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 5px;
}
.mainbottom-header .search_iconBX {
    top: 24px;
    position: relative;
}

.mainbottom-header .top-header-phone .phniconbx img.peccular-project-leafimgboxshape1 {
    position: relative;
    top: 11px;
    /* text-align: center; */
    height: 26px;
    width: 26px;
}
    .menu-wrapper {
        position: relative;
        top: 0 !important;
    }
        .navigati
        .mainbottom-header .top-header-phone .phniconbx img.peccular-project-leafimgboxshape1 {
    position: relative;
    top: 11px;
    /* text-align: center; */
    height: 26px;
    width: 26px;
}on .mainmenu li {
        margin-right: 12px;
        padding-bottom: 13px !important;
    }
}
@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;}
    /*.top-bar-head .header-bottom-border{    bottom: 0px;}*/
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}
@media screen and (min-width:320px) and (max-width: 768px){

    .slide-inner .slider-inner-mainbox{ left: 0; right: 0; margin: 0 auto; }
    #appointment .peccular-section-head{text-align: center !important;} 
    #appointment .peccular-appointment-block {  padding-top: 1em;text-align: center !important;}    
    #appointment .peccular-appointment-member-wrap input[type="submit"]{    margin: 0 0 26px 0 !important;}
    #facility .peccular-section-head{padding-right: 0; text-align: center !important;}
    #facility .peccular-facility-b{text-align: center !important;}
    #facility .facility-right-area-bg{display: none;}
    #facility .facility-right-area { margin-top: 2em;}
    #facility .facility-right-2c{  right: 0 !important;}
    #facility .for-icon { width: 49% !important; margin: 0 auto !important;}
    #facility .facility-right-2b{right: 0;  top: 0;}
    #facility .facility-right-2d{right: 0;  top: 0;}
    #facility { padding-top: 0 !important;}
    #innerpage-box .acontact-page-data-box-icon {margin-top: 14%; margin-left: 0;}
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ padding: 4px 8px;}
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_l_area h4{text-align: center;padding: 0 0;}
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{ padding: 0 0; }
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block3 h4,
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box h4{ text-align: center; }
    #blog .peccular-section-head { margin-bottom: 3em;  margin-top: 0em !important;}
    #ourclient{ padding-bottom: 0em !important; padding-top: 0em !important;}
    #footer .bg-for{    padding: 3em 1em 3em !important;}
    .single-footer-1 p{text-align: left !important;     padding: 9px 4px 50px 0 !important;}    

}
@media screen and (min-width:320px) and (max-width: 767px){
     #facility .peccular-facility-content,
     #facility .peccular-facility-content p.peccular-facility-text{    text-align: center !important;}
     #facility .peccular-facility-single{    margin-bottom: 4em;}

}
@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){
    .slide-inner .slider-inner-mainbox{     width: 473px !important;}
    .hero-style .slide-title h2{font-size: 31px; margin-bottom: 7px; line-height: 26px;}
    .hero-style .slide-title h2 span { font-size: 24px;}
    .hero-style .slide-text p{font-size: 14px !important;padding: 0 20px; padding-bottom: 15px !important;}

}
@media screen and (min-width: 320px) and (max-width: 320px){
    #testimonials .peccular-testimonials-single {
    padding: 1em 1em;
}
#testimonials h4.peccular-testimonials-name {
font-size: 16px !important;
        line-height: 30px;
}
    #testimonials h6.peccular-testimonials-designation {
        font-size: 14px !important;
        margin: 0px 0 0px;
    }
}
@media screen and (min-width: 320px) and (max-width: 423px){
  #contactinfo .contactinfo-containt {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-top: 0;
}
    #contactinfo .peccular-section-head {
    margin: 30px 55px 30px 60px;
    text-align: center;
}
    #project .peccular-project-single h4.peccular-project-title {
    font-size: 20px;
    line-height: 30px;
}
    #testimonials .peccular-testimonials-single {
    padding: 1em 2em;
}
    #team h4.peccular-team-name {
    font-size: 20px;
    line-height: 30px;
}

#team .peccular-team-image img {
    width: 100%;
    height: 300px;
}
 #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 {
    margin: 4px 0 10px 0;
    font-size: 16px;
    height: 40px;
}
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 7px 15px;
    line-height: 25px;
    font-size: 16px;
}
.footer-area .widget-title {
    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: 13px;
    padding: 9px 0;
    margin-bottom: 15px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 13px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 16px;
}


.single-footer-1 p {
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 16px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    /* padding: 9px 22px 50px !important; */
    position: relative;
    top: 0;
    text-align: left;
}
#newsletter .peccular-newsletter-policy svg {
    width: 11px;
    height: 10px;
    top: -2px;
    left: 6px;
}
#newsletter .peccular-newsletter-policy .rightsvg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
#newsletter .peccular-newsletter-policy {
    font-size: 16px;
    margin: 3px 0 0 30px;
}
    #newsletter .peccular-section-head h2 {
        font-size: 26px;
        line-height: 36px;
}
    #contactinfo .peccular-appointment-member-wrap input[type="submit"] {
    padding: 10px 30px;
    font-size: 17px;
    right: 9px;
}
#contactinfo img.contactinfo-img-responsive {
        width: 100%;
        height: 350px;
        position: relative;
        z-index: 1;
}
    #contactinfo .peccular-appointment-member-wrap input[type="text"], #contactinfo .peccular-appointment-member-wrap input[type="email"], #contactinfo .peccular-appointment-member-wrap input[type="url"], #contactinfo .peccular-appointment-member-wrap input[type="password"], #contactinfo .peccular-appointment-member-wrap input[type="search"], #contactinfo .peccular-appointment-member-wrap input[type="number"], #contactinfo .peccular-appointment-member-wrap input[type="tel"], #contactinfo .peccular-appointment-member-wrap input[type="range"], #contactinfo .peccular-appointment-member-wrap input[type="date"], #contactinfo .peccular-appointment-member-wrap input[type="month"], #contactinfo .peccular-appointment-member-wrap input[type="week"], #contactinfo .peccular-appointment-member-wrap input[type="time"], #contactinfo .peccular-appointment-member-wrap input[type="datetime"], #contactinfo .peccular-appointment-member-wrap input[type="datetime-local"], #contactinfo .peccular-appointment-member-wrap input[type="color"], #contactinfo .peccular-appointment-member-wrap input[type="file"], #contactinfo .peccular-appointment-member-wrap textarea {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 8px 17px;
    font-size: 17px;
    height: 40px;
    font-weight: 400;
}
    #contactinfo .appointment_section .appointmnthead h3 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
}
    .appointmnthead {
        text-align: center !important;
        margin-bottom: 20px;
    }
    #contactinfo .contactinfo-icon i.fa-envelope-o {
    font-size: 20px;
    padding: 0 10px;
}
    #contactinfo .contactinfo-containt h2 {
        font-size: 15px;
        margin: 2px 10px;
        left: 0;
        top: 7px;
        padding-right: 0;
        line-height: 25px;
}
    #contactinfo .contactinfo-icon {
        padding: 9px 2px;
        width: 35px;
        height: 35px;

}
.footer-area .top-area, .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-bottom: 1em !important;
}
.footer-area .top-area, .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 0em !important;
}
    #blog .peccular-section-head h3 {
        font-size: 30px !important;
        line-height: 55px;
    }
    #newsletter .peccular-newsletter-member-wrap {
color: #fff;
        padding: 0px 0em;
        padding-top: 1em;
        height: 147px;
}
#contactinfo .contactinfo-icon i.fa-phone {
        padding: 0 10px;
        font-size: 20px;
}
#contactinfo .contactinfo-icon i.fa-map-marker {
        padding: 0 10px;
        font-size: 20px;
}
#testimonials h4.peccular-testimonials-name {
font-size: 19px;
        line-height: 30px;
}
#project .peccular-section-head {
    text-align: left;
    margin-bottom: 1.5em;
    margin-top: 0em;
}
#testimonials .client_data {
    position: relative;
    left: 17%;
    text-align: left;
    padding-left: 15%;
    margin-bottom: 20px;
}
#contactinfo .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#team .peccular-section-head h2 {
    font-size: 30px;
    line-height: 55px;
}
#testimonials .peccular-section-head h3{
        font-size: 30px;
        line-height: 55px;
}
#project .peccular-section-head h2{
        font-size: 30px;
        line-height: 55px;
}
#contactinfo .peccular-section-head h2{
        font-size: 30px;
        line-height: 55px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}
#testimonials .peccular-testimonials-image img {
    width: 99px;
    height: 99px;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 16px;
    margin: 5px 0 0px;
}
#testimonials .peccular-testimonials-content p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 0;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
}
}
@media screen and (min-width:425px) and (max-width: 767px){
    #contactinfo .contactinfo-containt {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-top: 0;
}
    #contactinfo .peccular-section-head {
    margin: 30px 55px 30px 60px;
    text-align: center;
}
    #project .peccular-project-single h4.peccular-project-title {
    font-size: 20px;
    line-height: 30px;
}
    #testimonials .peccular-testimonials-single {
    padding: 1em 4em;
}
    #team h4.peccular-team-name {
    font-size: 20px;
    line-height: 30px;
}

#team .peccular-team-image img {
    width: 100%;
    height: 300px;
}
 #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 {
    margin: 4px 0 10px 0;
    font-size: 16px;
    height: 40px;
}
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 7px 15px;
    line-height: 25px;
    font-size: 16px;
}
.footer-area .widget-title {
    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;
    padding: 9px 0;
    margin-bottom: 15px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 16px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 14px;
}


.single-footer-1 p {
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 16px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    /* padding: 9px 22px 50px !important; */
    position: relative;
    top: 0;
    text-align: left;
}
#newsletter .peccular-newsletter-policy svg {
    width: 11px;
    height: 10px;
    top: -2px;
    left: 6px;
}
#newsletter .peccular-newsletter-policy .rightsvg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
#newsletter .peccular-newsletter-policy {
    font-size: 16px;
    margin: 3px 0 0 30px;
}
    #newsletter .peccular-section-head h2 {
        font-size: 26px;
        line-height: 36px;
}
    #contactinfo .peccular-appointment-member-wrap input[type="submit"] {
    padding: 10px 30px;
    font-size: 17px;
    right: 9px;
}
#contactinfo img.contactinfo-img-responsive {
        width: 100%;
        height: 350px;
        position: relative;
        z-index: 1;
}
    #contactinfo .peccular-appointment-member-wrap input[type="text"], #contactinfo .peccular-appointment-member-wrap input[type="email"], #contactinfo .peccular-appointment-member-wrap input[type="url"], #contactinfo .peccular-appointment-member-wrap input[type="password"], #contactinfo .peccular-appointment-member-wrap input[type="search"], #contactinfo .peccular-appointment-member-wrap input[type="number"], #contactinfo .peccular-appointment-member-wrap input[type="tel"], #contactinfo .peccular-appointment-member-wrap input[type="range"], #contactinfo .peccular-appointment-member-wrap input[type="date"], #contactinfo .peccular-appointment-member-wrap input[type="month"], #contactinfo .peccular-appointment-member-wrap input[type="week"], #contactinfo .peccular-appointment-member-wrap input[type="time"], #contactinfo .peccular-appointment-member-wrap input[type="datetime"], #contactinfo .peccular-appointment-member-wrap input[type="datetime-local"], #contactinfo .peccular-appointment-member-wrap input[type="color"], #contactinfo .peccular-appointment-member-wrap input[type="file"], #contactinfo .peccular-appointment-member-wrap textarea {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 8px 17px;
    font-size: 17px;
    height: 40px;
    font-weight: 400;
}
    #contactinfo .appointment_section .appointmnthead h3 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
}
    .appointmnthead {
        text-align: center !important;
        margin-bottom: 20px;
    }
    #contactinfo .contactinfo-icon i.fa-envelope-o {
    font-size: 20px;
    padding: 0 10px;
}
    #contactinfo .contactinfo-containt h2 {
        font-size: 15px;
        margin: 2px 10px;
        left: 0;
        top: 7px;
        padding-right: 0;
        line-height: 25px;
}
    #contactinfo .contactinfo-icon {
        padding: 9px 2px;
        width: 35px;
        height: 35px;

}
.footer-area .top-area, .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-bottom: 1em !important;
}
.footer-area .top-area, .footer-area .top-area, .page .footer-area .top-area, .single .footer-area .top-area {
    padding-top: 0em !important;
}
    #blog .peccular-section-head h3 {
        font-size: 30px !important;
        line-height: 55px;
    }
    #newsletter .peccular-newsletter-member-wrap {
color: #fff;
        padding: 0px 0em;
        padding-top: 1em;
        height: 147px;
}
#contactinfo .contactinfo-icon i.fa-phone {
        padding: 0 10px;
        font-size: 20px;
}
#contactinfo .contactinfo-icon i.fa-map-marker {
        padding: 0 10px;
        font-size: 20px;
}
#testimonials h4.peccular-testimonials-name {
font-size: 19px;
        line-height: 30px;
}
#project .peccular-section-head {
    text-align: left;
    margin-bottom: 1.5em;
    margin-top: 0em;
}
#testimonials .client_data {
    position: relative;
    left: 15%;
    text-align: left;
    padding-left: 15%;
    margin-bottom: 20px;
}
#contactinfo .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#team .peccular-section-head h2 {
    font-size: 30px;
    line-height: 55px;
}
#testimonials .peccular-section-head h3{
        font-size: 30px;
        line-height: 55px;
}
#project .peccular-section-head h2{
        font-size: 30px;
        line-height: 55px;
}
#contactinfo .peccular-section-head h2{
        font-size: 30px;
        line-height: 55px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}
#testimonials .peccular-testimonials-image img {
    width: 99px;
    height: 99px;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 16px;
    margin: 5px 0 0px;
}
#testimonials .peccular-testimonials-content p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 0;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
}
}

@media screen and (min-width:426px) and (max-width: 590px){

    .hero-slider {    height: 412px !important;   }    
}
@media screen and (min-width:768px) and (max-width:1023px){
    #contactinfo .peccular-section-head {
    margin: 30px 55px 30px 60px;
    text-align: center;
}
    #project .peccular-project-single h4.peccular-project-title {
    font-size: 20px;
    line-height: 30px;
}
    #testimonials .peccular-testimonials-single {
    padding: 1em 4em;
}
    #team h4.peccular-team-name {
    font-size: 20px;
    line-height: 30px;
}

#team .peccular-team-image img {
    width: 100%;
    height: 300px;
}
 #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 {
    margin: 4px 0 10px 0;
    font-size: 16px;
    height: 40px;
}
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 7px 15px;
    line-height: 25px;
    font-size: 16px;
}
.footer-area .widget-title {
    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;
    padding: 9px 0;
    margin-bottom: 15px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 16px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 14px;
}


.single-footer-1 p {
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 16px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    /* padding: 9px 22px 50px !important; */
    position: relative;
    top: 0;
    text-align: left;
}
#newsletter .peccular-newsletter-policy svg {
    width: 11px;
    height: 10px;
    top: -2px;
    left: 6px;
}
#newsletter .peccular-newsletter-policy .rightsvg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
#newsletter .peccular-newsletter-policy {
    font-size: 16px;
    margin: 3px 0 0 30px;
}
    #newsletter .peccular-section-head h2 {
        font-size: 26px;
        line-height: 36px;
}
    #contactinfo .peccular-appointment-member-wrap input[type="submit"] {
    padding: 10px 30px;
    font-size: 17px;
    right: 9px;
}
#contactinfo img.contactinfo-img-responsive {
    width: 100%;
    height: 470px;
    position: relative;
    z-index: 1;
}
    #contactinfo .peccular-appointment-member-wrap input[type="text"], #contactinfo .peccular-appointment-member-wrap input[type="email"], #contactinfo .peccular-appointment-member-wrap input[type="url"], #contactinfo .peccular-appointment-member-wrap input[type="password"], #contactinfo .peccular-appointment-member-wrap input[type="search"], #contactinfo .peccular-appointment-member-wrap input[type="number"], #contactinfo .peccular-appointment-member-wrap input[type="tel"], #contactinfo .peccular-appointment-member-wrap input[type="range"], #contactinfo .peccular-appointment-member-wrap input[type="date"], #contactinfo .peccular-appointment-member-wrap input[type="month"], #contactinfo .peccular-appointment-member-wrap input[type="week"], #contactinfo .peccular-appointment-member-wrap input[type="time"], #contactinfo .peccular-appointment-member-wrap input[type="datetime"], #contactinfo .peccular-appointment-member-wrap input[type="datetime-local"], #contactinfo .peccular-appointment-member-wrap input[type="color"], #contactinfo .peccular-appointment-member-wrap input[type="file"], #contactinfo .peccular-appointment-member-wrap textarea {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 8px 17px;
    font-size: 17px;
    height: 40px;
    font-weight: 400;
}
    #contactinfo .appointment_section .appointmnthead h3 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
}
    .appointmnthead {
        text-align: center !important;
        margin-bottom: 20px;
    }
    #contactinfo .contactinfo-icon i.fa-envelope-o {
    font-size: 20px;
    padding: 9px 10px;
}
    #contactinfo .contactinfo-containt h2 {
font-size: 18px;
        margin: 2px 10px;
        left: 17px;
        top: 7px;
        padding-right: 0;
        line-height: 30px;
}
    #contactinfo .contactinfo-icon {
padding: 9px 2px;
        width: 50px;
        height: 50px;
}
#contactinfo .contactinfo-icon i.fa-phone {
    padding: 7px 13px;
    font-size: 26px;
}
#contactinfo .contactinfo-icon i.fa-map-marker {
    padding: 7px 16px;
    font-size: 30px;
}
#testimonials h4.peccular-testimonials-name {
    font-size: 22px;
    line-height: 35px;
}
#team .peccular-section-head h2 {
    font-size: 40px;
    line-height: 65px;
}
#testimonials .peccular-section-head h3{
        font-size: 40px;
    line-height: 65px;
}
#project .peccular-section-head h2{
            font-size: 40px;
    line-height: 65px;
}
#contactinfo .peccular-section-head h2{
                font-size: 40px;
    line-height: 65px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}
#testimonials .peccular-testimonials-image img {
    width: 99px;
    height: 99px;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 16px;
    margin: 5px 0 0px;
}
#testimonials .peccular-testimonials-content p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0;
    margin: 0;
    padding-left: 32px;
    padding-right: 40px;
}
}
@media screen and (min-width:1024px) and (max-width:1199px){
    #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 {
    margin: 4px 0 10px 0;
    font-size: 16px;
    height: 40px;
}
    #newsletter .peccular-newsletter-member-wrap input[type="submit"] {
    padding: 10px 15px;
    line-height: 25px;
    font-size: 16px;
}
    #newsletter .peccular-section-head h2 {
    font-size: 38px;
    line-height: 55px;
}
    #contactinfo .peccular-appointment-member-wrap input[type="submit"] {
    padding: 10px 30px;
    font-size: 17px;
    right: 9px;
}
#contactinfo img.contactinfo-img-responsive {
    width: 100%;
    height: 470px;
    position: relative;
    z-index: 1;
}
    #contactinfo .peccular-appointment-member-wrap input[type="text"], #contactinfo .peccular-appointment-member-wrap input[type="email"], #contactinfo .peccular-appointment-member-wrap input[type="url"], #contactinfo .peccular-appointment-member-wrap input[type="password"], #contactinfo .peccular-appointment-member-wrap input[type="search"], #contactinfo .peccular-appointment-member-wrap input[type="number"], #contactinfo .peccular-appointment-member-wrap input[type="tel"], #contactinfo .peccular-appointment-member-wrap input[type="range"], #contactinfo .peccular-appointment-member-wrap input[type="date"], #contactinfo .peccular-appointment-member-wrap input[type="month"], #contactinfo .peccular-appointment-member-wrap input[type="week"], #contactinfo .peccular-appointment-member-wrap input[type="time"], #contactinfo .peccular-appointment-member-wrap input[type="datetime"], #contactinfo .peccular-appointment-member-wrap input[type="datetime-local"], #contactinfo .peccular-appointment-member-wrap input[type="color"], #contactinfo .peccular-appointment-member-wrap input[type="file"], #contactinfo .peccular-appointment-member-wrap textarea {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 8px 17px;
    font-size: 17px;
    height: 40px;
    font-weight: 400;
}
    #contactinfo .appointment_section .appointmnthead h3 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
}
    #contactinfo .contactinfo-containt h2 {
    font-size: 20px;
    margin: 2px 22px;
    left: 17px;
    top: 17px;
    padding-right: 30%;
    line-height: 30px;
}
    #contactinfo .contactinfo-icon {
    padding: 9px 2px;
    width: 65px;
    height: 65px;
}
#contactinfo .contactinfo-icon i.fa-map-marker {
    padding: 7px 16px;
    font-size: 30px;
}
#testimonials h4.peccular-testimonials-name {
    font-size: 22px;
    line-height: 35px;
}
#team .peccular-section-head h2 {
    font-size: 40px;
    line-height: 65px;
}
#testimonials .peccular-section-head h3{
        font-size: 40px;
    line-height: 65px;
}
#project .peccular-section-head h2{
            font-size: 40px;
    line-height: 65px;
}
#contactinfo .peccular-section-head h2{
                font-size: 40px;
    line-height: 65px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}
#testimonials .peccular-testimonials-image img {
    width: 99px;
    height: 99px;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 16px;
    margin: 5px 0 0px;
}
#testimonials .peccular-testimonials-content p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0;
    margin: 0;
    padding-left: 32px;
    padding-right: 40px;
}
}
@media screen and (min-width:1200px) and (max-width:1440px){
    #contactinfo .appointment_section .appointmnthead h3 {
    font-size: 34px;
    line-height: 55px;
}
}
@media screen and (min-width:320px) and (max-width:1440px){

    .appointmnthead {
    text-align: left;
}

}
@media screen and (min-width:767px) and (max-width:1024px){
    .ht-main-title { margin: 0 0 0em 0 !important;}
    .breadcrumbbox { padding: 7px 0 0em 0 !important; }
}

@media screen and (min-width:320px) and (max-width:1024px){
    
    #ourclient figure.peccular-ourclient-logo{ padding: 5px;}
    #innerpage-box .inner-blogpost{ padding: 10px 10px 40px 10px !important;
    margin: 0 0px 29px 0px !important;}
    div#secondary .widget{ padding: 20px 2px 20px 8px !important;}
    
    #testimonials .peccular-section-head {margin-bottom: 0; margin-top: -21px;}
    #testimonials .peccular-section-head h3{ margin: 0 0;}
}

@media screen and (min-width:320px) and (max-width:375px){
    #contactinfo .peccular-section-head h3{    padding: 0 0em;}

}
@media screen and (min-width:320px) and (max-width:425px){
    #team .peccular-team-image{text-align: center; position: relative;}
    #team .peccular-team-single{text-align: center !important;}
    #team .team-bottom-bdr{ margin: 0 auto;}
    .hero-slider .slide-inner{    top: 0;}
    .hero-slider {
        height: 301px !important;
    }
    .hero-style .slide-btns-1 a.ReadMore {
        font-size: 14px;
    }
    .slide-inner .slider-inner-mainbox{ top:0 !important; }
    .slider-inner-mainbox:before{ top: 42px;left: 18px;}
    .slider-inner-mainbox:after{  left: 41px;}
    .hero-style .slide-btns-2 a.ReadMore{         
        font-size: 16px;
        padding: 7px 12px;
    }
    .slider-inner-mainbox img{display:none ;}
    .hero-style .slide-title h2 {
        line-height: 28px;
        font-size: 20px !important;
        margin: 0;
    }
    .hero-style .slide-text p { font-size: 15px !important; font-weight: 500; line-height: 21px;}
    .slide-btns-1.animated.fadeInDownBig{    margin: 0 0 0 0 !important;}
    #about .imgbox-btn{    padding: 17px 11px !important; text-align: center;}
    #appointment .peccular-appointment-member-wrap input[type="tel"] {  left: 0 !important;}
}
@media only screen and (max-width:320px){

    #team .peccular-team-image{left: 0 !important;}
    .slider-inner-mainbox:before{      top: 26px;left: 9px;}
    .slider-inner-mainbox:after{    left: 25px;     top: 9px;}
    .maintop-header .top-header-email a.h-email{position: relative;}    
    #facility .peccular-section-head h2{font-size: 53px;}
    .maintop-header .top-header-time {
        padding: 1px 0 0;
    }
}
@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;  }
    }
@media only screen and (max-width: 992px){ 
    #contact .peccular-contact-block {margin-top: 1em;  }
   
    body.page-template-default main#innerpage-box h4.peccular-testimonials-name {font-size: 22px; }
    body.page-template-default main#innerpage-box h6.peccular-testimonials-designation{font-size: 18px; }    
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore { padding: 8px 15px;}    
    div#team .owl-theme .owl-nav {display: none;}
}
@media only screen and (max-width: 1024px){

    #about .peccular-about-imgbox{height: 421px; top: 0;}
    #facility .facility-right-area-bg{    right: 2em;}
    .peccular-facility-right-content h4.peccular-facility-title.inner-area-title{ font-size: 26px;}
    .single-footer-1 img { margin-left: 0;}
    #services .peccular-service-box{ padding: 0 9px;}
    #project .peccular-project-single .project-img-bdr1{ width: 70%;}
    #project .peccular-project-single .project-img-bdr2{ width: 76%;}
    .footer-area .social-profile-icons ul li {  margin: 0 0 !important;    }
   
 }
 @media only screen and (max-width:1440px){
    #project .peccular-project-single .project-img-bdr1{width: 81%;}
}
@media only screen and (max-width: 425px){
    .hero-slider{  height: 488px;}
    #about .peccular-about-imgbox { height: 380px !important; }   
    #contactinfo .contactinfo-icon { width: 63px !important;}
    #project .peccular-project-single .project-img-bdr1 { width: 80%;  }
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next{
        display: none;
    }
}
@media only screen and (max-width: 375px){
    #about .peccular-about-imgbox { height: 330px !important;}
    .slider-inner-box {
        left: 0 !important;
    }
    .hero-slider {
        height: 266px !important;
    }
}
@media only screen and (max-width: 320px){
    #about .peccular-about-imgbox { height: 280px !important;}
    #project .peccular-project-single .project-img-bdr1 { width: 71%;  }
    .hero-style .slide-title h2 {
               line-height: 25px;
        font-size: 19px !important;
    }
    .hero-style .slide-text p {
              font-size: 13px !important;
        line-height: 18px;

    }
    .hero-slider {
        height: 228px !important;
    }
    .hero-style .slide-btns-1 a.ReadMore, .hero-style .slide-btns-2 a.ReadMore {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 10px;
    }


}

@media only screen and (max-width: 768px){
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block2,
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block1,
    #innerpage-box #peccular-contactus-wrap .peccular-contact-block3{ margin: 33px 13px ; text-align: center;}
    #team .peccular-team-image{text-align: center; position: relative;}
    #team .peccular-team-single{text-align: center !important;}
    #team .team-bottom-bdr{ margin: 0 auto;}
    .slider-inner-box{    left: 80px;}
    #features .peccular-feature-section-head { margin: 12px 30px 7px 16px;}

}
@media only screen and (max-width: 767px){

    #project .peccular-project-single .project-img-bdr1 { width: 77%;  }
    #features .feature-sec{    width: 100% !important;}
    #features .peccular-features-icon span:before {font-size: 20px; line-height: 35px; }
    #features .peccular-features-icon span { width: 30px; height: 30px;  }
    #steps .peccular-steps-b:after {   left: 58px; }
    #newsletter .peccular-newsletter-member-wrap input[type="submit"]{float: left;}
    #newsletter .newsletter-sign-box {  padding: 0 1em;}
    .slider-inner-box{    left: 80px;}
    #newsletter .peccular-newsletter-policy{margin: 3px 0 21px 16px;}
}

@media only screen and (max-width: 640px){ 
  #about .peccular-about-img{
    padding-right: 2em;
}
.peccular-about-overlay-dark {
    display: none;
}
main#innerpage-box .peccular-testimonials-single {
    padding: 3em 1em 0;
}
main#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}
/*main#innerpage-box .peccular-testimonials-image img {
    top: -5em;
}*/
#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
main#innerpage-box .peccular-testimonials-single {
    margin-top: 3em;
    margin-bottom: 5em;
}
body.page-template-default main#innerpage-box .peccular-testimonials-identity {
    top: -65px;
}
main#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
    padding: 10px 0 0;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}
.top-bar-head, .top-bar-head, .page .top-bar-head, .single .top-bar-head {
    padding: 0;
}
.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;
}

/*.hero-slider {
    height: 277px;
}*/
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
#features .peccular-features-b:nth-child(3),#features .peccular-features-b.right-side:nth-child(3){
        margin-left: 0;
}
#steps .peccular-steps-b:after {display: none;}
div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}

}
@media only screen and (max-width: 375px){
    .slider-inner-box {  width: 315px;    }
}
@media only screen and (max-width: 320px){
    .slider-inner-box {   width: 310px;  }
}