/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
 
header.site-header .maintop-header{
    padding-top: 7px;
    background: #1B2334;
    padding-bottom: 7px;
}    
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;
} 
header.site-header .maintop-header .top-header-email svg path{
fill: #fff;
}
.site-header {
    position: relative;
    z-index: 99999;
    position: absolute;
    width: 100%;  
    background: #fff;
} 

.site-header .top_headerphn{
    position: relative;
    text-align: right;
}
.site-header .top_headerphn .phntextbx i{
    font-size: 17px;
    color: #fff;
    position: relative;
    top: 0;
    font-weight: bold;
    margin-right: 5px;
}
.site-header .top_headerphn .phntextbx a{
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 0.32px;
}
.site-header .top_headerphn .phntextbx a:hover{
color: #85a0fe;
transition: all 0.3s ease 0s;
}
/*--------------------  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%;
  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;
    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;
}


/*header socials*/
header.site-header .maintop-header .socials .share-btn li a.site-button{
    line-height: 20px;
    font-size: 18px;
    display: inline-block;
     margin: 0 5px; 
    color: #FFFFFF;
     border: none; 
    text-align: center;
    -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;
}

header.site-header .maintop-header .socials .share-btn li a.site-button:hover{
    color: #8ECFF9;
    -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;
}
/*----- 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: left;
    line-height: 17px;
    margin-right: 25px;
   
}
.maintop-header .top-header-email i {
    font-size: 17px;
    color: #fff;
    margin: 1px 7px;
}
.maintop-header .top-header-email a.h-email {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto";
    transition: all 0.3s ease 0s;
    position: relative;
    top: 0;
    letter-spacing: 0.32px;
}
.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: 16px;
    color: #000;
    padding: 8px 10px;
}
.mainbottom-header .top-header-phone {
    padding-top: 7px;
    text-align: left;
    position: relative;
    left: 0em;
    padding-bottom: 7px;
    background: #8ECFF9;
    width: 193px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 19px;
    padding-left: 1em;
}
.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: 32px;
    height: 32px;
    background: #FFFFFF;
    margin-right: 16px;
    text-align: center;
    box-shadow: 0px 0px 6px #00000029;
}
.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: #1B2334;
    font-family: 'Poppins';
     transition: all 0.3s ease 0s;
}
.mainbottom-header .top-header-phone .phntextbx p:hover{
font-weight: 600;
letter-spacing: 0.5px;
 transition: all 0.3s ease 0s;
}
.mainbottom-header .top-header-phone .phntextbx {
text-align: left;
    top: 6px;
    position: relative;
}
.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: left;
    padding: 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;
}
.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 ---------------------------*/

/*--------------------  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: #1853C8;
}
.navigation .mainmenu li a  {
    color: #000;
}
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;
    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: 320px) and (max-width: 320px){
        .mainbottom-header.top-bar-head.bottom-header {
        height: 70px;
        position: relative;
    }
        header.site-header .maintop-header .top-header-email svg {
        margin-right: 6px;
        position: relative;
        top: -6px;
    }
    .top-header-email {
        width: 150px;
        left: 52%;
        position: relative;
        top: 33px;
    }
        .mainbottom-header .top-header-phone i {
        font-size: 13px;
        padding: 4px 6px;
    }
        .mainbottom-header .top-header-phone .phniconbx {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        box-shadow: none;
        position: relative;
        top: 2px;
    }
 .mainbottom-header .top-header-phone i {
    font-size: 13px;
    padding: 4px 6px;
}
    .mainbottom-header .top-header-phone {
        top: 15px !important;
        padding-top: 5px;
        text-align: left;
        position: relative;
        left: 0em;
        padding-bottom: 7px;
        width: 122px;
        margin-top: 24px;
        margin-bottom: 10px;
        padding-bottom: 12px;
        padding-left: 3px;
        left: -48px;
    }
    header.site-header .maintop-header .socials .share-btn li a.site-button {
        line-height: 20px;
        font-size: 13px;
        margin: 0 2px;

    }
        .maintop-header ul li {
        margin-right: 2px;
    }
        header.site-header .maintop-header .top-header-email svg {
        margin-right: 6px;
        position: relative;
        top: -6px;
    }
        header.site-header .SocialIcon {
        width: 38%;
    }
        header.site-header .phn_EmailRight {
        width: 62%;
    }
        .site-header .top_headerphn {
        width: 50%;
    }

        header.site-header .maintop-header .top-header-email svg {
        margin-right: 6px;
        position: relative;
        top: -6px;
    }
}

@media screen and (min-width: 800px) and (max-width: 950px){
  .hero-style .phoniconBox i {
    font-size: 23px !important;
}

.hero-style .phoniconBox {
    width: 38px !important;
    height: 38px !important;
    padding: 9px !important;
}
    .slider-inner-box {
    padding: 0 0px 0 !important;
    top: 0% !important;
    width: 35% !important;
    height: 100% !important;
}
        .slider-inner-box {
        left: 10px !important;
    }
     .hero-slider .appntmnt_form input[type="submit"] {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 11px 50px !important;
    left: 30px !important;
    right: 0 !important;
    margin-top: 5px !important;
}
    .hero-slider .appntmnt_form textarea {
    height: 60px !important;
}
    .slider-area p {
    padding-bottom: 15px !important;
    margin: 0 !important;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
    font-size: 13px !important;
    height: 17px !important;
    margin-left: 0 !important;
    width: 86% !important;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
    font-size: 2px !important;
    padding: 0px 46px !important;
    border-radius: 16px !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    left: 0% !important;
    position: ;
}
    .hero-slider .appntmnt_form h3 {
    margin-top: 10px !important;
    font-size: 30px !important;
    line-height: 50px !important;
    margin-bottom: 2px !important;
}
    .sliderimg {
    overflow: hidden !important;
    width: 290px !important;
    height: 100%!important;
    left: -103px !important;
            position: relative !important;
}
.hero-style ul li {
    display: inline-block !important;
    padding-right: 0px !important;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 15px !important;
    padding: 4px 4px !important;
}
    .hero-slider .appntmnt_form {
        width: 240px !important;
        top: 50px !important;
        right: 1% !important;
        padding-bottom: 30px !important;
}
    .slider-btn {
    margin-top: 0.5em !important;
    z-index: 1 !important;
    position: relative !important;
    padding-left: 0 !important;
}
.hero-style .slide-text p {
        z-index: 1 !important;
        font-size: 14px !important;
        line-height: 23px !important;
        letter-spacing: 0 !important;
        text-align: left !important;
}
.hero-style .slide-title h2 {
        font-size: 20px !important;
        margin-bottom: 7px !important;
        line-height: 30px !important;
}
    .hero-style .slide-title h2 span {
        font-size: 29px !important;
        line-height: 50px !important;
        margin-right: 5px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px){
.footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
    padding: 0;
    margin-top: 4em;
}
}
@media screen and (min-width: 321px) and (max-width: 375px){
    .mainbottom-header .top-header-phone i {
    font-size: 13px;
    padding: 4px 6px;
}
    .mainbottom-header .top-header-phone {
    padding-top: 5px;
    text-align: left;
    position: relative;
    left: 0em;
    padding-bottom: 7px;
    width: 122px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    padding-left: 3px;
    left: -48px;
}
    header.site-header .maintop-header .socials .share-btn li a.site-button {
        line-height: 20px;
        font-size: 14px;
        margin: 0 3px;
    }
        .maintop-header ul li {
        margin-right: 4px;
    }
        header.site-header .maintop-header .top-header-email svg {
        margin-right: 6px;
        position: relative;
        top: -6px;
    }
        header.site-header .SocialIcon {
        width: 38%;
    }
        header.site-header .phn_EmailRight {
        width: 62%;
    }
        .site-header .top_headerphn {
        width: 50%;
    }
        .top-header-email {
        width: 150px;
        left: 50%;
        position: relative;
        top: -5px;
    }
        header.site-header .maintop-header .top-header-email svg {
        margin-right: 6px;
        position: relative;
        top: -6px;
    }
}
@media screen and (min-width: 400px) and (max-width: 767px){
    .logo-header {
    padding-right: 5em !important;
}
    .hamburger-menus {
        top: -54px !important;
        margin: 7px 0 !important;
    }
.phonenum {
    width: 100px;
    left: 39%;
    position: relative;
    top: -8.5em;
}
.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: 17px;
    transition: all 0.3s ease 0s;
    position: relative;
    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;
        box-shadow: none;
        top: 5px;
        position: relative;
    }
    .mainbottom-header .top-header-phone i {
    font-size: 13px;
    padding: 3px 5px;
}
}
@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 .search_iconBX svg {
    height: 18px;
    width: 18px;
    position: relative;
}
.mainbottom-header .top-header-phone a.h-phone {
font-size: 12px !important;
        transition: all 0.3s ease 0s;
        position: relative;
        top: 4px;
        left: -16px;
}
.mainbottom-header .top-header-phone .phniconbx svg {
    position: relative;
    top: 22%;
    height: 20px;
    width: 20px;
}

}
@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: -60px !important;
        left: 79px;
    }
    .phonenum {
        width: 85px;
        left: 75%;
        position: relative;
        top: -8em;
    }
.mainbottom-header.top-bar-head.bottom-header {
    height: 70px;
    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;
        transition: all 0.3s ease 0s;
        position: relative;
        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;
        box-shadow: none;
        position: relative;
        top: 2px;
    }
}
@media screen and (min-width: 424px) and (max-width: 500px){
.hamburger-menus {
        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;}
.col-xs-3.logo {
    width: 50%;
}
.site-header .site-navigation {
    top: -200px;
}
.maintop-header .top-header-email a.h-email,
.maintop-header .top-header-phone a.h-phone,
.maintop-header .top-header-time a.h-time {
    display: none;
}
.maintop-header .top-header-email:hover a.h-email,
.maintop-header .top-header-phone:hover a.h-phone,
.maintop-header .top-header-time:hover a.h-time {
    display: block;
}

.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-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;
    }
.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: 17px;
}
    .top-header-time {
        width: 150px;
        left: 47%;
    }

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: 52%;
        position: relative;
        top: 33px;
    }
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){
    .mainbottom-header .top-header-phone {
    width: 126px !important;
}
    #features {
    padding-bottom: 2em !important;
}
#services .peccular-service-contenttext p {
    font-size: 15px !important;
    line-height: 25px;
}
#services {
    padding-top: 1em !important;
}
    #services .peccular-service-content h4 a {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    #services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 52% !important;
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
}
#services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#features .peccular-features-b {
        width: 50% !important;
}
#services .section_heading h2 {
        font-size: 20px !important;
        line-height: 30px !important;
}

#features .peccular-features-single {
padding-top: 10px !important;
        padding-bottom: 10px !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;
    margin-bottom: 10px;
}
#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-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: 17px !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-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;
}
#services .section_heading {
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}
#about .imgbox-btn a {
        font-size: 16px !important;
        top: 3px !important;
        padding: 8px 20px!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-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 .aboutList_text {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
#about .peccular-about-img1 img {
    width: 350px;
    position: relative;
    left: 47px;
}
#about .first_aboutList_image, #about .second_aboutList_image, #about .third_aboutList_image {
    position: relative;
    margin-top: 10px;
    text-align: center;
}
#about .peccular-section-head h3 {
        font-size: 18px !important;
        line-height: 30px !important;
                margin-bottom: 20px !important;
    }
    #about .leftside_image {
    width: 300px;
    height: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1em;
    padding-right: 0%;
    padding-left: 0;
}
        #about .peccular-section-head h3 span {
    font-size: 20px;
    line-height: 40px;
}

    #about .peccular-about-img1 img {
    height: 350px !important;

}

    #about .peccular-about-imgbox {
        height: 350px !important;
          width: 350px !important;
        margin-bottom: 1em;
    }
}
@media screen and ( min-width: 768px) and (max-width: 1000px){
   
        #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;
    }

#services .section_heading {
    margin-bottom: 30px;
}
#services .section_heading h2 {
        font-size: 25px !important;
        line-height: 40px !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: 490px !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;}
.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;}

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;
        cursor: pointer;
    }
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }

    .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;
        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;
        cursor: pointer;
    }
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }


.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;
        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;
    cursor: pointer;
}
  .input-box .search svg{
height: 20px;
width:20px;
position: relative;
  }

    .mainbottom-header .top-header-phone {
        padding-top: 4px;
        width: 107px;
        left: 0;
        position: relative;
        top: 0em;
        padding-top: 7px;
        left: 0em;
        padding-bottom: 7px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 19px;
        padding-left: 3px;
}
.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;
        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;
        position: relative;
        top: 13px;
    }
    .logo-header {
    padding-right: 5em !important;
}

}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}


}

@media screen and ( min-width: 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,
#pricing .pricing-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;
    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: 2em;
    padding-top: 0em;

}

.hero-slider {
width: 100%;
    height: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    background: #0C244A;
}
.hero-slider .slider-overlay-img {
    opacity: 0.5;
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-slider .slide-title{
    padding-right: 0;
    padding-top: 142px;
    padding-left: 0;
}
.hero-slider .slide-text {
    padding-left: 0;
    padding-right: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    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 0px 0;
    text-align: center;
    top: 13%;
    overflow: hidden;
    width: 33%;
    height: 100%;
    left: 100px;
}
.hero-slider .slider-inner-box .content_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #064274;
    opacity: 0.75;
}
.hero-slider .appntmnt_form {
    text-align: center;
    width: 420px;
    /* height: 613px; */
    background: #FFFFFF;
    position: absolute;
    top: 120px;
    right: 7%;
    padding-bottom: 34px;
}
.hero-slider .appntmnt_form h3{
    margin-top: 27px;
    font-size: 46px;
    line-height: 55px;
    color: #2B85DD;
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}
.hero-slider .appntmnt_form h4{
text-align: center;
    color: #010101;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}
.hero-slider .appntmnt_form i.fa.fa-window-minimize{
    color: #2B85DD;
    background: #2B85DD;
    font-size: 2px;
    padding: 0px 46px;
    border-radius: 16px;
    margin-bottom: 13px;
    margin-top: 26px;
    left: 0%;
    position: relative;
} 
.hero-slider .appntmnt_form  input[type="text"],.hero-slider .appntmnt_form  textarea,  .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form  input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form  input[type="search"], .hero-slider .appntmnt_form  input[type="number"], .hero-slider .appntmnt_form  input[type="tel"], .hero-slider .appntmnt_form  input[type="range"], .hero-slider .appntmnt_form  input[type="date"], .hero-slider .appntmnt_form  input[type="month"], .hero-slider .appntmnt_form  input[type="week"], .hero-slider .appntmnt_form  input[type="time"], .hero-slider .appntmnt_form  input[type="datetime"], .hero-slider .appntmnt_form  input[type="datetime-local"], .hero-slider .appntmnt_form  input[type="color"]{
    background: #F5F5F5;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    height: 30px;
    margin-left: 0;
    width: 86%;
}
.hero-slider .appntmnt_form  input[type="text"]::placeholder,
.hero-slider .appntmnt_form  textarea::placeholder,
 .hero-slider .appntmnt_form input[type="email"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="url"]::placeholder, 
 .hero-slider .appntmnt_form input[type="password"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="search"]::placeholder,
 .hero-slider .appntmnt_form  input[type="number"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="tel"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="range"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="date"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="month"]::placeholder,
 .hero-slider .appntmnt_form  input[type="week"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="time"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="datetime"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="datetime-local"]::placeholder, 
 .hero-slider .appntmnt_form  input[type="color"]::placeholder{
color: #000;
}
.hero-slider .appntmnt_form  input[type="submit"]{
    background: #CEEAFC;
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins';
    text-decoration: underline;
    font-weight: 400;
    text-align: center;
    padding: 13px 65px;
    position: relative;
    left: 30px;
    right: 0;
    margin-top: 10px;
}
.hero-slider .appntmnt_form  textarea{
    height: 100px !important;
}
.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 span {
    color: #FFFFFF;
    font-size: 91px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 110px;
        margin-right: 10px;
}
.hero-style .slide-title h2 {
font-size: 23px;
    line-height: 50px;
    color: #ffffff;
    transition: all .4s ease;
    padding: 0 0 0px 0;
    font-family: 'Montserrat';
    line-height: 35px;
    margin-bottom: 34px;
    font-weight: 500;
        text-align: left;
}
/*.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: 'Poppins';
    font-size: 18px;
    color: #ffffff94;
    transition: all .4s ease;
    line-height: 30px;
    letter-spacing: 0.29px;
    text-align: left;
}
.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.hero-style .phoniconBox {
    width: 54px;
    height: 54px;
    background: #CEEAFC;
    padding: 12px;
}
.hero-style .phoniconBox i{
    color: #2B85DD;
    font-size: 31px;
    font-weight: bold;
}
.slide-btns-1.animated.fadeInDownBig {
    margin-right: 28px;
}
.hero-style ul li{
   display: inline-block;
    padding-right: 5px;
}

.hero-style .slide-btns-1 a.ReadMore {
font-size: 21px;
    font-family: 'Poppins';
    border-radius: 6px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    outline-width: 0;
    text-decoration: none !important;
    padding: 16px 4px;
    transition: all .6s;
    display: inline-block;
    position: relative;
}

.hero-style .slide-btns-1 a.ReadMore:hover{
text-decoration: underline;
transition: all .6s;
}


.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;
    display: none;
}
.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;
    position: relative;
    text-align: left;
    margin-top: 47px;
}
#services .section_heading h2{
    font-size: 25px;
    line-height: 70px;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    left: 14%;
    padding-top: 45px;
}
#services .section_heading p {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 60px;
    width: 697px;
    position: relative;
    left: 14%;

}
#services .service-item {
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 28px;
    position: relative;
    z-index: 999;
    width: 78%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#services .service-bgoverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 473px;
    opacity: -1;
    background: #ffffff;
}
#services .servctop_image {
    height: 581px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
#services .servctop_image img{
    height: 581px;
    width: 100%;
}
#services .peccular-service-box{   
transition: all 0.5s;
    margin-bottom: 6em;
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
    
}
#services .servctop_image .main_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0C244A;
    opacity: 0.9;
    top: 0;
    bottom: 0;
}
#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: 32px;
    padding-left: 18px;
    padding-right: 19px;
    position: absolute;
    width: 78%;
    top: 63%;
    background: #FFFFFF;
    box-shadow: 7px 9px 0px #0000000D;
}

#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: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    position: relative;
    line-height: 40px;
}  
#services .ser_button a{
    background: #0C244A;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins';
    padding: 9px 15px;
    line-height: 25px;
    font-weight: 400;
}
#services .peccular-service-contenttext p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    word-break: break-word;
    line-height: 25px;
    color: #0000007d;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.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: #fff;
}
#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-facility-b:nth-child(2) .peccular-facility-single{
    position: relative;
    left: 48%;
    top: 0;
}
#facility .peccular-facility-b:nth-child(3) .peccular-facility-single{
position: relative;
left:100%;
}
#facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single{
    position: relative;
    right: 40%;
    top: 0;
}
#facility .peccular-Rightfacility-b {
    float: left;
    margin: 0 0px;
    padding: 0 6em 0px 0px;
}
#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: center;
    padding-top: 10px;
}
#facility .peccular-section-head h2{
    color: #000;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 4px;
    font-family: 'Montserrat';
    letter-spacing: 0;
    margin-bottom: 25px;
    line-height: 40px;
}
.facility_middle_image {
    width: 279px;
    height: 279px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.facility_middle_image img{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 140px;
}
#facility .peccular-section-head p {
    color: #000;
    padding-right: 22px;
    line-height: 57px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding-left: 19%;
    padding-right: 19%;
        margin-bottom: 54px;
}
#facility .peccular-facility-b{
    float: left;
    margin: 0 0px;
    padding: 0 6em 0px 0px;
}
#facility .peccular-facility-content h4.peccular-facility-title{
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
    word-break: break-word;
    padding: 0;
    line-height: 35px;
    color: #252627;
    margin-bottom: 13px;
    transition: all 0.3s ease 0s;
}  

#facility .peccular-facility-content p.peccular-facility-text{
    color: #00000099;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    word-break: break-word;
    line-height: 22px;
}

#facility .peccular-facility-single {
    padding: 0 1em;
    margin-bottom: 0em;
    border-radius: 10px;
    position: relative;
    background-color: transparent;
}

#facility .peccular-facility-icon {
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
    width: 47px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 19px;
    text-align: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 18px;
}
#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;
    
}


/*----------------------------------------*/
/*  Starttt   Pricing Area
/*----------------------------------------*/
div#pricing .pricing_box_b {
    margin-bottom: 5em;
}
div#pricing{
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single{
    background: #0C244A;
    margin-top: -34px;
    padding-bottom: 49px;
}
div#pricing .pricing_box_b:nth-child(2) h4.peccular-pricing-title{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single p{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price{
    width: 174px;
