/*** General ***/
:focus {
    outline: 0;
}
p {
    font-size: 10px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #333;
    margin: 0;
}
a {
    text-decoration: none!important;
}
ul li {
    list-style: none;
}
.entry-content ol, 
.entry-content ul {
    margin-left: 0;
}
.status-publish {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 0;
}
body.home .geodir-breadcrumb-bar {
    display: none;
}
body.home #genesis-content .page > .entry-header {
    display: none;
}
/* Transition */
 a, a:before, img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
     transition:        all 0.3s ease-in-out; 

}
body:not(.home) .site-inner {
    padding: 0 0 60px;
}
body:not(.home) .before-header .site-inner {
    padding: 0 !important;
}
/*** Before Head ***/
.before-header {
    padding: 15px 0;
    border-bottom: 1.5px solid #fafafa;    
}
.before-header .site-inner {
    padding-top: 0;
}
.before-header ul {
    margin-bottom: 0;
}
.before-header li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.before-header p {
    padding-bottom: 0 !important;
}
.top-left-menu {
    width: 35%;
    float: left;
}
.top-right-menu {
    width: 65%;
    float: left;
}
.top-right-menu {
    text-align: right;
}
.top-left-menu .search-field {
    width: 50%;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);

}
.top-left-menu button {
    border-radius: 25px;
    padding: 10px 25px;    
}

