html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
margin: 0;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
text-decoration: :none;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding-top: 15px;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
#progress-bar {
z-index: 9999;
top:0;
} body,
button,
input,
select,
textarea {
color: #444;
font-size: 17px;
line-height: 1.6; font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: 300;
line-height: 1.2;
font-family: 'Oswald', sans-serif;
}
h1{
font-size: 28px;
margin-bottom: 15px;
}
h2{
font-size: 26px;
margin-bottom: 15px;
}
h3{
font-size: 30px;
margin:20px 0 15px 0;
}
h4{
font-size: 22px;
margin-bottom: 10px;
}
h5{
font-size: 20px;
margin-bottom: 10px;
}
h6{
font-size: 18px;
margin-bottom: 10px;
}
p {
margin:0 0 15px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 15px;
max-width: 100%;
overflow: auto;
padding: 15px;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 20px;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
table {
margin: 0 0 15px;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #fe5722;
padding: 0 20px;   
color: #FFF;
border: 0;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #2d2d2d;
opacity: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #404040;
border: 0px solid #EEE;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
vertical-align: top;
}
select {
border: 1px solid #EEE;
height: 40px;
padding: 3px 40px 3px 8px;
background-color: transparent;
line-height: 100%;
outline: 0;
background-image: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/arrow.png);
background-position: right; center;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 13px 20px;
width: 100%;
}
textarea {
padding: 13px 20px;
width: 100%;
} a {
color: #f9c12c;
text-decoration: none;
transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-webkit-transition: all 0.3s ease; 
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 15px;
border-radius: 10px;
}
.alignright {
display: inline;
float: right;
margin-left: 15px;
border-radius: 10px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
} .widget {
margin: 0 0 15px;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
} .widget-area .widget-title{
padding: 15px 0 5px;
margin-bottom: 20px;
font-size: 22px;
color: #2e2e2e;
margin: 0;
position: relative;
display: inline-block;
margin: 0 0 25px;
font-weight: 700 !important;;
}
.widget-area ul{
list-style: none;
padding:0;
margin: 0;
}
.widget-area ul ul{
border-top: 1px solid #f9f9f9;
margin-top: 5px;
}
.widget-area ul ul li{
padding-left: 10px;
}
.widget-area ul ul li:last-child{
border-bottom: 0;
padding-bottom: 0;
}
.widget-area li{
padding: 5px 0;
line-height: normal;
}
.widget-area a{
text-decoration: none;
color: #404040;
}
.widget-area a:hover{
color: #fe5722
}
.widget-area .widget{
margin-bottom: 15px;
padding: 1em 2em 1em 2em;
background: #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 45px rgba(0,0,0,0.15);
} div#secondary input[type="submit"] {
width: 100%;
border-radius: 5px;
padding: 10px 30px;
} #secondary input[type="text"], 
#secondary input[type="email"], 
#secondary input[type="url"], 
#secondary input[type="password"], 
#secondary input[type="search"], 
#secondary input[type="number"], 
#secondary input[type="tel"], 
#secondary input[type="range"], 
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary textarea, 
#secondary select{
width: 100%;
margin-bottom: 10px;
border: 1px solid #ccc;
filter: drop-shadow(-1px -1px 4px rgba(50, 50, 0, 0.2));
padding: 10px 50px 10px 30px;
font-size: 14px;
background: transparent;
}
#secondary textarea{
height: 100px;
}
#secondary  label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 400;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.author-email-url{
margin-left: -2%;
}
#comments a:hover{
color:#2d2d2d;
}
#commentsAdd a:hover{
color:#2d2d2d;
}
#content-box a :hover{
color:#2d2d2d;
}
#content-box a i{
color: #fff;
}
#commentsAdd input[type="submit"]{
background: #fc226a;
padding: 10px 20px;
color: #FFF;
border: 0;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
height: 43px;
font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
border-radius: 5px;
opacity: 1;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
float: left;
margin-left: 2%;
width: 31.33333%;
}
.author-email-url input{
width: 100%;
}
.comment-form .form-submit{
margin-bottom: 0
}
h3#reply-title,
h3.comments-title{
position: relative;
padding-bottom: 15px;
margin-bottom: 30px;
}
h3#reply-title:after,
h3.comments-title:after{
content: "";
position: absolute;
left: 0;
top: 100%;
width: 30px;
background: #fe5722;
height: 2px;
}
.logged-in-as,
.comment-notes{
font-size: 0.9em;
}
#comments ul{
list-style: none;
margin: 0;
padding: 0;
}
#comments li.comment{
margin: 0 0 20px;
}
#comments li.comment .children{
display: block;
margin: 20px 0 0 30px;
padding: 0px;
list-style: none;
}
article.comment-body {
background: #fff;
margin: 0px;
position: relative;
}
.comment-list a{
color: #404040;
}
.comment-list a:hover{
color: #fe5722 !important;
}
.comment-list .comment-respond{
margin-top: 20px;
background: #FFF;
padding: 20px;
}
.comment-list .vcard img {
border-radius: 50%;
margin-right: 10px;
}
.comment-list .vcard .fn{
font-weight: normal;
font-size: 16px;
}
.comment-list .edit-link{
position: absolute;
right: 0;
top: 0;
}
.comment-list .edit-link a{
font-size: 14px;
display: inline-block;
padding: 10px;
}
.comment-list .comment-meta {
margin-bottom: 15px;
} 
.comment-list .comment-metadata {
border-top: 1px solid #EEE;
padding-top: 10px;
font-size: 14px;
}
.comment-list .comment-metadata a {
float: left;
}
.comment-list .comment-metadata .reply {
float: right;
}
#cancel-comment-reply-link {
float: right;
}
.nav-previous a,
.nav-next a{
background: #fe5722;
color: #FFF;
display: inline-block;
padding: 0 10px;
font-size: 12px;
line-height: 22px;
position: relative;
}
.nav-next a{
margin-right: 13px;
}
.nav-next a:after{
content: "";
position: absolute;
border-left: 11px solid #fe5722;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
top: 0;
right: -11px;
}
.nav-previous a{
margin-left: 11px;
}
.nav-previous a:after{
content: "";
position: absolute;
border-right: 11px solid #fe5722;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
top: 0;
left: -11px;
}
.no-comments{
color: #fe5722;
}
.pagination{
text-align: center;
}
.pagination .page-numbers{
display: inline-block;
margin: 0 2px;
background: #fe5722;
color: #FFF !important;
padding: 8px 12px;
line-height: 1;
border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
background: #333;
color: #FFF;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .pagingation{
margin: 20px 0 0 0;
clear: both;
text-align: center;
}
.pagingation a{
background:rgba(0,0,0,0.7);
color:#fff;
padding:10px 15px;
border-radius: 5px;
}
.pagingation a:hover{
color:#fff;
}
.pagingation .current{ color:#fff;
padding:10px 15px;
border-radius: 5px;
} #ht-home-gallry-section{
background-image: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/man-461195_1280.jpg);
background-position: top;
background-size: cover;
}
.gallery {
margin-bottom: 15px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 25%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.ht-gallery-member-image {
position: relative;
overflow: hidden;
} .breadcrumbbox {
padding:13px 0;
color:#ee5636;
border-bottom: 2px solid #ccc;
}
.breadcrumbbox span{
color:#000;
margin:0 3px;
} header .nav-menus{display: none;}
fieldset input[type="submit"] {
padding-top: 10px;
padding-bottom: 10px;
width: 100px;
}
.overlap-header {
position: relative;
top: 0px;
}
nav#ht-site-navigation ul li a:hover {
color: #ac8e50;
border-radius: 0;
}
#ht-masthead{
z-index: 99;
transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-webkit-transition: height 0.3s ease;
width:100%;
position: relative;
}
.ht-sticky-header #ht-masthead{
position: fixed;
left: 0;
right: 0;
}
.ht-sticky#ht-masthead{
height: 135px;
}
.ht-sticky-header #ht-content{
position: relative;
z-index: 9;
padding-top: 94px;
}
#ht-site-branding{
float: left;
width: 30%;
padding:28px 0;
transition: padding 0.3s ease;
-moz-transition: padding 0.3s ease;
-webkit-transition: padding 0.3s ease;
}
.socialalign {
text-align: right;
}
.ht-sticky #ht-site-branding{
padding: 5px 0;
}
#ht-site-branding img{
max-height: 80px;
width: auto;
}
.page-main-header{
background: #dd0000;
color:#fff;
clear: both;
}
.ht-main-title{
margin: 15px 0 15px;
letter-spacing: 1px;
font-weight: 400;
}
.ht-main-title:last-child{
margin-bottom: 0;
}
.ht-site-title, .site-title{
font-weight: 600;
font-size: 30px;
line-height: 1;
text-align: left;
}
.ht-site-title a, .site-title a{
text-decoration: none;
color: #ffffff;
}
.ht-site-description{
color: #ffffff;
font-size: 16px;
font-weight: 400;
text-align: left;
margin: 10px 0 5px 0;
}
#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
font-size: 15px;
margin: 0;
color: inherit;
display: none;
}
.single-productpage .innerpage-whitebox {
margin-top: 0px;
} 
.single-productpage #sidebars {
margin-top: 00px;
}
.single-productpage .ht-main-title {
padding: 20px;
}
.woocommerce ul.product_list_widget li img{
margin: 0 15px 0px 0;
}
.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{
color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
color: #fe5722;
}
.taxonomy-description,
.term-description{
margin-bottom: 15px;
}
.taxonomy-description p:last-child,
.term-description p:last-child{
margin-bottom: 0;
}
.lower-header .header-social-links {
margin: 20px 0;
}
#ht-masthead input[type="search"]::placeholder {
color: #fff;
} .sitenav .search-icon{
position: absolute;
right: 0;
top: 20px;
cursor: pointer;
padding: 0;  
}
.sitenav .search-icon i{
margin: 0;
font-size: 16px;
color: #fff;
background: #ac8e50;
padding: 13px 15px;
border-radius: 50%;
}
.sitenav .search-bar {
display: none;
position: absolute;
bottom: 16px;
z-index: 200;
right: 13%;
}
.sitenav .search-bar input{
display:inline-block;
}
.sitenav .search-bar input[type="text"]{ 
width:100%;
background: rgba(33, 33, 33, 0.8);
color:#fff;
border:none;
}
.sitenav .search-bar input[type='submit']{
background: #000;
color: #000;
width: 15%;
padding: 0;
}
.fa-search {
&:hover {
color: rgba(255, 255, 255, 0.75);
}
}  .textcenter{
text-align: center;
}
:hover{
-webkit-transition-duration: 1s;   
-moz-transition-duration: 1s;   
-o-transition-duration: 1s;   
transition-duration: 1s;
}
section{
}
section .darkbox{
padding:3em 0;
background: rgba(0,0,0,0.6)
}
section .lightbox{
padding: 5em 0;
}
.padding0{
padding: 0;
}
.ht-section-title-tagline{
margin-bottom: 3em;   
text-align: center;
display: block;
}
.ht-section-title{
font-size: 42px;
font-weight: lighter;
color: #323232;
margin: 0 auto;
font-weight:900;
display: inline-block;
}
.ht-section-title:last-child{
margin-bottom: 0;
}
.darkbox .ht-section-tagline{
font-size:16px;
width: 70%;
margin: 0 auto 0;
color:#fff;
}
.menu-content ul{
list-style: none;
padding: 0;
margin: 0;
text-align: right;
}
.menu-content ul li{
list-style: none;
display: inline-block;
}
.menu-content ul li a {
display: block;
padding: 12px 25px;
font-size: 16px;
font-weight: bold;
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;
}
.menu-content ul li a:hover {
color: #000000;
} header.site-header button.header-btn {
border: none;
background-color: #fb5b21;
border-radius: 30px;
color: #ffffff;
cursor: pointer;
padding: 11px 37px;
display: inline-block;
line-height: 1.5em;
font-weight: 600;
font-size: 15px;
outline: none;
position: relative;
opacity: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
top: 10px;
float: right;
word-break: break-word;
}
header.site-header button.header-btn span {
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 1;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
header.site-header button.header-btn i {
font-size: 20px;
text-align: center;
width: 100%;
top: 50%;
left: 0;
display: block;
position: absolute;
opacity: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
header.site-header button.header-btn:before {
border-radius: 30px;
content: '';
top: 3px;
bottom: 3px;
left: 50%;
right: 50%;
position: absolute;
background: rgba(255, 255, 255, 0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
header.site-header button.header-btn:hover,
header.site-header button.header-btn.hover {
color: #000000;
}
header.site-header button.header-btn:hover span,
header.site-header button.header-btn.hover span {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
header.site-header button.header-btn:hover i,
header.site-header button.header-btn.hover i {
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
header.site-header button.header-btn:hover:before,
header.site-header button.header-btn.hover:before {
left: 3px;
right: 3px;
background: #ffffff;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
header.site-header button.header-btn:active:before {
background: rgba(255, 255, 255, 0.7);
}
.header-leftsvg{
position: absolute;
top: 0;
left: 0;
fill: #000;
height: 220px;
z-index: 10;
width: 100%;
}
.page-wavey{
position: relative;
height: 155px;
}
.container.heade-border {
position: relative;
z-index: 99;
}
ul.nav.navbar-nav{ 
position:relative; 
z-index:9999; 
display:inline-block; 
vertical-align:middle; 
top:10px;
}
ul.nav.navbar-nav li{ 
display:inline-block; 
position:relative; 
line-height:normal; 
}
ul.nav.navbar-nav li a{ 
display:block; 
text-align:center; 
color:#ffffff; 
position:relative; 
}
header.page-main-header { padding-bottom:0; }
header.site-header ul {
margin: 0;
}
header.site-header .text-bx.padding0 {
font-size: 13px;
font-weight: 700;
}  header.site-header .list-inline.m-a0 {
padding: 2px 0;
float: right;
}
.header-icon i.fa {
position: relative;
top: 10px;
font-size: 25px;
}
.site-header {
position: relative;
z-index: 9999;
}
.site-header ul,
.site-header ol {
margin-bottom: 0;
} .extra-nav {
float: right;
padding: 26px 0;
position: relative;
z-index: 9;
}
.extra-nav .site-button-link{
font-size:15px;
}
.extra-nav .extra-cell {
display: inline-block;
margin-left: 10px;
} .page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a{
background: none;
color: inherit;
}
.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {    
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 15px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.ht-main-navigation ul ul li a:hover{
}
.ht-main-navigation li.current_page_item a {
color: #ac8e50;
border-radius: 0;
}
.ht-main-navigation ul li ul li.current_page_item a{
color: #fff;
}
#ht-masthead input[type="search"]{
background: none;
border: 1px solid #fff;
border-radius: 30px;
padding: 10px;
padding-right: 80px;
height: 35px;
color:#fff;
}
#ht-masthead input[type="submit"]{
position: absolute;
right: -45px;
top: 25px;
padding: 0 2px;
background: none;
z-index: 2000;
text-indent: -999px;
}
#ht-masthead span.sb-icon-search {
position: absolute;
right: 25px;
top: 4px;
color:#fff;
}
#ht-masthead ul.header-menu-links {
list-style: none;
padding: 0;
margin: 0;
}
#ht-masthead ul.header-menu-links li{
float: left;
padding: 0 20px;
font-size: 14px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
#ht-masthead ul.header-menu-links li i {
margin-right: 5px;
font-size: 20px;
}
#ht-masthead ul.header-menu-links li.mailto a{
color: #fff;
}
#ht-masthead ul.header-menu-links li.themetext {
float: left;
padding: 0 20px;
color: #fff;
font-size: 14px;
}
#ht-masthead .themetext, #ht-masthead .mailto{
color: #fff;
font-size: 14px;
}
#ht-masthead .themetext span{
color:#fff;
}
#ht-masthead .mailto a span {
color: #fff;
}
#ht-masthead .mailto a span:hover {
color: #fd226a ;
}
#ht-masthead .themetext i, #ht-masthead .mailto i{
padding-right: 6px;
color: #fff;
font-size: 16px;
font-weight: 800;
}
#ht-masthead .header-about-theme {
padding: 0px 25px;
border-radius: 0px 0px 0px 0px;
}
#ht-masthead .header-social-links a span:hover{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
#ht-masthead .header-social-links span {
color: #fff;
font-size: 16px;
padding: 0px 3px;
}
.upper-header .header-social-links {
text-align: right;
padding: 4px 0;
}
.lower-header .contact-border {
text-align: right;
}
.contact-border .themetext {
color: #fff;
}
.contact-border .themedata {
color: #fff;
font-weight: 600;
letter-spacing: 1px;
}
.head-button a{
font-size: 15px;
color: #fff;
margin-bottom: 0;
transition: all 0.5s ease 0s;
display: inline-block;
margin-top: 0;
border: 2px solid #fff;
font-weight: bold;
background: transparent;
border-radius: 30px;
padding: 10px 25px;
}
.mob-only{
display: none;
} 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{
word-break: break-word;
font-weight: 500;
margin-bottom: 40px;
}
body.page-template-default main#innerpage-box h1:after, 
body.page-template-default main#innerpage-box h2:after, 
body.page-template-default main#innerpage-box h3:after, 
body.page-template-default main#innerpage-box h4:after, 
body.page-template-default main#innerpage-box h5:after, 
body.page-template-default main#innerpage-box h6:after, 
.page-template-templates main#innerpage-box h1:after, 
.page-template-templates main#innerpage-box h2:after, 
.page-template-templates main#innerpage-box h3:after, 
.page-template-templates main#innerpage-box h4:after, 
.page-template-templates main#innerpage-box h5:after, 
.page-template-templates main#innerpage-box h6:after{
content: "";
display: block;
width: 50px;
height: 3px;
margin: 0;
position: relative;
top: 15px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
background-image: radial-gradient( circle farthest-corner at 10% 20%,#f499c3 0%,#f62b85 100.3% );
}
body.page-template-default main#innerpage-box h1:hover:after, 
body.page-template-default main#innerpage-box h2:hover:after,
body.page-template-default main#innerpage-box h3:hover:after,
body.page-template-default main#innerpage-box h4:hover:after,
body.page-template-default main#innerpage-box h5:hover:after, 
body.page-template-default main#innerpage-box h6:hover:after,
.page-template-templates main#innerpage-box h1:hover:after, 
.page-template-templates main#innerpage-box h2:hover:after,
.page-template-templates main#innerpage-box h3:hover:after,
.page-template-templates main#innerpage-box h4:hover:after,
.page-template-templates main#innerpage-box h5:hover:after, 
.page-template-templates main#innerpage-box h6:hover:after{
width:60px;
}
blockquote, q {
quotes: "" "";
-moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
-webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
}
blockquote {
background-color: #f2f2f2;
}
blockquote {
border-left-color: #f72985 ;
}
blockquote em{
font-size: 14px;
} div#ht-home-slider-section svg.slider-circle{
position: absolute;
right: -145px;
top: 70px;
transform: rotate(-90deg);  
}
div#ht-home-slider-section svg.slider-circle2{
position: absolute;
right: -51px;
top: 248px;       
-webkit-animation: mover 1s infinite  alternate;
animation: mover 1s infinite  alternate;
}
div#ht-home-slider-section .slider-leftsvg{ overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
width: 100%;
-webkit-animation: mover 2s infinite  alternate;
animation: mover 2s infinite  alternate;
}
div#ht-home-slider-section .center {
position: absolute;
left: 0;
bottom: -325px;
}
div#ht-home-slider-section  .bigcircle{
background: #ff6752;
padding: 3em;
border-radius: 50%;
-webkit-animation: mover 1s infinite  alternate;
animation: mover 1s infinite  alternate;
}
div#ht-home-slider-section .smallcircle{
background: #cae695;
padding: 2em;
border-radius: 50%;
width: 40px;
position: relative;
top: -37px;
left: -20px;
opacity: 0.6;
-webkit-animation: mover 1s infinite  alternate;
animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-5px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-5px); }
} .ht-slide-cap-descmore-title {
font-size: 57px;
font-weight: 800;
line-height: 70px;
margin:20px 0;
}
div#ht-home-slider-section {
background: linear-gradient( to bottom,#6ebf62 40%,#57bd6a 70% );
position: relative;
overflow: hidden;
padding: 8em 12em 12em 0em;
background-repeat: no-repeat;
border-radius: 0 0 0 50%;
}
#ht-home-slider-section .owl-theme .owl-nav{
display: none;
}
#ht-home-slider-section .owl-theme .owl-dots{
display: none;
}
.bx-viewport{
overflow: inherit !important; 
}
.sliderimg {    
height:50px;
}
div#ht-home-slider-section .slidehomebtnbtn {
background-color: #000000;
border-radius: 5px;
color: #ffffff;
cursor: pointer;
padding: 10px 30px;
display: inline-block;
line-height: 1.5em;
font-weight: 500;
font-size: 14px;
outline: none;
position: relative;
opacity: 1;
margin-top: 10px;
}
div#ht-home-slider-section .slidehomebtnbtn a {
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 0.8;
}
div#ht-home-slider-section .slidehomebtnbtn i {
font-size: 18px;
text-align: center;
width: 100%;
top: 50%;
left: 0;
display: block;
position: absolute;
opacity: 0;
}
div#ht-home-slider-section .slidehomebtnbtn:before {
content: '';
top: 0;
left: 50%;
right: 50%;
position: absolute;
height: 100%;
background: rgba(255, 255, 255, 0.15);
border-radius: 5px;
}
div#ht-home-slider-section .slidehomebtnbtn:hover a,
div#ht-home-slider-section .slidehomebtnbtn.hover a {
opacity: 0;
}
div#ht-home-slider-section .slidehomebtnbtn:hover i,
div#ht-home-slider-section .slidehomebtnbtn.hover i {
opacity: 1;
}
div#ht-home-slider-section .slidehomebtnbtn:hover:before,
div#ht-home-slider-section .slidehomebtnbtn.hover:before {
left: 0;
right: 0;
}
div#ht-home-slider-section .slidehomebtnbtn:active:before {
background: rgba(255, 255, 255, 0.3);
}
div#ht-home-slider-section .slidehomebtnbtn.red {
background-color: #962d22;
}
.ht-slide-cap-title.animated.fadeInLeftBig span {
color: #fd3e1c;
}
.ht-slide-cap-title.animated.fadeInLeftBig {
font-size: 42px;
font-weight: 800;
padding-bottom: 30px;
width: 360px;
line-height: 52px;
}
.bx-controls-direction {
display: block;
}
.ht-slide{
position: relative;
}
.ht-slide img{
width: 100%;
}
.ht-slide-overlay{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.5;
background-size: cover;
clip-path: polygon(50% 0%, 100% 0, 100% 15%, 780px 100%, 0 100%, 0% 60%, 0 0);
}
.ht-slide-caption{
position: absolute;
top:20%;
right: 0;
left: 0;
text-align: center;
width: 740px;
margin: 0 auto;    
}
.ht-slide-cap-title{   
padding: 0px 0px;
font-size: 15px;
font-weight: 600;
}
.ht-slide-cap-descmore{
margin-top: 40px;
position: absolute;
left: -160px;
}
.ht-slide-cap-desc{
font-size: 17px;
line-height: 30px;
color: #ffffff;    
font-weight: normal;
font-weight: 500;
margin: 20px 45px;
}
.ht-slider-highlighttext {
font-size: 40px;
text-align: center;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
height: 60px;
width: 60px;
margin-top: 5px;
border-radius: 50%;
display: none;
}
#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
opacity: 1;
}
#ht-home-slider-section .bx-wrapper .bx-prev{
background: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/slide2.png) no-repeat center;
left: 4%;
top: 50%;
}
#ht-home-slider-section .bx-wrapper .bx-next{
background: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/slide1.png) no-repeat center;
right: 5%;
}
.bx-wrapper{
z-index: 999;
}
#ht-home-slider-section .owl-item.active{
animation: grow 4s linear forwards;
opacity: 1;
}
@keyframes grow {
0%, 20% {
transform: scale(1);
}
75%, 100% {
transform: scale(1.15);
}
} .title-border{
width: 20%;
height: 2px;
background: #000;
margin: 2em 0 0 0;
position: relative;
}
.title-border:after {
z-index: 1;
transition: all 0.3s ease 0s;
content: "";
width: 8px;
height: 20px;
background: #000;  
left: 47%;
bottom: -10px;
position: absolute;
transform: rotate(15deg);
}
section#ht-aboutconstruction-section .btn.red {
white-space: normal;
}
section#ht-aboutconstruction-section .btn.red{
font-size: 16px;
color: #5e5e5e;
margin-bottom: 0;
transition: all 0.5s ease 0s;
display: inline-block;
margin-top: 30px;
font-weight: bold;
border: 2px solid #000;
border-radius: 30px;
padding: 12px 22px;
white-space: normal;
}
section#ht-aboutconstruction-section .btn.red .fa{
margin-left: 10px;
}
section#ht-aboutconstruction-section .btn.red:hover .fa{
margin-left: 15px;
}
section#ht-aboutconstruction-section .center {
position: absolute;
left: 0;
right: 22%;
margin: 0 auto;
top: 42%;
}
section#ht-aboutconstruction-section .odd,
section#ht-aboutconstruction-section .even {
--global-offset-x: calc( 0.5em * var(--gap) + var(--radius) * 1em);
--global-offset-y: calc( 1.5em * var(--Radius) + var(--Gap) * 1em);
animation: infinite cubic-bezier(.21, .61, .01, .89);
position: absolute;
transform: translate(0, 0) scale(0);  
}
section#ht-aboutconstruction-section .odd {
animation-duration: 11s;
}
section#ht-aboutconstruction-section .even {
animation-duration: 7.333333333s;
}
section#ht-aboutconstruction-section .ht-section-title-tagline {
text-align: left;   
}
section#ht-aboutconstruction-section .lz-aboutconstruction-heading{
margin-left: 20px;
}
section#ht-aboutconstruction-section .aboutconstruction-text-box {
font-size: 17px;   
line-height: 28px;
margin: 25px 0 10px 20px;
font-weight:500;
}
section#ht-aboutconstruction-section .aboutconstruction-box {   
padding-left: 7%;
margin-top: 2%;
}
section#ht-aboutconstruction-section .aboutimgbox1 img{
position: relative;
z-index: 2;   
max-width: 100%;
transform: scale(1);
transition: all 1s ease 0s;
width: 100%;
height: 100%;
}
section#ht-aboutconstruction-section .aboutimgbox1:hover img{
transform: scale(1.2);
}
#ht-aboutconstruction-section .imgmove{  
cursor: pointer;
transform-style: preserve-3d;    
}
.ripple-background .shape .svg {
position: absolute;
width: 0;
height: 0;    
}
.ripple-background .clipped {
width: 100%;
background-size: cover;
-webkit-clip-path: url(#my-clip-path);
clip-path: url(#my-clip-path);
position: relative;
z-index: 999;
}
.ripple-background .clipped-border {
width: 100%;
background-size: cover;
-webkit-clip-path: url(#my-clip-path);
clip-path: url(#my-clip-path);
position: relative;
z-index: 999;
background: transparent;
padding: 10px;
transform: scale(1);
transition: all 1s ease 0s;
}
.aboutimgbox1:hover .clipped-border {
background: #fe4c64;
}
#ht-aboutconstruction-section .dots .dots-svg {
position: absolute;
bottom: 32px;
width: 20%;
height: 20%;
left: -50px;
top: 0;
z-index: 1;
-webkit-animation: spin 15s linear infinite;
animation: spin 15s linear infinite;
}
#ht-aboutconstruction-section .sec-blob{
position: absolute;
left: -282px;
transform: rotate(-25deg);
top: -99px;
z-index: 1;
width: 80%;
}
.sec-blob {
animation: ripple 5s infinite;
}
@keyframes ripple{
0%{
transform: scale(0.6);
}
50%{
transform: scale(0.7);
}
80%{
transform: scale(0.8);
}
}
#ht-aboutconstruction-section .lightbox{
position: relative;
padding:4em 0 ;
}
@media screen and (max-width: 768px){
svg.circle-chart{
left:120px !important;
}
} @media screen and (min-width: 769px){
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.col-container {
display: table;
width: 100%;
}
.col-facility{
display: table-cell;
}
.heading.active i {
box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;
}
.test-right img {
width: 100%;
height: 100%;
}
.heading{cursor: pointer;}
@media screen and (min-width: 769px){
.inside-full-height{height:100%}
}
.justify-content-center {
-ms-flex-pack: center!important;
-webkit-box-pack: center!important;
justify-content: center!important;
} @keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#ct-service-box .section-icon img{
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
}
section#ct-service-box .center {
position: absolute;
top: 12%;
}
section#ct-service-box .service-icon{
position: relative;    
z-index: 20;    
}
section#ct-service-box .service-icon img {   
width: 100%;    
}
section#ct-service-box {
background: #ffffff;
}
section#ct-service-box .serviceBox {
padding:20px 0;   
color: #333;
position: relative;    
}
.service-icon:before, .service-icon:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
right: 0;
left: 0;
bottom: 0;
top: 0;
visibility: hidden;
-webkit-transition: all 0.4s;
transition: all 0.4s;
z-index: 9;
}
.service-icon:hover:before, .service-icon:hover:after {
background:#ffca2a;
visibility: visible;
opacity: 0.2;
}
.service-icon:hover:before {
width: 0;
right: 50%;
left: 50%;
}
.service-icon:hover:after {
height: 0;
top: 50%;
bottom: 50%;
}
section#ct-service-box .serviceBox:hover .service-icon{
color: #fff;
}
section#ct-service-box .serviceBox .title{
font-size: 24px;
font-weight: 600;
margin: 5px 0;
}
section#ct-service-box .btn.red{
font-size: 13px;
color: #5e5e5e;
margin-bottom: 0;
transition: all 0.5s ease 0s;
display: inline-block;    
padding: 10px 30px;
margin: 10px 0 40px;
font-weight: bold;
white-space: normal;
word-break: break-word;
border: 2px solid #000;
border-radius: 30px;
}
section#ct-service-box  h2.ct-service-heading{
margin-bottom: 20px;
}
section#ct-service-box {
position: relative;
}
section#ct-service-box .complete-serbox {   
padding: 0 2px;
margin-bottom: 20px;
}
section#ct-service-box .service-box{
position: relative;
z-index: 15;
margin: 0 5px;
}  .slider {
width: 100%;
position: relative;
height: 430px;
margin: auto;
overflow-x: scroll;
overflow-y: hidden;
padding: 50px 0 0 0;
top: -50px;
}
.slider::-webkit-scrollbar {
display: none;
}
.slider .slides {
display: flex;
position: absolute;
left: 0;
transition: 0.3s left ease-in-out;
}
.slider .slide-item {
margin-right: 0px;
width: 250px;
margin-left: 5px;
}
.slider .slide-item:last-child {
margin-right: 0;
}
.ctrl {
text-align: center;
margin-top: 5px;
}
.ctrl-btn {
font-size: 10px !important;    
background: none;
border: none;
font-weight: 600;
text-align: center;
cursor: pointer;
outline: none;
color: #9e9e9e;
position: absolute;
margin-top: -60.5px;
height: 23px;
}
.ctrl-btn:hover{
color:#000;
background: none;
}
.ctrl-btn.pro-next {
right: 25px;
position: absolute;
border: 1px solid #bfbfbf;
padding: 3px 5px 3px 5px;
margin: 0;
z-index: 999;
top: 0;
}
.ctrl-btn.pro-prev {
right: 50px;
position: absolute;
border: 1px solid #bfbfbf;
padding: 3px 5px 3px 5px;
margin: 0;
z-index: 999;
top: 0;
} .total-count a.button.wc-forward {
background: none;
border: none;
position: relative;
right: 19px;
}
.total-count a.button.wc-forward:hover {
background: none;
border:none;
}
.total-count .count {
color: #000;
position: absolute;
padding: 4px;
z-index: 300;
top: 4px;
right: -7px;
font-size: 10px;
border-radius: 20px;
width: 20px;
height: 20px;
line-height: 14px;
text-align: center;
background: #00293d;
}
.total-count img {
width: 25px;
height: 25px;
margin: 11px 0 0;
} .ht-portfolio-cat-name-list{
text-align: center;
margin-bottom: 30px;
text-align: right;
}
.ht-portfolio-cat-name-list .fa{
vertical-align: middle;
color: #fe5722; 
}
.ht-portfolio-cat-name{
cursor: pointer;
display: inline-block;
padding-left: 10px;
margin-left: 10px;
border-left: 1px solid #BBB;
line-height: 1;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.ht-portfolio-cat-name:nth-child(2){
border-left: 0;
margin-left: 0;
}
.ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active{
color: #fe5722;
}
.ht-portfolio-post-wrap{
margin:2em 0;
}
.ht-portfolio{
width: 33.33%;
float: left;
padding: 7.5px;
}
.ht-portfolio-outer-wrap{
position: relative;
}
.ht-portfolio-wrap{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
background-color: #f9f9f9;
}
.ht-portfolio-wrap img{
position: relative;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
opacity: 0
}
.ht-portfolio-caption{
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
padding: 30px;
opacity: 0;
background: rgba(255, 193, 7, 0.9);
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
overflow: hidden;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption{
opacity: 1;
}
.ht-portfolio-caption h5{
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
position: absolute;
top: 20px;
left: 20px;
right: 20px;
-ms-transform: translate(300px, 0); 
-webkit-transform: translate(300px, 0); 
transform: translate(300px, 0);
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.ht-portfolio-wrap:hover .ht-portfolio-caption h5{
-ms-transform: translate(0, 0); 
-webkit-transform: translate(0, 0); 
transform: translate(0, 0);
}
.ht-portfolio-caption a{
height: 36px;
width: 36px;
position: absolute;
right: 20px;
bottom: 20px;
text-align: center;
display: block;
line-height: 36px;
color: #fe5722;
font-size: 14px;
background: #FFF;
margin: 10px 5px;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
}
.ht-portfolio-caption a.ht-portfolio-image{
-ms-transform: translate(-300px, 0); 
-webkit-transform: translate(-300px, 0); 
transform: translate(-300px, 0);
right: 66px;
}
.ht-portfolio-caption a.ht-portfolio-link{
-ms-transform: translate(-300px, 0); 
-webkit-transform: translate(-300px, 0); 
transform: translate(-300px, 0);
}
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image{
-ms-transform: translate(0, 0); 
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} #testimonials-section  .owl-nav{
display: none;
}
#testimonials-section .owl-theme .owl-dots{
text-align: center;
margin-top: 20px;
}
#testimonials-section .ht-section-title-tagline{   
position: relative;
z-index: 999;
}
#testimonials-section h2.lz-testimonials-heading{
margin-bottom: 20px;
}
#testimonials-section{
position: relative;
background: #ffffff;
}
#testimonials-section .testimonial-content {
background: #000;
z-index: 999;
position: absolute;
width: 70%;
right: 0;
top: 15%;
padding: 0;
}
#testimonials-section .test-content p{
font-size: 20px;
line-height: 35px;
color: #ffffff;
margin: 25px 35px; }
#testimonials-section h6.member-name{
font-size: 18px;
color: #ff6752;
font-weight: bold;
margin: 0;
padding:20px 35px;
border-top: 1px solid #ccc;
}
#testimonials-section .owl-carousel .owl-stage-outer{
padding: 2em 0;
}
#testimonials-section .member-image{
position: relative;
overflow: hidden;
}
#testimonials-section .member-image img{
width: 100%;
}
#testimonials-section .member-image:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
content: '';
-webkit-transition: -webkit-transform 0.9s;
transition: -webkit-transform 0.9s;
-o-transition: transform 0.9s;
transition: transform 0.9s;
transition: transform 0.9s, -webkit-transform 0.9s;
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
z-index: 1;
opacity: 0.3;
}
#testimonials-section .test-content:hover .member-image:before {
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }  #testimonials-section .innerpage-bx-testbx{
display: none;
}
#innerpage-box .ht-test-member {
display: none;
}
div#content-box .top-icon,
div#content-box .bottom-icon{
display: block;
font-size: 70px;
color: #fdfeff;
text-align: center;
margin: 0 auto;
}
div#content-box .testimonial{
padding: 0 40px;
position: relative;
overflow: hidden;
background: linear-gradient(to right ,#61bd66 ,#48ac6e);
color: #fdfeff;
z-index: 1;
margin-bottom: 25px;
}
div#content-box .testimonial:after{
content: "";
width: 150px;
height: 110%;
background: #48ac6e;
position: absolute;
top: -20px;
left: -60px;
transform: matrix(1, 0, 0.5, 1, 150, 0);
z-index: -1;
}
div#content-box .testimonial .pic{
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
float: left;
margin: 10px 25px 0 0;
position: relative;
}
div#content-box .testimonial .pic img{
width: 100%;
height: auto;
}
div#content-box .testimonial .testimonial-content{
width: 70%;
float: right;
padding: 30px 0;
}
div#content-box .testimonial .testimonial-title{
font-size: 30px;
font-weight: 700;
margin: 0 0 20px;
color: #ffffff;
}
div#content-box .testimonial .description{
font-size: 16px;
line-height: 26px;
letter-spacing: 1px;
color: #ffffff;
font-weight: 500;
}
div#content-box .testimonial .testimonial-title span {
font-size: 20px;
font-weight: 500;
}
div#content-box .testimonial .testimonial-title:after{
background: none;
}
@media only screen and (max-width: 767px){
div#content-box .testimonial{
text-align: center;
}
div#content-box .testimonial .pic{
float: none;
margin: 20px auto 0;
}
div#content-box .testimonial .testimonial-content{
width: 100%;
float: none;
padding: 20px 0;
}
div#content-box .testimonial .description{
font-size: 14px;
}
}  section#testimonials-box .lz-testimonial-subheading {
font-size: 16px;
color: #ffffff;
}
.quote-box:after{
content: "";
background-image: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/quote-boxbg.png);
width: 28px;
height: 23px;
position: absolute;
background-repeat: no-repeat;
bottom: -23px;
left: 10%;    
}
.quote-box{
border: 2px solid #ffffff;
position: relative;    
padding:20px;   
}
#quote-carousel {
padding: 0 10px 30px 10px;   
}
#quote-carousel .carousel-control {
background: none;
color: #fc856d;
font-size: 1.3em;
text-shadow: none;
margin-top: 225px;
opacity: 1;
z-index: 2000;
}
#quote-carousel .carousel-control.left {
left: -35px;
top: -60px;
}
#quote-carousel .carousel-control.left i {
color: #fff;
background: #c6c6c6;
border-radius: 50%;
padding: 5px 12px;
opacity: 1;
display: none;
}
#quote-carousel .carousel-control.right {
right: -35px;
top: -60px;
}
#quote-carousel .carousel-control.right i {
color: #fff;
background: #c6c6c6;
border-radius: 50%;
padding: 5px 12px;
opacity: 1;
display: none;
}
#quote-carousel .carousel-control.left i:hover {
color: #ea70a1;
}
#quote-carousel .carousel-control.right i :hover {
color: #ea70a1;
}
#quote-carousel .carousel-indicators {
right: 50%;
top: auto;
bottom: -30px;
margin-right: -19px;
display: none;
}
#quote-carousel .carousel-indicators li {
width: 12px;
height: 12px;   
cursor: pointer; 
border-radius: 50px;   
overflow: hidden;
transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
background: #ffffff;
width: 12px;
height: 12px;    
border-color: #fff;
opacity: 1;
overflow: hidden;
}
.carousel-inner {
min-height: 170px;
border-radius: 10px;   
}
.item blockquote {
border-left: none;
margin: 0;
}
.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
.test-box {
background: #fff;
padding: 20px 30px 40px 70px;
}
.test-box:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.80) 0%, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.test-box:hover:before, .test-box:focus:before, .test-box:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
.test-quote i {
font-size: 25px;
color: #facaca;
} #facilities-section{
position: relative;
background: #ffffff;
}
#facilities-section .lightbox{    
position: relative;
}
#facilities-section .facilities-box{
position: relative;
overflow: hidden;
margin-bottom: 40px;
perspective: 1000px;
-webkit-perspective: 1000px;
background: #ffffff;     
padding:1em;     
transition: 0.8s;       
}
#facilities-section .facilities-box:hover{
-webkit-box-shadow: 0 10px 16px 3px rgb(0 0 0 / 19%);
box-shadow: 0 10px 16px 3px rgb(0 0 0 / 19%);
}
#facilities-section .facilities-box p{
font-size: 16px;
}
#facilities-section .facilities-icon i.fa {
font-size: 60px;
color: #ffffff;
font-weight: normal;
line-height: 98px;  
}
#facilities-section .facilities-icon i.fa:after {
content: '';
position: absolute;
width: 98px;
height: 98px;
border-radius: 50%;
top: 0;
left: 0;
right: 0;
border: 2px dashed;
opacity: 1;
}
#facilities-section .facilities-box:hover .facilities-icon i.fa:after{
animation: rotation 10s infinite linear;
}
@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes rotationy{from{transform:rotatey(0deg)}to{transform:rotatey(359deg)}}
#facilities-section .facilities-icon{    
text-align: center;
margin: 0 auto;
position: relative;
width: 100px;
overflow: hidden;
}
#facilities-section .facilities-box h5.title{
font-size: 21px;
font-weight: bold;
margin: 20px 0;
} #facilities-section h2.lz-facilitie-heading{
margin-bottom: 20px;
} #featured-product-section {
position: relative;   
overflow: hidden;
}
#featured-product-section .lightbox{
position: relative;
z-index: 20;  
}
#featured-product-section .right-secsvg{
width: 100%;
overflow: hidden;
position: absolute;
height: 100%;
}
#featured-product-section h2.lz-featpro-heading{
margin-bottom: 20px;
}
#featured-product-section .featproduct-subheading{    
font-size:16px;
}
#featured-product-section .product-grid{
background: #fff;    
border-radius: 1px;
padding: 0;
margin: 0;
position: relative;
}
#featured-product-section .product-grid:hover{
box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
}
#featured-product-section .owl-carousel .owl-nav button.owl-prev:before {
content: "\f053";
font-family: FontAwesome;
display: inline-block;
position: absolute;
left: -15px;
top: 30%;
font-size: 14px;
z-index: 99;      
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 2px;
}
#featured-product-section .owl-carousel .owl-nav button.owl-next:before {
content: "\f054";
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: -15px;
top: 30%;
font-size: 14px;
z-index: 99;    
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 2px;
}
#featured-product-section .owl-theme .owl-nav .disabled {
opacity: 1;
}
#featured-product-section .owl-theme .owl-dots{
display: none;
}
#featured-product-section .owl-carousel .owl-nav button.owl-prev span, 
#featured-product-section .owl-carousel .owl-nav button.owl-next span {
display: none !important;
}
#featured-product-section .pro-grid{
padding:0 20px;
}
#featured-product-section .product-grid hr{
margin: 8px 0;
}
#featured-product-section .product-grid .product-content ins{
background: transparent;
font-size: 22px;
font-weight: bold;
}
#featured-product-section .product-grid .product-content .price{
font-size: 17px;
color: #487fe4;
margin-bottom: 2px;
}
#featured-product-section .product-grid h3{
font-size:23px !important;
font-weight: bold;
color: #333333;
}
#featured-product-section a.buynow{
color: #69879f;
background: #ffffff;
padding: 10px 25px;
font-size: 16px;
border-radius: 30px;
font-weight: 400;
border: 2px solid #efefef;
display: inline-block;
margin: 20px auto; 
text-align: center;
}
#featured-product-section .product-grid:hover a.buynow{ }
#featured-product-section .owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 0;
background: #cbcbcb;
}
#featured-product-section .owl-theme .owl-dots .active span {
width: 10px !important;
height:10px !important;
border-radius: 0;
background: #ff6751;
}
#featured-product-section .product-grid .product-image{
position: relative;
overflow: hidden;
}
#featured-product-section .product-image:after {
background: #000000;
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
opacity: 0.4;
-webkit-transform: translateY(100%);
transform: translateX(100%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#featured-product-section .product-grid img{
transform: scale(1);
transition: all 1s ease 0s;
}
#featured-product-section .product-grid:hover img{
filter: grayscale(100%);    
transform: scale(1.2);
}
.product-content p{
font-size: 15px;
color:#000;
} #ht-enquiry-section{  
position: relative;
}
#ht-enquiry-section .ht-section-title-tagline{
display: inline-block;
float: left;
transform: rotate(180deg);
}
#ht-enquiry-section h2.lz-app-heading, 
#ht-enquiry-section h2.lz-app-heading small{
writing-mode: vertical-lr;
font-size: 65px;
font-weight:900;
margin-bottom: 50px;
}
#ht-enquiry-section label{
display: block;
}
#ht-enquiry-section textarea{
height: 150px;    
border-top:none;
border-right:none;
border-left:none;
margin: 0 0 10px 0;   
background:transparent;
font-size:15px;
}
#ht-enquiry-section textarea{
padding:15px; 
}
#ht-enquiry-section input[type="text"], 
#ht-enquiry-section input[type="email"], 
#ht-enquiry-section input[type="url"], 
#ht-enquiry-section input[type="password"], 
#ht-enquiry-section input[type="search"], 
#ht-enquiry-section input[type="number"], 
#ht-enquiry-section input[type="tel"], 
#ht-enquiry-section input[type="range"], 
#ht-enquiry-section input[type="date"], 
#ht-enquiry-section input[type="month"], 
#ht-enquiry-section input[type="week"], 
#ht-enquiry-section input[type="time"], 
#ht-enquiry-section input[type="datetime"],
#ht-enquiry-section input[type="datetime-local"], 
#ht-enquiry-section input[type="color"],
#ht-enquiry-section select{   
border:none;
border-top:none;
border-right:none;
border-left:none;    
width: 100%;
margin: 0 0 10px 0;
padding:15px;
background:#fff;
font-size: 15px;
height: 50px;
}
#ht-enquiry-section input[type="submit"]{
font-size: 16px;
color: #ff6752;
margin-bottom: 0;
transition: all 0.5s ease 0s;
display: inline-block;
padding: 10px 30px;
margin: 10px 0;
font-weight: bold;
white-space: normal;
word-break: break-word;
border: 2px solid transparent;
background: #ffffff;  
}
#ht-enquiry-section input[type="submit"]:hover{
background: transparent;   
color: #ffffff;
box-shadow: 0 8px 25px rgba(0,0,0,.25);
}
#ht-enquiry-section label, #ht-enquiry-section p {
color: #fff;
}
#ht-enquiry-section div.wpcf7-response-output{
position: absolute;
margin:0;
}
#ht-enquiry-section .leftimg{
position: relative;
right: 0;
bottom: -240px;
z-index: 50;
}
@media screen and (max-width: 1024px){
#ht-enquiry-section h2.lz-app-heading, 
#ht-enquiry-section h2.lz-app-heading small{
font-size: 48px;
}
}
@media screen and (min-width: 300px) and (max-width:900px){
#ht-enquiry-section .ht-section-title-tagline{
transform:inherit;
}
#ht-enquiry-section h2.lz-app-heading, 
#ht-enquiry-section h2.lz-app-heading small{
writing-mode:inherit;
}
} #ht-gallery-section{
position: relative;   
padding-right: 1em;
padding-left: 1em;
}
#ht-gallery-section .ht-section-title-tagline{
text-align: right;
display: inline-block;
}
#ht-gallery-section .title-border {
width: 50%;
height: 2px;
background: #000;
margin: 2em 0 0 0;
position: relative;
float: right;
}
#ht-gallery-section .title-border:after {
z-index: 1;
transition: all 0.3s ease 0s;
content: "";
width: 8px;
height: 20px;
background: #000;
left: 47%;
bottom: -10px;
position: absolute;
transform: rotate(15deg);
}
#ht-gallery-section .ht-gallery-member{
position: relative;
overflow: hidden;
}
#ht-gallery-section .gallery-image{
position: relative;
display: block;
margin: 0px;
overflow: hidden;   
}
#ht-gallery-section  .gallery-image img{   
width: 100%;
height: 230px;
}
#ht-gallery-section .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
color: #ffffff;
text-align: center;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
background: rgba(255,103,81,0.30);
-moz-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
#ht-gallery-section  .ht-gallery-member:hover .overlay-box{
opacity:1;
-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
visibility: visible;
}
#ht-gallery-section .overlay-box h4{
position: absolute;     
font-size: 16px;
margin: 0 auto;
top: 35%;
left: 0;
right: 0;   
width: 80%;
padding: 10px;
font-weight: 700;
}
#ht-gallery-section .sec-gallery{
margin-top: 2em;
}
#ht-gallery-section .gallerybox{
display: none;
}
#content-box .ht-gallery-member{
display: none;
}
#ht-gallery-section .owl-theme .owl-nav{
display: none;
}
#ht-gallery-section .owl-theme .owl-dots{
display: none;
}
#ht-gallery-section .gbox{
display: none;
} #innerpage-box .content-with-image .grid-col-two{ margin-top:0; text-align:center; }
#innerpage-box .content-with-image .content-with-image-heading .section_head{ margin-bottom:40px; }
#innerpage-box .content-with-image .content-with-image-para{ padding:0 20px; }
#innerpage-box .content-with-image .content-with-image-para p{ line-height:28px; font-size:16px; margin-bottom:40px; }
#innerpage-box .content-with-image .content-with-image-image{ bottom:0; left:0; margin:auto; position:relative; right:0; top:5px; width:100%; z-index:1; }
#innerpage-box .content-with-image .content-with-image-image:after{ 
background-color: #ffffff;
bottom: 10px;
content: '';
left: 10px;
position: absolute;
right: 10px;
top: 10px;
}
#innerpage-box .content-with-image .content-with-image-image img{ transition: .2s ease-in-out; -webkit-transform: translate(-20px,-20px); transform: translate(-20px,-20px); z-index:2; bottom:0; left:0; margin:auto; position:relative; right:0; top:0; width:100%; }
#innerpage-box .content-with-image .content-with-image-image:hover img{ -webkit-transform: translate(0); transform: translate(0); }
#innerpage-box .content-with-image {
padding: 25px;
} #blog-box .ht-blog-date {
font-size: 16px;
margin-bottom: 15px;
color: #fff;
padding: 15px;
border-radius: 5px;
border: 2px solid #fff;
font-weight: 600;
background: #fc226a;
}
#blog-box .blog-read-more {
position: relative;
bottom: 0px;
right: 0;
}
.ht-blog-date .fa{
margin-right: 6px;
color:#7c529c;
font-size: 22px;
}
#blog-box .ht-blog-date .fa{
color:#fff;
}
#inner-blog-section .blog-read-more{
text-align:center;
}
.ht-blog-excerpt .post-right {
padding: 10px 25px;
border-left: 1px solid #c6c6c6;
border-top: 1px solid #c6c6c6;
font-size: 14px;
}
.post-right .blog-read-more a:hover{
color: #fff;
border-bottom: 4px solid #ea70a1;
background: #000;
font-weight: 400;
color: #fff;
border-radius: 0px;
}
.post-right .blog-read-more {
margin: 10px 0;
border-radius: 5px;
}
.post-right .blog-read-more a {
color: #fff;
margin: 10px 0;
border-radius: 5px;
padding: 10px;
background: #ea70a1;
} .featured-thumbnail {
width: 100%;
height: 100%;
}
div#blog-box .box{
overflow: hidden;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
position: relative; padding: 0;
width: 100%;
height: 100%;
}
div#blog-box .box:before,
div#blog-box .box:after{
content: "";
width: 100%;
height: 50%;
background: rgb(97 189 102);
position: absolute;
top: 0;
left: 0;
z-index: 1;
transform-origin: 100% 0;
transform: rotateZ(90deg);
transition: all 0.3s ease 0s;
opacity: 0.88;
}
div#blog-box .box:after{
top: auto;
bottom: 0;
transform-origin: 0 100%;
}
div#blog-box .box:hover:before,
div#blog-box .box:hover:after{ transform: rotateZ(0); }
div#blog-box .box img{
width: 100%;
height: 100%;
transform: scale(1) rotate(0);
transition: all 0.3s ease 0s;
}
div#blog-box .box:hover img{   
transform: scale(1.3) rotate(10deg);
}
div#blog-box .social-Media a {
font-size: 15px;
padding-right: 10px;
color: #777777;
}
div#blog-box .ht-blog-thumbnail img { }
div#blog-box  .social-Media {
position: relative;
top: 5px;
}
div#blog-box i.fa.fa-comment {
padding-right: 6px;
color: #777777;
}
.inner-blog-excerpt {
font-size: 14px;
line-height: 1.8em;
}
#blog-box .htblogdate {
font-size: 14px;
}
#blog-box .bloginner-commentbox {
text-align: right;
font-size: 14px;
position: relative;
top: 5px;
color: #777777;
}
#blog-box h4{
margin: 15px 0 15px 0;
font-weight: 800 !important;
}
#blog-box .inner-blog-img{
width: 100%;
}
#blog-box .inner-blog-post{ margin-bottom: 25px;
box-shadow: 0px 0px 45px rgba(0,0,0,0.15);
background: #fff;
}
#blog-box .inner-blog-excerpt{
padding: 25px 25px 35px 40px;
}
.ht-main-navigation li.current_page_item ul li a{
color:#fff;
background:none;
}
.socialMedia a{
font-size:26px;
color: #fff;
background: #3a3a3a;
border: 2px solid #fff;
padding: 5px 10px;
width: auto;
}
.socialMedia a:hover{
background: none;    
}
.innerpage-whitebox .social-profile-icons ul li i{
color: #000 !important;
} .footer-circle{
position: absolute;
right: -145px;
bottom: 55px;
transform: rotate(-90deg);
z-index: 50;
}
.footer-circlesmall{
position: absolute;
right: -145px;
bottom: 185px;
transform: rotate(-90deg);
z-index: 99;   
}
.footer-wavey{
position: absolute;
left: 0;
bottom: 0;
width: 78%;
height: 400px;
}
.topwidget-footer{
margin: 10px auto;
}
.topwidget-footer ul{
list-style: none;
text-align: left;
}
.ht-top-footer ul li:before {
content: "\f04d";
font-family: 'Fontawesome';
font-size: 6px;
font-weight: bold;
padding-right: 8px;    
vertical-align: bottom;
}
footer#ht-colophon .social-profile-icons ul li:before {
content: none;
}
footer#ht-colophon textarea {
height: 90px;
}
footer#ht-colophon .widget select {
width: 100%;
color: #ffffff;
}
footer#ht-colophon input[type="text"],
footer#ht-colophon input[type="email"],
footer#ht-colophon input[type="url"],
footer#ht-colophon input[type="password"],
footer#ht-colophon input[type="search"],
footer#ht-colophon input[type="number"],
footer#ht-colophon input[type="tel"],
footer#ht-colophon input[type="range"],
footer#ht-colophon input[type="date"],
footer#ht-colophon input[type="month"],
footer#ht-colophon input[type="week"],
footer#ht-colophon input[type="time"],
footer#ht-colophon .widget select{ height: 45px;
font-size: 15px;
padding: 15px;
margin-bottom: 10px;
border-radius: 5px;
width: 100%;
border: 0;
}
footer#ht-colophon textarea{
background: #ffffff;
font-size: 15px;
padding: 15px;
margin-bottom: 10px;
border-radius: 5px;
border: 0;
}
.ht-top-footer input[type="submit"]:hover {
opacity: 0.8;
}
footer#ht-colophon label{
width: 100%;
}
div#copyright-note span {
font-weight: normal;
}
footer#ht-colophon ul li a {
color: #989898;
font-weight: normal;
}
.ht-footer table tr {
border-bottom: 1px solid #a7a7a7;
line-height: 45px;
font-size: 14px;
}
footer#ht-colophon .social-profile-icons ul li {   
text-align: center;
margin-right: 10px;    
}
footer#ht-colophon .social-profile-icons ul li i{
font-size: 28px;
}
footer#ht-colophon p {
font-weight: normal;
color: #989898;
font-size: 15px;
}
footer#ht-colophon p i{
font-size: 20px;
color: #fff;
margin-right: 25px;
}
.ht-footer .textwidget .fa {
margin-right: 5px;
}
.ht-footer ul li {
padding: 6px 0 6px 0;
list-style: none;
}
.ht-top-footer ul li {
font-weight: normal;
line-height: 20px;
font-size: 16px;
transition: all 0.5s ease 0s;
}
#ht-colophon{
font-size: 16px;  
border-radius: 0;
}
#ht-colophon a, footer#ht-colophon ul li span.post-date{
color: #989898;
text-decoration: none;
}
#ht-colophon .widget-title{
text-transform: capitalize;
margin-bottom:20px;
font-weight: normal;
color: #fff;
font-size: 20px;
font-weight: bold;
}
#ht-top-footer{
color: #fff;
padding: 1em 0 0;
position: relative;
overflow: hidden;  
}
.page-template-templates,
.page-template-default,
#ht-top-footer{
border-radius: inherit !important;
}
.ht-top-footer{
position: relative;
z-index: 99;
}
.ht-footer{
float: left;
width: 22%;
margin-left: 3%;
}
.ht-footer .widget{
margin-bottom: 30px;
}
.ht-footer .widget:last-child{
margin-bottom: 0;
}
.ht-top-footer ul li ul.sub-menu{
opacity: 0;
background: none !important;
position: absolute;
z-index: 999;   
}
.ht-top-footer ul li:hover ul.sub-menu{
opacity: 1;
background: none;
}
.ht-footer ul{
list-style: none;
margin: 0;
padding: 0;
}
.menu-footer-menus-container ul li{
background: url(//edos.co.uk/wp-content/themes/ultra-print-pro/images/footer-list-ico.png) no-repeat 0 8px;
padding: 2px 0 2px 20px;
list-style: none;
margin-left: 14px;
}
.menu-footer-menus-containerul li a:hover{
color:orange;
}
.social-profile-icons ul li{
display: inline-block;   
margin: 1px;
}
.social-profile-icons ul li i{
font-size: 18px;
position: relative;
top: -1px;
left: 0px;
}
.social-profile-icons ul li i:hover {
color: #ff7f7f;
}
.ht-top-footer input[type="email"] {
width: 100%;
font-size: 14px;
color: #757575;
padding: 11px 20px;
}
.ht-top-footer input[type="submit"] {
width: 100%;
padding: 10px 0;
font-size: 16px;
background: #ff7f7f;
color: #fff;
}
#ht-bottom-footer{
text-align: center;
padding: 30px 0;
color: #848484;
margin-top: 2em;
line-height: 1.2;
background: transparent;
position: relative;
border-top: 1px solid ;
z-index: 999;
}
.ht-site-info {
color: #848484;
font-weight: 400;
font-size: 16px;
position: relative;    
}
.bottomfooter-icons {
text-align: right;
padding: 0;
line-height: 22px;
}
div#ht-bottom-footer ul {
padding: 0;
margin: 0;
position: relative;
top: 10px;
}
div#ht-bottom-footer ul li {
display: inline-block;
padding-right: 18px;
}
div#ht-bottom-footer input[type="submit"] {
padding: 6px 25px;
}
div#ht-bottom-footer input[type="submit"]:hover {
opacity: 0.8;
}
.topwidget-footer .social-profile-icons ul{
text-align: center;
}
.topwidget-footer .social-profile-icons ul li{
display: inline-block;   
margin: 1px;
}
.topwidget-footer .social-profile-icons ul li i{
font-size: 18px;
position: relative;
top: 5px;
left: 0px;
}
.topwidget-footer .social-profile-icons ul li i:hover {
color: #ff7f7f;
} section#ht-contact-section {
background: #fff;
}
section#ht-contact-section iframe{
width: 100%;
height: 572px;
}
section#ht-contact-section .contactdetails{
background: #ea5454;
}
section#ht-contact-section .innercontact{
padding: 3em;
}
#ht-contact-section .contact-small-box h4{
font-size: 22px;
color: #fff;
margin-bottom: 20px;
font-weight: 600;
}
#ht-contact-section .contact-small-box{
margin-bottom: 20px;
}
#ht-contact-section ul.contact-links{
margin: 0;
padding: 0;
list-style: none;
}
#ht-contact-section ul.contact-links li{
display: inline-block;
margin-right: 5px;
}
#ht-contact-section ul.contact-links li a .fa{
font-size: 25px;
background: #2e2e2e;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
color: #ccc;
}
#ht-contact-section ul.contact-links li a:hover .fa{
background: #ffffff;
color: #000;
}  .home-page {
padding: 0 0 30px 0;
}
#innerpage-box{
padding:2em 0 1em;
}
.single-post .ht-main-title {
margin: 0px 0 15px;
padding: 15px 15px 0;
}
.innerpage-whitebox{   
border-radius:10px;
margin-bottom: 10px;   
}
.ht-contactus-wrap.innerpage-whitebox {
margin: 0 3%;
}
#content-box h4{
margin: 20px 0 5px 0; 
}
#content-box ul{
padding: 0 0 20px 0;
list-style: none;
font-size: 18px;
margin: 0;
}
#content-box ul li:before {   
content: "\f101";
font-family: 'Fontawesome';
margin-right: 10px;
transform: scale(1);
transition: all 0.5s ease 0s;    
transform: scale(1);
transition: all 0.5s ease 0s;
}
#content-box ul li:hover:before {
transform: scale(1.4);
}
#content-box ul li {
margin: 10px 0;
font-size: 16px;
}
main#innerpage-box #content-box ol {
margin: 0;
}
#content-box ol {
counter-reset: li;
list-style: none;
*list-style: decimal;
}
#content-box ol li {
position: relative;
padding-left: 60px;
min-height: 60px;
padding-top: 10px;
}
#content-box ol li:before {
content: counter(li);
counter-increment: li;
color: #fff;
background: #f07100;
border-radius: 50%;
font-size: 18px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
display: block;
position: absolute;
top: 0;
left: 0;
}
img.ht-page-header-img{
width: 100%;
}
.sticky {
display: block;
}
.hentry {   
}
.total-hentry {
margin: 0 0 50px;
}
.byline,
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
clear: both;
margin: 0 0 15px;
}
#primary{
}
.ht_no_sidebar #primary{
width: auto;
float: none;
}
.ht_no_sidebar_condensed #primary{
width: 76%;
float: none;
margin: 0 auto;
}
.ht_left_sidebar #primary{
float: right;
}
.ht_left_sidebar #secondary{
float: left;
}
.ht-post-info{
float: left;
width: 80px;
text-align: right;
font-family: 'Oswald', sans-serif;
}
.single .ht-post-info{
margin-right: 30px;
margin-bottom: 20px;
}
.ht-post-info .entry-date{
display: block;
font-size: 0.9em;
margin-bottom: 20px;
}
.ht-post-info .entry-date span{
display: block;
text-transform: uppercase;
}
.ht-post-info .entry-date span.ht-day{
font-size: 60px;
line-height: 1.3;
color: #fe5722;
}
.ht-post-info a{
display: block;
text-decoration: none;
line-height: 1.4;
padding: 20px 0 0;
text-transform: uppercase;
border-top: 1px solid #EEE;
font-size: 12px;
color: #444;
font-weight: 300;
}
.ht-post-wrapper{
padding-left: 105px;
}
.entry-figure{
background: #f9f9f9;
text-align: center;
margin-bottom: 15px;
}
.entry-header .entry-title{
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 10px;
}
.entry-figure + .entry-header{
background: #FFF;
position: relative;
margin-top: -65px;
width: 90%;
padding: 15px 0 1px;
}
.entry-header .entry-title a{
text-decoration: none;
color: #333;
}
.entry-categories{
font-size: 14px;
color: #666;
font-style: italic;
margin-bottom: 15px;
}
.entry-categories .fa{
color: #fe5722;
margin-right: 8px;
}
.entry-categories a{
color: #666;
text-decoration: none; 
}
.entry-readmore{
margin-top: 20px;
}
.entry-readmore a{
background: #fe5722;
padding: 0 20px;
line-height: 40px;
color: #FFF !important;
border: 0;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: inline-block;
}
.entry-readmore a:hover{
background: #333;
color: #FFF;
}
section ul{
padding: 0 0 20px 0;
}
.readmore a{
background: #4d4d4d;
padding: 15px 40px;
color: #fff;
border-radius: 30px;
}
.readmore a:hover{
background: #000;
color:#fff;
} .ht-contactus-wrap.innerpage-whitebox strong {
font-weight: 600;
font-size: 20px;
}
.ht-contactus-wrap.innerpage-whitebox p {
font-size: 16px;
margin: 0;
}
.single-info.box-shadow {   
padding: 30px; -webkit-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
}
div#ht-contactus-wrap .info-iiner {
padding: 10px 20px 15px 20px;
border: 1px dashed;
overflow: hidden;
border-radius: 0;
}
div#ht-contactus-wrap  .info-iiner span.fa {
margin-top: 15px;
margin-right: 20px;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
background: #e2e0ff;
display: inline-block;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
div#ht-contactus-wrap .innerpage-contactbox {
margin: 0em 0 1em 0;
}
div#ht-contactus-wrap .form-innerp-box {
-webkit-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
padding: 30px;
margin-bottom: 50px; -webkit-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
}
div#ht-contactus-wrap .form-innerp-box img {
width: 100%;
}
#ht-contactus-wrap .contact-page-form {
padding: 0 00px 0 25px;
}
#ht-contactus-wrap .contact-page-form{
color: #fff;
}
#ht-contactus-wrap input::placeholder{
color:#fff;
opacity: 0.8;
}
#ht-contactus-wrap  h4{
color: #fff;
text-align: center;
margin: 0 0 30px 0;
background: none;
outline: none;
border: none;
font-size: 35px;
display: block;
font-weight: 600;
}
#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"], 
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"],
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"],
#ht-contactus-wrap textarea,
#ht-contactus-wrap select{
border:0px solid #ccc;   
background: none;
width: 100%;
color: #fff;
margin: 5px 0 20px 0;   
-webkit-box-shadow: 0 0 35px 0px rgba(220, 219, 255, 0.5);
font-size: 15px;
font-weight: 500;
border-radius: 0px;
}
#ht-contactus-wrap select {
position: relative;
cursor: pointer;
-moz-appearance: none;
height: 50px;
}
#ht-contactus-wrap select::placeholder{
color:#fff;
opacity: 0.8;
}
#ht-contactus-wrap textarea{
height: 120px;
}
#ht-contactus-wrap textarea::placeholder{
color:#fff;
opacity: 0.8;
}
#ht-contactus-wrap label{
color:#ffffff;
width:100%;
}
#ht-contactus-wrap input[type="submit"]{
background: #fb216a;
border: 2px solid #fb216a;
padding: 12px 35px;
color: #fff;
border-radius: 0 0;
margin-top: 0;
float: left;
font-weight: 700;
}
#ht-contactus-wrap input[type="submit"]:hover{
border: 2px solid #fff;
background: #fb216a;
color: #fff;
opacity: 1;    
filter: drop-shadow(-1px -1px 4px rgba(50, 50, 0, 0.2));
}
.lz-fitness-address-lable{
margin:20px 0 0 0;
}
.contact-mapbox{
margin:2em 0 0;
}
.contact-mapbox iframe{
width: 100%;
height:350px;
background: transparent !important;
padding:5px;
border-radius: 5px;
}
.address-box{
margin: 0 0 20px 0;
}
.contact-sm-links {
margin: 0;
}
.contact-sm-links li {
display: inline-block;   
margin: 1px;
list-style: none;
}
#ht-contactus-wrap .contact-sm-links li{
display: inline-block;
padding: 0px;
margin: 0px;
list-style: none;
}
.apointmentmain-box .socials {
text-align: center;
margin-top: 20px;
}
#ht-contactus-wrap .contact-sm-links li:hover{
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.contact-sm-links li a{  
font-size: 30px;
padding: 7px 10px 0 0;
}
.contact-sm-links li a:hover {
color: #fc226a;
border-color: #fc226a;
} .error404 .error-404{
display: block;
text-align: center;
font-size: 200px;
color: #e3e3e3;
line-height: 1.2;
background: #f9f9f9;
border: 4px solid #53b76c;
margin-bottom: 35px;
}
.error404 .oops-text{
text-align: center;
position: relative;
top: 133px;
color: #fe4c64;
font-size: 26px;
font-weight: 600;
letter-spacing: 2px;
text-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.error404 .error-404 img{
width: 20%;
margin:30px auto 0;
}
.toggle-bar{
display: none;
} .odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
display: block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {
text-align: center;
} nav.woocommerce-MyAccount-navigation li{
margin:0 0 10px 0 !important;
}
nav.woocommerce-MyAccount-navigation li {
box-sizing: border-box;
width: 18em;
height: 3em;
font-size: 20px;
border-radius: 0.5em;
margin: 0.5em;
box-shadow: 0 0 1em rgba(0,0,0,0.2);
color: white;
font-family: sans-serif;
text-transform: capitalize;
line-height: 3em;
transition: 0.3s;
cursor: pointer;
}
nav.woocommerce-MyAccount-navigation li:nth-child(odd) {   
text-align: center;
padding-left: 10%;
transform: perspective(500px) rotateY(30deg);
}
nav.woocommerce-MyAccount-navigation li:nth-child(even) {  
text-align: center;
padding-right: 10%;
transform: perspective(500px) rotateY(-30deg);
}
nav.woocommerce-MyAccount-navigation li:nth-child(odd):hover {
transform: perspective(200px) rotateY(10deg);
padding-left: 5%;
}
nav.woocommerce-MyAccount-navigation li:nth-child(even):hover {
transform: perspective(200px) rotateY(-10deg);
padding-right: 5%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
list-style: none;
}
nav.woocommerce-MyAccount-navigation li a{      
font-size: 20px !important;   
font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding: 20px;
background: transparent;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
padding-bottom: 45px !important;
border: 4px solid #f1f0f0;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {       
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
border-color: #6a1b9a;
}
.woocommerce ul.products li.product a img{
border: 5px solid #f1f0f0 ;
height: 230px;
}
.woocommerce div.product div.images img {
border: 5px solid #f1f0f0 !important;
}
.woocommerce ul.products li.product .total-product-title-wrap{
padding: 20px 10px 0;
}
.woocommerce ul.products li.product a{
color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
margin: 0 0 6px;
padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs{
margin: 5px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
padding: 5px;
}
.woocommerce ul.products li.product .price{
font-weight: 500;
font-size: 20px;
color: #fe5722;
margin: 0;
}
.woocommerce ul.products li.product .price del{
display: inline;
color: #999;
opacity: 1;
}
.woocommerce ul.products li.product .price ins{
display: inline;
font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: right;
width: 100%;
}
.woocommerce-MyAccount-navigation ul li:before{
display: none;
}
.woocommerce-MyAccount-navigation ul li a{
background: none;
font-size: 16px;
margin-bottom: 5px;
display: block;
color:#fc856d;
padding: 0px 20px;
}
.woocommerce-MyAccount-navigation ul li{
margin: 5px 0 !important;
}
.woocommerce-MyAccount-navigation-link.is-active a{
color:#000 !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
padding: 10px 20px;
font-weight: 400;
border-radius: 0;
color: #FFF;
background-color: #fe5722;
border:1px solid #fe5722;    
margin-bottom: -20px;
line-height: 20px;
font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
background: #333;
border:1px solid #333;
color: #FFF;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
color:#fff !important;
}
.woocommerce ul.products li.product .button{
margin: 0;
transform: translateY(50%);
-ms-transform: translateY(50%);
-webkit-transform: translateY(50%);
font-size: 16px;
background-color: #ec5597;
border: 1px solid #ec5597;
border-radius: 3px;
}
.woocommerce ul.products li.product:hover .button{
border-color: #fe5722;
background-color: #fe5722;
color: #FFF;
}
.woocommerce ul.products li.product .button.loading{
opacity: 1;
}
.woocommerce a.added_to_cart{
padding-top: 0;
position: absolute;
left: 0;
right: 0;
top: 100%;
margin-top: 25px;
font-size: 13px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
border-color: #fe5722;
background-color: #fe5722;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
background: #333;
border-color: #333;
color: #FFF;
}
.woocommerce nav.woocommerce-pagination ul{
border: 0;
margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
border: 0;
margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
display: block;
background: #fe5722;
color: #FFF;
padding: 8px 12px;
line-height: 1;
border-radius: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
background: #333;
color: #FFF;
}
.woocommerce span.onsale{
min-height: 0;
min-width: 0;
padding: 0 15px;
font-weight: 400;
line-height: 26px;
border-radius: 0;
background-color: #fe5722;
color: #fff;
font-size: 14px;
margin: 10px 0 0 -6px;
top: 0;
left: 0;
}
.woocommerce span.onsale:after{
border-color: transparent #e8ae00 #e8ae00 transparent;
border-width: 3px;
border-style: solid;
content: "";
position: absolute;
bottom: 100%;
left: 0px;
}
.woocommerce ul.products li.product .onsale{
margin: 10px -6px 0 0;
}
.woocommerce ul.products li.product .onsale:after{
border-color: transparent transparent #e8ae00 #e8ae00;
border-width: 3px;
border-style: solid;
right: 0px;
left: auto;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
color: #fe5722
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
font-weight: 400;
}
.woocommerce .product_meta{
font-size: 15px;
}
.woocommerce .product_meta a{
color: inherit;
}
.woocommerce .product_meta a:hover{
color: #fe5722;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
padding: 0;
border-bottom: 2px solid #fe5722;
padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 0;
font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
background-color: #333;
border-radius: 0;
margin: 0 6px 0 0;
padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
background: #fe5722;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
color: #FFF !important;
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{
font-size: 22px;
margin-bottom: 30px;
}
.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{
width: 100%;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{
width: 100%;
}
.related.products h2{
margin-bottom: 30px;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
background: #fe5722;
padding: 10px 20px;
color: #FFF;
}
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
background: #333;
color: #FFF;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
background: #fe5722;
border-color: #fe5722;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
line-height: 40px;
font-size: inherit;
padding: 0;
}
.select2-container .select2-choice{
border: 1px solid #EEE;
font-size: 0.9em;
color: inherit;
border-radius: 0;
}
.select2-results{
font-size: 0.9em;
color: inherit;
}
.select2-drop-active{
border-color: #EEE;
}
.select2-drop.select2-drop-above.select2-drop-active{
border-color: #EEE;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
border-top-color: #fe5722;
font-size: 0.9em;
margin-bottom: 15px;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{
color: #fe5722;
}
.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
padding: 10px 20px;
line-height: 1;
height: auto;
margin-right: 15px;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
font-weight: 400;
}
#customer_details{
margin-bottom: 40px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
border: 1px solid #EEE;
border-radius: 0;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
float: none;
border: 1px solid;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
padding-top: 4px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
font-weight: 400;
}
.woocommerce a.remove{
font-family: Arial;
font-weight: normal;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
top: 8px;
}
.woocommerce .widget_layered_nav ul li{
padding: 5px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background-color: #FFF;
border: 4px solid #fe5722;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background-color: #fe5722
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background-color: #EEE;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
height: 20px;
width: 20px;
top: -6px;
margin-left: -10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
list-style: none;
}
.woocommerce-MyAccount-navigation-link a{
background: #fe5722;
color: #FFF;
padding: 10px 20px;
margin-bottom: 5px;
display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
background: none;
}
@media screen and (max-width: 1200px){
.head-button a{
padding: 10px !important;
}
.ht-slide-caption{
margin-left: -45%;
top: 10%;
left: 67%;
width: 600px !important;
}
#ht-our-featured-section .ourfeatureshmp-post-wrap{
padding: 0 2em !important;
}
svg.circle-chart{
left:40px !important;
}
.contact-right .contactimage img{
width: 70%;
float: right;
}
#testimonials-section .sliderpadding .bg-icon{
left:60%;
}
#ht-contact-section .contact-right .rowbox .fa {
font-size: 15px;
color: #fff;
text-align: center;
background: #ff6752;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
margin-bottom: 10px;
}
.contact-right{
padding-right: 2em !important;
padding-left: 2em !important;
}
}
@media screen and (max-width: 1000px){
.toggle-bar{
display: block;
position: absolute;
top: -35px;
right: 35px;
width: 50px;
background: #fe5722;
cursor: pointer;
text-align: center;
color: #fff;
padding: 20px 0;
cursor: pointer;
}
.toggle-bar span{
position: absolute;
top: 50%;
margin-top: -2px;
height: 4px;
left: 8px;
right: 8px;
background: #FFF;
box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
}
.ht-main-navigation li.current_page_item a, 
.page-template-home-template .ht-main-navigation .current_page_item > a, 
nav#ht-site-navigation ul li a:hover { }
.ht-sticky-header #ht-masthead{
position: static;
}
.ht-sticky#ht-masthead{
height: 94px;   
}
#ht-site-navigation{
width: 20%;
}
#ht-site-branding, .site-branding{
width: 80%;
float: left;
}
.ht-sticky #ht-site-branding{
padding: 15px 0;
}
.ht-sticky-header #ht-content{
padding-top: 0;
}
.ht-main-navigation .ht-menu{
display: none;
position: absolute;
left: 35px;
right: 35px;
top: 5px;
background: #fe5722;
z-index: 2500;
box-shadow: 0 6px 12px rgba(0,0,0,.17);   
}
.ht-main-navigation li{
float: none;
text-align: left;
}
.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a,
.ht-main-navigation a{
color: #FFF;
}
.ht-main-navigation ul ul{
position: static;
padding-top: 0;
margin-top: 0;
box-shadow: none;
padding-bottom: 0;
}
.ht-main-navigation ul ul ul{
margin: 0;
}
.ht-team-member{
margin-bottom: 2em;
}
}
@media screen and (max-width: 768px){
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
margin-bottom: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
margin-bottom: 15px;
}
.ht-main-navigation a{
padding: 8px 45px;
}
.ht-section-title,
.ht-section-tagline{
width: auto;
}
.ht-about-sec, .ht-text-block-sec{
width: auto;
float: none;
padding: 0;
margin-bottom: 30px;
}
.ht-about-image, .ht-left-image{
width: auto;
float: none;
padding: 0;
text-align: center;
}
.ht-portfolio-cat-name-list{
text-align: center;
}
.ht-service-left-bg{
display: none;
}
.ht-service-posts{
float: none;
width: auto;
padding: 0;
}
.newsletter-form-box{
margin-top: 1em;
margin-bottom: 1em;
}
#ht-service-post-section{
padding: 60px 0;
}
#ht-counter-section{
background-size: cover;
background-position: center !important;  
}
.ht-counter{
width: 45%;
margin-bottom: 60px;
}
#ht-counter-section{
padding-bottom: 0;
}
#ht-cta-section{
background-size: cover;
background-position: center !important;  
}
.ht-top-footer{
margin-left: 0;
}
.ht-footer{
width: auto;
margin: 0 0 30px;
float: none;
}
.ht-footer:last-child{
margin-bottom: 0;
}
.ht-slide-cap-descmore a{
font-size: 2vw;
}
.ht-slide-cap-title{
font-size: 24px;
font-size: 4vw;
margin-bottom: 0px;
}
.ht-slide-cap-desc{
font-size: 13px;
}
#primary{
width: auto !important;
float: none !important;
margin-bottom: 30px;
}
#secondary{
width: auto !important;
float: none !important;
margin-bottom: 30px;
}
#sticky-section {
display: none;
}
#ht-masthead input[type="submit"]{
right: -40px;
top: 20px;
}
.sitenav .search-icon {
right: 70px;
top: -65px;
}
.overlap-header {
top:0;
}
.sitenav .search-bar {
right: 18%;
}
.ht-slide-cap-desc {
padding: 10px 0;
}
.lower-header .header-social-links {
padding: 15px 10px;
}
#ht-blog-section {
padding: 0em 1em 0em 2em;
}
.ht-slide-caption {
top: 55%;
left: 60%
}
.ht-slider-highlighttext {
font-size: 25px;
}
.lower-header .header-social-links {
margin: 2px 0;
}
#ht-contactus-wrap .contact-page-address {
margin-bottom: 10px;
}
#blog-box .blog-read-more a {
line-height: 25px;
padding: 5px 12px;
font-size: 12px;
}
#ht-appintment-section .color-box .textbox1 {
padding: 10px 30px 10px;
}
#ht-appintment-section .color-box {
padding: 16px 14px 10px;
}
.ht-blog-excerpt .post-right {
border-left: none;
}
.single-post .ht-main-title {
font-size: 20px;
}
.ht-site-description {      
}
.about-box {
position: relative;
width: 100%;
}
#facility-content-section .facility-icon {
text-align: left;
}
#pricing-page .plan-starts {
text-align: center;
}
#pricing-page .plan-amount{
text-align: center;
}
#pricing-page .ht-princing-link{
text-align: center;
}
section#ht-about-us-section img {
height: auto;
}
.contact-box img.appointmentbox-img {
height: 440px;
}
.apointment-box {
padding: 4% 17% 4%;
}
#ht-appintment-section .box-effect {
padding: 0;
}
.apointment-box:after {
display: none;
}
#testimonials-section .testimonial-content {
margin: 0 40px;
}
}
@media screen and (max-width: 580px){
#ht-home-slider-section .bx-wrapper .bx-controls-direction a,
.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
display: none;
}    
.ht-team-counter-wrap{
margin-left: 0;
}
.ht-counter{
width: 75%;
float: none;
margin: 0 auto 60px;
}
.ht-portfolio{
width: 50%;
padding: 4px;
}
}
@media screen and (max-width: 480px){
.ht-team-member,
.ht-counter{
width: auto;
float: none;
}
.ht-cta-buttons a{
display: block;
margin: 0 0 15px;
}
.ht-post-info{
float: none;
width: auto;
margin-bottom: 20px;
}
.ht-post-wrapper{
padding-left: 0; 
}
}
@media screen and (min-width: 1001px){
.ht-main-navigation .ht-menu{
display: block !important;
}
} .quote {
color: rgba(0,0,0,.1);
text-align: center;
margin-bottom: 30px;
}   #fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
background-color: #e84a64;
border: none;
}
#fade-quote-carousel blockquote {
text-align: center;
border: none;
}
#fade-quote-carousel .profile-circle {
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 100px;
}
.carousel-indicators li{
background-color: #6963635c;
border: 1px solid #6963635c;
} @media screen and (min-width: 1024px) and (max-width: 1200px){
#testimonials-section .team-thumb {
left: -10px;
}
#ht-contact-section .contact-icon {
font-size: 20px;
}
#ht-contact-section .contact-content span {
font-size: 14px;
}
.ht-site-description {
text-align: left;
font-size: 14px;
}
#ht-masthead .themetext, #ht-masthead .mailto {
font-size: 10px;
}
.upper-header .header-social-links {
padding: 4px 0;
}
#ht-masthead .header-social-links span {
font-size: 11px;
}
#services-post-section .services-post:hover .services-readmore a {
top: 380px;
left: 18%;
}
#services-post-section .services-post:hover .services-icon img {
min-height: 494px;
}
#ht-about-us-section .about-box-title {
font-size: 16px;
}
#ht-about-us-section .ht-content.lz-about-text {
font-size: 13px;
}
#ht-about-us-section .readmore {
padding: 14px 0;
}
#ht-about-us-section .readmore a {
padding: 8px 16px;
font-size: 13px;
}
#pricing-page .ht-princing-link a {
padding:12px 10px;
}
.apointment-box {
padding: 6% 8% 6%;
}
#ht-appintment-section .box-effect {
padding: 0% 35px 0%;
}
.ht-appintment-member-wrap textarea {
height: 68px;
}
.ht-appintment-member-wrap input[type="text"], 
.ht-appintment-member-wrap input[type="email"], 
.ht-appintment-member-wrap input[type="url"], 
.ht-appintment-member-wrap input[type="password"], 
.ht-appintment-member-wrap input[type="search"], 
.ht-appintment-member-wrap input[type="number"], 
.ht-appintment-member-wrap input[type="tel"], 
.ht-appintment-member-wrap input[type="range"], 
.ht-appintment-member-wrap input[type="date"], 
.ht-appintment-member-wrap input[type="month"], 
.ht-appintment-member-wrap input[type="week"], 
.ht-appintment-member-wrap input[type="time"], 
.ht-appintment-member-wrap input[type="datetime"], 
.ht-appintment-member-wrap input[type="datetime-local"], 
.ht-appintment-member-wrap select {
height: 35px;
}
.contact-box img.appointmentbox-img {
height: 330px;
}
.ht-blog-excerpt h5 a {
font-size: 15px;
}
.ht-blog-excerpt p {
font-size: 12px;
line-height: 18px;
}
.ht-blog-date .fa, .ht-blog-comment i{
font-size: 14px;
}
.ht-blog-date, .ht-blog-comment {
font-size: 10px;
}
h2.newsletter-title {
font-size:22px;
}
#testimonials-section .testimonial-content {
margin: 0 50px;
}
}
@media screen and (min-width: 320px) and (max-width: 1024px){
#innerpage-box div#content-box .innerpagecmpserviceBox .service-content:after{
bottom: -45px !important;
}
section#testimonials-post-section .main-timeline .timeline-content{
width: 80%;
}
section#ct-team-box .teamsocial{
font-size: 15px !important;
width: 30px !important;
height: 30px !important;
line-height: 30px !important;
}
main#innerpage-box div#content-box .galleryinnerbox img{
height: 210px !important;
}
section#testimonials-box .hometest-rightbox {
bottom: -50px;
}
#innerpage-box div#content-box figure.outeambox-inner figcaption .icons i{
font-size: 12px !important;
height: 25px !important;
width: 25px !important;
line-height: 26px !important;
}
#innerpage-box div#content-box figure.outeambox-inner figcaption h2{
font-size: 16px !important;
}
#ht-princing-post-section .padding25 {
padding: 0 20px 0 20px !important;
}
main#innerpage-box div#content-box img.secondry-bg{ }
section#support-content-section .lz-support-calltext {
font-size: 20px !important;
}
section#support-content-section .lz-support-title{
font-size: 20px !important;
}
section#testimonials-box .owl-nav button.owl-prev span{
left: -35px;
}
section#testimonials-box .owl-nav button.owl-next span{
right: -35px;
}
section#testimonials-box .owl-stage-outer {
margin: 0 1em;
}
section#testimonials-box h2.title:before{ }
section#ht-blog-section .lightbox {
padding: 0em 2em 3em 0em !important;
}
section#faq-teachers-section .lightbox {
padding: 0em 0 4em 2em !important;
}
section#ht-contact-section .col-md-offset-2 {
margin-left: 12.666667%;
}
section#ct-team-box figure.snip1480 h3 {
font-size: 20px !important;
}
section#ct-team-box figure.snip1480 img{
height: 375px !important;
}
section#ourprocess-post-section i.fa.fa-arrow-right{
top: 60px !important;
right: 0px !important;
}
section#skills-content-section .skillsBox:hover:after{
border-bottom-width: 60px !important;
border-left-width: 60px !important;
}
section#skills-content-section .skillsBox:hover:before
{
border-top-width: 60px !important;
border-right-width: 60px !important;
}
section#ct-service-box .servicecontent-box {
padding-left: 15px !important;
}
#ht-home-slider-section .bx-wrapper .bx-next{
right: 2%;
}
#ht-home-slider-section .bx-wrapper .bx-prev{
left: 2%;
}
section#ht-contact-section span.fa {
font-size: 37px !important;
position: relative !important;
top: 10px !important;
}
.ht-slide-cap-desc.animated.fadeInDown{
font-size: 14px;
}
.ht-slide-caps-title.animated.fadeInDown {
font-size: 42px;
}
.ht-team-member .ht-team-designation{
padding: 0;
}
.ht-team-social-id {
margin-top: 5px;
}
.ht-team-social-id{
margin: 0px 55px;
bottom: -12px;
}
.ht-team-member .ht-team-member-excerpt-wrap {
font-size: 19px;
}
}
@media screen and (max-width: 768px){
.ht-slide-cap-title.animated.fadeInLeftBig{
width: 450px;
line-height: 30px;
}
.ht-slide-caption{
width: 540px;
}
.ht-slide-cap-title.animated.fadeInLeftBig{
font-size: 30px;
padding-bottom: 8px;
}
.ht-site-title, .site-title{
text-align: left;
}
main#innerpage-box .faq-content.padding0 img{
height: 110px !important;
}
.ht-slide-cap-title.animated.fadeInDown,
.ht-slide-caps-title.animated.fadeInDown {
line-height: 30px !important;
}
main#innerpage-box h6.faq-title{
padding: 10px 75px 8px 17px !important;
}
.single-productpage .innerpage-whitebox,
.single-productpage #sidebars {
margin-top: 20px;
}
section#support-content-section img{
position: relative !important;
}
section#testimonials-box .owl-nav button.owl-prev span {
left: -20px;
}
section#testimonials-box .owl-nav button.owl-next span {
right: -20px;
}
section#testimonials-box h2.title:before { }
section#faq-teachers-section .lightbox {
padding: 0em 1em 4em 1em !important;
}
.ht-footer.ht-footer1,
.ht-footer.ht-footer2,
.ht-footer.ht-footer3,
.ht-footer.ht-footer4 {
width: 100% !important;
margin-left: 3%;
}
#ht-contact-section .contact-content.padding0.contact-contentbox {
padding-left: 15px !important;
}
#ht-contact-section .contact-content {
font-size: 15px;
}
#ht-contact-section .contact-content span {
font-size: 13px;
}
#ht-contact-section .contact-content{
padding: 20px;
}
section#ourprocess-post-section i.fa.fa-arrow-right {
right: 60px !important;
}
section#skills-content-section .skillsleftbox.wow.slideInLeft {
margin-bottom: 30px;
}
section#skills-content-section i.fa{
left: 0 !important;
}
section#skills-content-section .ct-title-tagline {
text-align: center;
}
section#ct-service-box .servicecontent-box {
text-align: center;
padding-top: 25px;
}
#ht-masthead{
}
#ht-home-slider-section .bx-wrapper .bx-next{
right: 5%;
top: 40%;
}
#ht-home-slider-section .bx-wrapper .bx-prev
{
left: 5%;
top: 40%;
}
.ht-slide-caps-title.animated.fadeInDown {
font-size: 26px;
}
.ht-main-navigation li{
padding-right: 00px;
}
img.ht-page-header-img{
height: 275px;
}
.ht-site-title a, .site-title a{
top: 0 !important;
}
#ht-masthead .padding0.header-shape{
float: left !important;
}
.ht-slide-cap-title.animated.fadeInDown
{
font-size: 22px;
}
.ht-slide-cap-desc.animated.fadeInDown{
font-size: 13px;
line-height: 20px;
}
.newsletter-form-box input[type="submit"]{
}
#ht-masthead ul.header-menu-links li.themetext {
padding-left: 0;
}
#ht-masthead span.sb-icon-search {
left: 198px;
}
#ht-masthead input[type="search"]{
padding-right: 0;
}
#quote-carousel .carousel-control.right {
right: 0;
top: 140px;
}
#quote-carousel .carousel-control.left {
left: -7px;
top: 140px;
}
#quote-carousel .carousel-control {
margin-top: -50px;
}
.ht-section-title{
font-size: 35px;
}
.ht-slide-cap-descmore {
margin-top: 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
.ht-site-title, .site-title {
padding-left: 0%;
}
div#ht-home-slider-section .slidehomebtnbtn{
padding: 7px 25px;
font-size: 12px;
}
div#ht-home-slider-section .slidehomebtnbtn{
margin-top: 5px;
}
.ht-slide-cap-title.animated.fadeInLeftBig {
font-size: 25px;
padding-bottom: 5px;
}
.ht-slide-cap-desc {
font-size: 12px;
line-height: 20px;
}
main#innerpage-box .innerfaqcontent {
width: 100%;
text-align: center !important;
padding-top: 25px !important;
}
main#innerpage-box .faq-content.padding0 .innerfaq {
width: 100%;
text-align: center;
margin: 0 auto;
}
.ht-slide-cap-title.animated.fadeInDown, 
.ht-slide-caps-title.animated.fadeInDown {
line-height: 20px !important;
}
section#ht-blog-section ul li{
font-size: 12px !important;
padding-right: 15px !important;
}
#ht-blog-section .blogbox{
padding-bottom: 0px !important;
}
.ht-blog-post{
padding-left: 0;
padding-top: 30px;
}
section#faq-teachers-section h6.faq-title{
font-size: 14px !important;
}
#ht-contact-section .contact-content.padding0.contact-contentbox {
padding-left: 5px !important;
}
.padding12 {
padding: 12px 0px 5px 0px !important;
}
section#ct-team-box figure.snip1480 img {
height: 436px !important;
}
#coupon_code{
margin-bottom: 15px;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
margin-bottom: 0px;
width: 100% !important;
}
.single-productpage #sidebars {
margin-top: 0;
}
.woocommerce ul.products li.product:last-child, 
.woocommerce-page ul.products li.product:last-child, 
.woocommerce ul.products li.product:nth-last-child(2), 
.woocommerce-page ul.products li.product:last-child:nth-last-child(2), 
.woocommerce ul.products li.product:nth-last-child(3), 
.woocommerce-page ul.products li.product:nth-last-child(3),
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
margin-bottom: 20px !important;
}
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product{
width: 100%;
}
img.ht-page-header-img {
height: 200px;
}
#blog-box .inner-blog-img{ }
#blog-box .blog-read-more a{
line-height: 25px;
}
.socialMedia{
margin: 20px 0 20px 0;
}
.socialMedia a{
font-size: 15px !important;
}
#ht-masthead ul.themetext li{
font-size: 12px !important;
}
#ht-masthead .padding0.header-shape {
float: left;
}
#ht-masthead .padding0.header-shape{
text-align: left !important;
}
.ht-slide-cap-title{
line-height: 10px;
}
header#ht-masthead .upper-header{
padding: 0 !important;
}
.ht-slide-caps-title.animated.fadeInDown {
font-size: 16px;
}
.ht-slide-cap-title.animated.fadeInDown {
font-size: 13px;
}
.ht-slide-cap-desc.animated.fadeInDown{
line-height: 12px;
}
.ht-slide-cap-desc.animated.fadeInDown{
font-size: 18px;
}
.upper-header {
text-align: center;
}
.header-menu-box {
text-align: center;
}
.ht-team-member .ht-team-designation{
padding: 0 15px;
}
.ht-slide-cap-descmore{
margin-top: 0px;
}
.newsletter-form-box input[type="submit"]{ }
.sect-height-newslatter-box{
padding: 20px;
}
.team-thumb img {
height: 155px;
width: 155px;
border: 4px solid #fff;
left: 0;
margin: 0px;
bottom: 0
}
#testimonials-section .team-thumb {
content: "";
background-image: none;
left: 0;
padding: 0px 0;
}
.test-box {
background: #fff;
padding: 20px 20px 40px 20px;
}
.bannerbox .lz-banner-maintitle {
font-size: 47px;
line-height: 50px;
}
.bannerbox .lz-banner-maintitlehightlight {
font-size: 70px;
}
.bannerbox .bannercontentbox {
width: 100%;
}
.bannerbox .lz-banner-text {
font-size: 20px;
width: 100%;
}
.appointbox .appointcontentbox {
padding: 3% 5% 3% 5%;
}
.appointcolorbox {
padding: 10px;
}
.lz-appointimg-title {
margin:0;
}
.lz-appointimg-subtitle{
font-size: 14px;
}
.lz-appointimg-title {
font-size: 20px;
}
.lz-appointimg-daya, .lz-appointimg-dayb, .lz-appointimg-endday {
font-size: 14px;
line-height: 18px;
}
.lz-appointimg-text {
font-size: 12px;
margin-bottom: 7px;
}
#ht-appintment-section .textbox2 .phone {
font-size: 13px;
}
#ht-appintment-section .textbox2 a {
font-size: 15px;
}
#ht-appintment-section .color-box .textbox1 {
padding:10px;
}
#ht-appintment-section .color-box .textbox2 i{
font-size: 20px;
}
#ht-contactus-wrap input[type="submit"]{
padding: 8px 25px;
font-size: 14px;
}
#ht-appintment-section .box-effect {
padding:0;
}
.ht-slide-caption {
top: 57%;
left: 77%;
width: 85%;
}
}
@media screen and (min-width: 320px) and (max-width: 375px){
div#content-box.innerpage-whitebox .timeline-icon, div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-icon{
left: 1.5%;
}
div#content-box.innerpage-whitebox .timeline:nth-child(2n) .timeline-icon{
left: 0;
}
div#content-box.innerpage-whitebox .timeline-content{
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #FFF !important;
font-size: 10px;
}
section#testimonials-box p{
font-size: 12px;
}
.ht-site-info{
font-size: 11px;
}
.ht-slide-caption {
top: 60%;
}
div#ht-home-slider-section .slidehomebtnbtn {
padding: 6px 20px;
font-size: 11px;
}
.ht-slide-cap-desc {
padding-bottom: 5px;
font-size: 11px;
}
.ht-slide-cap-title.animated.fadeInLeftBig {
font-size: 20px;
}
section#testimonials-box h2.title:before {
left: -19px !important;
}
section#ourprocess-post-section i.fa.fa-arrow-right {
right: 40px !important;
}
#ht-masthead ul.themetext li{
padding-left: 12px !important;
}
.ht-blog-date .fa{
font-size: 15px;
}
#blog-box .ht-blog-date{
padding: 5px 5px 5px 13px;
}
.socialMedia a {
font-size: 10px !important;
}
.ht-slide-cap-title.animated.fadeInDown { }
.ht-slide-cap-desc.animated.fadeInDown{
font-size: 15px;
}
#ht-masthead span.sb-icon-search{
right: 24px;
top: 5px;
}
#ht-masthead input[type="submit"]{
top: 23px;
right: 30px;
}
.appointment-content, .appointment-content a {
font-size: 17px;
}
.upper-header {
margin: 0px 0;
}
.logobox .ht-site-title, .logobox .site-title {
margin: 2px 0;
font-size: 20px;
}
.lower-header .header-social-links {
padding: 0px 10px;
}
#ht-masthead .header-social-links span {
font-size: 9px;
padding: 1px 2px;
height: 16px;
width: 16px;
}
.sitenav .search-icon {
right: 60px;
top: -65px;
}
.sitenav .search-bar {
bottom: 16px;
right: 32%;
}
#ht-masthead .themetext, #ht-masthead .mailto{
font-size: 10px;
}
.ht-site-description a { }
.contact-sm-links li a {
font-size: 20px !important;
padding: 3px 9px !important;
}
.contact-box img.appointmentbox-img {
height: 440px;
}
#ht-appintment-section .box-effect {
padding:0;
}
}
@media screen and (min-width: 320px) and (max-width: 360px){
.contact-border .themedata {
font-size: 8px;
}
.contact-border .themetext {
font-size: 7px;
}
.lower-header .header-social-links {
margin: 1px 0;
}
.ht-slide-cap-descmore a {
font-size: 2vw;
border-bottom: none;
}
.ht-slide-cap-title.animated.fadeInDown {
padding: 0;
}
.ht-slide-cap-descmore {
margin-top: 0px;
line-height: 10px;
}
}
@media screen and (min-width: 376px) and (max-width: 425px){
#ht-masthead span.sb-icon-search {
right: 24px;
top: 8px;
}
.toggle-bar{
top: 38px;
}
.lower-header .contact-border {
font-size: 11px;
}
#ht-masthead .header-box {
padding: 2px 18px 3px 43px;
}
#ht-masthead .header-social-links span {
font-size: 12px;
padding: 6px 6px;
height: 25px;
width: 25px;
}
.lower-header .header-social-links {
padding: 0 10px;
margin: 0px 0;
}
.upper-header {
margin: 0px 0;
}
.sitenav .search-icon {
top: -70px;
right: 70px;
}
.sitenav .search-bar {
bottom: 24px;
right: 33%;
}
#ht-masthead input[type="submit"] {
top: 23px;
right: -50px;
}
}
@media screen and (min-width: 320px) and (max-width: 425px){
header .js-nav-toggle{margin: 0 !important;}
.ht-slide-cap-desc.animated.fadeInDown {
font-size: 9px;
padding-top: 6px;
}
.ht-slider-highlighttext {
font-size:20px;
}
.ht-slide-cap-descmore a {
padding: 3px 11px;
}
.toggle-bar {
top: -35px;
right: 25px;
}
#ht-masthead span.sb-icon-search {
right: 24px;
top: 0px;
}
#ht-masthead input[type="search"] {
padding: 2px;
height: 25px;
}
#ht-masthead ul.header-menu-links li.themetext {
padding: 0 15px;
font-size: 11px;
}
#ht-masthead ul.header-menu-links li i {
font-size: 11px;
}
#ht-masthead ul.header-menu-links li {
font-size: 11px;
}
#ht-masthead ul.header-menu-links {
padding: 0;
margin: 0;
}
#ht-masthead .header-box {
padding: 2px 10px 0px 5px;
}
.contact-border .themetext {
font-size: 9px;
}
.contact-border .themedata {
font-size: 11px;
}
#ht-masthead .header-left {
padding-left: 8%;
}
.header-shape {
padding: 10px 2px;
}
.upper-header .header-social-links {
text-align: left;
}
.ht-section-title {
font-size: 30px;
}
.facility-sec:nth-child(2) .facility-post{
border-top: 1px solid #dadada !important;
}
.facility-sec:nth-child(odd) .facility-post {
border-right: none;
}
.apointmentmain-box .socials {
margin-top: 0px;
}
#testimonials-section .testimonial-content {
margin:0;
}
.testimonial-content-box {
padding: 0;
}
#testimonials-section .team-thumb img {
height: 120px;
width: 130px;
top: 62px;
}
#testimonials-section .testimonial-content {
padding: 50px 20px 30px; 
}
.facility-sec:nth-child(even) .facility-post {
padding:0;
padding-bottom: 10px;
}
.facility-sec:nth-child(odd) .facility-post {
padding:0;
padding-bottom: 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 374px){
#ht-masthead input[type="submit"] {
left: 223px;
}
}
main#innerpage-box div#ht-contactus-wrap a:hover {
color: #444;
} #ht-appintment-section .ht-appintment-member-wrap input[type="submit"] {
font-size: 15px;
border-radius: 5px;
font-weight: 400;
display: block;
width: 100%;
margin-top: 45px;
}
#ht-appintment-section .ht-appintment-member-wrap input[type="submit"]:hover {
background: #fff;
color: #fb216a;
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
#ht-masthead input[type="search"]{
padding-right: 0px;
}
#quote-carousel .carousel-control.left {
left: -42px;
}
#quote-carousel .carousel-control.right {
right: -42px;
}
.appointbox .appointcontentbox{
padding: 6% 5% 5% 5%;
}
.appointcolorbox {
padding: 30px;
}
.ht-slider-highlighttext {
font-size: 30px;
}
.ht-slide-cap-title.animated.fadeInDown {
font-size: 35px;
}
#ht-appintment-section .box-effect {
padding: 0;
}
#ht-appintment-section .color-box .textbox1{
font-size: 18px;
padding: 0px 9px 5px;
}
#ht-appintment-section .color-box .textbox2 {
padding: 0px 13px 5px;
}
#ht-appintment-section .textbox2 .phone {
font-size: 19px;
}
#ht-appintment-section .textbox2 a {
font-size: 20px;
}
#ht-masthead ul.header-menu-links li {
font-size: 12px;
padding: 2px 5px;
}
#ht-masthead ul.header-menu-links li.themetext {
font-size: 12px; 
padding: 2px 5px;
}
.ht-site-description a {         
}
#ht-appintment-section .color-box {
top: 0px;
}
}
#ht-masthead .padding0.header-shape {
float: right;
text-align: right;
}
ul.themetext {
margin: 0;
padding: 0;
list-style: none;
}
#ht-masthead ul.themetext li {
display: inline-block;
padding-left: 35px;
font-size: 15px;
}
header#ht-masthead .upper-header {
padding: 10px 0;
}
@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
.blink{
text-decoration: blink;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}
#facility-content-section .facility-post img {
height: 190px;
-webkit-clip-path: polygon(0 0, 80% 0%, 100% 22%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
clip-path: polygon(0 0, 80% 0%, 100% 45%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
section#facility-content-section .featuredbox {
box-shadow: 0 0 9px rgba(0,0,0,0.2);
padding: 25px 20px;
}
section#facility-content-section .featuredbox h5 {
font-size: 24px;
}
.padding10 {
padding: 10px;
}
.featured-img{
display: block;
position: relative;
}
.featured-img:after{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 0;
background: #e4b42c;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
opacity: 0.7;
-webkit-clip-path: polygon(0 0, 80% 0%, 100% 22%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
clip-path: polygon(0 0, 80% 0%, 100% 45%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.featured-img:hover:after{
width: 100%;
}
.ht-site-title, .site-title {
margin: 0;
}
.ht-site-title a, .site-title a {
position: relative;
top: 10px;
}
.padding13 {
padding: 0px 9px 0px 12px;
}  section#ht-blog-section img {
height: 150px;
width: 100%;
}
section#ht-blog-section .lightbox {
padding: 0em 6em 3em 0em;
}
section#ht-blog-section ul {
margin-left: 0;
margin-bottom: 0;
padding-bottom: 15px;
}
section#ht-blog-section ul li {
display: inline-block;
padding-right: 23px;
position: relative;
font-size: 15px;
}
#ht-blog-section .blogbox {
border-bottom: 1px solid #ccc;
margin-bottom: 25px;
padding-bottom: 5px;
}
#ht-blog-section .blogimg{
display: block;
position: relative;
}
#ht-blog-section .blogimg:after{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 0;
background: #000;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
opacity: 0.5;
}
#ht-blog-section .blogbox:hover .blogimg:after{
width: 100%;
}
#ht-blog-section .ht-blog-posts {
padding-left: 15px;
}
@media screen and (min-width: 320px) and (max-width: 320px){
section#testimonials-box .testimonial-content-box{
padding: 30px 25px 40px 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 8px;
}
#innerpage-box div#content-box .innertestimonialpage-box blockquote{
padding: 0 0 70px !important;
}
section#testimonials-box .hometest-rightbox {
bottom: -30px !important;
}
.ht-slide-cap-desc {
line-height: 15px;
}
.woocommerce div.product .woocommerce-product-rating {
line-height: 5 !important;
}
.star-rating {
padding-top: 15px;
}
section#testimonials-box h2.title:before {
left: -10px !important;
}
.faqblog .ht-section-title {
font-size: 25px;
}
section#ht-blog-section ul li {
font-size: 10px !important;
padding-right: 10px !important;
}
section#ourprocess-post-section i.fa.fa-arrow-right {
right: 20px !important;
}
.ht-main-navigation .ht-menu {
left: 23px;
right: 25px;
}
.toggle-bar {
right: 25px !important;
}
#ht-masthead ul.themetext li {
font-size: 10px !important;
}
.socialMedia a {
font-size: 8px !important;
padding: 5px 5px;
}
}
div#content li.blocks-gallery-item:before {
content: none;
}
div#content li.blocks-gallery-item {
padding: 14px 14px 0 14px;
}
div#content li.blocks-gallery-item img:hover {
opacity: 0.5;
}
div#ht-contactus-wrap .contact-sm-links {
margin-bottom: 35px;
}
#ht-contactus-wrap .contact-sm-links li a span.fa.fa-facebook {
padding: 4px 3px;
}
div#sitemap-box h3 {
background: #2e2e2e;
display: inline-block;
padding: 15px 25px;
color: #ffffff;
}
div#sitemap-box .sitemap-blogposts ul {
padding: 5px 5px 5px 0;
margin: 0;
}
div#sitemap-box .sitemap-posts-box {
margin-bottom: 15px;
}
div#sitemap-box .blogpostsitemap li {
list-style: none;
}
div#sitemap-box .sitemap-posts-box img {
width: 100%;
}
.single_post .post-date-publishable {
padding-top: 15px;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
}
.woocommerce-product-search .search-field {
width: 100% !important;
margin-bottom: 5px;
margin-top: 20px;
border: 1px solid #ccc !important;
}
.single-productpage #sidebars button {
padding: 7px 25px;
border: 1px solid;
} .woocommerce .star-rating {
float: right;
position: relative;
height: 2em;
line-height: 1;
font-size: 1em;
width: 100%;
font-family: inherit;
overflow: initial;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0px;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
display: none;
}
.woocommerce .star-rating::before {
content: '\73\73\73\73\73';
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;    
}
.comment-text .star-rating {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
margin-bottom: 0 !important;
} .woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
border: 1px solid;
}
.woocommerce #review_form #respond .form-submit input {
border: 1px solid;
}
.woocommerce #review_form #respond .form-submit textarea{
border: 1px solid;
}
.woocommerce #review_form #respond textarea {
border: 1px solid;
}
.woocommerce div.product div.images img:hover {
opacity: 0.8;
}
.woocommerce div.product .woocommerce-product-rating a, 
.woocommerce .star-rating span{
float: right;
display: contents;
}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {
display: inherit;
}
.woocommerce .star-rating::before{
float: right !important;
top: 0 !important;
right: 0 !important;
position: relative;
font-family: star;
}
.woocommerce div.product .woocommerce-product-rating{
line-height: 0px;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.8;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
border: 1px solid;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
border: 1px solid;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
border: 1px solid;
}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead,
body.page-template-default.page.page-id-133.logged-in.admin-bar.woocommerce-cart.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support #ht-masthead,
body.page-template-default.page.page-id-135.logged-in.admin-bar.woocommerce-account.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead {
position: relative;
} body.home .header-transparent {
position: absolute !important;
width: 100%;
}
body.page-template-default .header-transparent{
position: relative;
padding-bottom: 50px !important;
}
body.product-template-default .header-transparent{
position: relative;
}
body.post-type-archive .header-transparent{
position: relative;
}
body.post-template-default .header-transparent{
position: relative;
}
body.page-template-templates .header-transparent{
position: relative;
}
.woocommerce table.shop_table{
padding-bottom: 30px;
}
#ht-contact-section .contact-content.padding0.contact-contentbox {
padding-left: 5px;
}
.sf-arrows .sf-with-ul:after {
content: '\f107';
font-family: FontAwesome;
position: absolute;
right: 5px !important;
height: 0;
width: 0;
}
#ht-masthead ul.sub-menu li {
padding-right: 0;
}
.ht-main-navigation li.current_page_item a:hover {   
}
.ht-main-navigation a {   
} section#inner-blog-section h2.title {
font-size: 20px;
font-weight: 600;
padding: 20px 30px 20px 30px;
background: #121212;
margin-top: 50px;
display: block;
}
section#inner-blog-section h2.title a:hover{
color: #ffffff;
}
section#inner-blog-section img {
width: 100%;
}
section#inner-blog-section img:hover {
opacity: 0.8;
}
section#inner-blog-section .readMore a {
font-size: 14px;
color: #ffffff;
}
section#inner-blog-section .readMore {
padding: 10px 20px 10px 20px;
background: #2e2e2e;
display: inline-block;
margin-top: 15px;
font-weight: 600;
}
section#inner-blog-section .post-content {
padding-top: 20px;
} @media screen and (min-width: 320px) and (max-width: 475px){
header#ht-masthead .header-site-title p{
font-size: 13px;
}
header#ht-masthead h3 {
font-size: 14px;
}
.ht-main-navigation a {
padding: 8px 15px;
}
.ht-main-navigation li{      
}
#blog-box .inner-blog-excerpt {
padding: 25px 25px 85px 25px;
}
div#blog-box .social-Media,
#blog-box .bloginner-commentbox{
text-align: right;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 12px;
}
.single-productpage .innerpage-whitebox {
padding: 0 1em 2em 1em;
}
#ht-bottom-footer .bottomfooter-icons{
text-align: center;
margin-top: 25px;
}
#innerpage-box div#content-box .innerpagecmpserviceBox .service-content img{
height: auto !important;
}
div#content-box.innerpage-whitebox .timeline .test-icon{
text-align: left;
}
#innerpage-box div#content-box .inner-our-team .inner-socialicon{
position: relative !important;
}
#innerpage-box div#content-box .inner-our-team .inner-socialicon li {
display: inline-block !important;
}
#innerpage-box div#content-box .inner-our-team .innerp-team-content{
margin-top: -15px !important;
}
#innerpage-box div#content-box .inner-our-team .pic{
width: 120px !important;
height: 120px !important;
}
main#innerpage-box div#content-box figure.inner-page-gallbox img{
height: auto !important;
}
section#testimonials-post-section .testimonial-box-content{
padding-left: 0;
}
section#testimonials-post-section .main-timeline:before{
height: 108%;
}
section#testimonials-post-section .main-timeline .timeline-content i.fa.fa-quote-left{
right: 0;
}
section#counter-section h2.ht-section-title.lz-counter-heading{
font-size: 29px;
line-height: 35px;
}
.hometest-rightbox{
right: 0;
}
section#ht-aboutconstruction-section button.aboutusbtn{
font-size: 10px !important;
}
section#testimonials-box .lightbox {
padding: 5em 0 5em 0;
}
section#testimonials-box .hometest-rightbox {
bottom: -80px;
}
section#ht-newsletter-section .ht-section-title-tagline {
display: block;
}
section#ht-appintment-section .sect-height-appointment-section.padding0 .lightbox {
padding: 4em 1em 4em 1em;
}
.lower-header {   
}
.ht-main-navigation .ht-menu{
right: 25px;
}
.ht-site-title, .site-title{
text-align: left;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product{
width: 100% !important;
}
section#support-content-section .overlay{
padding: 50px 20px !important;
}
section#testimonials-box figcaption{
padding: 75px 45px 45px 15px;
}
section#testimonials-box h2.title:before {
left: -40px;
}
section#testimonials-box .owl-nav button.owl-prev span {
left: 00px;
top: 19%;
}
section#testimonials-box .owl-nav button.owl-next span {
right: 0;
top: 19%;
}
} .bx-wrapper .bx-controls-direction a{
z-index: 1 !important;
}
#content-box .socialbxsinglepost:hover a i{
color: #ccc;
}
body.home.blog.logged-in.woocommerce-js.hfeed.columns-3.customize-partial-edit-shortcuts-shown header.page-main-header img {
display: none;
}
body.home.blog.logged-in.woocommerce-js.hfeed.columns-3.customize-partial-edit-shortcuts-shown header#ht-masthead {
position: relative;
}
body.home.blog.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header.page-main-header img {
display: none;
}
body.home.blog.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header#ht-masthead {
position: relative;
}
div#content-box li.blocks-gallery-item:before {
content: none;
}
div#content-box li.blocks-gallery-item {
padding: 10px;
margin: 0;
}
section#ht-contact-section .contactrightbox {
padding-right: 6%;
}
div#content-box li.blocks-gallery-item img:hover {
opacity: 0.6;
}
.woocommerce #reviews h2 small{
float: none;
}
.ht-main-title small{
color: #ffffff;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption:before {
display: block;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
content: "";
position: absolute;
bottom: 0px;
right: 0%;
width: 0px;
height: 0px;
border-right: 5px solid #f9c12c;
border-bottom: 5px solid #f9c12c;
width: 25%;
height: 80%;
}
main#innerpage-box figure.our-testimonial.testbox.test-innerpage.text-center figcaption:after {
display: block;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
content: "";
position: absolute;
top: 0px;
left: 0%;
width: 0px;
height: 0px;
border-top: 5px solid #f9c12c;
border-left: 5px solid #f9c12c;
width: 25%;
height: 80%;
}
header.page-main-header .innerpgimg{
display: block;
position: relative;
}
header.page-main-header .innerpgimg:after{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
background: #000;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
opacity: 0.6;
} div#content-box.innerpage-whitebox .timeline .test-icon img.secondry-bg {
width: 130px;
height: 130px;
border: 7px solid #6943c4;
border-radius: 50%;
}  #innerpage-box .single-instructor-member {
position: relative;
background: #ffffff;
border-radius: 5px;
-webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 51%);
box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 51%);
text-align: center;
z-index: 1;
-webkit-transition: 0.5s;
transition: 0.5s;
margin-bottom: 40px;
}
#innerpage-box .single-instructor-member::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
z-index: -1;
}
#innerpage-box .single-instructor-member .member-image {
overflow: hidden;
padding: 10px;
border-radius: 5px 5px 0 0;
}
#innerpage-box .single-instructor-member .member-image img {
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px 5px 0 0;
}
#innerpage-box .single-instructor-member .member-content {
padding: 15px 25px 25px 25px;
border-radius: 5px;
position: relative;
}
#innerpage-box .single-instructor-member .member-content h3 {
margin-bottom: 8px;
font-size: 20px;
font-weight: 600;
}
#innerpage-box .single-instructor-member .member-content h3 a {
display: inline-block;
font-weight: 700;
letter-spacing: 0px;
}
#innerpage-box .single-instructor-member .member-content span {
display: block;
font-weight: 700;
}
#innerpage-box .single-instructor-member .member-content .social {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
top: -35px;
}
#innerpage-box .single-instructor-member .member-content .social li {
display: inline-block;
}
#innerpage-box .single-instructor-member .member-content .social li a {
display: block;
width: 35px;
height: 35px;
border-radius: unset;
font-size: 16px;
border-radius: 50%;
background-color: #0eb582;
color: #ffffff;
opacity: 0;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
position: relative;
}
#innerpage-box .single-instructor-member .member-content .social li a.fa-facebook {
background-color: #3b5998;
}
#innerpage-box .single-instructor-member .member-content .social li a.fa-twitter {
background-color: #1da1f2;
}
#innerpage-box .single-instructor-member .member-content .social li a.fa-instagram {
background-color: #c13584;
}
#innerpage-box .single-instructor-member .member-content .social li a.fa-linkedin {
background-color: #0077b5;
}
#innerpage-box .single-instructor-member .member-content .social li a:hover, .single-instructor-member .member-content .social li a:focus {
color: #ffffff;
}
#innerpage-box .single-instructor-member .member-content .social li a::before {
display: none;
}
#innerpage-box .single-instructor-member .member-content .social li a i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#innerpage-box .single-instructor-member .member-content .social li:nth-child(2) a {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
#innerpage-box .single-instructor-member .member-content .social li:nth-child(3) a {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
#innerpage-box .single-instructor-member .member-content .social li:nth-child(4) a {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
#innerpage-box .single-instructor-member:hover::after, 
#innerpage-box .single-instructor-member:focus::after {
-webkit-transform: rotate(7deg);
transform: rotate(7deg);
-webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
#innerpage-box .single-instructor-member:hover .member-image img, 
#innerpage-box .single-instructor-member:focus .member-image img {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
#innerpage-box .single-instructor-member:hover .member-content .social li a, 
#innerpage-box .single-instructor-member:focus .member-content .social li a {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
#innerpage-box .single-instructor-box {
text-align: center;
}
#innerpage-box .single-instructor-box .image {
border: 4px solid #ffcbd6;
padding: 10px;
position: relative;
overflow: hidden;
border-radius: 10px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#innerpage-box .single-instructor-box .image .social {
padding-left: 0;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
bottom: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
#innerpage-box .single-instructor-box .image .social li {
display: inline-block;
-webkit-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
visibility: hidden;
margin-left: 1px;
margin-right: 1px;
}
#innerpage-box .single-instructor-box .image .social li a {
display: block;
width: 33px;
height: 33px;
background-color: #f4f5fe;
text-align: center;
position: relative;
font-size: 20px;
color: #252525;
border-radius: 2px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#innerpage-box .single-instructor-box .image .social li a i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: auto;
margin-right: auto;
}
#innerpage-box .single-instructor-box .image .social li a:hover {
color: #ffffff;
}
#innerpage-box .single-instructor-box .image .social li:nth-child(1) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
#innerpage-box .single-instructor-box .image .social li:nth-child(2) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#innerpage-box .single-instructor-box .image .social li:nth-child(3) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
#innerpage-box .single-instructor-box .image .social li:nth-child(4) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
#innerpage-box .single-instructor-box .content {
margin-top: 25px;
}
#innerpage-box .single-instructor-box .content h3 {
margin-bottom: 0;
font-size: 20px;
font-weight: 600;
}
#innerpage-box .single-instructor-box .content h3 a {
display: inline-block;
}
#innerpage-box .single-instructor-box .content span {
display: block;
font-size: 14px;
margin-top: 6px;
}
#innerpage-box .single-instructor-box:hover .image .social li {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
#innerpage-box .single-team-member {
text-align: center;
position: relative;
}
#innerpage-box .single-team-member .member-content {
padding: 25px;
position: absolute;
left: 0;
top: 85%;
z-index: 2;
background-color: #ffffff;
-webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
opacity: 0;
right: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
visibility: hidden;
-webkit-transform: translateY(10px);
transform: translateY(10px);
margin-left: 15px;
margin-right: 15px;
}
#innerpage-box .single-team-member .member-content h3 {
margin-bottom: 8px;
font-size: 20px;
font-weight: 600;
}
#innerpage-box .single-team-member .member-content h3 a {
display: inline-block;
}
#innerpage-box .single-team-member .member-content span {
display: block;
margin-bottom: 9px;
font-weight: 500;
font-size: 14px;
}
#innerpage-box .single-team-member .member-content .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 5;
}
#innerpage-box .single-team-member .member-content .social li {
display: inline-block;
margin-left: 1px;
margin-right: 1px;
}
#innerpage-box .single-team-member .member-content .social li a {
display: block;
width: 35px;
height: 35px;
border-radius: unset;
font-size: 16px;
border-radius: 50%;
background-color: #0eb582;
color: #ffffff;
position: relative;
}
#innerpage-box .single-team-member .member-content .social li a.fa-facebook {
background-color: #3b5998;
}
#innerpage-box .single-team-member .member-content .social li a.fa-twitter {
background-color: #1da1f2;
}
#innerpage-box .single-team-member .member-content .social li a.fa-instagram {
background-color: #c13584;
}
#innerpage-box .single-team-member .member-content .social li a.fa-linkedin {
background-color: #0077b5;
}
#innerpage-box .single-team-member .member-content .social li a:hover, 
#innerpage-box .single-team-member .member-content .social li a:focus {
color: #ffffff;
}
#innerpage-box .single-team-member .member-content .social li a i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#innerpage-box .single-team-member .member-content .social li a::before {
display: none;
}
#innerpage-box .single-team-member:hover .member-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
main#innerpage-box .single-instructor-member.mb-30 h3:after,
#content-box .single-instructor-member.mb-30 li:before {
content: none;
}  section#ct-team-box .shape {
background: #f5f5f5;
height: 150px;
width: 100%;
position: absolute;
position: absolute;
bottom: -100px;
clip-path: polygon(0% 0%, 100% 0, 100% 39%, 50% 100%, 0 35%);
-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 39%, 50% 100%, 0 35%);
left: 0;
}
h2.ht-section-title.ct-team-heading {
padding-bottom: 20px;
}
section#ct-team-box .ct-team-subheading {
font-size: 16px;
line-height: 28px;
}
section#ct-team-box {
background: #f5f5f5;
position: relative;
z-index: 1; }
section#ct-team-box .our-team{
text-align: center;
margin-bottom: 45px;
}
section#ct-team-box .our-team .pic{
text-align: center;
overflow: hidden;
position: relative;
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
section#ct-team-box .our-team .pic img{
width: 100%;
height: auto;
transform: scale(1);
transition: all 1s ease 0s;
}
section#ct-team-box .our-team:hover .pic img{
transform: scale(1.2);
}
section#ct-team-box .our-team .team-content{
width: 100%;
height: 100%;
background: #640087;
padding-top: 35%;
color: #fff;
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s ease-out 0s;
}
section#ct-team-box .our-team:hover .team-content{
opacity: 0.7;
}
section#ct-team-box .our-team .team-title{
font-size: 19px;
font-weight: 600;
margin: 0;
padding-top: 20px;
position: relative;
display: inline-block;
width: 175px;
word-break: break-word;
}
section#ct-team-box .our-team .team-title:before, 
section#ct-team-box .our-team .team-title:after {
content: "";
width: 35px;
height: 3px;
border-radius: 50%;
background: #ff5449;
position: absolute;
top: 62%;
left: 40%;
opacity: 0;
transition: all 0.5s ease 0s;
}
section#ct-team-box .our-team .team-title:after {
left: auto;
right: 40%;
}
section#ct-team-box .our-team:hover .team-title:before{
opacity: 1;
left: -15%;
}
section#ct-team-box .our-team:hover .team-title:after{
opacity: 1;
right: -15%;
}
section#ct-team-box .our-team .post{
display: block;
font-size: 14px;
color: #687177;
padding: 5px 0;
}
section#ct-team-box .teamsocial {
position: relative;
font-size: 18px;
color: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
display: inline-block;
text-align: center;
border-radius: 50%;
}
section#ct-team-box .teamsocial * {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
section#ct-team-box .teamsocial:before,
section#ct-team-box .teamsocial:after {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
section#ct-team-box .teamsocial:before {
color: #ffffff;
}
section#ct-team-box .teamsocial:after {
background: #333333;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border: 3px solid #000000;
content: '';
z-index: -1;
border-radius: 50%;
box-sizing: border-box;
}
section#ct-team-box .teamsocial.green:after {
border-color: #000;
background-color: #000;
}
section#ct-team-box .teamsocial:hover:after,
section#ct-team-box .teamsocial .hover:after {
border-color: transparent;
border-left-color: #ffffff ;
border-right-color: #ffffff;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
section#ct-team-box ul.team-sociallink {
list-style: none;
padding: 0;
margin: 0;
padding-top: 10px;
}
section#ct-team-box ul.team-sociallink li {
display: inline-block;
}
section#ct-team-box ul.team-sociallink li {
display: inline-block;
padding: 1px;
}
.padding5 {
padding: 5px;
}
section#ct-team-box .lightbox {
padding: 5em 0 5em 0;
}  section#ht-blog-box{
position: relative;
overflow: hidden;
}
.blog-topcircle{   
position: absolute;
right:-30px;
bottom: 0;   
z-index: 99;
}
.footerwavey{
width:100%;
height: 300px;    
}
section#ht-blog-box h2.ht-section-title.lz-blog-heading{
margin-bottom: 20px;
}
section#ht-blog-box .ht-blog-excerpt {
font-size: 14px;
padding-top: 5px;
line-height: 23px;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 12px;
margin-bottom: 12px;
}
section#ht-blog-box .mainbloghpage h5 {
padding: 0px 0 20px;
margin: 0;
font-size: 18px;
font-weight: 600;
}
section#ht-blog-box .mainbloghpage h5 a {
font-size: 22px;
word-break: break-word;
}
section#ht-blog-box .mainbloghpage ul {
padding: 0;
margin: 0;
}
section#ht-blog-box .mainbloghpage ul li {
list-style: none;
display: inline-block;
font-size: 15px;
padding-right: 0;
}
section#ht-blog-box .mainbloghpage ul li span{
margin-right: 5px;
}
section#ht-blog-box .mainbloghpage ul li.cattext{   
margin-right: 20px;   
}
section#ht-blog-box .mainbloghpage ul li.cattext a{
color: #000;
padding: 2px 8px;
}
section#ht-blog-box .lz-blog-subheading {
font-size: 16px;
text-align: center;
}
.padding10 {
padding: 10px;
}
section#ht-blog-box .detailblogbox {
top: -4em;
background: #fff;
position: relative;
bottom: 0;
text-align: left;
box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.4);
padding: 25px 20px;
margin: 20px;
border-radius: 0;
z-index: 2;
}
section#ht-blog-box .mainbloghpage ul {
font-weight: 300;
border: 1px solid #e6e6e6;
border-left: 0;
border-right: 0;
padding: 12px 10px;
margin: 0px 0 8px;
}
section#ht-blog-box .mainbloghpage ul li.cattext span {
text-transform: capitalize;
}
section#ht-blog-box .mainbloghpage ul li {
font-weight: 300;
}
section#ht-blog-box .mainbloghpage ul li i {
padding-right: 10px;
}
section#ht-blog-box {
background: #ffffff;
position: relative;
z-index: 1;
}
section#ht-blog-box .btn{
border-radius: 0;
z-index: 1;
position: relative;
transition: all 0.4s ease 0s;
font-size: 15px;
padding: 14px 45px;
font-weight: 600;
word-break: break-word;
white-space: normal;
}
section#ht-blog-box .btn:before,
section#ht-blog-box .btn:after{
content: "";
width: 0;
height: 2px;
background: #fff;
position: absolute;
top: 5px;
left: 5px;
transition: all 0.4s ease 0s;
}
section#ht-blog-box .btn:after{
top: auto;
left: auto;
bottom: 5px;
right: 5px;
}
section#ht-blog-box .btn:hover:before,
section#ht-blog-box .btn:hover:after{
width: 50%;
}
section#ht-blog-box .btn.btn-sm:before,
section#ht-blog-box .btn.btn-sm:after{
height: 2px;
top: 3px;
}
section#ht-blog-box .btn.btn-sm:after{
top: auto;
bottom: 3px;
}
section#ht-blog-box .btn.btn-xs:before,
section#ht-blog-box .btn.btn-xs:after{
height: 1px;
top: 2px;
}
section#ht-blog-box .btn.btn-xs:after{
top: auto;
bottom: 2px;
}
section#ht-blog-box .btn.red{
color: #fe6d6d;
border: 2px solid #fe6d6d;
border-radius: 6px;
}
section#ht-blog-box .btn.red:hover{
background: #fe6d6d;
color: #fff;
}
section#ht-blog-box .text-center {
padding-top: 40px;
}
section#ht-blog-box{
position: relative;
}
section#ht-blog-box .lightbox {    
position: relative;
z-index: 10;
}
section#ht-blog-box .blogshape {    
width: 22%;    
position: absolute;
bottom: 0;
left: 0;
z-index: 5
}
section#ht-blog-box .mainbloghpage {
margin:0 0 25px 0;
-webkit-transition: color 0.25s;
transition: color 0.25s;
}
#ht-blog-box .img-overlay{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #060606;
opacity: 0.4;
} section#ht-blog-box figure.homepage-blog-img {
position: relative;
overflow: hidden;
width: 100%;   
text-align: center;  
}
section#ht-blog-box figure.homepage-blog-img * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
section#ht-blog-box figure.homepage-blog-img img {
max-width: 100%;
vertical-align: top;
width: 100%;
height: 300px;       
}
#ht-blog-box .imghov {
overflow: hidden;
position: relative;
padding: 0;
width: 100%;
height: 100%;
}
#ht-blog-box .imghov a {
left: 0;
right: 0;
top: 0;
bottom: 50%;
position: absolute;
}
#ht-blog-box .imghov a i {
position: absolute;
top: 80%;
left: 0%;
border-radius: 50%;
font-size: 34px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
background: #f72985;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
opacity: 0;
-webkit-transform: translate(-100%, -50%) rotate(-180deg);
transform: translate(-100%, -50%) rotate(-180deg);
transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#ht-blog-box .mainbloghpage:hover .imghov a i, #ht-blog-box .mainbloghpage.hover .imghov a i {
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
opacity: 1;
}
#ht-blog-box .mainbloghpage .imghov img{
transform: scale(1);
transition: all 1s ease 0s;
}
#ht-blog-box .mainbloghpage:hover .imghov img {
transform: scale(1.2);
} section#ht-blog-box .mainbloghpage {
position: relative;
}
#ht-blog-box .blog-read-more {
margin-top: 20px;
overflow: hidden;
position: relative;
}
#ht-blog-box .blog-read-more a {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
color: #fff;
border: 1px solid #61be66;
background: #61be66;
white-space: normal;
opacity: 1;
border-radius: 0;
padding: 5px 15px;
font-weight: 600;
font-size: 13px;
display: inline-block;
}
#ht-blog-box .blog-read-more a:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #fe4c64;
border-radius: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-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;
}
#ht-blog-box .blog-read-more a:hover:before, 
#ht-blog-box .blog-read-more a:focus:before,
#ht-blog-box .blog-read-more a:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.woocommerce .quantity .qty {
height: 40px !important;
width: 63px;
margin-right: 25px;
border: 1px solid #000;
padding: 0;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product {
border-bottom: 4px solid !important;
}
.woocommerce div.product .product_title {
font-weight: 400;
} @media screen and (min-width: 320px) and (max-width: 768px){
#ct-service-box .title-border{
width: 25%;
}
#testimonials-section .sliderpadding .title-border{
width: 25%;
}
.contact-right .title-border{
width: 25%;
}
#testimonials-section .sliderpadding{
padding: 2em !important;
}
#testimonials-section .sliderpadding .bg-icon{
left:75%;
}
#ht-contact-section .contact-right{
padding: 2em !important;
}
section#ht-newsletter-section{
position: relative;
}
header.page-main-header .inner-page-title-box h1 {
font-size: 40px !important;
}
.bx-wrapper{       
}
#ht-top-footer{
padding-right: 10%;
}
.ht-main-navigation a{
font-size: 14px;
}
section#testimonials-post-section .main-timeline .timeline-content {
width: 100%;
}
section#ht-newsletter-section .ht-section-title-tagline {
margin-bottom: 2em;
}
section#ct-service-box .center {
top: 6%;
}
section#ht-aboutconstruction-section .center{
right: -15%;
top: 30%;
}
section#ht-newsletter-section .wpcf7:after{
top: 62px;
}
#ht-newsletter-section .box-form input[type="submit"]{
top: 62px;
}
section#ht-newsletter-section .ht-section-title-tagline {
display: block;
}
main#innerpage-box div#content-box .galleryinnerbox img{
height: 290px !important;
}
section#ct-service-box .dlab-separator[class*="style-"]:after{
right: -12px;
}
section#ct-service-box .dlab-separator[class*="style-"]:before{
right: 66px;
}
#innerpage-box div#content-box figure.innerpageservicebox img{
height: 280px;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption{
top: 10%;
}
section#ht-aboutconstruction-section .dlab-separator{
width: 100px;
}
section#ct-service-box .dlab-separator,
section#ht-aboutconstruction-section .dlab-separator{
float: none;
}
div#ht-contactus-wrap div.wpcf7 input[type="file"] {
font-size: 10px;
}
.contact-small-box{
text-align: center;
}
#ht-contact-section .contact-content li {
font-size: 20px;
}
#ht-contact-section .contact-content p{
font-size: 20px;
}
section#ht-aboutconstruction-section .ht-section-title-tagline {
text-align: left;
}
section#ht-aboutconstruction-section .aboutconstruction-box {    
padding-left: 2%;
padding-top: 30px;
padding-right: 2%;
}
section#ct-service-box .section-text {
margin-bottom: 30px;
font-size: 16px;
padding-top: 0px;
text-align: center;
}
h2.ht-section-title.ct-service-heading span {
display: inline-block;
}
section#ct-service-box .ht-section-title-tagline {
text-align: center;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
svg.circle-chart{
left: 80px !important
}
#ht-enquiry-section .section-icon{
top:1%;
}
#ht-enquiry-section .section-icon img{
width: 50%;
}
#ht-enquiry-section .leftimg{
bottom: 0;
}
#ct-service-box .section-icon{
top:1%
}
#ct-service-box .section-icon img{
width: 50%;     
}
#featured-product-section .section-icon{
top:1%;
}
#featured-product-section .section-icon img{
width: 50%;     
}
#ht-gallery-section .ht-section-title-tagline{
position: relative;
z-index: 99;
}
#ht-newsletter-section .box-form input[type="submit"]{
position: relative;
width: 160px;
}
#ht-newsletter-section .lightbox {
padding: 1em;
}
#ht-contact-section .callnow{
margin-top: 2em;
}
.contact-right .contactimage img{
width: 40%;
float: right;
}
#ht-contact-section .contact-right .phonecall{
font-size: 14px;
}
#ht-contact-section .contact-right .email{
font-size: 14px;
}
#ht-contact-section .contact-right .location{
font-size: 14px;
}
.ht-main-navigation ul ul{
box-shadow: none;
}
header.page-main-header .inner-page-title-box h1 {
font-size: 32px !important;
}
main#innerpage-box div#content-box .our-team{
padding: 0;
}
#innerpage-box div#content-box .inner-our-team .inner-socialicon{
left: 0;
}
section#ht-aboutconstruction-section .center {
right: 5%;
top: 40%;
}
#ht-newsletter-section .box-form input[type="submit"] {
top: 7px;
}
section#ht-newsletter-section .wpcf7:after {
top: 7px;
}
.comment-form-author, .comment-form-email, .comment-form-url{
width: 100%;
}
#innerpage-box div#content-box .innertestimonialpage-box h3{
position: relative;
}
#innerpage-box div#content-box .innertestimonialpage-box img{
width: 100%;
height: auto;
}
section#ht-blog-box figure.homepageblogbox{
margin-top: 15px;
}
div#content-box .panel-title a{
font-size: 15px;
}
section#ht-appintment-section .test-right .lightbox {
padding: 4em 2em 2em 2em;
}
main#innerpage-box div#content-box .innerpagePackageBox ul{
padding: 7px 25px;
text-align: center;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(2):before {
content: none;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li{
margin: 0px;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(1) {
display: block;
}
main#innerpage-box div#content-box .innerpagePackageBox ul li:nth-child(2) {
display: block;
}
main#innerpage-box div#content-box img.secondry-bg {   
clip-path: none;
}
section#ht-package-box .holiday-package-box{
padding: 20px 20px 10px 20px;
}
section#ht-package-box .durationlbl {
text-align: left;
padding-top: 6px;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption p {
font-size: 14px;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption{
top: 30%;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption {
top: 10%;
}
}
@media screen and (min-width: 320px) and (max-width: 320px){
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0 6px 5px 0;
display: block !important;
}
#innerpage-box div#content-box .inner-our-team .inner-socialicon{
top: 0;
}
#innerpage-box div#content-box .inner-our-team .inner-socialicon li a i{
width: 25px;
height: 25px;
line-height: 25px;
}
div#content-box.innerpage-whitebox .timeline .test-icon img.secondry-bg{
width: 95px;
height: 95px;
}
section#counter-section h2.ht-section-title.lz-counter-heading {
font-size: 20px;
line-height: 30px;
}
#ht-contactus-wrap h4{
font-size: 25px;
}
#innerpage-box div#content-box figure.innerpageservicebox figcaption p{
font-size: 12px;
}
#innerpage-box div#content-box figure.outeambox-inner figcaption{
padding-left: 15px;
}
#innerpage-box div#content-box figure.outeambox-inner figcaption .icons i {
font-size: 14px !important;
height: 31px !important;
width: 31px !important;
line-height: 31px !important;
margin: 1px;
}
}
body.home.blog.logged-in.wp-custom-logo.hfeed.columns-3.customize-partial-edit-shortcuts-shown img.ht-page-header-img {
display: none;
}
.breadcrumbbox span a:hover {
text-decoration: none;
}
a:hover{
text-decoration: none;
}
.single_post div#content {
padding-top: 25px;
} #back2Top {
width: 43px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(1deg);
position: fixed;
bottom: 115px;
right: 30px;
color: #fff;
text-align: center;
line-height: 38px;
font-size: 23px;
text-decoration: none;
border-radius: 50%;
background: #6a9529;
height: 43px;
-webkit-animation:sp 6s linear infinite;
animation:sp 6s linear infinite;
}
#back2Top:hover {
background-color: #000;
color: #fff;
}
body.product-template-default.single.single-product.postid-125.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-support header#ht-masthead {
position: relative;
}
#innerpage-box div#content-box .innertestimonialpage-box blockquote .small:before, 
#innerpage-box div#content-box .innertestimonialpage-box blockquote footer:before, 
#innerpage-box div#content-box .innertestimonialpage-box blockquote small:before {
content: none;
}
#innerpage-box div#content-box .innertestimonialpage-box blockquote .small,
#innerpage-box div#content-box .innertestimonialpage-box blockquote footer,
#innerpage-box div#content-box .innertestimonialpage-box blockquote small{
display: inline-block;
}
section#testimonials-box figure.innertestimonialpage-box {
display: none;
}
header.page-main-header.innerblogstatpage {
display: none;
}
body.archive.category.category-uncategorized.category-1.logged-in.admin-bar.woocommerce-js.hfeed.columns-3.customize-support header#ht-masthead {
position: relative;
}
footer#ht-colophon figure.gallery-item img {
padding: 3px;
}
div#secondary .gallery {
padding-top: 15px;
margin: 0;
}
div#secondary .gallery-item img {
padding: 2px;
}
div#ht-home-slider-section .slidehomebtnbtn:hover sub,
div#ht-home-slider-section .slidehomebtnbtn:hover sup{
opacity: 0;
}
body.archive.tax-product_cat.term-uncategorized.term-15.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.hfeed.columns-3.customize-support #ht-masthead,
body.product-template-default.single.single-product.postid-37.logged-in.admin-bar.woocommerce.woocommerce-page.woocommerce-js.columns-3.customize-support header#ht-masthead {
position: relative;
}
.woocommerce ul.products li.product strong{
display: inline-block;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews #comments h2 small{
color: #000;
} #innerpage-box div#content-box figure.innerpagetestimonialwbox {
position: relative;
overflow: hidden;
margin: 25px 10px;
width: 100%;
color: #ffffff;
text-align: left;
box-shadow: none !important;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox img {
max-width: 100%;
height: 100px;
width: 100px;
border-radius: 50%;
margin-right: 5px;
display: block;
z-index: 1;
position: absolute;
right: 50%;
border: 5px solid #ffffff;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote {
margin: 0;
display: block;
border-radius: 20px;
position: relative;
background-color: #121212;
padding: 80px 50px 35px 50px;
font-size: 15px;
font-weight: 500;
margin: -40px 0 0;
line-height: 1.6em;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
letter-spacing: 1px;
border-bottom: 8px solid #ccc;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:before,
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:after {
font-family: 'FontAwesome';
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:before {
top: 55px;
left: 20px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote:after {
content: "\201D";
right: 20px;
bottom: 5px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author {
margin: 0;
height: 80px;
display: block;
text-align: left;
padding: 0 35px;
position: relative;
z-index: 1;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3,
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author span {
left: 50%;
position: absolute;
opacity: 0.8;
padding: 3px 5px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3 {
bottom: 50%;
margin: 0;
font-weight: 600;
color: #ffffff;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author span {
font-size: 14px;
color: #ffffff;
top: 50%;
font-weight: 600;
}
section#testimonials-box figure.innerpagetestimonialwbox {
display: none;
}
@media screen and (min-width: 320px) and (max-width: 475px){
.col-md-6.c-inner-box {
padding: 0;
}
section#ht-aboutconstruction-section .hex{
font-size: 7px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox img{
top: 65px;
left: 0;
right: 0;
margin: 0 auto;
height: 80px;
width: 80px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox blockquote{
padding: 215px 30px 60px 30px;
font-size: 12px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3, 
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author span{
position: relative;
left: 0;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author h3{
bottom: 0;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox .author{
top: 100px;
}
#innerpage-box div#content-box figure.innerpagetestimonialwbox{
margin: 0;
}
}
body.page-template-default #ht-masthead {
position: relative;
}
body.page-template.page-template-templates.page-template-contact-template.page-template-templatescontact-template-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-left-sidebar.page-template-templatesblog-left-sidebar-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-right-sidebar.page-template-templatesblog-right-sidebar-php #ht-masthead,
body.page-template.page-template-templates.page-template-blog-template.page-template-templatesblog-template-php #ht-masthead,
body.page-template.page-template-templates.page-template-sitemap-template.page-template-templatessitemap-template-php #ht-masthead,
body.post-template-default.single.single-post #ht-masthead,
body.holidaypackage-template-default #ht-masthead,
body.ctservice-template-default #ht-masthead,
body.page-template.page-template-templates.page-template-page-left-sidebar.page-template-templatespage-left-sidebar-php header#ht-masthead,
body.page-template.page-template-templates.page-template-page-right-sidebar.page-template-templatespage-right-sidebar-php #ht-masthead {
position: relative;
}
div#ht-home-slider-section .btn{
border-radius: 0;
z-index: 1;
position: relative;
transition: all 0.4s ease 0s;
font-size:16px;
padding: 14px 45px;
font-weight: bold;
}
div#ht-home-slider-section .btn .fa{
margin-left: 10px;
}
div#ht-home-slider-section .btn.red{
color: #fe6d6d;
border: 2px solid #fe6d6d;
border-radius: 30px;
}
div#ht-home-slider-section .btn.red:hover{
background: #fe6d6d;
color: #fff;
} #innerpage-box div#content-box .inner-our-team .innerp-team-content h3.team-title {
word-break: break-word;
} div#content-box figure.services-inner-wrapper {
position: relative;
overflow: hidden;
margin: 10px;
width: 100%;
background: #000;
text-align: left;
color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
font-size: 16px;
}
div#content-box figure.services-inner-wrapper * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
div#content-box figure.services-inner-wrapper img {
max-width: 100%;
vertical-align: top;
position: relative; width: 100%;
}
div#content-box figure.services-inner-wrapper img:first-of-type { opacity: 0.75;
}
div#content-box figure.services-inner-wrapper img:nth-of-type(2) {
position: absolute;
right: 95%;
top: 0;
z-index: 1;
}
div#content-box figure.services-inner-wrapper figcaption {
background-color: #61bd66;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px 15px 15px 15%;
}
div#content-box figure.services-inner-wrapper figcaption h3,
div#content-box figure.services-inner-wrapper figcaption p {
margin: 0 0 5px;
}
div#content-box figure.services-inner-wrapper figcaption h3 {
font-weight: 700; margin-bottom: 5px;
line-height: 30px;
}
div#content-box figure.services-inner-wrapper figcaption h3:after{
content: none;
background: none;
}
div#content-box figure.services-inner-wrapper figcaption h3 span {
font-weight: 700;
}
div#content-box figure.services-inner-wrapper figcaption p {
opacity: 0.8;
}
div#content-box figure.services-inner-wrapper a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 2;
}
div#content-box figure.services-inner-wrapper:hover img,
div#content-box figure.services-inner-wrapper.hover img {
-webkit-transform: translateX(95%);
transform: translateX(95%);
}  main#innerpage-box div#content-box .faq-content.padding0 {
margin-bottom: 15px;
border-left: 3px solid #4f9252;
}
main#innerpage-box div#content-box .faqs-num {
display: block;
width: 80px;
height: 100%;
line-height: 55px;
background: #f4f4f4;
font-size: 20px;
color: #121212;
text-align: center;
position: absolute;
top: 0px;
left: 00px;
font-weight: 700;
}
main#innerpage-box div#content-box .panel-heading {
background: #ffffff;
padding: 5px 25px 10px 105px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
main#innerpage-box div#content-box .faq-content p {
margin: 0;
background: #f4f4f4;
padding: 15px 25px 25px 105px;
color: #121212;
font-size: 14px;
line-height: 28px;
letter-spacing: 1px;
font-weight: 600;
}
main#innerpage-box div#content-box .faq-content.padding0 h4 {
color: #121212;
font-size: 20px;
font-weight: 600;
word-break: break-word;
margin: 10px 0;
}
main#innerpage-box div#content-box .faq-content h4.panel-title:after{
display: none !important;
} .widget_media_image img {
padding-top: 1em;
}
.single_post i.fa.fa-calendar-o {
padding-right: 10px;
}
body.home.blog header#ht-masthead {
position: relative;
}
.woocommerce .comment_container{ }
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float: none !important;
position: relative !important;
top: 100px;
left: 0;
padding: 3px;
width: 32px;
height: auto;
background: #ebe9eb;
border: 1px solid #e4e1e3;
margin: 0;
box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist{
margin: 25px 0!important;
}
.woocommerce div.product form.cart div.quantity{
margin: 2px 4px 20px 0 !important;
}
.woocommerce .woocommerce-product-rating .star-rating{
font-size: 15px;
}
.woocommerce .product_meta {
padding-bottom: 25px;
}
div#content-box .wc-proceed-to-checkout a.checkout-button {
font-size: 14px !important;
}
body.archive.tax-product_cat.term-uncategorized header#ht-masthead {
position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
font-weight: 600;
}
div#content-box form#searchform input[type="text"] {
margin-bottom: 15px;
} section#ht-our-featured-section{
position: relative;
}
section#ht-our-featured-section svg.fertured-circle{   
position: absolute;
right: 0;
z-index: 99;
top: -125px;
-webkit-animation: sp 3s linear infinite;
animation: sp 3s linear infinite;
}
@keyframes sp {
from {
transform: translate(0, 0px);
}
65% {
transform: translate(0, 30px);
}
to {
transform: translate(0, -0px);
}
}
section#ht-our-featured-section .fertured-wave {
height: 323px;
overflow: hidden;
position: absolute;
width: 100%;
bottom: 170px;
}
section#ht-our-featured-section .fertured-wave svg { }
#ht-our-featured-section .ourfeatureshmp-post-wrap{
position: relative;
bottom: 110px;
padding: 0 5em;
}
#ht-our-featured-section .feature-icon{
padding: 2em;
background: #ccc;
position: relative;
border-radius: 30px;
text-align: center;    
margin: 0 auto;
overflow: hidden;
filter: drop-shadow(5px 2px 4px rgba(50, 50, 0, 0.10));
}
#ht-our-featured-section .feature-icon i.fa{
font-size: 70px;
}  .feature-icon::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
border-radius: 5px;
right: 0;
bottom: 0;
background: #ffca2a;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.feature-icon .icon {
width: 90px;
height: 90px;
text-align: center;
border-radius: 5px;
position: relative;
border: 2px dashed;
border-radius: 50%;
font-size: 45px;
-webkit-animation: border-transform 10s linear infinite alternate forwards;
animation: border-transform 10s linear infinite alternate forwards;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.feature-icon .icon i {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ourfeature-homepagebox:hover .feature-icon::before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
section#ht-our-featured-section .featuredbxTable img{   
margin: 0 auto;
}
section#ht-our-featured-section .featuredbxTable h3.title{
font-size: 20px;
color: #303030;
margin:0;
padding:30px 10px;
font-weight: bold;
text-align: center;
line-height: 30px; }
section#ht-our-featured-section .ourfeatureshmp-icon img {
width: 100%;
}
section#ht-our-featured-section .complete-featurebox {   
text-align: center;
margin-bottom: 35px;
}
section#ht-our-featured-section .features-homepbox a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
h2.ht-section-title.lz-ourfeatureshmp-heading {
padding-bottom: 15px;
}
.lz-ourfeatureshmp-subheading {
font-size: 16px;
} @media screen and (min-width: 320px) and (max-width: 1024px){
.main-bar{
padding-left: 15%;
}
.col-md-3.padding0.contact-icon-res {
width: 100%;
margin-bottom: 10px;
}
.woocommerce .star-rating{
height: 5em;
}
.woocommerce .star-rating{
line-height: 24px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
top: 70px;
}
main#innerpage-box div#content-box .galleryinner-image-box img{
height: 260px;
}
main#innerpage-box div#content-box .teamsocial{
width: 28px;
height: 28px;
line-height: 28px;
font-size: 13px;
}
main#innerpage-box .innerpage-whitebox .homepage-inner-gall-box img{
height: 190px;
}
div#ht-home-slider-section .center {
left: -157px;
}
.ht-slide-cap-title, 
.ht-slide-cap-descmore-title{
font-size: 50px;
line-height: 55px;
}
.ht-slide-caption{
width: 370px;
}
.sliderimg{
width: 40%;
position: relative;
left: 40%;
height: 45px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px){ 
.col-md-3.padding0.contact-icon-res {
width: auto;
margin-bottom: 10px;
}
#ht-contactus-wrap .contact-page-form {
padding: 50px 00px 0 0px;
}
#ht-masthead ul.sub-menu li {
padding-left: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
top: 50px;
}
main#innerpage-box .innerpage-whitebox .homepage-inner-gall-box img {
height: 250px;
}
.ht-slide-caption {
top: 35%;
}
.ht-slide-caption {
width: 55%;
}
.ht-slide-cap-desc {
font-size: 12px;
line-height: 20px;
}
.ht-slide-cap-title, .ht-slide-cap-descmore-title {
font-size: 32px;
}
.ht-slide-overlay {
clip-path: polygon(50% 0%, 100% 0, 100% 55%, 534px 100%, 0 100%, 0% 60%, 0 0) !important;
}
div#ht-home-slider-section .shape{
height: 360px;
}
.sliderimg {
width: 35%;
left: 45%;
height: 25px;
}
#ht-contact-section .callnow{
text-align: left;
}
#ht-contact-section .contact-right .rowbox{
text-align: left;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
div#ht-contactus-wrap .innerpage-contactbox {
margin: 0em 0 4em 0;
}
div#ht-contactus-wrap .info-iiner span.fa{
margin-right: 0;
}
div#ht-contactus-wrap .info-iiner{
text-align: center;
}
div#ht-home-slider-section .shape{
clip-path: ellipse(65% 105% at 36% -7%);
}
.bx-wrapper{
top: 45% !important;
}
.bx-wrapper .bx-viewport{
overflow: visible;
}
div#ht-home-slider-section .shape {
height: 600px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
top: 25px;
}
.single-productpage .innerpage-whitebox {
padding: 0 0em 2em 0em !important;
}
main#innerpage-box div#content-box .galleryinner-image-box img {
height: auto;
}
main#innerpage-box .innerpage-whitebox .homepage-inner-gall-box img{
transform: translate(0px);
}
div#ht-home-slider-section .hex{
font-size: 5px;
}
div#ht-home-slider-section .center {
left: -57px;
}
div#ht-home-slider-section .btn{
font-size: 10px;
padding: 10px 22px;
}
.ht-slide-cap-title {
line-height: 20px;
}
.ht-slide-cap-title, .ht-slide-cap-descmore-title {
font-size: 18px;
line-height: 30px;
}
.ht-slide-caption {
width: 70%;
top: 10%;
left: 55%;
margin-top: 10%;
padding-left: 10%;
}
.ht-slide-cap-descmore {
margin-top: 5px;
}
.sliderimg {
width: 55%;
left: 8%;
height: 5px;
}
.ht-slide-overlay {
clip-path: none;
}
}
@media screen and (min-width: 320px) and (max-width: 375px){
div#ht-home-slider-section {
border-radius: 0 0 0 55% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0 6px 5px 0;
display: block !important;
}
div#ht-home-slider-section .center {
left: -80px;
}
.ht-slide-caption {
width: 85%;
}
}
@media screen and (min-width: 320px) and (max-width: 320px){
#ht-our-featured-section .ourfeatureshmp-post-wrap{
padding:0 2em;
}
#testimonials-section .svgsectionwaves{
top:8px;
}
section#ct-service-box .serviceBox {
padding: 50px 30px 20px;
}
header.page-main-header .hex.five {     
left: 0 !important;
}
.ht-contactus-wrap.innerpage-whitebox p {
font-size: 12px;
}
.ht-slide-caption {
margin-top: 3%;
padding-left: 0;
margin-left: -60%;
}
.woocommerce .star-rating{      
font-size: 11px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
top: 28px;
}
main#innerpage-box .innerpage-whitebox .homepage-inner-gall-box img {
height: 190px;
}
div#ht-home-slider-section .center {
left: -60px;
}
.sliderimg {
width: inherit;
left: 0%;
height: 5px;
}
}  svg#Layer_1 {
position: relative;  
transform: rotate(180deg);
left: 0;
top: -1px;
}
.st0 {
fill: #6743c4;
}
svg#Layer_1 {
transform: rotate(180deg);
}
header.page-main-header .inner-page-title-box h1 {
font-size:34px;
font-weight: 400;
}
header.page-main-header .breadcrumb-area {
text-align: right;
position: relative;
z-index: 999;
}
header.page-main-header .breadcrumb-area span.root {
padding-right: 12px;
}
header.page-main-header .breadcrumb-area span.treeEnd {
padding-left: 10px;
}
header.page-main-header {
padding-top: 40px;
}  *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit; }
.innerpageLuzuk-animationbox {
position: relative;
}
.pulsing-Luzuk__background {
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
width: 2.4em;
height: 2.4em;
background: #DB3069;;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.pulsing-Luzuk {
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
background: #FB8B24;
width: 2em;
height: 2em;
}
.innerpageLuzuk-animationbox__top-container {  
display: flex;
justify-content: center;
width: 5em;
}
.innerpageLuzuk-animationbox__bottom-container {
transform: translate(0, -15%);
}
.pulsing-Luzuk--Luzuk-1 {
animation: scaleLuzuk 1.5s ease-in-out infinite;
}
.pulsing-Luzuk--Luzuk-2 {
animation: scaleLuzuk 1.5s .5s ease-in-out infinite;
}
.pulsing-Luzuk--Luzuk-3 {
animation: scaleLuzuk 1.5s 1s ease-in-out infinite;
}
@keyframes scaleLuzuk {
0% {
transform: scale(0); }
75% {
transform: scale(1); }
100% {
transform: scale(0); } }
.pulsing-Luzuk__background.pulsing-Luzuk--Luzuk-2 {
position: absolute;
right: 0;
bottom: 0;
} .single-productpage header.page-main-header {
padding-top: 0;
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 20px;
}
#innerpage-box .widget-area li {
line-height: 25px;
border-bottom: 1px solid #e1e1e1;
padding: 13px 0px 13px 5px;
margin-bottom: 0;
font-size: 16px;
list-style: inside;
}
#innerpage-box .tagcloud a {
position: relative;
display: inline-block;
line-height: 24px;
padding: 5px 15px 5px;
margin: 0px 5px 10px 0px;
text-align: center; background: none;
font-weight: 400;
border-radius: 50px;
border: 2px solid #ebebeb;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
#innerpage-box .widget-area li:last-child {
border: none;
}
section#ht-our-featured-section {
background: #ffffff;
} .single-productpage header.page-main-header {
padding-bottom: 0;
clip-path: none;
margin-bottom: 20px;
} @media screen and (min-width: 285px) and (max-width: 760px){
section#ht-our-featured-section .fertured-wave {
top: -220px !important;
bottom: auto !important;
}
}
@media screen and (min-width: 285px) and (max-width: 592px){
div#ht-home-slider-section{
border-radius: 0 0 0 37%;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
section#ht-our-featured-section .fertured-wave {
top: -140px !important;
bottom: auto !important;
display: none;
}
div#ht-home-slider-section {
padding: 8em 0em 8em 0em;
}
div#content-box .testimonials-list .inner .text,
div#content-box .testimonials-list .inner .descr{ }
div#content-box .testimonials-list .inner img{
margin: 0 auto;
text-align: center;
display: block;
}
} ul.sub-menu li a:hover {
color: #ff8a73;
text-decoration: none;
}
.ti-home:before {
position: absolute;
top: 6px;
left: -5px;
}
@media (min-width: 992px){
.responsive-header-box{
display: none;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 768px){
header.page-main-header .inner-page-title-box h1 {
font-size: 30px !important;
padding-left: 75px;
}
.layer-4 {
left: 50%;
top: 80px;
}
.layer-1 {
left: 360px;
top: 230px;
}
.layer-7 {
left: 15%;
top: 300px;
}
.logobox img {
padding-top: 0 !important;
}
.main-dispaly.padding0 {
padding-left: 20px;
}
header.site-header button.header-btn{
float: left;
}
.header-transparent{ }
.header.site-header ul.sub-menu li a:hover{
padding-left: 15px;
padding-right: 15px;
}
ul.nav.navbar-nav li ul li{
top: auto;
}
ul.nav.navbar-nav li:hover > ul{
position: relative;
top: auto;
}
ul.nav.navbar-nav li:hover ul li:hover > ul{
position: relative;
left: 0;
}
ul.nav.navbar-nav li{
bottom: auto;
}
.logo{
top: 50%;
}
ul.nav.navbar-nav li ul li a{
padding: 10px 20px 10px 30px;
}
ul.nav.navbar-nav li a{
text-align: left;
}
ul.nav.navbar-nav li:hover > ul{
width: 100%;
}
.logo {
position: relative;
top: 0px !important;
background: none !important;
padding: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;  
}
.top-bar {
display: none;
}
ul.nav.navbar-nav{
padding-left: 0;
padding-top: 70px;
padding-bottom: 40px;
padding-right: 0;
}
.sf-arrows .sf-with-ul:after{
right: 30px !important;
}
.header-icon {
display: block;
padding: 0;
}
.header-icon i.fa{
left: -10px;
}
}
.justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
div#navbarNavDropdown li.current_page_item a, 
.current_page_item > a { }
.ht-menu.clearfix {
float: right;
}
ul.nav.navbar-nav ul.sub-menu li a{
color: #6843c4;
}
ul.nav.navbar-nav ul.sub-menu li{
padding-bottom: 0;
}
ul.nav.navbar-nav ul.sub-menu li a:before{
content: "";
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
height: 2px;
width: 10px;
background: #5d58f7;
z-index: 99;
border-radius: unset;
opacity: 0;
transition: .5s;
}
ul.nav.navbar-nav ul.sub-menu li:hover > a::before {
opacity: 1;
left: 0;
}
ul.nav.navbar-nav ul.sub-menu li a{
transition: all 0.5s ease 0s;
padding-right: 0;
}
ul.nav.navbar-nav ul.sub-menu li a:hover{
padding-left: 30px;
padding-right: 0;
}
button.navbar-toggler,
button.navbar-toggler:hover {
background: transparent;
}
ul.nav.navbar-nav li a:hover, 
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
color: #33129c;
}
@media screen and (min-width: 320px) and (max-width: 768px){
header.page-main-header .breadcrumb-area{
padding-right: 40px;
}
.header-transparent {
padding: 10px 0px 10px 0 !important;
}
.head-button a{padding: 5px 10px !important;font-size: 13px;}
ul.nav.navbar-nav li a{
padding: 10px 20px 10px 40px;
}
ul.nav.navbar-nav li{
padding-right: 0;
padding-bottom: 5px;
}
ul.sub-menu{
border-radius: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
.ht-site-description{
font-size: 13px;
}
} .circles li{
list-style: none;
}
.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px; animation: animate 25s linear infinite;
bottom: -150px;
}
.circles li:nth-child(1){
left: 5%;
width: 70px;
height: 70px;
animation-delay: 0s;
}
.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.circles li:nth-child(3){
left: 15%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
.circles li:nth-child(4){
left: 20%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
.circles li:nth-child(5){
left: 30%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.circles li:nth-child(6){
left: 45%;
width: 110px;
height: 110px;
animation-delay: 3s;
}
.circles li:nth-child(7){
left: 55%;
width: 120px;
height: 120px;
animation-delay: 7s;
}
.circles li:nth-child(8){
left: 65%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.circles li:nth-child(9){
left: 8%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.circles li:nth-child(10){
left: 90%;
width: 100px;
height: 100px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius:50%;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
} .word {   
perspective: 1000px; 
}
.word  h1 {
cursor: pointer;
display: inline-block;
font-size: 100px;
user-select: none;  
}
.word h1:nth-child(1).active {
animation: toplong 2s linear;
}
@keyframes toplong {
10%, 40% {
transform: translateY(-20vh) scaleY(1);
}
90% {
transform: translateY(-20vh) scaleY(4);
}
}
@media only screen and (max-width: 992px){
header .nav-menus{display: block !important;}
header.site-header .nav-wrapper nav li{display: block;}
header .nav-wrapper {
position: fixed;
margin-top: 0;
width: 101%;
left: 0;
right: 0;
height: 100vh;
transition: transform 0.3s;
transform: translateY(-200%);
z-index: 3000000;
}
header .nav-wrapper.show-menu {
transform: none;
padding: 20px;
}
header .js-nav-toggle {
position: relative;
width: 40px;
height: 40px;
margin: 4px 10px;
display: block;
float: none;
padding: 0;
color: #345;
border: 1px solid #000; border-radius: 50px;
z-index: 999;
}
header .js-nav-toggle span, header .js-nav-toggle span::before, header .js-nav-toggle span::after {
content: "";
display: block;
height: 2px;
width: 20px;
transition: all 0.5s ease;
}
header .js-nav-toggle span {
left: 43%;
position: absolute;
top: 50%;
width: 15px;
transform: translate(-50%, -50%);
}
header .js-nav-toggle span::before {
margin-top: -6px;
position: absolute;
}
header .js-nav-toggle span::after {
margin-top: 6px;
position: absolute;
}
header .js-nav-toggle.nav-close span {
background-color: transparent;
left: 54%;
}
header .js-nav-toggle.nav-close span::before, header .js-nav-toggle.nav-close span::after {
transform: rotate(45deg);
transform-origin: 0 50%;
width: 17px;
}
header .js-nav-toggle.nav-close span::after {
transform: rotate(-45deg);
}
header nav {
position: relative;
overflow: hidden;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: auto;  border-radius: 5px;
}
header nav .nav-toggle {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 20px;
color: #000;
z-index: 100;
cursor: pointer;
display: block !important;
transition: backgroun-color 0.2s;
}
header nav .nav-toggle.back-visible .nav-back {
opacity: 1;
}
header nav .nav-toggle.back-visible .nav-title {
transform: translateX(40px);
}
header nav .nav-title {
position: absolute;
left: 0;
top: 0.8em;
font-size: 17px;
font-weight: 600;
padding-left: 20px;
transition: transform 0.1s;
}
header nav .nav-back {
display: inline-block;
position: relative;
width: 30px;
height: 30px;
vertical-align: middle;
z-index: 1;
opacity: 0;
transition: opacity 0.2s;
}
header nav .nav-back:before, nav .nav-back:after {
content: "";
position: absolute;
top: 50%;
}
header nav .nav-back:before {
left: 50%;
width: 9px;
height: 9px;
border: 2px solid currentcolor;
border-right-color: transparent;
border-bottom-color: transparent;
transform: translate(-50%, -50%) rotateZ(-45deg);
}
header nav .nav-back:after {
left: 28%;
width: 15px;
height: 2px;
background-color: currentcolor;
margin-top: -1px;
}
header .nav-wrapper nav a,
header .nav-wrapper nav ul.sub-menu a {
display: block;
position: relative;
padding: 10px 20px !important;
font-size: 16px !important;
font-weight: 400 !important;
text-decoration: none;
letter-spacing: 0 !important;
transition: color 0.15s, background-color 0.15s;
}
header .nav-wrapper nav ul.sub-menu{background-color: transparent;} header nav ul {
list-style: none;
padding: 21px 0 0;
transition: transform 0.1s; position: absolute;
left: 0;
top: 30px; width: 100%;
box-shadow: none !important;
}
.nav-wrapper nav ul ul {
display: none;
left: 100%;
top: 20px;
}
header nav li.menu-item-has-children > a {
padding-right: 2.5em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} header nav li.menu-item-has-children > .submenu-icon {
position: relative;
float: right;
right: 15px;
top: 5px;
font-size: 25px;
z-index: 99;
}
.nav-dropdown-active > .sub-menu {display: block;}
.nav-wrapper ul.sub-menu li a:before{display: none;}
header nav.navigation{display: none;}
.site-navigation{float: right;}
.header-area{display: flex;}
.logo{order: 1;}
.main-bar-wraper{order: 3;}
.header-inquiry-btn{order: 2;text-align: right;}
}
@media screen and (min-width: 280px) and (max-width:767px){ 
#back2Top{
bottom: 15px;
} 
}
#facilities-section .facilities-box{
padding: 2em;
background: #ccc;
position: relative;
border-radius: 30px;
text-align: center;    
margin: 0 auto;
overflow: hidden; }
#facilities-section .facilities-box::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
border-radius: 5px;
right: 0;
bottom: 0;
background: #ffca2a;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#facilities-section .facilities-box {
text-align: center;
border-radius: 5px;
position: relative;
-webkit-animation: border-transform 10s linear infinite alternate forwards;
animation: border-transform 10s linear infinite alternate forwards;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #ffffff;
margin-bottom: 25px;
}
#facilities-section .facilities-box:hover::before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
div#content-box figure.main-inner-gallbx {
color: #fff;
position: relative;
overflow: hidden;    background: #000000;
text-align: left;
}
div#content-box figure.main-inner-gallbx * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
div#content-box figure.main-inner-gallbx img {
max-width: 100%;
width: 100%;
height: 225px;
}
div#content-box figure.main-inner-gallbx figcaption {
height: 80px;
width: 80px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0);
position: absolute;
top: 50%;
left: 50%;
content: '';
-webkit-transform: rotate(45deg) translate(-50%, -50%);
transform: rotate(45deg) translate(-50%, -50%);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
div#content-box figure.main-inner-gallbx figcaption i {
border: 2px solid #fff;
position: absolute;
bottom: 0;
right: 0;
background-color: #000000;
text-align: center;
font-size: 28px;
line-height: 40px;
height: 40px;
width: 40px;
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
div#content-box figure.main-inner-gallbx figcaption i:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
content: "\f140";
}
div#content-box figure.main-inner-gallbx figcaption:before,
div#content-box figure.main-inner-gallbx figcaption:after,
div#content-box figure.main-inner-gallbx figcaption div:before,
div#content-box figure.main-inner-gallbx figcaption div:after {
background-color: #ffffff;
position: absolute;
content: "";
display: block;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
div#content-box figure.main-inner-gallbx figcaption:before,
div#content-box figure.main-inner-gallbx figcaption:after {
width: 0;
height: 2px;
}
div#content-box figure.main-inner-gallbx figcaption div:before,
div#content-box figure.main-inner-gallbx figcaption div:after {
width: 2px;
height: 0;
}
div#content-box figure.main-inner-gallbx figcaption:before,
div#content-box figure.main-inner-gallbx figcaption div:before {
left: 0;
top: 0;
}
div#content-box figure.main-inner-gallbx figcaption:after {
bottom: 0;
left: 0;
}
div#content-box figure.main-inner-gallbx figcaption div:after {
top: 0;
right: 0;
}
div#content-box figure.main-inner-gallbx figcaption:after,
div#content-box figure.main-inner-gallbx figcaption div:after {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
div#content-box figure.main-inner-gallbx a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
div#content-box figure.main-inner-gallbx.blue {
background: #e4c640;
}
div#content-box figure.main-inner-gallbx.blue i {
background-color: #2980b9;
}
div#content-box figure.main-inner-gallbx.red {
background: #36100c;
}
div#content-box figure.main-inner-gallbx.red i {
background-color: #61bd66;
}
div#content-box figure.main-inner-gallbx.yellow {
background: #583804;
}
div#content-box figure.main-inner-gallbx.yellow i {
background-color: #f39c12;
}
div#content-box figure.main-inner-gallbx:hover img,
div#content-box figure.main-inner-gallbx.hover img {
opacity: 0.2;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
div#content-box figure.main-inner-gallbx:hover figcaption,
div#content-box figure.main-inner-gallbx.hover figcaption {
background-color: rgba(255, 255, 255, 0.3);
}
div#content-box figure.main-inner-gallbx:hover figcaption i,
div#content-box figure.main-inner-gallbx.hover figcaption i {
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
div#content-box figure.main-inner-gallbx:hover figcaption:before,
div#content-box figure.main-inner-gallbx.hover figcaption:before,
div#content-box figure.main-inner-gallbx:hover figcaption:after,
div#content-box figure.main-inner-gallbx.hover figcaption:after {
width: 100%;
}
div#content-box figure.main-inner-gallbx:hover figcaption div:before,
div#content-box figure.main-inner-gallbx.hover figcaption div:before,
div#content-box figure.main-inner-gallbx:hover figcaption div:after,
div#content-box figure.main-inner-gallbx.hover figcaption div:after {
height: 100%;
}
div#content-box figure.main-inner-gallbx:hover figcaption:after,
div#content-box figure.main-inner-gallbx.hover figcaption:after,
div#content-box figure.main-inner-gallbx:hover figcaption div:after,
div#content-box figure.main-inner-gallbx.hover figcaption div:after {
-webkit-transition-delay: 0.35s;
transition-delay: 0.35s;
}
div#content-box .padding5px{
padding: 5px;
}
#innerpage-box p {
font-size: 16px;
line-height: 28px;
}
.layer-1 {
position: absolute;
left: 639px;
top: 200px;
z-index: 999;
}
.layer-1 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 70px;
}
.layer-2 {
position: absolute;
left: 20px;
top: 140px;
z-index: 9999;
}
.layer-2 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-3 {
position: absolute;
right: 25%;
top: 200px; }
.layer-3 img {
-webkit-animation: sp 5s linear infinite;
animation: sp 5s linear infinite;
width: 40px;
}
.layer-4 {
position: absolute;
left: 20%;
top: 50px;
z-index: 9;
}
.layer-4 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-5 {
position: absolute;
left: 37%;
top: 160px;
z-index: 9;
}
.layer-5 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-6 {
position: absolute;
left: 50%;
top: 230px;
z-index: 9;
}
.layer-6 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-7 {
position: absolute;
left: 15%;
top: 270px;
z-index: 9;
}
.layer-7 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-8 {
position: absolute;
right: 5%;
top: 290px;
z-index: 9;
}
.layer-8 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
.layer-9 {
position: absolute;
right: 2%;
top: 120px;
z-index: 9;
}
.layer-9 img {
-webkit-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
width: 40px;
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes sp {
from {
transform: translate(0, 0px);
}
65% {
transform: translate(0, 30px);
}
to {
transform: translate(0, -0px);
}
}
#ht-contactus-wrap input[type="text"]:focus, 
#ht-contactus-wrap input[type="email"]:focus, 
#ht-contactus-wrap input[type="url"]:focus, 
#ht-contactus-wrap input[type="password"]:focus, 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"]:focus, 
#ht-contactus-wrap input[type="tel"]:focus, 
#ht-contactus-wrap input[type="range"]:focus, 
#ht-contactus-wrap input[type="date"]:focus, 
#ht-contactus-wrap input[type="month"]:focus, 
#ht-contactus-wrap input[type="week"]:focus, 
#ht-contactus-wrap input[type="time"]:focus, 
#ht-contactus-wrap input[type="datetime"]:focus, 
#ht-contactus-wrap input[type="datetime-local"]:focus, 
#ht-contactus-wrap input[type="color"]:focus, 
#ht-contactus-wrap textarea:focus, 
#ht-contactus-wrap select:focus{
outline: 3px solid #f4f4f4;
outline-offset: -3px;
}
footer#ht-colophon .social-profile-icons ul li:hover a i {
opacity: 0.5;
}
section#ht-contact-section .contact-box i.fa {
font-size: 50px;
}
section#ht-contact-section .contact-box h3.title {
font-size: 16px;
font-weight: 700;
padding-top: 25px;
padding-bottom: 10px;
}
section#ht-contact-section .contact-box p {
font-size: 16px;
line-height: 28px;
margin-bottom: 25px;
}
section#ht-contact-section .contact-box.box-1 h2 {
font-size: 19px;
font-weight: 700;
}
section#ht-contact-section .contact-box {
box-shadow: -2px 0px 20px rgb(0 0 0 / 18%);
border: 1px solid #dbe0ec;
padding: 40px 30px 45px 30px;
margin-bottom: 25px;
}
section#ht-contact-section h2.ht-section-title.contactbox-heading {
margin-bottom: 10px;
}
section#ht-contact-section .contact-box a.btn {
padding: 0;
border-bottom: 2px solid #61bd66;
border-radius: 0;
padding-bottom: 5px;
font-size: 16px;
font-weight: 700;
}
section#ht-contact-section .contact-box .contact-box-icon{margin:0 auto;transition:all 400ms linear;-moz-transition:all 400ms linear;-ms-transition:all 400ms linear;-webkit-transition:all 400ms linear}
section#ht-contact-section .contact-box:hover .contact-box-icon{transform:translateX(0px) translateY(-20px);-moz-transform:translateX(0px) translateY(-20px);-ms-transform:translateX(0px) translateY(-20px);-webkit-transform:translateX(0px) translateY(-20px)}
section#ht-aboutconstruction-section .ht-section-title-tagline {
margin-bottom: 20px;
}
section#ht-contact-section .contact-box p a:hover {
opacity: 0.5;
}
span.bread-arrow {
padding: 0 5px;
}
div#secondary .social-profile-icons ul li i {
padding: 0 5px;
}
span.posted_in {
display: block;
}
.woocommerce #review_form #respond textarea {
background: transparent;
}
.product-page li {
list-style: none !important;
}
.widget.woocommerce.widget_price_filter {
padding: 1em 2em 3em 2em !important;
}
@media screen and (max-width: 1380px){
div#content-box figure.main-inner-gallbx img {
height: 200px;
}
#ht-gallery-section .gallery-image img {
height: 165px;
}
}
@media screen and (max-width: 992px){
div#content-box figure.main-inner-gallbx img {
height: 230px;
}
#ht-gallery-section .gallery-image img {
height: 240px;
}
}
@media screen and (max-width: 767px){
div#content-box figure.main-inner-gallbx img {
height: 315px;
}
}
@media screen and (max-width: 400px){
div#content-box figure.main-inner-gallbx img {
height: 230px;
}
}