height: 174px;
background: #FFFFFF;
    padding-top: 16%;
}
div#pricing .pricing_box_b:nth-child(2) ul.peccular-pricing-list li{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price,div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span{
font-size: 37px;
}
 div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span.month_nm{
    font-size: 24px;
 }
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-btn a{
    background: #fff;
    color: #0C244A;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-btn a svg line{
stroke: #0C244A;
}
/*all nth childdddd********/


div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-single{
    background: #0C244A;
    margin-top: -34px;
    padding-bottom: 49px;
}
div#pricing .pricing_box_b:nth-child(5) h4.peccular-pricing-title{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-single p{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-single .peccular-pricing-currency-price{
    width: 174px;
height: 174px;
background: #FFFFFF;
    padding-top: 16%;
}
div#pricing .pricing_box_b:nth-child(5) ul.peccular-pricing-list li{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-currency-price,div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span{
font-size: 37px;
}
 div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-currency-price span.month_nm{
    font-size: 24px;
 }
div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-single .peccular-pricing-btn a{
    background: #fff;
    color: #0C244A;
}
div#pricing .pricing_box_b:nth-child(5) .peccular-pricing-single .peccular-pricing-btn a svg line{
stroke: #0C244A;
}

/*8th*/
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-single{
    background: #0C244A;
    margin-top: -34px;
    padding-bottom: 49px;
}
div#pricing .pricing_box_b:nth-child(8) h4.peccular-pricing-title{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-single p{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-single .peccular-pricing-currency-price{
    width: 174px;
height: 174px;
background: #FFFFFF;
    padding-top: 16%;
}
div#pricing .pricing_box_b:nth-child(8) ul.peccular-pricing-list li{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-currency-price,div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span{
font-size: 37px;
}
 div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-currency-price span.month_nm{
    font-size: 24px;
 }
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-single .peccular-pricing-btn a{
    background: #fff;
    color: #0C244A;
}
div#pricing .pricing_box_b:nth-child(8) .peccular-pricing-single .peccular-pricing-btn a svg line{
stroke: #0C244A;
}




/*11th*/
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-single{
    background: #0C244A;
    margin-top: -34px;
    padding-bottom: 49px;
}
div#pricing .pricing_box_b:nth-child(11) h4.peccular-pricing-title{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-single p{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-single .peccular-pricing-currency-price{
    width: 174px;
height: 174px;
background: #FFFFFF;
    padding-top: 16%;
}
div#pricing .pricing_box_b:nth-child(11) ul.peccular-pricing-list li{
    color: #fff;
}
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-currency-price,div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span{
font-size: 37px;
}
 div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-currency-price span.month_nm{
    font-size: 24px;
 }
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-single .peccular-pricing-btn a{
    background: #fff;
    color: #0C244A;
}
div#pricing .pricing_box_b:nth-child(11) .peccular-pricing-single .peccular-pricing-btn a svg line{
stroke: #0C244A;
}

/*endddd all nth childddddd************/


div#pricing .peccular-pricing-single .peccular-pricing-btn a svg{
margin-left: 15px;
}
div#pricing .peccular-pricing-single .peccular-pricing-btn a svg line {
stroke: #fff;
}
div#pricing .peccular-section-head{
    margin-bottom: 100px;
}
div#pricing .peccular-section-head h2{
    color: #000000;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 35px;

}
div#pricing .peccular-section-head h3{
    color: #000000;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 55px;

}
div#pricing .peccular-pricing-single h4.peccular-pricing-title{
    color: #022D07;
    font-size: 30px;
    font-family: 'Montserrat';
    line-height: 55px;
    font-weight: 800;
}
div#pricing .peccular-pricing-single{
    position: relative;
    background: #fff;
    padding-top: 34px;
    padding-bottom: 24px;
    box-shadow: 0px 2px 20px #00000012;

}
div#pricing .peccular-pricing-single p{
    color: #022d077d;
    font-size: 22px;
    font-family: 'Roboto';
    line-height: 35px;
    font-weight: 400;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list{
    margin-bottom: 45px;
}
div#pricing img.peccular-blogtopbg {
    position: absolute;
    left: -161px;
    top: 16%;
}
div#pricing img.peccular-blogdownbg{
    position: absolute;
    right: 0;
    bottom: -7%;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
font-size: 22px;
    font-family: 'Montserrat';
    color: #0C244A;
    font-weight: 500;
    line-height: 40px;
        margin-bottom: 12px;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list li i{

}

div#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    width: 148px;
    height: 148px;
    background: #CEEAFC;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 31px;
    color: #2B85DD;
    font-family: 'Roboto';
    FONT-WEIGHT: bold;
    padding-top: 12%;
    margin-top: 23px;
    margin-bottom: 35px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price span{
    font-size: 31px;
    color: #2B85DD;
        font-family: 'Roboto';
    FONT-WEIGHT: bold;

}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price span.month_nm{
color: #2B85DD;
font-size: 20px;
}
div#pricing .peccular-pricing-single .peccular-pricing-btn a{
    background: #0C244A;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 25px;
    padding: 10px 27px;
}
/*----------------------------------------*/
/* Enddd Pricing Area
/*----------------------------------------*/


/*----------------------------------------*/
/*  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: 4.5em;
    margin-top: 0em;
}
#team .peccular-team-single{
    position: relative;
    transition: all 0.8s;
    margin-right: 5px;
    margin-left: 5px;
}
/*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: #000;
    margin-top: 0em;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    margin-bottom: 25px;
}
#team .peccular-section-head p{
     color: #000000;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Montserrat';
    font-weight: 400;
}
#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_content.peccular-team-content.box-main-cc {
    display: none;
}
#team h4.peccular-team-name {
font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #0C244A;
    opacity: 1;
    transition: .8s ease;
    font-family: 'Montserrat';
    margin-top: 10px;
    margin-bottom: 5px;
}

#team .Team_details {
    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;
}

#team h6.peccular-team-designation{
    font-weight: 400;
    color: #0C244A;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-family: 'Roboto';
}
#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 {
    position: relative;
}

#team .peccular-team-image img {
width: 100%;
    height: 531px;
    border: none;
    opacity: 1;
    border-radius: 0;
    transition: all 1s ease 0s;
}

#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: absolute;
    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;
    z-index: 999;
    right: 0;
    bottom: 0;
    background: #ceeafcdb;
}
/*div#team .peccular-team-image:hover .peccular-team-social-icon {
    opacity: 1; 
    bottom: 35%;
}*/
#team .peccular-team-social-icon i {
    color: #0C244A;
    font-size: 17px;
    padding: 4px 2px;
    line-height: 25px;
    opacity: 1;
    margin-right: 0;
    display: block;
    padding-left: 10px;
    padding-right: 8px;
}