.top-right-menu li {
    float: left;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
}
.top-right-menu ul {
    float: right;
}
.top-right-menu a {
    color: #333;
    display: block;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.top-right-menu li:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    height: 20px;
    width: 1px;
    background: #333;
}
.top-right-menu i {
    font-size: 30px;
}
.top-right-menu li a:hover {
    color: #fff !important;
    font-size: 12px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 300ms ease-in 0s;
    width: auto;
}
.top-right-menu li a:hover i,
.top-right-menu li a:hover svg {
     padding-right: 7px; 
}
.top-right-menu li a:hover svg {
    font-size: 18px;
}
.top-right-menu i,
.top-right-menu svg {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 35px;
}
form.isp_search_box_form input[type=text].isp_search_box_input {
    padding: 10px !important;
}
body .ui-autocomplete {
    border: 0 !important;
    padding: 5px !important;
    top: 70px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15) !important;
}
/*** Head ***/
.site-inner {
    padding-left: 0;
    padding-right: 0;
}
.wpforo-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.site-header {
    margin: 0 auto;  
}
.site-header {
    background: #0c2732;
    position: relative;
    box-shadow: 0 6px 5px rgba(0,0,0,.1);
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header.is-sticky {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%; 
    top: 0;
}
.site-header .wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.right-header {
    float: right;
    text-align: right;
    width: 150px;
}
/*** Menu ***/
#menu-main-menu {
    max-width: 1170px;
    margin: 0 auto;
}
.nav-primary {
    left: 50px;
	text-align: center
}
.nav-primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary.is-sticky {
    margin: 0 auto;
    top: 0;
    z-index: 999;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .header-widgws-area button.menu-toggle {
    font-size: 0;
    padding-top: 24px;
}
.nav-primary .header-widgws-area button.menu-toggle:before {
    font-size: 30px;
}
.genesis-nav-menu a {
    color: #333;
	text-align: left;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .menu-primary > li > a {
    color: #dbb362;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}
.nav-primary > .wrap > ul > li > a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 70px;
    height: 70px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.genesis-nav-menu .sub-menu a {
    font-size: 16px;
    padding: 16px 12px;
	font-weight: 500;
} 
.genesis-nav-menu .sub-menu a:hover {
    padding-left: 20px;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fff!important;
}
.nav-primary > .wrap > ul > li:hover a:before,
.nav-primary > .wrap > ul > li.current-menu-item > a:before {
    width: 100%;
    opacity: 1;
}
.nav-primary > .wrap > ul > li > a:before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0%;
}
.nav-primary > .wrap > ul > li:last-child > a:before {
    content: none;    
}
/*** Body ***/
body.home .site-inner {
    margin-top: 0!important;
    padding-top: 0;
}
.text-center {
    text-align: center;
}
/*** Title ***/
.ws-title {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.ws-title h3 {
    color: #000;
    font-weight: 600;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 0.4px;
    margin-top: 0;
    text-transform: capitalize;
}
.ws-title .service-subtitle {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-style: italic;
}
.service-subtitle {
    margin-bottom: 80px;
}
.ttsubtitle {
    position: relative;
    width: auto;
    display: inline-block;
    color: #525252;
    letter-spacing: 4px;
    font-size: 12px;
    padding-bottom: 0;
    font-weight: bold;
}
.ttsubtitle::before {
    border-top: 1px solid #d6d6d6;
    bottom: 0;
    content: "";
    height: 1px;
    left: -50px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 30px;
}
.ttsubtitle::after {
    border-top: 1px solid #d6d6d6;
    bottom: 0;
    content: "";
    height: 1px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -50px;
    top: 0;
    width: 30px;
}
.ws-title.white-title h3,
.ws-title.white-title p {
    color: #fff;
}
.ws-title img {
    margin-bottom: 0px;
    width: 50px;
    height: 50px;
}
/*** Button ***/
.ws-btn,
.ws-btn-sl a,
.sow-more-text a {
    color: #fff !important;
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: bold !important;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    letter-spacing: .08em;
    border: 2px solid;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.sow-more-text a {
	padding: 14px 18px;
}
.ws-btn:hover,
.ws-btn-sl a:hover,
.textwidget .sow-more-text a:hover {
    border-color: #000 !important;
}
.ws-btn:hover::after,
.ws-btn-sl a:hover::after,
.sow-more-text a:hover::after {
    opacity: 1;
    height: 530%;
}
.ws-btn::after,
.ws-btn-sl a::after,
.sow-more-text a::after {
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.ws-btn::after,
.ws-btn-sl a::after,
.sow-more-text a::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 200%;
    z-index: -1;
    background: #000;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
/*** Slider ***/
.ws-slider-title h2 {
    text-align: center;
    padding-bottom: 30px !important;
    position: relative;
}
.ws-slider-title h2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: url(../images/bannner33.png) no-repeat 50% 100%;
    width: 230px;
    height: 32px;
}
/*** Category ***/
.ws-category {
    margin-top: -140px;
}
.ws-category-item {
    background: #f5f5f5;
    border: 8px solid #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}
.ws-category-item:hover::after {
    height: 50%;
}
.ws-category-item::after {
    background: #0c2732;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 100%;
    z-index: -1;
}
.ws-category-item .image {
    float: left;
    padding: 15px 0 60px;
    width: 100%;
}
.ws-category-item .image img {
    display: inline-block !important;
}
.ws-category-item a {
    color: #333;
}
.ws-category-item:hover img {
    transform: scale(1.15) translateX(0px);
    -webkit-transform: scale(1.15) translateX(0px);
    -moz-transform: scale(1.15) translateX(0px);
    -o-transform: scale(1.15) translateX(0px);
    -ms-transform: scale(1.15) translateX(0px);
}
.ws-category-item .image img {
      cursor: auto;
    max-width: 100%;
    margin: auto;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.ws-category .slick-prev, 
.ws-category .slick-next {
    display: none !important;
}
/*** Intro ***/
.ws-intro-item {
    margin: 30px 0;
}
.ws-intro-img {
    text-align: center;
    margin: 0 0 -80px;
}
.ws-intro-item .intro-img {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 25%;
}
.ws-intro-item .ws-intro-content {
    width: 70%;
}
.ws-intro-item.left .ws-intro-content {
    text-align: right;
    float: left;
}
.ws-intro-item.right .ws-intro-content {
    text-align: left;
    float: right;
}
.ws-intro-item img {
    z-index: 3;
    position: relative;
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    max-width: 100%;
}
.ws-intro-item:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.ws-intro-item .intro-img::after {
   /* background: rgba(0, 0, 0, 0) url(../images/service-bg-1.png) no-repeat scroll 0 0 / contain;*/
    content: "";
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.ws-intro-item.last-item .intro-img::after {
    background: rgba(0, 0, 0, 0) url(../images/service-bg-2.png) no-repeat scroll 0 0 / contain;
}
.ws-intro-item h3 {
    color: #ffffff;
    /* letter-spacing: 0.6px; */
    margin: 0 0 15px;
    text-transform: capitalize;
    text-align: right !important;
}
.ws-intro-item p {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-align: right !important;
}
.about-page .ws-intro-item h3,
.about-page .ws-intro-item p {
    color: #333;
}
/*** Product Tab ***/
.ws-product-item .tabs {
    text-align: center;
}
.ws-product-item li {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #e0e0df;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #888888;
    margin: 0 10px 0 0;
    padding: 6px 30px !important;
    position: relative;
    text-transform: capitalize;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    font-size: 18px;
    font-weight: bold;
}
.ws-product-item li.active {
    color: #ffff;
}
/*** Featured ***/
.ws-featured-content h3 {
    /* font: 400 30px/35px "Philosopher",Helvetica,sans-serif; */
    color: #000000;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.ws-featured-content h4 {
    font-style: italic;
    margin-top: 20px    
}
.ws-featured-content p {
    color: #9b9b9b;
    letter-spacing: 0.9px;
    margin: 0 0 20px;
}
.ws-featured-subtitle {
    text-transform: capitalize;
}
/*** Video ***/
.ws-video {
    position: relative;
    text-align: center;
    border: 5px solid #ffffff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.ws-video img {
    margin-bottom: 0;
}
.video {
    overflow: hidden;
}
.ws-video:hover .video-img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.ws-video img {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
.video a {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.video p {
    padding-bottom: 0;
}
.video p img {
    width: 60px;
   height: auto; 
}
.modal-dialog {
    margin-top: 200px;
}
/*** Testimonial ***/
.ws-testimonial {
    background-attachment: fixed;
}
.ws-testimonial .n2-ss-img-wrapper {
    overflow: visible !important;
}
.ws-testimonial img {
    display: inline-block !important;
    border: 6px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50% !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50% !important;
}
.line-height {
    background: #fff;
}
/*** Policy ***/
.ws-policy-item {
    text-align: center;
}
.ws-policy-item h5,
.ws-policy-item p {
    color: #fff;
}
.ws-policy-item h5 {
    font-weight: 600;
    margin-top: 30px !important;
}
.ws-policy-item i {
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    border: 1px solid #cfcfcf;
}
.ws-policy-item i {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ws-policy-item:hover i {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/*** Portfolio ***/
.vp-portfolio__items-arrow {
    right: -40px!important;
    width: 80px!important;
    top: 50%;
    bottom: 0;
    margin: 0;
    height: 80px!important;
    text-align: center;
    border: 0;
    opacity: 1!important;
    border-radius: 50% 0 0 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s ease-in-out!important;
    -moz-transition: 0.4s ease-in-out!important;
    -ms-transition: 0.4s ease-in-out!important;
    -o-transition: 0.4s ease-in-out!important;
    transition: 0.4s ease-in-out!important;
}
.vp-portfolio__items-arrow:hover {
    right: -10px!important;
}
.vp-portfolio__items-arrow svg {
    color: #fff!important;
    margin-right: 20px;
}
.vp-portfolio__items-arrow-prev {
    left: -40px!important;
    border-radius: 0 50% 50% 0!important;
}
.vp-portfolio__items-arrow-prev:hover {
    left: -10px!important;
}
.vp-portfolio__items-arrow-prev svg {
    margin-right: 0;
    margin-left: 20px;
}
.vp-portfolio__items-arrow:hover svg {
    margin-right: 0px;
}
.vp-portfolio__item-meta-category {
    list-style: none!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta a {
    color: #fff!important;
    opacity: 1;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories li {
    background: #fff!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories a {
    color: #000!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-overlay::before {
	opacity: 0.6 !important;
}

/*** Blog ***/
.ws-blog {
    margin-top: -120px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}
.ws-blog-item article {
    width: 100%;
    float: left;   
    position: relative; 
}
.ws-blog-item article > a {
    width: 48%;
    float: left;
    margin-right: 3%;
    border: 8px solid #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.ws-blog-item article:last-child {
    text-align: right;
    margin-top: 30px;
}
.ws-blog-item article:last-child > a {
    margin-left: 3%;
    margin-right: 0;
    float: right;
}
.ws-blog-item article .entry-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 8%;
    text-align: right !important;
}
.ws-blog-item .entry-author {
    margin: 0 5px;
}
.ws-blog-item article .entry-time {
    margin-right: 5px;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    float: right !important;
}
.ws-blog-item article .entry-author-name:before {
    content: "\f007";
    color: #878C9F;
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.ws-blog-item article .entry-comments-link::before {
    content: "\f0e6" !important;
    color: #878C9F;
    font-family: 'FontAwesome';
    margin: 0 6px 0 2px;
}
.ws-blog-item article > a {
    overflow: hidden;
    position: relative;
}
.ws-blog-item article img {
    transform: scale(1);
    transition: all 0.8s ease-in;
}
.ws-blog-item article a:hover img {
    transform: scale(1.2);
    transition: all 0.8s ease-in;
}
.ws-blog-item article p {
    color: #777777;
}
.ws-blog-item .more-link {
    display: inherit;
    /* width: 94px; */
}
/*** Product ***/
.ws-product-item .woocommerce ul.products li.product a {
    display: inline-block;
    position: relative;
}
.ws-product-item .woocommerce ul.products li.product {
    background: #fff;

}
.ws-product-item .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.ws-product-item .woocommerce ul.products li.product a img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.ws-product-item .woocommerce ul.products li.product:hover a img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);    
}
.ws-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    left: 50%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear !important;
}
.ws-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ws-product-item .woocommerce ul.products li.product h2 {
    position: relative;
    margin-top: 40px;
}

.ws-product-item .woocommerce ul.products li.product:hover h2:before {
    width: 90px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*** tab ***/
.ws-product-item .nav_tabs {
    text-align: center;
}
.ws-product-item ul.nav_tabs li {
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    padding: 10px 21px 10px 18px;
    line-height: 1;
}
.ws-product-item ul.nav_tabs li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    height: 20px;
    width: 2px;
    background: #dbdbdb;
}
/*** CLient ****/
.ws-client-img {
    text-align: center;
}
.ws-client-img img {
    margin: 0 auto;
   
}
.ws-client-img:hover img {
    opacity: 1;
}
.slick-prev, 
.slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #e5e5e5 !important;    
}
.slick-prev:before, 
.slick-next:before {
    color: #333 !important;
    opacity: 1 !important;
}
.slick-prev:hover, 
.slick-next:hover {
    background: #000 !important;
}
.slick-prev:hover:before, 
.slick-next:hover:before {
    color: #fff !important;
}
/*** Contact ****/
.ws-contact {
    position: relative;
}
.ws-contact .sow-features-feature {
    cursor: pointer;
}
.ws-contact .sow-features-feature .sow-icon-container {
    width: 164px!important;
    height: 164px!important;
    text-align: center;
    vertical-align: bottom;
    padding: 5px;
    border: 4px solid #ccc;
    border-radius: 50%;
}
.ws-contact .sow-features-feature h5 {
    margin: 10px 0!important;
    color: #1f2732;
    font-size: 24px;
}
.ws-contact .sow-features-feature strong {
    color: #1f2732;
}
.ws-contact .ws-space-img {
    background: url(../images/title-line-dark.png) no-repeat center center;
}
.ws-contact .sow-features-feature:hover .sow-icon-container {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}
@-webkit-keyframes scaleDisappear {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    }
    60% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    }
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleDisappear {
    0% {
    opacity: 1;
    -moz-transform: scale(1);
    }
    60% {
    opacity: 0;
    -moz-transform: scale(1.3);
    }
    100% {
    opacity: 1;
    -moz-transform: scale(1);
    }
}
@keyframes scaleDisappear {
    0% {
    opacity: 1;
    transform: scale(1);
    }
    60% {
    opacity: 0;
    transform: scale(1.3);
    }
    100% {
    opacity: 1;
    transform: scale(1);
    }
}
.scaleDisappear {
    -webkit-animation: scaleDisappear 350ms ease-in-out;
    -moz-animation: scaleDisappear 350ms ease-in-out;
    -ms-animation: scaleDisappear 350ms ease-in-out;
    -o-animation: scaleDisappear 350ms ease-in-out;
    animation: scaleDisappear 350ms ease-in-out;
}
/*** Tab ***/
.ws-tab-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
}
.accordionItem.close {
	opacity: 1;
    float: initial;
}
.ws-tab-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
}
.ws-tab-content .open .accordionItemHeading {
    font-weight: 600;
}
.ws-tab-content .accordionItemHeading:before {
    content: "\f0da";
    font-size: 20px;
    color: #333;
    font-family: 'FontAwesome';
    margin-right: 15px;
    line-height: 25px;
}
.ws-tab-content .open .accordionItemHeading:before {
    content: "\f0d7";    
    font-family: 'FontAwesome';
}
.ws-tab-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.ws-tab-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.ws-tab-content ul > li {
    list-style-type: none;
    line-height: 2;
}
.ws-tab-content h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
}
.ws-tab-content ol.decimal-list {
    margin: 0 15px 15px;
}
/*** Facilities ***/
.ws-faq-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #e5e5e5;
}
.ws-faq-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: none;
    background: #f9f9f9;
    border-bottom: 1px solid #dbdbdb;
}
.ws-faq-content .accordionItemHeading i {
    margin-right: 5px;
}
.ws-faq-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.ws-faq-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.ws-faq-img {
    margin-left: 5%;
}
.ws-faq-img {
    overflow: hidden;
    position: relative;
}
.ws-faq-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ws-faq-img::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(0);
    transition: .3s;
    cursor: pointer;
    border: 1px solid #fff;
}
/*** Privacy ***/
.ws-privacy .sow-features-feature {
    padding-top: 20px !important;
}
.ws-privacy .sow-features-feature .textwidget {
    padding: 0 10px 10px;
}
.ws-privacy .sow-features-feature:nth-of-type(4n + 1) {
    padding-left: 25px !important;
}
.ws-privacy .sow-features-feature:nth-of-type(4n) {
    padding-right: 25px !important;    
}
.ws-privacy .sow-features-feature .sow-icon-image {
    width: 240px !important;
    height: 180px !important;
    background-size: cover !important;
}
.ws-privacy .sow-icon-container {
    width: 240px !important;
    height: 180px !important;
}
.ws-privacy-item-1 .sow-features-feature:nth-child(2n-1) {
    background-color: #e7ecf4;
}
.ws-privacy-item-1 .sow-features-feature:nth-child(2n) {
    background-color: #fabea6;   
}
.ws-privacy-item-2 .sow-features-feature:nth-child(2n) {
    background-color: #e7ecf4;
}
.ws-privacy-item-2 .sow-features-feature:nth-child(2n-1) {
    background-color: #fabea6;   
}
.scwf_price_area_fix p {
	font-size: 20px;
}
/*** Contact Page ***/
.ws-contact-form-item label {
    width: 100%;
}
.ws-contact-form-item .wpcf7-form textarea {
    height: 180px !important;
}
.ws-contact-form-item form p:nth-child(-n+3) {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.ws-contact-form-item form p:nth-child(3) {
    margin-right: 0 !important;
}
.ws-contact-form-item form p:nth-child(5) {
	text-align: center;
}
.ws-contact-form-item form p {
	margin-bottom: 10px;
}
.ws-contact-form-item .wpcf7-form input,
.ws-contact-form-item .wpcf7-form textarea {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    font: 400 18px "open sans";
    color: #888888;
    height: 47px;
    display: block;
    padding: 9px 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    
}
.ws-contact-form-item .wpcf7-form .wpcf7-submit {
	display: inline-block;
    width: 160px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
}
.ws-contact-form-item label span {
    color: #d74c4c;
}
.ws-contact-info {
    margin-top: -75px;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ws-contact-info-item {
	text-align: center;
}
.ws-contact-info-item i {
	font-size: 30px;
}
.ws-contact-info-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.8em;
    font-weight: 600;
    margin-top: 10px;
}
.ws-contact-info-item p {
    line-height: 1.6em;
    color: #606060;
    font-weight: 500;
    font-style: italic;
}
/*** About Us Page ***/
.ws-about-tab .tabs {
    max-width: 880px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: 1px;
}
.ws-about-tab li {
	display: inline-block;
	list-style-type: none;
    width: 32.33333%;
    text-align: center;
}
.ws-about-tab li {
    color: #aeadad;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0px !important;
    position: relative;
	margin-bottom: 0 !important;
}
.ws-about-tab li::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ws-about-tab .tab_content {
	text-align: center;
    background: transparent;
    border: none;
    padding: 45px 30px;
}
/*** Team Page ***/
.ws-team-item .sow-features-feature {
    width: 23% !important;
    margin-left: 2%;
    background: #fff none repeat scroll 0 0;
    padding: 10px 10px 0 !important;
    overflow: hidden;
    z-index: 2;
}
.ws-team-item .sow-icon-image {
    background-size: cover !important;
    width: 250px !important;
    height: 300px !important;
}
.ws-team-item .sow-icon-container {
    width: 250px !important;
    height: 300px !important;    
}
.ws-team-item .sow-features-feature:hover::before {
    left: 0;
    opacity: 0;
    right: 0;
}
.ws-team-item .sow-features-feature:hover::after {
    bottom: 0;
    opacity: 0;
    top: 0;
}
.ws-team-item .sow-features-feature::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}
.ws-team-item .sow-features-feature::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}
.ws-team-item h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0 !important;
    text-transform: capitalize;
}
.team-info p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
}
.team-link {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5;
}
.team-link ul {
    margin-bottom: 0 !important;
}
.team-link ul li {
    display: inline-block;
    margin: 0 10px;
}
.team-link ul li a {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-link ul li a:hover {
    color: #333;
}
.ws-team-item .sow-features-feature:hover .team-link {
    opacity: 1;
    top: 50%;
}