#team .peccular-team-social-icon a {
    position: relative;
    overflow: hidden;
}
#team .peccular-team-social-icon a:hover i{
    transform: scale(1.1);
}
/*#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-right: 5px;
    margin-left: 5px;
}

/*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 {
    width: 100%;
    height: 531px;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content {
    transition: all 0.8s;
}

#innerpage-box .peccular-team-single .Team_details {
    position: relative;
    width: 100%;
    padding: 10.93px 0 14.63px 0;
    z-index: 1;
}
#innerpage-box .peccular-team-single h4.peccular-team-name {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #0C244A;
    opacity: 1;
    transition: .8s ease;
    font-family: 'Montserrat';
    margin-top: 10px;
    margin-bottom: 5px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-weight: 400;
    color: #0C244A;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-family: 'Roboto';
}
#innerpage-box .peccular-team-single h6.team_experience.peccular-team-experience {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
#innerpage-box .team_img_area.image {
    position: relative;
    text-align: center;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon {
position: absolute;
    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;
    z-index: 999;
    right: 0;
    bottom: 0;
    background: #ceeafcdb;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon a {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i {
    color: #0C244A;
    font-size: 17px;
    padding: 4px 2px;
    line-height: 25px;
    opacity: 1;
    margin-right: 0;
    display: block;
    padding-left: 10px;
    padding-right: 8px;
}
/*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: 254px;
    height: 254px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #65A93E;
    -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: 3em;
}

/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/

#testimonials{
    position: relative;
    overflow: hidden;
     margin: 0em 0;
}
#testimonials img.peccular-teambg {
    right: -30px;
    position: absolute;
    width: 222px;
    height: 252px;
}
#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: #000;
    margin-top: 0em;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    margin-bottom: 27px;
}
#testimonials .peccular-section-head p{
    font-size: 40px;
    color: #000;
    font-family: 'Montserrat';
    line-height: 55px;
    font-weight: 400;
}
#testimonials .peccular-testimonial-block {
    position: relative;
    top: 3.5em;
}
#testimonials .peccular-testimonials-single{
    padding: 2em 2em;
    padding-bottom: 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 2em;
    transition: all 0.5s ease;
    margin-bottom: 5em;
}
#testimonials .peccular-testimonials-single:hover{
        box-shadow: 0px 2px 20px #00000012;
        transition: all 0.5s ease;
        background: #fff;
}
#testimonials .peccular-testimonials-image{
    position: relative;
    width: 70px;
    height: 70px;
}
#testimonials .peccular-testimonials-image img {
    width: 70px;
    height: 70px;
    transition: all 0.5s ease;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-radius: 50%;
}
#testimonials .peccular-testimonials-single:hover .peccular-testimonials-image img{
     transition: all 0.5s ease;
     transform: scale(1.1);
}
#testimonials h4.peccular-testimonials-name {
    font-weight: 600;
    color: #1E3A5F;
    margin: 0 0 6px;
    transition: all .35s ease-out;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    position: relative;
    z-index: 1;
}
#testimonials .client_data {
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 19px;
    margin-bottom: 35px;
}
#testimonials .peccular-section-head {
    text-align: left;
    margin-bottom: 2.5em;
    margin-top: 0;
    position: relative;
    top: 0;
}
.peccular-testimonials-content {
    padding: 0 0px;
    position: relative;
    top: 0;
    z-index: 0;
    padding-top: 0;
    left: 0;
}

#testimonials h6.peccular-testimonials-designation {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    margin: 9px 0 0px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #1E3A5F;
    opacity: 1;
}

#testimonials p.testmnl_text{
    color: #343434;
    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: 33px;
    padding-right: 15px;
}
#testimonials .test_svg {
width: 14px;
    height: 32px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
}
#testimonials .test_svg svg{
position: relative;
}
#testimonials .test_svg svg path{
    fill: #ceeafc;
}
#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: relative;
    left: 42%;
    top: 9%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #CEEAFC91;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    cursor: pointer;
    display: block;
    z-index: 1000;   
    line-height: 45px;
}
#testimonials .owl-nav .owl-next {
    position: relative;
    left: 50%;
    top: 3% !important;
        margin-top: -33px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #CEEAFC91;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    cursor: pointer;
    display: block;
    z-index: 1000;   
    line-height: 45px;
}

#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-next:after{
font-size: 25px;
    color: #7da3e0fa;
    line-height: 27px;
    padding-left: 17px;
    padding-top: 14px;
}
#testimonials .owl-nav .owl-prev:after{
    font-size: 25px;
    color: #7da3e0fa;
    line-height: 27px;
    padding-left: 17px;
    padding-top: 14px;
}

#testimonials .owl-nav .owl-prev:after{
    content: "\f177";
    font-family: 'FontAwesome';
}
#testimonials .owl-nav .owl-next:after{
    content: "\f178";
    font-family: 'FontAwesome';
}
#testimonials .peccular-testimonial-block:hover .owl-nav .owl-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;
    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 .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;
    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;
    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 .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 {
    position: relative;
    width: 60%;
    left: 5%;
}

#features .feature_rightimage{
    box-shadow: 0px 0px 30px #0000001A;
    position: relative;
    width: 100%;
    height: 620px;
    z-index: 999;
}
#features .feature_rightimage img{
position: relative;
height: 100%;
width: 100%;
}
#features .feature_rightimage .banner_box{
    width: 197px;
    height: 185px;
    background: #fff;
    position: absolute;
    bottom: -13px;
    right: 0;
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#features .counetrpartBG_image {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
}
#features .counter_part {
    position: absolute;
    bottom: 17px;
}
#features .banner_box .LeafTopimage1 {
    width: 61px;
    height: 61px;
    position: absolute;
    right: 19px;
    bottom: 48px;
}
#features .counetrpartBG_image .countermain_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0C244A;
    opacity: 0.9;
    top: 0;
    bottom: 0;
}
#features .counetrpartBG_image img {
    height: 100%;
    width: 100%;
}
#features .feature_rightimage .banner_box h3{
    font-size: 41px;
    font-family: 'Roboto Slab';
    color: #2B85DD;
    font-weight: bold;
    line-height: 60px;
    text-align: left;
    margin-bottom: 20px;
}
#features .feature_rightimage .banner_box p{
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: left;
    color: #000;
    line-height: 35px;
}
#features .peccular-feature-section-head p{
    font-size: 18px;
    color: #00000080;
    font-family: 'Poppins';
    line-height: 30px;
    padding-right: 10%;
    margin-top: 29px;
}
#features .peccular-feature-section-head h3 {
    position: relative;
    font-size: 25px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 22px;
}
#features .peccular-feature-section-head h2 {
    position: relative;
    font-size: 52px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 70px;
}
#features .peccular-feature-section-head span{
    color: #2B85DD;
    font-size: 74px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 90px;
}
#features h4.peccular-counter-title.inner-area-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins';
    word-break: break-word;
    padding: 0;
    margin: 0.5em 1px;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
}
#features .peccular-counter-num.count {
    font-size: 15px;
    color: #fff;
    position: relative;
    position: relative;
    margin: 13px 0px;
    font-size: 59px;
    font-family: 'Roboto Slab';
    color: #fff;
    font-weight: bold;
}
#features .peccular-feature-section-head {
    margin-bottom: 43px;
    margin-top: 35px;
}
#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-counter-single {
    position: relative;
    transition: all 0.8s;
    padding-top: 15px;
    padding-bottom: 18px;
    text-align: left;
    opacity: 80%;
}
#features .peccular-counter-single:hover{
opacity: 100%;
 transition: all 0.8s;
}
#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{
    width: 434px;
    height: 620px;
    box-shadow: 0px 0px 30px #0000001A;
}
#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;
}
 #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: #000000;
    margin-left: 1em;
    font-family: 'Montserrat';
    font-size: 52px;
    font-weight: 500;
    line-height: 65px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}
#about .peccular-section-head h3 span{
    color: #2B85DD;
    font-size: 75px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 110px;
}
 #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;
    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;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #F27A0A;
    font-size: 15px;
    padding: 2px 2px;
    border-radius: 6px;
    font-weight: 300;
}
#about .leftside_image img{
width: 293px;
height: 375px;
}
#about .leftside_image .overlay{
    background: #1852C7;
    opacity: 0.4;
    box-shadow: 0px 0px 30px #0000001A;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#about .leftside_image {
    width: 293px;
    height: 375px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 30px #0000001A;
}
#about .leftside_image .outer_boxIcon {
    position: absolute;
    top: 127px;
    width: 109px;
    height: 109px;
    left: 92px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFFBA 0%, #FFFFFF05 71%, #FFFFFF00 75%, #FFFFFF40 94%, #FFFFFF3B 100%) 0% 0% no-repeat padding-box;
    z-index: 999;
}
#about .leftside_image .icon_box {
    width: 51px;
    height: 51px;
    background: #fff;
    border-radius: 50%;
    top: 27px;
    position: relative;
    left: 27px;
}
#about .leftside_image .icon_box i{
    color: #003890;
    font-size: 15px;
    position: relative;
    top: 18px;
    left: 20px;
}

 #about .peccular-section-area-text-subtitle {
    color: #0000009e;
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 1.5em;
    font-family: 'Poppins';
    padding-right: 18%;
    padding-left: 0;
}
 #about .peccular-section-head h2{
    color: #000000;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 18px;
    outline-width: 0;
    text-decoration: none !important;
    padding: 11px 0px;
    transition: all .3s;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
 #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 .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;
    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;
    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;
    width: 22px;
    height: 22px;
    bottom: -25px;
    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 {
    margin-top: 50px;
}
 #about .aboutList_text{
position: relative;
    margin-bottom: 40px;
}
#about .first_aboutList,#about .second_aboutList,#about .third_aboutList {
    position: relative;
    padding-right: 10px;
    left: -8px;
}
#about .about_List {
    position: relative;
    top: 10px;
}
#about .first_aboutList_image, #about .second_aboutList_image, #about .third_aboutList_image {
    position: relative;
    margin-top: 10px;
}
 #about .aboutList_text h3{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    line-height: 34px;
}
 #about .aboutList_text p{
font-size: 16px;
    font-family: 'Poppins';
    color: #00000069;
    line-height: 25px;
    font-weight: 400;
}
 #about .imgbox-btn a {
    position: relative;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Poppins';
    top: 13px;
    background: #0C244A;
    padding: 13px 43px;
}
 #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 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;
}
#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
/*----------------------------------------*/

/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
#steps .steps-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#steps {
    background: #0C244A;
}
#steps .steps-body {
    position: relative;
}

#steps .peccular-section-head h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    letter-spacing: 0.5px;
    color: #fff;
}
#steps .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 3em;
}

#steps .peccular-section-head h3{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 55px;
    margin-bottom: 58px;
}

#steps .peccular-steps-content h4.peccular-steps-title{
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 35px;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat';
}  
#steps .peccular-steps-single:hover h4.peccular-steps-title{
   color: #fff;
}

#steps .peccular-steps-content p.peccular-steps-text{
color: #ffffff73;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 26px;
    margin-bottom: 0px;
    font-family: 'Roboto';
}

#steps .peccular-steps-b {
    padding: 10px;
    position: relative;
}

#steps .peccular-steps-b:last-child:after{
    border: 0;
}
#steps .peccular-steps-icon {
    width: 197px;
    height: 170px;
    position: relative;
    background: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#steps .peccular-steps-icon img{
    width: 64px;
    height: 64px;
    position: relative;
    top: 33%;
}
#steps .peccular-steps-single{
    padding: 0em 1.2em;
    margin: 0em 0 1em;
    position: relative;
    z-index: 1;
    text-align: center;
}


#steps .peccular-steps-num {
    color: #0C244A;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    width: 41px;
    height: 41px;
    background: #CEEAFC;
    border-radius: 50px;
    font-family: 'Roboto Slab';
    padding: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
}

#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: #000000;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 35px;
}
#blog .peccular-section-head p{
    color: #000000;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 55px;
}
#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;
    padding-bottom: 28px;
}
#blog .peccular-box-area-S { margin: 0px;}
#blog h4.inner-area-title {
color: #0C244A;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 6px;
    padding: 8px 0;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
}

#blog p{
    color: #000000ab;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    font-family: 'Roboto';
    padding: 0em;
        margin-bottom: 3px;
}
#blog .read-btn{
    background: #0C244A;
    color: #fff;
    /* border-radius: 6px; */
    font-size: 15px;
    font-family: 'Poppins';
    display: inline-block;
    padding: 9px 15px;
    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-imgbox {
    width: 96%;
    position: relative;
}
#blog .peccular-blog-single {   
    padding: 9px 0;
    background: #ffff;
    padding-left: 5px;
    box-shadow: 0px 2px 20px #00000012;
    left: 17px;
    position: relative;
    padding-left: 19px;
    padding-bottom: 22px;
    padding-right: 17px;
    width: 93%;
    top: 17px;
}
#blog .peccular-blog-date{
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #0C244A;
    color: #FDFDFD;
    padding: 7px 14px;
    padding-right: 0;
    font-family: 'Roboto';
    letter-spacing: 0;
    z-index: 999;
    border-radius: 0;
}
#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;
    left: 7px;
    top: 16px;
}
#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.date_span{
    background: #CEEAFC;
    color: #0C244A;
    padding: 9px 11px;
    right: 0;
    position: relative;
}
#blog .peccular-blog-author span {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}
#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%;
}
#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%;
}
/*----------------------------------------*/
/*  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="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 {
        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: #0C244A;
}
#contactinfo .peccular-section-head {
    margin: 84px 60px 80px 100px;
    text-align: left;
    left: 15%;
}
#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: 40px;
    font-family: 'Montserrat';
    font-weight: 800;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 18px;
}

#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: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 17px;
    font-family: 'Roboto';
    letter-spacing: 0;
}

#contactinfo .contactinfo-email {
    padding: 8px;
    cursor: pointer;
}
#contactinfo .right_fullbox {
position: relative;
    background: transparent;
    top: 90px;
}
#contactinfo .contactinfo-number {
    width: 277px;
    height: 82px;
    position: relative;
    background: #FFFFFF;
    text-align: left;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-right: 10px;
}
#contactinfo .next_border{
    height: 82px;
    position: absolute;
    background: #FFFFFF;
    width: 10px;
    right: 0;
}
#contactinfo .contactinfo-number a h2{
    font-size: 21px;
    line-height: 35px;
    color: #040404;
    font-family: 'Poppins';
    font-weight: 600;

}
#contactinfo .contactinfo-number a p{
    font-size: 19px;
    line-height: 25px;
    color: #040404;
    font-family: 'Poppins';
    font-weight: 400;

}
#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-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;
    background: #CEEAFC;
    border-radius: 10px;
    width: 59px;
    height: 59px;
    box-shadow: 0px 2px 2px #00000029;
}

/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
  #footer,
  .footer-area {
    position: relative;
    margin-top: 0em;
    overflow: hidden;
    background: #0C244A;
    padding-top: 0;
}
.footer-area li a:hover, .footer-area .tagcloud a:hover, .footer-area li.current_page_item a:hover, .footer-area li:hover:before, .footer-text a:hover, .footer-area li.current_page_item:hover:before{font-weight: 600;}

/*-------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: #ffffffb5;
}
.footer-area li:before,
.footer-area li:before,
.page .footer-area li:before,
.single .footer-area li:before  {
    content: "\f178";
    font-family: 'Fontawesome';
    font-size: 14px;
    padding: 3px;
    border-radius: 6px;
    color: #fff;
    margin-right: 9px;
    font-weight: 300;
}
.footer-area .single-footer-3 i.fa, .footer-area .single-footer-3 i.fa, .page .footer-area .single-footer-3 i.fa, .single .footer-area .single-footer-3 i.fa {
    padding: 0;
    font-size: 22px;
    margin-bottom: 25px;
    margin-right: 15px;
}
.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;
        top: 20px;
}
.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: 22px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
    position: relative;
    letter-spacing: 0.44px;
    padding-top: 32px;
}

.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;
    /*top: 17%;*/
}

.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: #fff;
    font-size: 16px;
    color: #0C244A;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: center;
    padding: 9px 0;
    margin-bottom: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 12%;
}
#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
{    
    border: 1px solid;
    font-size: 12px;
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    margin-top: -25px;
}
.single .footer-area input[type="email"]::placeholder, 
.single .footer-area input[type="url"]::placeholder, 
.single .footer-area input[type="password"]::placeholder, 
.single .footer-area input[type="search"]::placeholder, 
.single .footer-area input[type="number"]::placeholder, 
.single .footer-area input[type="tel"]::placeholder, 
.single .footer-area input[type="range"]::placeholder, 
.single .footer-area input[type="date"]::placeholder, 
.single .footer-area input[type="month"]::placeholder, 
.single .footer-area input[type="week"]::placeholder, 
.single .footer-area input[type="time"]::placeholder, 
.single .footer-area input[type="datetime"]::placeholder, 
.single .footer-area input[type="datetime-local"]::placeholder, 
.single .footer-area input[type="color"]::placeholder, 
.single .footer-area textarea::placeholder,
.single .footer-area select::placeholder{
        color: #fff;
}
.footer-area .single-footer-3 p, .footer-area .single-footer-3 p, .page .footer-area .single-footer-3 p, .single .footer-area .single-footer-3 p{
margin-bottom: 0;
    padding-bottom: 0px;
}
.footer-area .single-footer-3 .widget-title{

}
.footer-area input[type="submit"],
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #FFFFFF;
    color: #262D33;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 0;
        position: relative;
    top: -15px;
}
.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"],
.page .footer-area input[type="submit"],
.single .footer-area input[type="submit"],
{
    /* border-bottom: 1px solid; */
    background: #FFFFFF;
    color: #000;
    padding: 8px 20px;
}
.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{
    background: #CEEAFC;
}
.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 .top-area .widget.widget_media_image{
    background: #fff;
    width: 80%;
    position: relative;
    top: 0;
    height: 74px;
}
.footer-area .top-area .title_Border {
    position: relative;
    width: 127%;
    height: 1px;
    background: #fff;
    top: 74px;
    left: -181px;
}
.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 .single-footer-2 {
    padding-left: 11em !important;
}
.footer-area .textwidget.custom-html-widget {
color: #E7F5FC;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 25px;
    top: 20px;
    position: relative;
}
.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;
    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: 0;
    font-size: 17px;
    padding: 5px 6px;
}


 .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{    
}
.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;
    left: 53%;
    position: relative;
    }
.single-footer-1 p{
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 18px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    position: relative;
    top: 20px;
    text-align: left;
    left: 45%;
    width: 366px;
  }
  .single-footer p{
      font-size: 16px !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{
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }
  .footer-area .social-profile-icons ul li a{
    padding: 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;
    left: 21%;
    position: relative;
        margin-bottom: 50px;
}

  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #696464 !important;
    background:#2B85DD;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa {
     color: #fff !important;
     font-size: 18px;
   }

    .footer-area  .top-area {
    overflow: hidden;
    position: relative;
    padding-right: 5em;
}

   .footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 0.2em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat';
    text-align: left;
}
.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;
}
.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: left;
    position: relative;
    z-index: 1;

}
.breadcrumbbox span {
    color: #ffffffbd;
    margin: 0 3px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
}
.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: #ffffffbd;
}
.breadcrumbbox a {
    color: #ffffffbd;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Poppins';
    
}
.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;
    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;
    left: 7px;
    top: 16px;
    width: 96%;
    position: relative;
}
#innerpage-box .blog-category{
    padding-top: 20px;
}
#innerpage-box .blog-date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: #f27907 !important;
    color: #fff;
    padding: 10px 12px;
    font-style: italic;
}
#innerpage-box .blog-date span {
    color: #f72985;
}
#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #ff80b0;
}
#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #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 {
            transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
}
#innerpage-box .peccular-blog-author {
    margin-bottom: 5px;
    margin-top: 4px;
}
#innerpage-box .peccular-blog-single {
    padding: 9px 0;
    background: #ffff;
    padding-left: 5px;
    box-shadow: 0px 2px 20px #00000012;
    left: 17px;
    position: relative;
    padding-left: 19px;
    padding-bottom: 22px;
    padding-right: 17px;
    width: 93%;
    top: 17px;
}
#innerpage-box .peccular-blog-author span.date_span {
    background: #CEEAFC;
    color: #0C244A;
    padding: 9px 11px;
    right: 0;
    position: relative;
}
#innerpage-box .peccular-blog-author span {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}
#innerpage-box .peccular-blog-date {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #0C244A;
    color: #FDFDFD;
    padding: 7px 14px;
    padding-right: 0;
    font-family: 'Roboto';
    letter-spacing: 0;
    z-index: 999;
    border-radius: 0;
}

#innerpage-box .ht-blog-thumbnail .overlay {
    background: #064274;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    display: none;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 20px 0em 20px;
    border-radius: 0;
    position: relative;
}
#innerpage-box #blog-box h2 {
    color: #0C244A;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 6px;
    padding: 8px 0;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
}

#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 {
color: #000000ab;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0em;
    font-family: 'Roboto';
    padding: 0em;
    margin-bottom: 3px;
}

#innerpage-box .blog-page-btn{

    padding-top: 10px;
}
#innerpage-box .blog-page-btn a {
    background: #0C244A;
    color: #fff;
    /* border-radius: 6px; */
    font-size: 15px;
    font-family: 'Poppins';
    display: inline-block;
    padding: 9px 15px;
    font-weight: 400;
    text-align: center;
    margin: 8px 0 0px;
    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: 50px;
    position: relative !important;
    padding: 22px 32px 30px;
    border: 1px solid #E3E3E3;
    border-radius: 0;
}

.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 li a:after{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 25%;
    right: 25px;
    -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;
    font-size: 13px;
    padding-left: 2px;
    font-weight: 700;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
}
.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:after {
    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;
    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: "\f105 ";
    font-family: "Fontawesome";
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 17px;
    opacity: 1;
    color: #002a34 !important;
    top: 1px;
}
.widget_categories ul li {
    position: relative;
    padding: 0px 0px 12px 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #002a3a;
}
#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 {
    width: fit-content;
    text-align: center;
    padding: 0 0px 12px 18px;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 21px !important;
    font-weight: 600;
    text-transform: capitalize;
    word-break: break-word;
    background: #0C244A;
    color: #fff;
    padding: 7px 14px !important;
    font-family: 'Montserrat';
        margin-left: -2px !important;
}
/*#innerpage-box .widget-area .widget-title:after {
    left: 21px;
    top: 29px;
    height: 3px;
    content: "";
    width: 40px;
    position: absolute;
    background-color: #f2790e;
    margin: 6px 0;
    
}*/
#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: #fff !important;
    padding: 5px 10px !important;
}

/*-------------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;
}
#innerpage-box #peccular-contactus-wrap .right_contact {
    padding-left: 65px;
    padding-top: 19px;
}
#innerpage-box #peccular-contactus-wrap .right_contact h2{
    color: #0C244A;
    font-size: 45px !important;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 25px;
}
#innerpage-box #peccular-contactus-wrap .right_contact h3{
color: #000000;
    font-size: 25px !important;
    font-family: 'Roboto';
    font-weight: 500;
        margin-bottom: 34px;
}
#innerpage-box #peccular-contactus-wrap  .left_contactData p a{
    font-size: 25px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #0C244A;
}
#innerpage-box #peccular-contactus-wrap  .left_contactData p{
    font-size: 25px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #0C244A;
    margin-top: 20px;
}
#innerpage-box #peccular-contactus-wrap  .left_contactData h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #0C244A;

}
#innerpage-box #peccular-contactus-wrap .left_contactData{
    background: #efefef3d;
    position: relative;
    overflow: hidden;
    padding-top: 29px;
    padding-bottom: 0px;
}
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;
    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: 15%;
    margin-left: 28px;
}
#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;
}
#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 {
    background-color: none;
    width: 92%;
}

#innerpage-box .peccular-contact-page-form p.labeldata {
    background: #0C244A;
    /* display: inline-block; */
    left: 0;
    width: fit-content;
    color: #ffffff !important;
    padding-top: 6px;
    font-size: 15px;
    font-family: 'Roboto';
}
.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: 21px;
    font-size: 15px;
    padding: 16px 12px;
    border-radius: 0;
    margin-top: 15px;
    background-color: #fff;
    color: #0c244aad;
    font-family: 'Roboto';
    font-weight: 400;
    border: 0.2px solid #00000042 !important;
}

#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: 400;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #000;
    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: 15px;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 5px;
    box-shadow: none;
    font-family: 'Montserrat';
}
#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 {
    line-height: 35px;
    font-size: 20px;
    color: #0C244A;
    transition: all 1s ease 0s;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
}
#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: 8em;
    padding-left: 0;
    padding-right: 45px;
    position: relative;
}
#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: 185px;
    transition: all 0.3s;
}
#innerpage-box .peccular-service-box-area {
transition: all 0.5s;
}
#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;
}

#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{
    background: #0C244A;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins';
    padding: 9px 15px;
    line-height: 25px;
    font-weight: 400;
}
#innerpage-box .peccular-service-box .service-btn:hover a{

    color: #fff !important;
    background: #064274 !important;
}

#innerpage-box .peccular-service-box .peccular-service-content h4{
    margin-bottom: 15px;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {
    word-break: break-word;
    padding: 0;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    position: relative;
    line-height: 40px;
}

#innerpage-box .peccular-service-box .peccular-service-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    word-break: break-word;
    line-height: 25px;
    color: #0000007d;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-bottom: 25px;
}
#innerpage-box .peccular-service-box .peccular-service-content {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 19px;
    position: absolute;
    width: 83%;
    top: 63%;
    background: #FFFFFF;
    box-shadow: 7px 9px 0px #0000000D;
}
#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; */
    width: 571px;
    height: 505px;
    position: relative;
}
#innerpage-box .faq .faq-containt img{
width: 100%;
height: 100%;
}
#innerpage-box .faq .faq-containt .overlay_faq{
position: absolute;
    height: 100%;
    width: 100%;
    background: #0C244A;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#innerpage-box .faq .faq-containt .image_border_box{
height: 6px;
background: #fff;
}
#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: 2em 2em;
    padding-bottom: 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 2em;
    transition: all 0.5s ease;
    margin-bottom: 5em;
}
#innerpage-box .peccular-testimonials-single:hover {
    box-shadow: 0px 2px 20px #00000012;
    transition: all 0.5s ease;
}
#innerpage-box .peccular-testimonials-identity {
    position: relative;
    left: -41px;
    text-align: left;
}
#innerpage-box .peccular-testimonials-single h4.peccular-testimonials-name {
    font-weight: 600;
    color: #1E3A5F;
    margin: 0 0 6px;
    transition: all .35s ease-out;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    position: relative;
    z-index: 1;  
}
#innerpage-box .test_svg svg {
    position: relative;
}
#innerpage-box .test_svg {
    width: 14px;
    height: 32px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#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{
    margin: 0;
    padding: 0;
    text-align: center;
}
#innerpage-box .peccular-testimonials-image img{   
    width: 70px;
    height: 70px;
    transition: all 0.5s ease;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 999;
    border-radius: 50%; 
}
#innerpage-box .client_data {
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 19px;
    margin-bottom: 35px;
}
#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: #343434;
    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: 48px;
    padding-right: 15px;

}
#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;
    margin-bottom: 22px;
    left: -27px;
}

#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 {
    margin-bottom: 1.5em;
}
#innerpage-box .peccular-project-image img {
    width: 100%;
}

#innerpage-box .peccular-project-content h4{
   margin: 0;
   margin-bottom: 10px;
    padding: 0;
    font-weight: 700;
    opacity: 0;
}
#innerpage-box .peccular-project-content h4 a{   
    color: #fff !important;
    font-size: 22px;   
}
#innerpage-box .peccular-project-single:hover .peccular-project-content h4{
    color:#fff ;
    opacity: 1;
    position: relative;
    left: 42px;
    bottom:30px ;
}
#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;
    width: 413px;
    height: 430px;
}
#innerpage-box .peccular-project-single .peccular-project-img img {
    width: 100%;
    height: 430px;
    border-radius: 10px;
}
#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-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){
    .slider-overlay-img {
    display: none;
}
#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 p {
    font-size: 32px;
    line-height: 50px;
}

        #blog .peccular-section-head h3 {
        font-size: 30px;
        line-height: 50px;
}
#blog .peccular-blog-date {
    font-size: 16px;
    line-height: 25px;
    padding: 9px 15px;
}
#blog h4.inner-area-title {
        font-size: 18px;
        line-height: 27px;
}
#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){
        .peccular-section-head h2 {
    margin-bottom: 10px;
}
    #steps .peccular-steps-content p.peccular-steps-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}
    #steps .peccular-steps-content h4.peccular-steps-title {
    font-size: 16px;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 25px;
}
    #steps .peccular-steps-icon img {
    width: 50px;
    height: 50px;
    position: relative;
    top: 27%;
}
    #steps .peccular-steps-icon {
    width: 150px;
    height: 126px;
}
    #steps {
    padding-top: 1.5em !important;
}
    .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}
    #steps .peccular-section-head h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
}
#steps .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
.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;
    }
        .hero-style .phoniconBox i {
        font-size: 14px !important;
    }
        .hero-style .phoniconBox {
        width: 23px !important;
        height: 23px !important;
        padding: 6px !important;
    }

    #contactinfo .contactinfo-number a p {
    font-size: 14px;
    line-height: 25px;
}


}
@media screen and (min-width:320px) and (max-width: 425px){

.mainbottom-header .top-header-phone i {
    font-size: 16px;
    color: #000;
    padding: 3px 4px;
}
 #services .section_heading h2 {
    font-size: 25px;
    line-height: 70px;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    left: 8%;
    padding-top: 20px;
}
 #facility .peccular-facility-b:nth-child(2) .peccular-facility-single
 {
    position: relative;
    left: 0;
    top: 0;
}
 #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 0;
    top: 0;
}
 #testimonials .peccular-section-head h3 {
        font-size: 20px;
        line-height: 35px;
    }
#testimonials .peccular-section-head p {
        font-size: 18px;
        line-height: 30px;
    }
#team .peccular-section-head h2 {
        font-size: 20px;
        line-height: 35px;
    }
#footer .social-profile-icons {
        text-align: left;
        top: 0px;
        left: 0;
        position: relative;
        margin-bottom: 15px;
    }
#team {
    padding-top: 2em !important;
}
#about .peccular-section-head h2 {
    margin-bottom: 5px;
}
#about .peccular-section-head h3 {
    margin-bottom: 25px;
}
#facility .peccular-section-head h2 {
        font-size: 20px !important;
        margin-bottom: 4px !important;
        margin-bottom: 10px !important;
        line-height: 35px !important;
    }
#facility .peccular-section-head {
    text-align: left;
    margin-bottom: 0em;
    margin-top: 0.5em;
}
    .mainbottom-header .top-header-phone i {
    font-size: 16px;
    color: #000;
    padding: 3px 4px;
}
        .site-header .top_headerphn {
        width: 50%;
        top: 4px;
        left: 3em;
    }
    .site-header .top_headerphn .phntextbx a {
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    top: -11px;
}
    .site-header .socials {
        padding: 0;
        top: 7px;
        position: relative;
    }
        .maintop-header .top-header-phone i.fa.fa-phone {
        font-size: 18px;
        margin: 4px 5px !important;
        position: relative;
        top: -12px;
    }
    .site-header .top_headerphn .phntextbx a {
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
    left: -24px;
}
        header.site-header .maintop-header .top-header-email svg {
        margin-right: 18px;
        position: relative;
        top: -40px;
        left: -45px;
    }
    .maintop-header .top-header-email a.h-email {
    font-size: 10px;
    letter-spacing: 0;
    position: relative;
    top: -33px;
    left: -46px;
}
    .mainbottom-header .top-header-phone {
        padding-top: 5px;
        text-align: left;
        position: relative;
        left: 0em;
        padding-bottom: 7px;
        width: 122px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 12px;
        padding-left: 3px;
        left: -48px;
    }
.header-email {
        position: relative;
        top: 28px;
        left: -54px;
        width: 137px !important;
    }
.site-header .top_headerphn {
        width: 50%;
        top: 17px;
        left: 1em;
    }

    #testimonials .test_svg {
    width: 14px;
    height: 15px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
}
#testimonials .test_svg {
    width: 14px;
    height: 15px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.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: #fff;
    font-size: 16px;
    color: #0C244A;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: center;
    padding: 9px 0;
    margin-bottom: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.footer-area .single-footer-3 .widget-title {
    font-size: 20px;
    margin-bottom: 10px;
}

    #testimonials .test_svg svg {
    position: relative;
    height: 20px;
    width: 20px;
}
#testimonials .peccular-testimonials-single {
    padding: 2em 2em;
    padding-bottom: 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 0em;
    transition: all 0.5s ease;
    margin-bottom: 3em;
}
    #features .peccular-features-area {
    position: relative;
    width: 100%;
    left: 0;
}
#testimonials .testimage {
    width: 30%;
}
#testimonials .testdata
 {
    width: 70%;
}
    div#pricing .peccular-section-head h3 {
    font-size: 22px;
    line-height: 40px;
}
div#pricing .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
.peccular-section-head h2 {
    margin-bottom: 10px;
}
div#pricing .peccular-section-head {
    margin-bottom: 30px;
}
div#pricing .peccular-pricing-single h4.peccular-pricing-title {
    font-size: 20px;
    line-height: 35px;
}
div#pricing .peccular-pricing-single p {
    font-size: 17px;
    line-height: 30px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price {
        width: 100px;
        height: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 17px;
        padding-top: 6%;
        margin-top: 14px;
        margin-bottom: 15px;
    }
        div#pricing .peccular-pricing-single .peccular-pricing-currency-price span {
        font-size: 20px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span.month_nm {
        font-size: 20px;
    }


div#pricing .pricing_box_b {
    margin-bottom: 2em;
}
.footer-area .top-area .widget.widget_media_image {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    height: 73px;
}
 .single-footer-1 img {
    margin-bottom: 12px;
    margin-left: 0;
    left: 0;
    position: relative;
}
 .single-footer-1 p {
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 18px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    position: relative;
    top: 20px;
    text-align: left;
    left: 0;
    width: 100%;
}
 #footer .social-profile-icons {
    text-align: left;
    top: 0px;
    left: 0;
    position: relative;
    margin-bottom: 40px;
}
 .footer-area .single-footer-2 {
    padding-left: 0 !important;
}


        #blog img.peccular-blogtopbg {
        display: none;
    }
        #blog .peccular-section-head p {
        font-size: 22px;
        line-height: 35px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price {
        width: 100px;
        height: 100px;
        padding-top: 8%;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price, div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span {
        font-size: 20px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list {
        margin-bottom: 20px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price, div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span {
        font-size: 20px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 5px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    #team .peccular-section-head h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #team {
    padding-bottom: 1em !important;
}
#contactinfo .conta-icon {
        width: 30%;
    }
 #contactinfo .conta-text {
        width: 70%;
    }
 #contactinfo .contactinfo-number a h2 {
        font-size: 16px;
        line-height: 30px;
    }
#contactinfo .right_fullbox {
        position: relative;
        background: transparent;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    #testimonials .peccular-section-head p {
    font-size: 24px;
    line-height: 35px;
}
#testimonials img.peccular-teambg {
    display: none;
    right: -30px;
    position: absolute;
    width: 222px;
    height: 252px;
}
#testimonials p.testmnl_text {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 33px;
    padding-right: 15px;
}
    #steps {
    padding-bottom: 1em !important;
}
        #features .peccular-features-b {
        width: 48% !important;
    }
    #features .peccular-counter-single {
    position: relative;
    transition: all 0.8s;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    opacity: 80%;
}
#facility {
    padding-bottom: 1em !important;
}
#steps .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}
#testimonials .peccular-section-head p {
        font-size: 20px;
        line-height: 30px;
    }
    #team .peccular-section-head p {
    font-size: 25px;
    line-height: 35px;
}
#team .peccular-section-head {
    margin-bottom: 1.5em;
    margin-top: 0em;
}
#steps .peccular-section-head h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 25px;
}
#steps .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
#features .peccular-counter-num.count {
    font-size: 30px;
    margin: 10px 0px;
}
#features h4.peccular-counter-title.inner-area-title {
    font-size: 17px;
    padding: 0;
    margin: 0.5em 1px;
    line-height: 28px;
    transition: all 0.3s;
}
    #features .feature_rightimage .banner_box {
        width: 184px;
        height: 120px;
        bottom: 0px;
        right: 0;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    #features .feature_rightimage .banner_box h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #features .feature_rightimage .banner_box p {
        font-size: 18px;
        line-height: 30px;
    }
    #about .peccular-section-area-text-subtitle {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 1.5em;
    padding-right: 0;
    padding-left: 0;
}
#services {
    padding-bottom: 1em !important;
}
#features .peccular-feature-section-head h2 {
    position: relative;
    font-size: 21px;
    line-height: 35px;
}
#features .peccular-feature-section-head p {
    font-size: 15px;
    line-height: 26px;
    padding-right: 0;
    margin-top: 10px;
}
#features .counter_part {
    position: relative;
    bottom: 0;
}
#features .feature_rightimage {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 999;
}
#features .peccular-feature-section-head h3 {
    position: relative;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 12px;
}
#features .peccular-feature-section-head span {
    font-size: 28px;
    line-height: 35px;
}
    #services .section_heading p {
    font-size: 20px;
    line-height: 35px;
    width: 336px;
    left: 14%;
}
#services img.peccular-service-img {
    width: 100%;
    height: 250px !important;
    transition: all 0.3s;
}
#services .servctop_image img {
    height: 390px;
    width: 100%;
}
#services .servctop_image {
    height: 390px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
#services .service-item {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 28px;
    position: relative;
    z-index: 999;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
        #about .peccular-section-head h3 span {
        font-size: 20px;
        line-height: 40px;
    }
        #about {
        padding-top: 1.5em !important;
    }
       .hero-style .phoniconBox i {
    font-size: 23px;
}
.hero-style{
    height: 830px !important;
}
.hero-style .phoniconBox {
    width: 38px;
    height: 38px;
    padding: 9px;
}
#services .section_heading {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.slider-inner-box {
        padding: 0 0px 0;
        top: 24%;
        width: 100%;
        height: 100%;
    }
        .slider-inner-box {
        left: 10px !important;
    }
     .hero-slider .appntmnt_form input[type="submit"] {
        font-size: 12px;
        font-weight: 400;
        padding: 9px 25px;
        left: 30px;
        right: 0;
        margin-top: 5px;
}
    .hero-slider .appntmnt_form textarea {
           height: 20px !important;
}
    .slider-area p {
    padding-bottom: 15px;
    margin: 0;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
        font-size: 11px;
        height: 8px;
        margin-left: 0;
        width: 86%;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
font-size: 1px;
        padding: 0px 28px;
        border-radius: 16px;
        margin-bottom: 6px;
        margin-top: 0px;
        left: 0%;
}
    .hero-slider .appntmnt_form h3 {
margin-top: 5px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
}
.hero-slider .appntmnt_form h4 {
    font-size: 13px;
}
    .sliderimg {
top: 0%;
        overflow: hidden;
        width: 290px !important;
        height: 240px;
        left: -100%;
        position: relative;
}
.hero-style ul li {
    display: inline-block;
    padding-right: 0px;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 15px;
    padding: 4px 4px;
}
    .hero-slider .appntmnt_form {
        width: 90%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding-bottom: 10px;
        height: 300px !important;
        top: 62%;
}
    .slider-btn {
    margin-top: 0.5em;
    z-index: 1;
    position: relative;
    padding-left: 29px;
}
.hero-style .slide-text p {
        z-index: 1;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
}
.hero-style .slide-title h2 {
        font-size: 20px !important;
        margin-bottom: 7px !important;
        line-height: 30px !important;
}
    .hero-style .slide-title h2 span {
        font-size: 20px;
        line-height: 30px;
        margin-right: 0px;
    }
    #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 0 !important;
    top: 0 !important;
}
    #facility .peccular-Rightfacility-b {
        margin: 10px 0px;
        padding: 0 1em 0px 0px !important;
    }
    #facility .peccular-facility-single {
        margin-bottom: 2em !important;
    }
#facility .peccular-section-head p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.facility_middle_image {
    width: 200px;
    height: 200px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#facility .peccular-facility-b:nth-child(3) .peccular-facility-single {
    position: relative;
    left: 0 !important;
}
        #facility .peccular-facility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    left: 0 !important;
    top: 0;
}

.maintop-header .top-header-phone {
        margin-left: 70px !important;
    }
        .header-email {
        position: relative;
        top: 28px;
        left: -54px;
        width: 137px !important;
    }
    .site-header .top_headerphn .phntextbx a {
    font-size: 12px;
    margin-left: 0;
    letter-spacing: 0;
    width: 100px;
}
    .site-header .top_headerphn {
    width: 50%;
    top: 17px;
    left: 1em;
}
      header.site-header .phn_EmailRight {
    width: 62%;
}
   header.site-header .SocialIcon {
    width: 38%;
}
    header.site-header .maintop-header .socials .share-btn li a.site-button {
    line-height: 20px;
    font-size: 14px;
    margin: 0 3px;
}
    .maintop-header ul li {

    margin-right: 8px;
}
    #contactinfo .contactinfo-containt {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-top: 0;
}
    #contactinfo .peccular-section-head {
        margin: 15px 20px 15px 20px;
        text-align: center;
        left: 0;
}
    #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: 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;
    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: 20px !important;
        line-height: 35px !important;
        margin-bottom: 10px;
    }
    #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: 0;
        text-align: left;
        padding-left: 0;
        margin-bottom: 20px;
    }
#contactinfo .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#team .peccular-section-head h2 {
        font-size: 20px;
        line-height: 30px;
}
#testimonials .peccular-section-head h3{
        font-size: 20px;
        line-height: 30px;
}
#project .peccular-section-head h2{
        font-size: 20px;
        line-height: 30px;
}
#contactinfo .peccular-section-head h2{
        font-size: 20px;
        line-height: 30px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}

#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;
}
       .footer-area .bottom-area, .footer-area .bottom-area, .page .footer-area .bottom-area, .single .footer-area .bottom-area {
    position: relative;
    top: 10%;
}
    .footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 10px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 15px;
    line-height: 25px;
}
      .single-footer-1 p {
        margin-bottom: 20px !important;
        line-height: 26px !important;
        font-size: 16px !important;
        top: 10px;
        text-align: left;
        left: 0;
        width: 100%;
}
.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: 28px;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        left: 0;
}
    #footer .social-profile-icons {
        text-align: left;
        top: 0px;
        left: 0;
        position: relative;
    }
.single-footer-1 img {
margin-bottom: 12px;
        margin-left: 0;
        left: 0;
        position: relative;
}
.footer-area .single-footer-2 {
    padding-left: 0 !important;
}    
.footer-area .footer-text, .footer-text a, .footer-area .footer-text, .footer-text a, .single .footer-area .footer-text, .single .footer-text a, .single .footer-area .footer-text, .single .footer-text a {
        font-size: 13px;
        padding: 9px 0;
        margin-bottom: 10px;
    }
.footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
    padding: 0;
    margin-top: 1em;
}
    .footer-area .single-footer-3 {
        padding-left: 0 !important;
    }
    .footer-area .single-footer-1, .footer-area .single-footer-1, .page .footer-area .single-footer-1, .single .footer-area .single-footer-1 {
    padding-left: 0;
}
/*.footer-area .single-footer-3 .single-footer, .footer-area .single-footer-3 .single-footer, .page .footer-area .single-footer-3 .single-footer, .single .footer-area .single-footer-3 .single-footer {
    padding: 0;
    margin-top: 4em;
}*/
    .footer-area .top-area .title_Border {
        position: relative;
        width: 330px;
        height: 1px;
        top: 74px;
        left: -73px;
    }
        #blog {
        padding-top: 1em !important;
    }
    #contactinfo .contactinfo-number a h2 {
    font-size: 16px;
    line-height: 30px;
}
        #contactinfo .peccular-section-head {
        margin: 15px 20px 15px 20px;
        text-align: center;
        left: 0;
    }
        #contactinfo .peccular-section-head h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #contactinfo .peccular-section-head h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #team .peccular-section-head {
    margin-bottom: 1.5em;
    margin-top: 0em;
}
        #team .peccular-section-head h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
    }
        #team .peccular-section-head p {
        font-size: 22px;
        line-height: 35px;
    }
        #testimonials .peccular-section-head p {
        font-size: 22px !important;
        line-height: 35px !important;
    }
        #testimonials .peccular-section-head h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #steps .peccular-section-head h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
        #features .peccular-feature-section-head span {
        font-size: 20px;
        line-height: 30px;
    }
        #features .peccular-feature-section-head h2 {
        font-size: 20px;
        line-height: 30px;
    }
        #features .peccular-feature-section-head h3 {
        font-size: 18px !important;
         margin-bottom: 10px;
    }
        #features .peccular-features-b {
        width: 50% !important;
    }
        #features .peccular-features-single {
        text-align: center;
    }
        #features .peccular-features-icon {
        margin: 5px 0px;
        font-size: 40px;
    }

        #features h4.peccular-features-title {
        font-size: 16px;
        padding: 0;
        margin: 0.2em 1px;
        line-height: 25px;
        transition: all 0.3s;
    }
        #features .feature_rightimage {
        width: 100%;
        height: 300px;
        z-index: 999;
    }
        #features .peccular-features-area {
        position: relative;
        width: 100%;
        left: 0;
    }
        #features .counter_part {
        position: relative;
        bottom: 0;
    }
        #features .feature_rightimage .banner_box p {
        font-size: 18px;
        line-height: 30px;
    }
        #features .feature_rightimage .banner_box h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
        #features .feature_rightimage .banner_box {
        width: 184px;
        height: 120px;
        bottom: 0px;
        right: 0;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
        #features .peccular-feature-section-head p {
        font-size: 14px;
        line-height: 23px;
        padding-right: 0%;
        margin-top: 10px;
    }

    #services {
    padding-bottom: 1em !important;
}
    #services .peccular-service-content {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 7px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        top: 0;
    }
        #services .servctop_image img {
        height: 410px;
        width: 100%;
    }
        #services .servctop_image {
        height: 410px;
    }
        #services .peccular-service-box {
        transition: all 0.5s;
        margin-bottom: 15% !important;
        padding-left: 30px;
        padding-right: 55px;
        position: relative;
    }
    #services .peccular-service-box {
        transition: all 0.5s;
        margin-bottom: 1em;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
        #services .peccular-service-contenttext p {
        font-size: 15px !important;
        line-height: 25px!important;
    }
        #services .peccular-service-content h4 a {
        font-size: 18px !important;
        line-height: 25px !important;
    }
        #services .peccular-service-content h4 {
        margin-bottom: 7px;
    }
        #services img.peccular-service-img {
        width: 100%;
        height: 250px !important;
        transition: all 0.3s;
    }
        #services .service-item {
        padding-left: 10px;
        padding-right: 0;
        padding-top: 15px;
        width: 90%;
    }
        #services .section_heading h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
        #services .section_heading p {
        font-size: 20px;
        line-height: 33px;
        width: 334px;
        left: 8%;
    }
        #about .peccular-about-img1 img {
        width: 350px;
        position: relative;
        left: 10px;
    }
        #blog .peccular-section-head p {
        font-size: 22px;
        line-height: 35px;
    }
    #contactinfo .conta-icon{
width: 30%;
}
div#pricing .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    padding-top: 6%;
    margin-top: 14px;
    margin-bottom: 15px;
}
div#pricing img.peccular-blogtopbg {
    display: none;
}
 #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 28px;
    padding-right: 2%;
}
    #about .peccular-about-imgbox {
        height: 350px !important;
        width: 350px !important;
        margin-bottom: 1em;
    }
    #about {
    padding-top: 1.5em !important;
}
    #about .imgbox-btn a {
        font-size: 16px !important;
        top: 3px !important;
        padding: 8px 20px !important;
    }
#about .leftside_image {
    width: 293px;
    margin: auto;
}
    #about .peccular-about-img1 img {
        height: 350px !important;
        width: inherit;
    }
#about .leftside_image img {
    width: 293px;
}
#about .aboutList_text {
        position: relative;
        margin-bottom: 25px;
        text-align: center;
    }
        #about .peccular-section-head h3 span {
        font-size: 20px;
        line-height: 40px;
    }
        #about .first_aboutList_image, #about .second_aboutList_image, #about .third_aboutList_image {
        position: relative;
        margin-top: 10px;
        text-align: center;
    }
div#pricing .peccular-pricing-single .peccular-pricing-currency-price span.month_nm {
    font-size: 17px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price span {
    font-size: 20px;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span.month_nm {
    font-size: 20px;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price, div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span {
    font-size: 20px;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price {
    width: 80px;
    height: 80px;
    padding-top: 8%;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single {
    margin-top: 0;
    padding-bottom: 20px;
}
div#pricing .peccular-pricing-single {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list {
    margin-bottom: 20px;
}
div#pricing .peccular-pricing-single p {
    font-size: 18px;
    line-height: 30px;
}
div#pricing .peccular-pricing-single h4.peccular-pricing-title {
    font-size: 20px;
    line-height: 30px;
}
div#pricing .peccular-section-head {
    margin-bottom: 30px;
}
div#pricing .peccular-section-head h3 {
    font-size: 24px;
    line-height: 40px;
}
#contactinfo .conta-text{
width: 70%;
}
#contactinfo .right_fullbox {
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
            margin-bottom: 1em;
}
        #testimonials .peccular-testimonials-single {
        padding: 1em 2em;
    }
    #testimonials img.peccular-teambg {
    display: none;
}
#testimonials p.testmnl_text {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
    #testimonials .test_svg svg {
    position: relative;
    height: 20px;
    width: 20px;
}
    #testimonials .testimage{
width: 18%;
}
    #testimonials .testdata{
    width: 63%;
}
    #testimonials .peccular-section-head p {
    font-size: 22px;
    line-height: 35px;
}
#testimonials .test_svg {
    width: 14px;
    height: 19px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
#team .peccular-section-head p {
    font-size: 22px;
    line-height: 35px;
}
#testimonials .peccular-testimonials-single {
    padding: 2em 2em;
    padding-bottom: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
#testimonials {
    padding-top: 5em !important;
}
#testimonials .peccular-testimonial-block {
    position: relative;
    top: 0.5em;
}
 #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 28px;
    padding-right: 2%;
}
    #about {
    padding-top: 1.5em !important;
}
        #about .peccular-section-head h3 span {
        font-size: 20px;
        line-height: 40px;
    }
}
@media screen and (min-width:1025px) and (max-width: 1200px){
    #about .peccular-about-img1 img{
    width: 434px;
    height: 450px;
    }
    #about .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
    outline-width: 0;
    padding: 0px 0px;
    margin-bottom: 10px;
    }
    #about .peccular-section-head h3 {
    margin-left: 1em;
    font-size: 30px;
    line-height: 55px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
      #about .imgbox-btn {
    margin-top: 30px;
}
    #about .imgbox-btn a {
    font-size: 16px;
    top: 6px;
    padding: 9px 25px;
}
    #about .aboutList_text p {
    font-size: 14px;
    line-height: 22px;
}
    #about .aboutList_text h3 {
    font-size: 16px;
    line-height: 26px;
}
    #about .leftside_image {
    width: 190px;
    height: 266px;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1.5em;
    padding-right: 5%;
    padding-left: 0;
}
    #about .peccular-section-head h3 span {
    font-size: 30px;
    line-height: 55px;
}
    #about {
    padding-bottom: 1em !important;
    }
    #about {
        padding-top: 2.5em !important;
    }
    .hero-slider {
    height: 560px !important;
}
    .slider-inner-box {
        position: absolute;
        padding: 0 0px 0;
        text-align: center;
        top: 0;
        width: 45%;
        left: 0px;
        padding-top: 0;
    }
        .hero-style .slide-btns-1 a.ReadMore {
        font-size: 16px;
        padding: 12px 25px;
    }
        .slider-btn {
        margin-top: 0.5em;
        z-index: 1;
        position: relative;
        padding-left: 29px;
    }
        .hero-style .slide-text p {
        font-size: 14px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
        .hero-slider .slide-text {
        padding-left: 15px;
        padding-right: 15px;
    }
        .hero-slider .slide-title {
        padding-right: 15px;
        padding-top: 80px;
        padding-left: 15px;
    }
        .sliderimg {
        height: 400px;
        width: 277px !important;
        height: 560px !important;
        position: relative;
        left: 20px;
    }
        .hero-slider .appntmnt_form {
        width: 300px;
        top: 50px;
        right: 1%;
        padding-bottom: 34px;
    }
        .hero-slider .appntmnt_form h3 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 2px;
    }
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
        font-size: 2px;
        padding: 0px 46px;
        border-radius: 16px;
        margin-bottom: 10px;
        margin-top: 5px;
        left: 0%;
        position: ;
    }
        .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
        font-size: 13px;
        height: 17px;
        margin-left: 0;
        width: 86%;
    }
        .hero-slider .appntmnt_form textarea {
        height: 60px !important;
    }
        .hero-slider .appntmnt_form input[type="submit"] {
        font-size: 16px;
        font-weight: 400;
        padding: 11px 50px;
        left: 30px;
        right: 0;
        margin-top: 5px;
    }
}


@media screen and (min-width:380px) and (max-width: 425px){

     .footer-area .bottom-area, .footer-area .bottom-area, .page .footer-area .bottom-area, .single .footer-area .bottom-area {
    position: relative;
    top: 10%;
}
    .footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 10px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 15px;
    line-height: 25px;
}
      .single-footer-1 p {
        margin-bottom: 20px !important;
        line-height: 26px !important;
        font-size: 16px !important;
        top: 10px;
        text-align: left;
        left: 0;
        width: 100%;
}
.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: 28px;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        left: 0;
}
    #footer .social-profile-icons {
        text-align: left;
        top: 0px;
        left: 0;
        position: relative;
    }
.single-footer-1 img {
margin-bottom: 12px;
        margin-left: 0;
        left: 0;
        position: relative;
}
.footer-area .single-footer-2 {
    padding-left: 0 !important;
}    
.footer-area .footer-text, .footer-text a, .footer-area .footer-text, .footer-text a, .single .footer-area .footer-text, .single .footer-text a, .single .footer-area .footer-text, .single .footer-text a {
        font-size: 13px;
        padding: 9px 0;
        margin-bottom: 10px;
    }
.footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
    padding: 0;
    margin-top: 1em;
}
    .footer-area .single-footer-3 {
        padding-left: 0 !important;
    }
    .footer-area .single-footer-1, .footer-area .single-footer-1, .page .footer-area .single-footer-1, .single .footer-area .single-footer-1 {
    padding-left: 0;
}
/*.footer-area .single-footer-3 .single-footer, .footer-area .single-footer-3 .single-footer, .page .footer-area .single-footer-3 .single-footer, .single .footer-area .single-footer-3 .single-footer {
    padding: 0;
    margin-top: 4em;
}*/
    .footer-area .top-area .title_Border {
        position: relative;
        width: 330px;
        height: 1px;
        top: 74px;
        left: -73px;
    }
    #features .feature_rightimage .banner_box {
    width: 184px;
    height: 120px;
    bottom: 0px;
    right: 0;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
    #features .feature_rightimage .banner_box p {
    font-size: 18px;
    line-height: 30px;
}
    #features .feature_rightimage .banner_box h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
    #features .feature_rightimage {
    width: 100%;
    height: 300px;
    z-index: 999;
}
    #features .peccular-features-area {
    position: relative;
    width: 100%;
    left: 0;
}
#features .peccular-features-icon {
    margin: 5px 0px;
    font-size: 40px;
}
#features h4.peccular-features-title {
    font-size: 16px;
    padding: 0;
    margin: 0.2em 1px;
    line-height: 25px;
    transition: all 0.3s;
}
#features .peccular-features-single {
    text-align: center;
}
    #features .peccular-feature-section-head span {
    font-size: 26px;
    line-height: 35px;
}
#features .peccular-feature-section-head p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 0%;
    margin-top: 20px;
}
#features .peccular-feature-section-head h2 {
    font-size: 25px;
    line-height: 35px;
}
    #features .counter_part {
    position: relative;
    bottom: 0;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 28px;
    padding-right: 2%;
}
    #about {
    padding-top: 1.5em !important;
}
        #about .peccular-section-head h3 span {
        font-size: 20px;
        line-height: 40px;
    }
    #services .servctop_image img {
    height: 410px;
    width: 100%;
}
    #services .servctop_image {
    height: 410px;
}
#services .section_heading h2 {
    left: 8%;
    padding-top: 30px;
}
#services img.peccular-service-img {
    width: 100%;
    height: 250px !important;
    transition: all 0.3s;
}
#services .peccular-service-content h4 {
    margin-bottom: 7px;
}
#services .service-item {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 15px;
    width: 90%;
}
#services .section_heading p {
    font-size: 20px;
    line-height: 33px;
    width: 334px;
    left: 8%;
}
        .hero-style .phoniconBox i {
        font-size: 14px !important;
    }
        .hero-style .phoniconBox {
        width: 23px !important;
        height: 23px !important;
        padding: 6px !important;
    }

    .peccular-section-head h2 {
    margin-bottom: 10px;
}
    #steps .peccular-steps-content p.peccular-steps-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0px;
}
    #steps .peccular-steps-content h4.peccular-steps-title {
    font-size: 16px;
    padding: 0;
    margin: 0px 0 10px;
    line-height: 25px;
}
    #steps .peccular-steps-icon img {
    width: 50px;
    height: 50px;
    position: relative;
    top: 27%;
}
    #steps .peccular-steps-icon {
    width: 150px;
    height: 126px;
}
    #steps {
    padding-top: 1.5em !important;
}
    .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}
    #steps .peccular-section-head h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
}
#steps .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
.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: 10px;
        padding-top: 35px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
}
@media screen and (min-width:426px) and (max-width: 768px){
    #features {
    padding-top: 2em !important;
}
    #features .peccular-features-area {
        position: relative;
        width: 92%;
        text-align: left;
        left: 0;
        right: 0;
        margin: 0 auto;
}
    #features .feature_rightimage .banner_box {
    width: 134px;
    height: 105px;
    bottom: -13px;
    right: 0;
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 15px;
    padding-bottom: 15px;
}
    #features .feature_rightimage .banner_box p {
    font-size: 14px;
    line-height: 25px;
}
#features .banner_box .LeafTopimage1 {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
}
    #features .feature_rightimage .banner_box h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 8px;
}
    #features .feature_rightimage {
    position: relative;
    width: 100%;
    height: 280px;
    z-index: 999;
}
    #features .counter_part {
    position: relative;
    bottom: 0;
}
    #features .peccular-feature-section-head p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 0%;
    margin-top: 10px;
}
    #features .peccular-feature-section-head h2 {
    font-size: 24px;
    line-height: 36px;
}
    #features .peccular-feature-section-head span {
    font-size: 30px;
    line-height: 40px;
}
    #features .peccular-feature-section-head h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
    #services {
    padding-bottom: 1em !important;
}
    #services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
}
    #services .peccular-service-content {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 19px;
    position: relative;
    width: 87%;
    top: -60px;
}
    #services .peccular-service-contenttext p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-right: 5px;
    margin-bottom: 20px;
}
        #services .peccular-service-content h4 a {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    #services .service-item {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 20px;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    #services .servctop_image img {
    height: 370px;
    width: 100%;
}
#services .servctop_image {
    height: 370px;
    width: 100%;
    z-index: 0;
}
    #services .section_heading p {
    font-size: 23px;
    line-height: 40px;
    width: 570px;
    left: 10%;
}
#services .section_heading h2{
     left: 10%;
}
    #services .section_heading {
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}
    #about .imgbox-btn {
    margin-top: 30px;
}
    #about .imgbox-btn a {
    font-size: 16px;
    top: 6px;
    padding: 9px 25px;
}
    #about .aboutList_text p {
    font-size: 14px;
    line-height: 22px;
}
    #about .aboutList_text h3 {
    font-size: 16px;
    line-height: 26px;
}
    #about .leftside_image {
    width: 190px;
    height: 266px;
}
    #about .peccular-section-area-text-subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1.5em;
    padding-right: 5%;
    padding-left: 0;
}
    #about .peccular-section-head h3 span {
    font-size: 30px;
    line-height: 55px;
}
        .hero-style .phoniconBox i {
    font-size: 23px;
}

.hero-style .phoniconBox {
    width: 38px;
    height: 38px;
    padding: 9px;
}
    .slider-inner-box {
    padding: 0 0px 0;
    top: 0%;
    width: 35%;
    height: 100%;
}
        .slider-inner-box {
        left: 10px !important;
    }
     .hero-slider .appntmnt_form input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    padding: 11px 50px;
    left: 30px;
    right: 0;
    margin-top: 5px;
}
    .hero-slider .appntmnt_form textarea {
    height: 60px !important;
}
    .slider-area p {
    padding-bottom: 15px;
    margin: 0;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
    font-size: 13px;
    height: 17px;
    margin-left: 0;
    width: 86%;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
    font-size: 2px;
    padding: 0px 46px;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    left: 0%;
    position: ;
}
    .hero-slider .appntmnt_form h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 2px;
}
    .sliderimg {
    overflow: hidden;
    width: 290px !important;
    height: 100%!important;
    left: -103px;
            position: relative;
}
.hero-style ul li {
    display: inline-block;
    padding-right: 0px;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 15px;
    padding: 4px 4px;
}
    .hero-slider .appntmnt_form {
        width: 240px;
        top: 50px;
        right: 1%;
        padding-bottom: 30px;
}
    .slider-btn {
    margin-top: 0.5em;
    z-index: 1;
    position: relative;
    padding-left: 0;
}
.hero-style .slide-text p {
        z-index: 1;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
}
.hero-style .slide-title h2 {
        font-size: 20px !important;
        margin-bottom: 7px !important;
        line-height: 30px !important;
}
    .hero-style .slide-title h2 span {
        font-size: 29px;
        line-height: 50px;
        margin-right: 5px;
    }
    #facility {
    padding-bottom: 0em !important;
}
    #facility .peccular-facility-content h4.peccular-facility-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 6px;
}
     .facility_middle_image {
    width: 180px;
    height: 180px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
     #facility .peccular-section-head p {
    padding-right: 22px;
    line-height: 50px;
    font-size: 35px;
    padding-left: 19%;
    padding-right: 19%;
    margin-bottom: 40px;
}
    #facility .peccular-facility-single {
    padding: 0 1em;
    margin-bottom: 1em;
}
    #facility .peccular-facility-b:nth-child(3) .peccular-facility-single {
        position: relative;
        left: 108%;
        top: -63px;
    }

}
    #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 20%;
    top: 0;
}
    #facility .peccular-facility-b:nth-child(2) .peccular-facility-single {
        position: relative;
        left: 20%;
        top: 0;
}
    #facility .peccular-facility-b {
        float: left;
        margin: 0 0px;
        padding: 0 0em 0px 0px;
    }
#facility .peccular-Rightfacility-b {
  float: left;
        margin: 0 0px;
        padding: 0 0em 0px 0px;
}


    .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}


    .maintop-header .top-header-email a.h-email {
    font-size: 13px;
    letter-spacing: 0;
}
.site-header .top_headerphn .phntextbx a {
    font-size: 13px;
    letter-spacing: 0;
}
.sliderimg {
    /* height: 400px; */
    overflow: hidden;
    width: 482px;
    height: 724px;
}
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 50px;
    }
.hero-slider .slide-title {
    padding-top: 65px;
}

.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){


.input-box .search {
    position: absolute;
    top: -74px;
    right: 30%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
}

@media screen and (min-width:1024px) and (max-width: 1299px){
    .logo-header
 {
    padding-right: 5em !important;
}
#about .peccular-section-head h3 span {
    font-size: 50px;
    line-height: 70px;
}

.input-box .search {
    position: absolute;
    top: -9em;
    right: 32%;
    width: 60px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
}
.maintop-header a.site-button.sharp {
    padding: 10px 6px 10px 20px;
    font-size: 14px;
    color: #064273;
    transition: all 0.3s ease 0s;
    background: #fff;
}
@media only screen and (min-width: 768px){
    .maintop-header .share-button {
        display: none;
    }
}
@media only screen and (max-width: 767px){
        .maintop-header .share-button {
        display: block;
    }
    .maintop-header li.share-button {
    display: block;
}
.maintop-header ul:hover li.share-button a i{
    display: none;
}
}
@media screen and (min-width:768px) and (max-width: 1023px){
     .footer-area .bottom-area, .footer-area .bottom-area, .page .footer-area .bottom-area, .single .footer-area .bottom-area {
    position: relative;
    top: 10%;
}
    .footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 10px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 15px;
    line-height: 25px;
}
      .single-footer-1 p {
        margin-bottom: 20px !important;
        line-height: 26px !important;
        font-size: 16px !important;
        top: 10px;
        text-align: left;
        left: 21%;
        width: 250px;
}
.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: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}
#footer .social-profile-icons {
    text-align: left;
    top: 0px;
    left: 9%;
    position: relative;
}
.single-footer-1 img {
    margin-bottom: 12px;
    margin-left: 0;
    left: 21%;
    position: relative;
}
.footer-area .single-footer-2 {
    padding-left: 8em !important;
}

    .footer-area .top-area .title_Border {
        position: relative;
        width: 137%;
        height: 1px;
        top: 74px;
        left: -135px;
    }
   
    .logo-header {
    padding-right: 5em !important;
}
    .mainbottom-header .top-header-phone i {
    font-size: 14px;
    padding: 6px 7px;
}
.mainbottom-header .top-header-phone .phniconbx {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-align: center;
}
.mainbottom-header .top-header-phone {
        padding-top: 7px;
        text-align: left;
        position: relative;
        left: 0em;
        padding-bottom: 7px;
        width: 115px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 14px;
        padding-left: 5px;
}
.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;
    cursor: pointer;
}
}
/*enddddd header*/
@media screen and (min-width:769px) and (max-width: 1024px){
    .footer-area .bottom-area, .footer-area .bottom-area, .page .footer-area .bottom-area, .single .footer-area .bottom-area {
    position: relative;
    top: 10%;
}
    .footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 10px;
    font-size: 10px;
}
.footer-area li a, .page .footer-area li a, .single .footer-area li a {
    font-size: 15px;
    line-height: 25px;
}
      .single-footer-1 p {
        margin-bottom: 20px !important;
        line-height: 26px !important;
        font-size: 16px !important;
        top: 10px;
        text-align: left;
        left: 21%;
        width: 250px;
}
.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: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}
#footer .social-profile-icons {
    text-align: left;
    top: 0px;
    left: 9%;
    position: relative;
}
.single-footer-1 img {
    margin-bottom: 12px;
    margin-left: 0;
    left: 21%;
    position: relative;
}
.footer-area .single-footer-2 {
    padding-left: 8em !important;
}
    .footer-area .top-area .title_Border {
        position: relative;
        width: 137%;
        height: 1px;
        top: 74px;
        left: -135px;
    }
    #about {
    padding-bottom: 1em !important;
    }
    #about {
        padding-top: 2.5em !important;
    }
    #features {
    padding-top: 2em !important;
}
    #services {
    padding-top: 2em !important;
    }
     
     #features .peccular-features-area {
        position: relative;
        width: 92%;
        text-align: left;
        left: 0;
        right: 0;
        margin: 0 auto;
}
    #features .feature_rightimage .banner_box {
    width: 134px;
    height: 105px;
    bottom: -13px;
    right: 0;
    padding-top: 15px;
    padding-left: 19px;
    padding-right: 15px;
    padding-bottom: 15px;
}
    #features .feature_rightimage .banner_box p {
    font-size: 14px;
    line-height: 25px;
}
#features .banner_box .LeafTopimage1 {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
}
    #features .feature_rightimage .banner_box h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 8px;
}
    #features .feature_rightimage {
    position: relative;
    width: 100%;
    height: 280px;
    z-index: 999;
}
    #features .counter_part {
    position: relative;
    bottom: 0;
}
    #features .peccular-feature-section-head p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 0%;
    margin-top: 10px;
}
    #features .peccular-feature-section-head h2 {
    font-size: 24px;
    line-height: 36px;
}
    #features .peccular-feature-section-head span {
    font-size: 30px;
    line-height: 40px;
}
    #features .peccular-feature-section-head h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
        #services img.peccular-service-img {
        width: 100%;
        height: 300px !important;
        transition: all 0.3s;
    }

       #services {
    padding-bottom: 1em !important;
}
    #services .peccular-service-box {
    transition: all 0.5s;
    margin-bottom: 1em;
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
}
    #services .peccular-service-content {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 19px;
    position: relative;
    width: 87%;
    top: -60px;
}
    #services .peccular-service-contenttext p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-right: 5px;
    margin-bottom: 20px;
}
        #services .peccular-service-content h4 a {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    #services .service-item {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 20px;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    #services .servctop_image img {
    height: 370px;
    width: 100%;
}
#services .servctop_image {
    height: 370px;
    width: 100%;
    z-index: 0;
}
    #services .section_heading p {
    font-size: 23px;
    line-height: 40px;
    width: 570px;
    left: 10%;
}
#services .section_heading h2{
     left: 10%;
}
    #services .section_heading {
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}
    .hero-slider .appntmnt_form input[type="submit"] {
    font-size: 16px;
    font-weight: 400;
    padding: 11px 50px;
    left: 30px;
    right: 0;
    margin-top: 5px;
}
    .hero-slider .appntmnt_form textarea {
    height: 60px !important;
}
    .slider-area p {
    padding-bottom: 15px;
    margin: 0;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
    font-size: 13px;
    height: 17px;
    margin-left: 0;
    width: 86%;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
    font-size: 2px;
    padding: 0px 46px;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    left: 0%;
    position: ;
}
    .hero-slider .appntmnt_form h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 2px;
}
    .sliderimg {
height: 400px; */
        overflow: hidden;
        width: 277px;
        height: 724px;
        position: relative;
        left: 29px;
}
    .hero-slider .appntmnt_form {
    width: 300px;
    top: 50px;
    right: 1%;
    padding-bottom: 34px;
}
    .slider-btn {
    margin-top: 0.5em;
    z-index: 1;
    position: relative;
    padding-left: 29px;
}
    .hero-style .slide-title h2 span {
    font-size: 70px;
    line-height: 100px;
    margin-right: 10px;
}
    #facility .peccular-section-head p {
    padding-right: 22px;
    line-height: 50px;
    font-size: 35px;
    padding-left: 19%;
    padding-right: 19%;
    margin-bottom: 40px;
}
    #facility .peccular-facility-single {
    padding: 0 1em;
    margin-bottom: 1em;
}
    #facility .peccular-facility-b:nth-child(3) .peccular-facility-single {
        position: relative;
        left: 115%;
        top: 0;

}
    #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 28%;
    top: 0;
}
    #facility .peccular-facility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    left: 35%;
    top: 0;
}
    #facility .peccular-facility-b {
    float: left;
    margin: 0 0px;
    padding: 0 2em 0px 0px;
}
#facility .peccular-Rightfacility-b {
    float: left;
    margin: 0 0px;
    padding: 0 2em 0px 0px;
}
        .menu-wrapper {
        padding-left: 20px;
    }
    .site-header .top_headerphn .phntextbx a {
    font-size: 15px;
    margin-left: 13px;
    letter-spacing: 0.32px;
}
.maintop-header .top-header-email a.h-email {
    font-size: 14px;
}
header.site-header .maintop-header .top-header-email svg {
    margin-right: 2px;
    height: 15px;
    width: 15px;
}

    #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-content h4.peccular-facility-title {
    font-size: 16px;
    padding: 0;
    line-height: 25px;
    margin-bottom: 7px;
}
.facility_middle_image {
    width: 249px;
    height: 249px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#facility .peccular-facility-content {
    position: relative;
    z-index: 1;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
}

#facility .peccular-facility-icon {
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        width: 55px;
        height: 65px;
        padding-top: 9px;
}
    #features .peccular-features-b {
    width: 21%;
}
#about .peccular-counter-area .peccular-counter-single {
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
}
#services .section_heading h2 {
    font-size: 38px;
    line-height: 60px;
}
#services .section_heading {
    margin-bottom: 30px;
}
    .hero-slider {
    width: 100%;
    height: 560px;
}
    .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: 45%;
        left: 0px;
        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: 14px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
}
    .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 .search_iconBX {
    top: 24px;
    position: relative;
}

.mainbottom-header .top-header-phone .phniconbx img.peccular-project-leafimgboxshape1 {
    position: relative;
    top: 11px;
    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;
    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;}
}
@media screen and (min-width:320px) and (max-width: 991px){
}
@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;}

}
@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: 5px !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){
    #blog .peccular-blog-posts {
    padding-bottom: 1em !important;
}
      .hero-style .phoniconBox i {
    font-size: 23px;
}

.hero-style .phoniconBox {
    width: 38px;
    height: 38px;
    padding: 9px;
}
    .slider-inner-box {
        padding: 0 0px 0;
        top: 23%;
        width: 100%;
        height: 100%;
}
        .slider-inner-box {
        left: 10px !important;
    }
     .hero-slider .appntmnt_form input[type="submit"] {
        font-size: 12px;
        font-weight: 400;
        padding: 9px 25px;
        left: 30px;
        right: 0;
        margin-top: 5px;
}
    .hero-slider .appntmnt_form textarea {
           height: 20px !important;
}
    .slider-area p {
    padding-bottom: 15px;
    margin: 0;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
        font-size: 11px;
        height: 8px;
        margin-left: 0;
        width: 86%;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
font-size: 1px;
        padding: 0px 28px;
        border-radius: 16px;
        margin-bottom: 6px;
        margin-top: 0px;
        left: 0%;
}
    .hero-slider .appntmnt_form h3 {
margin-top: 5px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
}
.hero-slider .appntmnt_form h4 {
    font-size: 13px;
}
    .sliderimg {
top: 0%;
        overflow: hidden;
        width: 290px !important;
        height: 240px;
        left: -100%;
        position: relative;
}
.hero-style ul li {
    display: inline-block;
    padding-right: 0px;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 15px;
    padding: 4px 4px;
}
    .hero-slider .appntmnt_form {
        width: 90%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding-bottom: 10px;
        height: 300px !important;
        top: 57%;
}
    .slider-btn {
    margin-top: 0.5em;
    z-index: 1;
    position: relative;
    padding-left: 29px;
}
.hero-style .slide-text p {
        z-index: 1;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
}
.hero-style .slide-title h2 {
        font-size: 20px !important;
        margin-bottom: 7px !important;
        line-height: 25px !important;
}
    .hero-style .slide-title h2 span {
        font-size: 17px;
        line-height: 25px;
        margin-right: 0px;
    }
  #contactinfo .contactinfo-containt {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-top: 0;
}

    #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;
    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: 20px !important;
        line-height: 35px !important;
        margin-bottom: 10px;
    }
    #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: 20px;
        line-height: 35px;
}


.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}

#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){
#testimonials .test_svg {
    width: 14px;
    height: 15px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
}
#testimonials .test_svg {
    width: 14px;
    height: 15px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.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: #fff;
    font-size: 16px;
    color: #0C244A;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: center;
    padding: 9px 0;
    margin-bottom: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.footer-area .single-footer-3 .widget-title {
    font-size: 20px;
    margin-bottom: 10px;
}

    #testimonials .test_svg svg {
    position: relative;
    height: 20px;
    width: 20px;
}
#testimonials .peccular-testimonials-single {
    padding: 2em 2em;
    padding-bottom: 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 0em;
    transition: all 0.5s ease;
    margin-bottom: 3em;
}
    #features .peccular-features-area {
    position: relative;
    width: 100%;
    left: 0;
}
#testimonials .testimage {
    width: 30%;
}
#testimonials .testdata
 {
    width: 70%;
}
    div#pricing .peccular-section-head h3 {
    font-size: 22px;
    line-height: 40px;
}
div#pricing .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
.peccular-section-head h2 {
    margin-bottom: 10px;
}
div#pricing .peccular-section-head {
    margin-bottom: 30px;
}
div#pricing .peccular-pricing-single h4.peccular-pricing-title {
    font-size: 20px;
    line-height: 35px;
}
div#pricing .peccular-pricing-single p {
    font-size: 17px;
    line-height: 30px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price {
        width: 100px;
        height: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 17px;
        padding-top: 6%;
        margin-top: 14px;
        margin-bottom: 15px;
    }
        div#pricing .peccular-pricing-single .peccular-pricing-currency-price span {
        font-size: 20px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span.month_nm {
        font-size: 20px;
    }


div#pricing .pricing_box_b {
    margin-bottom: 2em;
}
.footer-area .top-area .widget.widget_media_image {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    height: 73px;
}
 .single-footer-1 img {
    margin-bottom: 12px;
    margin-left: 0;
    left: 0;
    position: relative;
}
 .single-footer-1 p {
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 18px !important;
    color: #ffffffc7 !important;
    font-family: 'Roboto';
    text-align: center;
    position: relative;
    top: 20px;
    text-align: left;
    left: 0;
    width: 100%;
}
 #footer .social-profile-icons {
    text-align: left;
    top: 0px;
    left: 0;
    position: relative;
    margin-bottom: 40px;
}
 .footer-area .single-footer-2 {
    padding-left: 0 !important;
}


        #blog img.peccular-blogtopbg {
        display: none;
    }
        #blog .peccular-section-head p {
        font-size: 22px;
        line-height: 35px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price {
        width: 100px;
        height: 100px;
        padding-top: 8%;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price, div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span {
        font-size: 20px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list {
        margin-bottom: 20px;
    }
        div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price, div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-currency-price span {
        font-size: 20px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 5px;
    }
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    #team .peccular-section-head h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #team {
    padding-bottom: 1em !important;
}
#contactinfo .conta-icon {
        width: 30%;
    }
 #contactinfo .conta-text {
        width: 70%;
    }
 #contactinfo .contactinfo-number a h2 {
        font-size: 16px;
        line-height: 30px;
    }
#contactinfo .right_fullbox {
        position: relative;
        background: transparent;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    #testimonials .peccular-section-head p {
    font-size: 24px;
    line-height: 35px;
}
#testimonials img.peccular-teambg {
    display: none;
    right: -30px;
    position: absolute;
    width: 222px;
    height: 252px;
}
#testimonials p.testmnl_text {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 33px;
    padding-right: 15px;
}
    #steps {
    padding-bottom: 1em !important;
}
        #features .peccular-features-b {
        width: 48% !important;
    }
    #features .peccular-counter-single {
    position: relative;
    transition: all 0.8s;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    opacity: 80%;
}
#facility {
    padding-bottom: 1em !important;
}
#steps .peccular-section-head {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
}
#testimonials .peccular-section-head p {
        font-size: 20px;
        line-height: 30px;
    }
    #team .peccular-section-head p {
    font-size: 25px;
    line-height: 35px;
}
#team .peccular-section-head {
    margin-bottom: 1.5em;
    margin-top: 0em;
}
#steps .peccular-section-head h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 25px;
}
#steps .peccular-section-head h2 {
    font-size: 20px;
    line-height: 30px;
}
#features .peccular-counter-num.count {
    font-size: 30px;
    margin: 10px 0px;
}
#features h4.peccular-counter-title.inner-area-title {
    font-size: 17px;
    padding: 0;
    margin: 0.5em 1px;
    line-height: 28px;
    transition: all 0.3s;
}
    #features .feature_rightimage .banner_box {
        width: 184px;
        height: 120px;
        bottom: 0px;
        right: 0;
        padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    #features .feature_rightimage .banner_box h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #features .feature_rightimage .banner_box p {
        font-size: 18px;
        line-height: 30px;
    }
    #about .peccular-section-area-text-subtitle {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 1.5em;
    padding-right: 0;
    padding-left: 0;
}
#services {
    padding-bottom: 1em !important;
}
#features .peccular-feature-section-head h2 {
    position: relative;
    font-size: 21px;
    line-height: 35px;
}
#features .peccular-feature-section-head p {
    font-size: 15px;
    line-height: 26px;
    padding-right: 0;
    margin-top: 10px;
}
#features .counter_part {
    position: relative;
    bottom: 0;
}
#features .feature_rightimage {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 999;
}
#features .peccular-feature-section-head h3 {
    position: relative;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 12px;
}
#features .peccular-feature-section-head span {
    font-size: 28px;
    line-height: 35px;
}
    #services .section_heading p {
    font-size: 20px;
    line-height: 35px;
    width: 336px;
    left: 14%;
}
#services img.peccular-service-img {
    width: 100%;
    height: 250px !important;
    transition: all 0.3s;
}
#services .servctop_image img {
    height: 390px;
    width: 100%;
}
#services .servctop_image {
    height: 390px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
#services .service-item {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 28px;
    position: relative;
    z-index: 999;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
        #about .peccular-section-head h3 span {
        font-size: 20px;
        line-height: 40px;
    }
        #about {
        padding-top: 1.5em !important;
    }
       .hero-style .phoniconBox i {
    font-size: 23px;
}
.hero-style{
    height: 830px !important;
}
.hero-style .phoniconBox {
    width: 38px;
    height: 38px;
    padding: 9px;
}
#services .section_heading {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.slider-inner-box {
        padding: 0 0px 0;
        top: 24%;
        width: 100%;
        height: 100%;
    }
        .slider-inner-box {
        left: 10px !important;
    }
     .hero-slider .appntmnt_form input[type="submit"] {
        font-size: 12px;
        font-weight: 400;
        padding: 9px 25px;
        left: 30px;
        right: 0;
        margin-top: 5px;
}
    .hero-slider .appntmnt_form textarea {
           height: 20px !important;
}
    .slider-area p {
    padding-bottom: 15px;
    margin: 0;
}
    .hero-slider .appntmnt_form input[type="text"], .hero-slider .appntmnt_form textarea, .hero-slider .appntmnt_form input[type="email"], .hero-slider .appntmnt_form input[type="url"], .hero-slider .appntmnt_form input[type="password"], .hero-slider .appntmnt_form input[type="search"], .hero-slider .appntmnt_form input[type="number"], .hero-slider .appntmnt_form input[type="tel"], .hero-slider .appntmnt_form input[type="range"], .hero-slider .appntmnt_form input[type="date"], .hero-slider .appntmnt_form input[type="month"], .hero-slider .appntmnt_form input[type="week"], .hero-slider .appntmnt_form input[type="time"], .hero-slider .appntmnt_form input[type="datetime"], .hero-slider .appntmnt_form input[type="datetime-local"], .hero-slider .appntmnt_form input[type="color"] {
        font-size: 11px;
        height: 8px;
        margin-left: 0;
        width: 86%;
}
    .hero-slider .appntmnt_form i.fa.fa-window-minimize {
font-size: 1px;
        padding: 0px 28px;
        border-radius: 16px;
        margin-bottom: 6px;
        margin-top: 0px;
        left: 0%;
}
    .hero-slider .appntmnt_form h3 {
margin-top: 5px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
}
.hero-slider .appntmnt_form h4 {
    font-size: 13px;
}
    .sliderimg {
top: 0%;
        overflow: hidden;
        width: 290px !important;
        height: 240px;
        left: -100%;
        position: relative;
}
.hero-style ul li {
    display: inline-block;
    padding-right: 0px;
}
.hero-style .slide-btns-1 a.ReadMore {
    font-size: 15px;
    padding: 4px 4px;
}
    .hero-slider .appntmnt_form {
        width: 90%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding-bottom: 10px;
        height: 300px !important;
        top: 62%;
}
    .slider-btn {
    margin-top: 0.5em;
    z-index: 1;
    position: relative;
    padding-left: 29px;
}
.hero-style .slide-text p {
        z-index: 1;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
}
.hero-style .slide-title h2 {
        font-size: 20px !important;
        margin-bottom: 7px !important;
        line-height: 30px !important;
}
    .hero-style .slide-title h2 span {
        font-size: 20px;
        line-height: 30px;
        margin-right: 0px;
    }
    #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 0;
    top: 0;
}
    #facility .peccular-Rightfacility-b {
        margin: 10px 0px;
        padding: 0 1em 0px 0px !important;
    }
    #facility .peccular-facility-single {
        margin-bottom: 2em !important;
    }
#facility .peccular-section-head p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.facility_middle_image {
    width: 200px;
    height: 200px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#facility .peccular-facility-b:nth-child(3) .peccular-facility-single {
    position: relative;
    left: 0;
}
        #facility .peccular-facility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    left: 0;
    top: 0;
}

.maintop-header .top-header-phone {
        margin-left: 70px !important;
    }
        .header-email {
        position: relative;
        top: 28px;
        left: -54px;
        width: 137px !important;
    }
    .site-header .top_headerphn .phntextbx a {
    font-size: 12px;
    margin-left: 0;
    letter-spacing: 0;
    width: 100px;
}
    .site-header .top_headerphn {
    width: 50%;
    top: 17px;
    left: 1em;
}
      header.site-header .phn_EmailRight {
    width: 62%;
}
   header.site-header .SocialIcon {
    width: 38%;
}
    header.site-header .maintop-header .socials .share-btn li a.site-button {
    line-height: 20px;
    font-size: 14px;
    margin: 0 3px;
}
    .maintop-header ul li {

    margin-right: 8px;
}
    #contactinfo .contactinfo-containt {
    position: relative;
    left: 5%;
    z-index: 1;
    margin-top: 0;
}
    #contactinfo .peccular-section-head {
        margin: 15px 20px 15px 20px;
        text-align: center;
        left: 0;
}
    #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: 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;
    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: 20px !important;
        line-height: 35px !important;
        margin-bottom: 10px;
    }
    #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: 0;
        text-align: left;
        padding-left: 0;
        margin-bottom: 20px;
    }
#contactinfo .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#team .peccular-section-head h2 {
        font-size: 20px;
        line-height: 30px;
}
#testimonials .peccular-section-head h3{
        font-size: 20px;
        line-height: 30px;
}
#project .peccular-section-head h2{
        font-size: 20px;
        line-height: 30px;
}
#contactinfo .peccular-section-head h2{
        font-size: 20px;
        line-height: 30px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}

#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){
        #testimonials .test_svg svg {
        position: relative;
        height: 24px;
        width: 24px;
    }
        #testimonials .test_svg {
        width: 20px;
        height: 20px;
        position: relative;
        padding-left: 33px;
        margin-bottom: 15px;
    }
    #testimonials .client_data {
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 28px;
}
div#pricing .peccular-pricing-single p {
    font-size: 16px;
    line-height: 25px;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
}
#pricing {
    padding-bottom: 2em !important;
}
div#pricing img.peccular-blogtopbg {
    position: absolute;
    left: -41%;
    top: 12%;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list {
    margin-bottom: 20px;
}
div#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25px;
    padding-top: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#pricing .peccular-section-head h2 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 35px;
}
div#pricing .peccular-pricing-single h4.peccular-pricing-title {
    font-size: 20px;
    line-height: 40px;
}
#contactinfo .right_fullbox {
    top: 50px;
}
div#pricing .peccular-section-head h3 {
    font-size: 30px;
    line-height: 45px;
}
#pricing {
    padding-top: 2em !important;
}
    #contactinfo .peccular-section-head {
        margin: 25px 25px 25px 30px;
        text-align: left;
        left: 0;
}
    #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: 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;
    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 .peccular-section-head p {
    font-size: 28px;
    line-height: 40px;
}
#testimonials {
    padding-top: 4em !important;
}
#testimonials h4.peccular-testimonials-name {
font-size: 18px;
        line-height: 30px;
}
#testimonials .peccular-testimonials-single {
    padding: 2em 2em;
    padding-bottom: 2em;
    margin-top: 0em;
    margin-bottom: 3em;
}
#testimonials p.testmnl_text {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 33px;
    padding-right: 15px;
}
#team .peccular-section-head {
    margin-bottom: 2.5em;
    margin-top: 0em;
}
#team .peccular-section-head p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}
#team .peccular-section-head h2 {
        font-size: 30px;
        line-height: 50px;
            margin-bottom: 10px;
}
#testimonials .peccular-section-head h3{
        font-size: 28px;
        line-height: 50px;
}
#contactinfo .next_border {
    height: 75px;
    width: 10px;
    right: 0;
}
#contactinfo .contactinfo-number {
    width: 220px;
    height: 75px;
    padding-left: 8px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 0px;
}
#project .peccular-section-head h2{
            font-size: 40px;
    line-height: 65px;
}
#contactinfo .peccular-section-head h3 {
    padding: 0 0;
    font-size: 16px;
    margin: 0;
    margin-bottom: 17px;
    letter-spacing: 0;
    line-height: 25px;
}
#contactinfo .peccular-section-head h2{
        font-size: 26px;
        line-height: 45px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}
#testimonials img.peccular-teambg {
    right: -30px;
    width: 160px;
    height: 160px;
}
#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;
}
div#pricing .peccular-pricing-single h4.peccular-pricing-title {
    font-size: 25px;
    line-height: 50px;
}
div#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
div#pricing .pricing_box_b:nth-child(2) .peccular-pricing-single .peccular-pricing-currency-price {
    width: 140px;
    height: 140px;
    padding-top: 16%;
}
div#pricing .peccular-pricing-single p {
    font-size: 18px;
    line-height: 30px;
}
    #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;
}
div#pricing .peccular-section-head h3 {
    font-size: 30px;
    line-height: 40px;
}
#contactinfo .right_fullbox {
    position: relative;
    background: transparent;
    top: 40px;
}

#contactinfo .peccular-section-head {
    margin: 30px 30px 50px 60px;
    text-align: left;
    left: 0%;
}
    #contactinfo .contactinfo-icon {
        padding: 3px 2px;
        width: 50px;
        height: 50px;
}
#contactinfo .contactinfo-icon i.fa-map-marker {
    padding: 7px 16px;
    font-size: 30px;
}
#team .peccular-team-image img {
    width: 100%;
    height: 390px;
}
#testimonials h4.peccular-testimonials-name {
        font-size: 20px;
        line-height: 30px;
}
#team .peccular-section-head p {
    font-size: 33px;
    line-height: 50px;
}
#team .peccular-section-head h2 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
}
#testimonials .peccular-section-head h3{
        font-size: 30px;
        line-height: 50px;
}
#testimonials .peccular-section-head p {
    font-size: 30px;
    line-height: 50px;
}
#testimonials img.peccular-teambg {
    right: -30px;
    position: absolute;
    width: 180px;
    height: 180px;
}
#project .peccular-section-head h2{
            font-size: 40px;
    line-height: 65px;
}
#contactinfo .peccular-section-head h2{
        font-size: 30px;
        line-height: 50px;
}
.peccular-testimonials-content svg {
    left: 1px;
    position: relative;
    z-index: 999;
    top: 6px;
    width: 101%;
}

#testimonials h6.peccular-testimonials-designation {
    font-size: 14px;
    margin: 5px 0 0px;
}
#testimonials .test_svg svg {
    position: relative;
    height: 24px;
    width: 24px;
}
#testimonials p.testmnl_text {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding-left: 25px;
    padding-right: 10px;
}
#testimonials .test_svg {
    width: 20px;
    height: 20px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
}
#testimonials .client_data {
    position: relative;
    left: 0;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 25px;
}
#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){
    #services .section_heading h2 {
    left: 6%;
}
#services .section_heading p {
    left: 6%;
}
    .single-footer-1 p {
    margin-bottom: 30px !important;
    line-height: 28px !important;
    font-size: 18px !important;
    top: 20px;
    text-align: left;
    left: 21%;
    width: 366px;
}
.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: 28px;
    width: 330px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}
#footer .social-profile-icons {
    text-align: left;
    top: 0px;
    left: 9%;
    position: relative;
}
.single-footer-1 img {
    margin-bottom: 12px;
    margin-left: 0;
    left: 21%;
    position: relative;
}
.footer-area .single-footer-2 {
    padding-left: 8em !important;
}
.footer-area .top-area .title_Border {
position: relative;
        width: 126%;
        height: 1px;
        top: 74px;
        left: -95px;
}
    #contactinfo .peccular-section-head {
    margin: 84px 60px 80px 100px;
    text-align: left;
    left: 0%;
}
        #services .service-item {
    padding-left: 12px;
    padding-right: 0;
    padding-top: 28px;
    position: relative;
    z-index: 999;
    width: 94%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
        .hero-slider .appntmnt_form {
    text-align: center;
    width: 380px;
    top: 120px;
    right: 3%;
    padding-bottom: 34px;
}

    #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){
    #facility .peccular-Rightfacility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    right: 0;
    top: 0;
}
    #facility .peccular-Rightfacility-b {
        margin: 10px 0px;
        padding: 0 1em 0px 0px !important;
    }
    #facility .peccular-facility-single {
        margin-bottom: 2em !important;
    }
#facility .peccular-section-head p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.facility_middle_image {
    width: 200px;
    height: 200px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#facility .peccular-facility-b:nth-child(3) .peccular-facility-single {
    position: relative;
    left: 0;
}
        #facility .peccular-facility-b:nth-child(2) .peccular-facility-single {
    position: relative;
    left: 0;
    top: 0;
}

    #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: 800px !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: 13px !important;
        margin: 0;
    }
    .hero-style .slide-text p { font-size: 13px !important;
        font-weight: 500;
        line-height: 19px;
        padding: 0;}
    .slide-btns-1.animated.fadeInDownBig{    margin: 0 0 0 0 !important;}
    #about .imgbox-btn{    padding: 17px 11px !important; text-align: center; margin-top: 0;}
    #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){
    .slider-inner-box {
        left: 0 !important;
    }

}
@media only screen and (max-width: 320px){
        .sliderimg {
        top: 0%;
        width: 180px !important;
        height: 240px;
        left: -100%;
        position: relative;
    }
    #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: 13px !important;
    }
    .hero-style .slide-text p {
              font-size: 13px !important;
        line-height: 18px;

    }

    .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;
}

#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;
}

.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;  }
}