@charset "UTF-8";
 .theme-btn1 {
font-size: 18px;
font-weight: 600;
height: auto;
min-height: 50px;
line-height: 1.3;
white-space: normal;
text-align: center;
display: inline-flex;
align-items: center;
justify-content: center;
color: #081828;
border: 0px;
cursor: pointer;
background: #fff;
border-radius: 10px;
transition: 0.3s;
overflow: hidden;
position: relative;
outline: none;
z-index: 9;
padding: 12px 15px;
}
.theme-btn1::after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 490%;
width: 180%;
background: rgb(69, 103, 244);
transform: translateX(-120%) translateY(-25%) rotate(45deg);
transition-duration: 0.3s;
transition-timing-function: linear;
transition-delay: 0.2s;
}
.theme-btn1::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 490%;
width: 180%;
background: #081828;
transform: translateX(-140%) translateY(-25%) rotate(45deg);
transition-duration: 0.3s;
transition-timing-function: linear;
transition-delay: 0s;
z-index: 2;
}
.theme-btn1:hover {
color: #fff;
}
.theme-btn1:hover::after {
transform: translateX(-41%) translateY(-25%) rotate(45deg);
transition-duration: 0.3s;
transition-timing-function: linear;
transition-delay: 0s;
}
.theme-btn1:hover::before {
transform: translateX(-50%) translateY(-25%) rotate(45deg);
transition-duration: 0.3s;
transition-timing-function: linear;
transition-delay: 0.2s;
}
.theme-btn1 span {
position: inherit;
z-index: 9;
}
@keyframes shapeani1 {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
@keyframes shapeani2 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes shapeani3 {
0% {
transform: translateY(15px);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(15px);
}
}
@keyframes b-shadow {
0% {
box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
}
50% {
box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1), 0px 0px 0px 75px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1), 0px 0px 0px 125px rgba(59, 38, 219, 0.1), 0px 0px 0px 150px rgba(59, 38, 219, 0.1);
}
100% {
box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
}
}
.owl-carousel .owl-item img {
width: auto;
display: inline-block;
}
.mix {
display: none;
}
.remove-col-padding {
padding: 0;
}
.navbar-light .navbar-toggler {
border: 0px;
}
.navbar-light .navbar-toggler:focus {
outline: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.4rem;
padding-left: 0.4rem;
}
.bottomtotop i {
width: 45px;
height: 50px;
line-height: 50px;
position: fixed;
font-size: 18px;
text-align: center;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
border-radius: 10px;
color: #fff;
cursor: pointer;
bottom: 15px;
right: 15px;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
z-index: 999;
transition: all linear 0.3s;
}
.br-10 {
border-radius: 10px;
}
.section-title {
text-align: center;
margin-bottom: 56px;
}
.section-title.extra .title {
margin-bottom: 24px;
}
.section-title.white .subtitle {
color: #fff;
}
.section-title.white .title {
color: #fff;
}
.section-title.white p {
color: rgba(255, 255, 255, 0.7);
}
.section-title .title {
font-size: 46px;
line-height: 50px;
margin-bottom: 13px;
color: #333333;
font-weight: 700;
}
.section-title .title span {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section-title p {
max-width: 650px;
font-size: 18px;
line-height: 26px;
color: #333333;
margin: 0 auto;
}
.section-title.darkbg .title {
color: #fff;
}
.section-title.darkbg .title span {
color: #fff;
}
.section-title.darkbg p {
color: rgba(255, 255, 255, 0.95);
}
.background {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #F7F8FC;
z-index: -9999;
}
.input-field {
width: 100%;
height: 50px;
padding: 0 20px;
border-radius: 10px;
color: #555;
margin-bottom: 20px;
}
.input-field::-webkit-input-placeholder { color: #555;
}
.input-field:-moz-placeholder { color: #555;
}
.input-field::-moz-placeholder { color: #555;
}
.input-field:-ms-input-placeholder { color: #555;
}
.input-field.borderd {
border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
border: 1px solid #e85611;
}
.input-field.textarea {
min-height: 140px;
padding: 15px 20px;
resize: none;
}
.input-field.error {
border: 1px solid #d1062c;
}
.input-field.error::-webkit-input-placeholder { color: #d1062c;
}
.input-field.error:-moz-placeholder { color: #d1062c;
}
.input-field.error::-moz-placeholder { color: #d1062c;
}
.input-field.error:-ms-input-placeholder { color: #d1062c;
}
.input-field.error:focus {
border-color: #d1062c;
}
.video-play-btn {
display: inline-block;
width: 70px;
height: 70px;
line-height: 72px;
text-align: center;
font-size: 26px;
background-color: #fff;
border-radius: 12px;
position: relative;
z-index: 1;
}
.video-play-btn:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.8);
border-radius: 12px;
animation: pulse-border 1500ms ease-out infinite;
z-index: -1;
}
.video-play-btn i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: text-color;
animation-direction: alternate;
animation-timing-function: ease-out;
position: inherit;
z-index: 9;
}
.feature-circle-inner {
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
background-color: #fff;
border-radius: 50%;
position: relative;
}
.feature-circle-inner:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 30px;
height: 30px;
background: #fff;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
z-index: -9;
}
.feature-circle-inner i {
font-size: 12px;
font-weight: 900;
color: #e85611;
}
.discount-circle-inner {
display: inline-block;
width: 100px;
height: 100px;
text-align: center;
background-color: #1A102A;
border-radius: 22px;
position: relative;
}
.discount-circle-inner:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 50%;
border: 2px dashed #fff;
animation: shapeani2 12s linear infinite;
}
.discount-circle-inner:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 120px;
height: 120px;
background: white;
border-radius: 24px;
animation: pulse-border 1500ms ease-out infinite;
z-index: -1;
}
.email-success {
display: block;
width: 100%;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
opacity: 0;
}
} .breadcrumb-area {
padding: 177px 0px 117px;
position: relative;
overflow: hidden;
z-index: 2;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
}
.breadcrumb-area::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url(//lecon-door.com/wp-content/themes/html5blank-stable/assets/img/footer-overlay.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
z-index: -1;
}
.breadcrumb-area .title {
font-size: 40px;
line-height: 50px;
font-weight: 600;
margin-bottom: 11px;
color: #fff;
}
.breadcrumb-area .title.extra-padding {
margin-bottom: 24px;
}
.breadcrumb-area .breadcrumb-list {
margin: 0px;
padding: 0px;
}
.breadcrumb-area .breadcrumb-list li {
display: inline-block;
}
.breadcrumb-area .breadcrumb-list li span {
margin: 0px 7px;
color: #fff;
}
.breadcrumb-area .breadcrumb-list li a {
font-size: 16px;
transition: all 0.3s ease-in;
color: #fff;
}
.breadcrumb-area .breadcrumb-list li a:hover {
color: #f1f1f1;
}
.breadcrumb-area .breadcrumb-list li a.active {
color: #f1f1f1;
}
.curve {
position: absolute;
z-index: 7;
}
.curve.curve-bottom {
left: 0;
bottom: -1px;
width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
bottom: 0;
}
.curve.curve-top {
left: 0;
top: -1px;
width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
top: 0;
border-top: 80px solid #fff;
border-bottom: 0;
}
.curve.curve-top:after {
border-left: 70vw solid transparent;
}
.curve.curve-top:before {
border-right: 30vw solid transparent;
}
.curve:after, .curve:before {
content: "";
width: 0;
height: 0;
border-bottom: 80px solid #fff;
position: absolute;
}
.curve:after {
right: 0;
border-left: 30vw solid transparent;
}
.curve:before {
left: 0;
border-right: 70vw solid transparent;
} html {
font-family: 'Poppins', 'Onest', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
}
body {
font-family: 'Poppins', 'Onest', sans-serif;
font-size: 16px;
margin: 0;
color: #555;
overflow-x: hidden;
}
h1 {
font-size: 60px;
line-height: 1.0833333333;
}
@media (max-width: 960px) {
h1 {
font-size: 50px;
}
}
@media (max-width: 350px) {
h1 {
font-size: 42px;
}
}
h2 {
font-size: 52px;
line-height: 1.4444444444;
}
@media (max-width: 960px) {
h2 {
font-size: 40px;
}
}
@media (max-width: 350px) {
h2 {
font-size: 34px;
}
}
h3 {
font-size: 26px;
line-height: 1.0833333333;
}
h4 {
font-size: 22px;
line-height: 1.2380952381;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #242424;
font-family: 'Poppins', 'Onest', sans-serif;
}
p {
font-size: 16px;
color: #555;
line-height: 1.625;
}
a {
color: #242424;
text-decoration: none;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
outline: none;
}
a i {
padding: 0 2px;
}
img {
max-width: 100%;
}
li {
list-style: none;
}
ul {
padding-left: 0px;
} input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
outline: none;
box-shadow: none;
border: 1px solid #ddd;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
} .about {
padding: 110px 0px 120px;
position: relative;
}
.about .left-shape2 {
position: absolute;
bottom: 0px;
left: -20px;
top: 200px;
z-index: -9;
}
.about .box {
text-align: center;
background: #F7F9FF;
overflow: hidden;
position: relative;
border-radius: 10px;
transition: all 0.3s ease-in;
}
.about .box .inner-box {
width: 100%;
position: relative;
z-index: 99;
padding: 27px 25px 35px;
transition: 0.3s ease-in;
}
.about .box .inner-box .icon {
height: 70px;
width: 70px;
line-height: 70px;
margin-bottom: 20px;
text-align: center;
font-size: 30px;
color: #fff;
position: relative;
z-index: 1;
display: inline-block;
}
.about .box .inner-box .icon::before {
top: 0;
left: 0;
bottom: 0;
z-index: -1;
content: '';
width: 100%;
position: absolute;
background: linear-gradient(45deg,#e85611,#f3aa89);
border-radius: 50px 50px 50px 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: -1;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.about .box:hover .icon::before{
border-radius:50px 0 50px 50px
}
.about .box .inner-box .icon i {
color: #fff;
}
.about .box .inner-box .title {
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: #242424;
margin: 9px 0px 22px;
transition: all 0.3s ease-in;
}
.about .box .inner-box .text {
margin-bottom: 0px;
transition: all 0.3s ease-in;
}
.about .box:hover {
transform: translateY(-5px) !important;
box-shadow: 0px 20px 20px 2px rgba(0, 0, 0, 0.1);
}
.about .box:hover::after {
width: 100%;
} .whaybest {
position: relative;
padding: 110px 0px 83px;
background: #F7F9FF;
}
.whaybest .row-one {
margin-bottom: 55px;
}
.whaybest .info .info-title {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #242424;
margin-bottom: 23px;
display: block;
}
.whaybest .info .info-title span {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.whaybest .about-img {
text-align: center;
padding: 0px 90px;
align-self: center;
}
.whaybest .about-img img {
}
.whaybest .feature-list {
padding-left: 0px;
margin-top: 59px;
display: flex;
flex-wrap: wrap;
}
.whaybest .feature-list li {
max-width: 50%;
flex: 50%;
padding-left: 15px;
padding-right: 15px;
list-style: none;
cursor: pointer;
margin-bottom: 8px;
}
.whaybest .feature-list li:last-child {
margin-bottom: 0px;
}
.whaybest .feature-list li .icon {
margin-bottom: 14px;
}
.whaybest .feature-list li .icon i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 55px;
line-height: 65px;
}
.whaybest .feature-list li .content {
flex: 1;
}
.whaybest .feature-list li .content h4 {
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-bottom: 5px;
}
.whaybest .feature-list li .content p {
font-size: 16px;
line-height: 26px;
}
.whaybest .feature-list li:hover .icon::after {
border-color: #d43f8d;
animation: shapeani2 10s linear infinite;
} .feature {
padding: 110px 0px 95px;
position: relative;
}
.feature .section-title {
margin-bottom: 47px;
}
.feature .left-feature .feature-box .icon {
margin-left: 20px;
}
.feature .left-feature .feature-box .details {
text-align: right;
}
.feature .right-feature .center-feature {
text-align: center;
justify-content: center;
}
.feature .right-feature .feature-box .icon {
margin-right: 20px;
}
.feature .right-feature .feature-box .details {
text-align: left;
}
.feature .feature-box {
margin-bottom: 30px;
background: #fff;
display: flex;
transition: all 0.3s ease-in;
position: relative;
}
.feature .feature-box .icon-area {
display: flex;
}
.feature .feature-box .icon-area .icon {
align-self: center;
}
.feature .feature-box .icon {
width: 70px;
height: 70px;
margin-right: 20px;
text-align: center;
line-height: 70px;
font-size: 55px;
border-radius: 50%;
position: relative;
}
.feature .feature-box .icon i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.feature .feature-box .details {
flex: 1;
}
.feature .feature-box .details .title {
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: #242424;
margin: 26px 0px 19px;
}
.feature .feature-box .details .text {
font-size: 16px;
line-height: 26px;
margin-bottom: 8px;
}
.feature .feature-box .feature-circle {
opacity: 0;
transition: all 0.3s ease-in;
z-index: 95;
}
.feature .feature-box:hover .feature-circle {
opacity: 1;
}
.feature .feature-box1 .feature-circle {
position: absolute;
right: -90px;
top: 170px;
}
.feature .feature-box2 .feature-circle {
position: absolute;
right: -90px;
top: 80px;
}
.feature .feature-box3 .feature-circle {
position: absolute;
right: -90px;
top: -5px;
}
.feature .feature-box4 .feature-circle {
position: absolute;
left: -120px;
right: auto;
top: 110px;
}
.feature .feature-box5 .feature-circle {
position: absolute;
left: -100px;
top: 80px;
}
.feature .feature-box6 .feature-circle {
position: absolute;
left: -130px;
top: 50px;
} .video {
padding: 110px 0px 90px;
background: #F7F9FF;
position: relative;
}
.video .right-shape2 {
position: absolute;
right: 0px;
top: 0px;
}
.video .section-title .title {
margin-bottom: 24px;
}
.video .video-wrapper {
position: relative;
}
.video .video-wrapper .video-box {
position: relative;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
padding: 243px 0px;
z-index: 99;
border-radius: 16px;
position: relative;
overflow: hidden;
}
.video .video-wrapper .video-box::after {
position: absolute;
content: " ";
width: 100%;
height: 100%;
background-color: #f9f9f9;
background-image: url(//lecon-door.com/wp-content/themes/html5blank-stable/assets/img/video.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
top: 0;
left: 0;
z-index: -1;
}
.video .video-wrapper .video-box .overly {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
opacity: 0.5;
}
.video .video-wrapper .video-box .play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.video .fun-box .inner-content {
padding: 40px 20px 30px;
background: #fff;
position: relative;
margin-bottom: 30px;
text-align: center;
border-radius: 14px;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.video .fun-box .inner-content .icon {
font-size: 45px;
width: 80px;
height: 80px;
border-radius: 12px;
text-align: center;
line-height: 80px;
display: inline-block;
position: relative;
}
.video .fun-box .inner-content .icon::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
border: 1px dashed #ffff;
animation: shapeani2 10s linear infinite;
}
.video .fun-box .inner-content .categori {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-top: 25px;
}
.video .fun-box .inner-content1 {
background: #e85611;
}
.video .fun-box .inner-content1 .icon i {
color: #fff;
}
.video .fun-box .inner-content1 .categori {
color: #fff;
}
.video .fun-box .inner-content4 {
background: linear-gradient(45deg,#e85611,#f3aa89);
}
.video .fun-box .inner-content4 .icon i {
color: #fff;
}
.video .fun-box .inner-content4 .categori {
color: #fff;
}
.video .fun-box .inner-content2 {
margin-top: 30px;
}
.video .fun-box .inner-content2 .icon i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content2 .icon::after {
border: 1px dashed #e85611;
}
.video .fun-box .inner-content3 {
margin-top: -30px;
}
.video .fun-box .inner-content3 .icon i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content3 .icon::after {
border: 1px dashed #d43f8d;
} .dealofweek {
padding: 110px 0px 120px;
background: #F7F9FF;
position: relative;
}
.dealofweek .deal-slider-area {
background: #ffffff;
border-radius: 14px;
padding: 40px 40px 40px;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.dealofweek .deal-slider-area .content .left-area {
text-align: center;
padding: 0px 50px;
}
.dealofweek .deal-slider-area .content .right-area {
align-self: center;
}
.dealofweek .deal-slider-area .content .right-area .stars {
padding-left: 0px;
margin-bottom: 5px;
}
.dealofweek .deal-slider-area .content .right-area .stars li {
display: inline-block;
font-size: 14px;
color: #f9bd22;
}
.dealofweek .deal-slider-area .content .right-area .name {
font-size: 24px;
line-height: 34px;
margin-bottom: 9px;
font-weight: 600;
}
.dealofweek .deal-slider-area .content .right-area .description {
margin-bottom: 16px;
}
.dealofweek .deal-slider-area .content .right-area .price {
margin-top: 25px;
}
.dealofweek .deal-slider-area .content .right-area .price p span {
font-size: 30px;
line-height: 30px;
font-weight: 900;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0px;
}
.dealofweek .deal-slider-area .content .right-area .price del {
font-size: 18px;
line-height: 18px;
font-weight: 600;
margin-left: 10px;
color: #555;
}
.dealofweek .deal-slider-area .content .right-area .links {
display: inline-block;
margin-top: 30px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter {
margin-top: 10px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span {
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
padding: 8px 20px;
border-radius: 10px;
display: inline-block;
margin-right: 10px;
font-weight: 700;
font-size: 24px;
line-height: 24px;
color: #242424;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span:last-child {
margin-right: 0px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span small {
display: block;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #555;
} .pricing {
padding: 110px 0px 120px;
position: relative;
}
.pricing .product-slider .item .single-product {
background: rgba(2, 80, 197, 0.05);
text-align: center;
padding:10px;
border-radius: 16px;
}
.pricing .product-slider .item .single-product .img {
text-align: center;
background: rgba(212, 63, 141, 0.2);
padding: 30px 30px 24px;
position: relative;
border-radius: 16px;
width: 100%;
height: 100%;
overflow: hidden;
}
.pricing .product-slider .item .single-product .img .links {
display: inline-block;
position: absolute;
top: 101%;
left: 0;
text-align: center;
width: 100%;
height: 100%;
background: rgba(69, 103, 244, 0.5);
transition: all 0.3s ease-in;
opacity: 0;
}
.pricing .product-slider .item .single-product .img .links .theme-btn1 {
background: #fff;
color: #000;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s linear;
}
.pricing .product-slider .item .single-product .img .links .theme-btn1:hover {
color: #fff;
}
.pricing .product-slider .item .single-product .content {
padding: 25px 27px;
}
.pricing .product-slider .item .single-product .content .stars {
padding-left: 0px;
margin-bottom: 10px;
}
.pricing .product-slider .item .single-product .content .stars li {
display: inline-block;
font-size: 14px;
color: #F9BD22;
}
.pricing .product-slider .item .single-product .content .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price {
margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price .new-price {
display: inline-block;
font-size: 26px;
line-height: 36px;
font-weight: 700;
margin-right: 7px;
letter-spacing: -1px;
margin-bottom: 5px;
}
.pricing .product-slider .item .single-product .content .price small {
font-size: 18px;
font-weight: 700;
color: #888;
display: inline-block;
}
.pricing .product-slider .item .single-product:hover .img .links {
top: 0px;
opacity: 1;
}
.pricing .product-slider .owl-nav {
display: block;
text-align: center;
margin-top: 40px;
}
.pricing .product-slider .owl-nav button {
width: 40px;
height: 40px;
display: inline-block;
line-height: 41px;
text-align: center;
margin: 0px 5px;
border-radius: 10px;
font-size: 22px;
transition: all 0.3s ease-in;
background: rgba(2, 80, 197, 0.05);
color: #242424;
}
.pricing .product-slider .owl-nav button:hover {
background: #e85611;
color: #fff;
}  .testimonial-area {
padding: 110px 0px 120px;
position: relative;
background: #F7F9FF;
}
.testimonial-area .section-title {
margin-bottom: 50px;
}
.testimonial-area .testimonial-img {
position: relative;
}
.testimonial-area .testimonial-img img {
position: absolute;
border-radius: 14px;
border: 4px solid #fff;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.testimonial-area .testimonial-img .img1 {
width: 60px;
height: 60px;
top: 67px;
left: -110px;
animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-img .img2 {
width: 75px;
height: 75px;
top: 160px;
left: -200px;
animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img3 {
width: 60px;
height: 60px;
top: 270px;
left: -110px;
animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img4 {
width: 60px;
height: 60px;
top: 67px;
right: -110px;
animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img5 {
width: 75px;
height: 75px;
top: 160px;
right: -200px;
animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img6 {
width: 60px;
height: 60px;
top: 270px;
right: -110px;
animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
overflow: hidden;
}
.testimonial-area .testimonial-slider .client {
margin: 65px 30px 65px;
padding: 85px 30px 27px;
text-align: center;
position: relative;
background: #fff;
border-radius: 30px;
box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
transition: 0.3s ease-in;
}
.testimonial-area .testimonial-slider .client .client-image {
position: absolute;
width: 120px;
height: 120px;
padding: 15px;
top: -60px;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin-bottom: 16px;
}
.testimonial-area .testimonial-slider .client .client-image::after {
position: absolute;
content: " ";
width: 100%;
height: 100%;
border-radius: 20px;
top: 0;
left: 0;
z-index: -1;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
transform: rotate(85deg);
}
.testimonial-area .testimonial-slider .client .client-image img {
width: 100%;
border-radius: 20px;
}
.testimonial-area .testimonial-slider .client .client-say {
margin-bottom: 19px;
}
.testimonial-area .testimonial-slider .client .client-name {
color: #242424;
font-size: 20px;
font-weight: 600;
line-height: 28px;
margin-bottom: 0px;
text-transform: uppercase;
}
.testimonial-area .testimonial-slider .client .client-name a {
color: #242424;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-transform: capitalize;
}
.testimonial-area .testimonial-slider .client .designation {
color: #555;
font-size: 14px;
line-height: 24px;
margin-bottom: 0px;
}
.testimonial-area .testimonial-slider .owl-nav {
display: block;
text-align: center;
margin-top: -24px;
position: relative;
z-index: 91;
}
.testimonial-area .testimonial-slider .owl-nav button {
width: 40px;
height: 40px;
display: inline-block;
line-height: 41px;
text-align: center;
margin: 0px 5px;
border-radius: 12px;
font-size: 22px;
transition: all 0.3s ease-in;
background: rgba(2, 80, 197, 0.07);
color: #242424;
}
.testimonial-area .testimonial-slider .owl-nav button:hover {
background: #e85611;
color: #fff;
}  .faq {
padding: 110px 0px 100px;
position: relative;
background: #F7F9FF;
}
.faq .right-shape {
position: absolute;
right: 0;
top: 350px;
}
.faq .accordion .panel {
margin-bottom: 20px;
background: #fff;
border-radius: 12px;
box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
position: relative;
}
.faq .accordion .panel .panel-body {
padding: 4px 20px 7px;
}
.faq .accordion .panel-title {
display: block;
width: 100%;
background: #fff;
padding: 20px 40px 20px 20px;
font-size: 18px;
font-weight: 600;
margin-bottom: 0px;
color: #242424;
position: relative;
border-radius: 12px;
cursor: pointer;
}
.faq .accordion .panel-title::after {
position: absolute;
content: "";
width: 40px;
height: 100%;
border-radius: 3px 0px 0px 3px;
right: 0;
top: 0;
text-align: center;
}
.faq .accordion .panel-title::before {
position: absolute;
font-family: "Font Awesome 5 Pro";
content: "\f101";
right: 0;
top: 50%;
transform: translateY(-50%);
width: 40px;
text-align: center;
z-index: 1;
font-size: 12px;
transition: 0.3s ease-in;
width: 22px;
height: 22px;
line-height: 22px;
border-radius: 50%;
color: #555;
margin-right: 10px;
}
.faq .accordion .panel-title[aria-expanded=true]::before {
font-family: "Font Awesome 5 Pro";
content: "\f103";
}
.faq .faq-img {
} .contact {
padding: 110px 0px 90px;
position: relative;
}
.contact .info-box {
background: #fff;
margin-bottom: 30px;
padding: 30px 30px 22px;
position: relative;
cursor: pointer;
text-align: center;
border-radius: 12px;
box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
margin-bottom: 25px;
}
.contact .info-box .left .icon {
font-size: 30px;
width: 70px;
height: 70px;
border-radius: 12px;
text-align: center;
line-height: 70px;
display: inline-block;
position: relative;
}
.contact .info-box .left .icon::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
border: 1px dashed #e85611;
animation: shapeani2 10s linear infinite;
}
.contact .info-box .left .icon i {
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contact .info-box .right {
text-align: center;
}
.contact .info-box .right .content p {
margin-bottom: 0px;
}
.contact .info-box:hover .left .icon::after {
border: 1px dashed #d43f8d;
}
.contact .contact-form-wrapper {
background: #fff;
box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
padding: 40px 25px 40px;
border-radius: 14px;
transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .theme-btn1 {
margin-top: 7px;
background: linear-gradient(45deg,#e85611,#f3aa89);
color: #fff;
transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .theme-btn1:hover {
color: #fff;
}
.contact iframe {
width: 100% !important;
height: 405px !important;
margin: 0px;
padding: 0px;
border-radius: 12px;
} .compare-section {
padding: 90px 0px 90px;
}
.compare-section .compare-box{
box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
padding: 30px 30px 16px 30px;
border-radius: 14px;
}
.compare-section .table-bordered thead td, .table-bordered thead th{
border-bottom-width: 1px;
}
.compare-section .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(154, 165, 242,.3);
}
.compare-section .table-bordered td, .table-bordered th{
border-color:rgba(154, 165, 242,.3);
}
.compare-section .compare-table th,
.compare-section .compare-table td {
font-size: 14px;
vertical-align: middle;
}
.compare-section .compare-table .price {
font-size: 24px;
font-weight: 700;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.compare-section .compare-table thead .product-image {
padding: 30px 15px;
}
.compare-section .compare-table thead .product-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 0px;
color: #242424;
}
.compare-section .compare-table thead .product-subtitle {
font-size: 14px;
font-weight: normal;
color: #555;
line-height: 24px;
margin-bottom: 0px;
}
.compare-section .compare-table tbody th {
width: 150px;
color: #242424;
}
.compare-section .compare-table tfoot td {
vertical-align: middle;
}
.compare-section .compare-table tfoot td a {
display: block;
margin: 0 auto;
}
.subscribe-section {
padding: 94px 0px 100px;
background: url(//lecon-door.com/wp-content/themes/html5blank-stable/assets/img/map.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.subscribe-section .newsletter-form-area {
position: relative;
text-align: center;
}
.subscribe-section .newsletter-form-area input {
width: 100%;
height: 70px;
border-radius: 12px;
border: 1px solid rgba(212, 63, 141, 0.1);
padding: 0px 180px 0 30px;
background: none;
color: #242424;
background: #fff;
box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}
.subscribe-section .newsletter-form-area button {
position: absolute;
top: 10px;
right: 10px;
width: auto;
height: 50px;
border-radius: 12px;
border: 0px;
color: #fff;
font-size: 16px;
padding: 0px 25px;
background-image: linear-gradient(45deg,#e85611,#f3aa89);
transition: all 0.3s ease-in;
}
.subscribe-section .newsletter-form-area button span {
margin-right: 5px;
}
.subscribe-section .newsletter-form-area button:hover {
background-image: linear-gradient(55deg, #f3aa89 0%, #e85611);
}
.subscribe-section .newsletter-form-area button:focus {
outline: 0px;
} .footer {
overflow: hidden;
position: relative;
padding: 90px 0px 0px;
background: linear-gradient(45deg,#e85611,#f3aa89);
z-index: 2;
}
.footer::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url(//lecon-door.com/wp-content/themes/html5blank-stable/assets/img/footer-overlay.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
z-index: -1;
}
.footer .footer-info-area {
text-align: center;
}
.footer .footer-info-area .footer-logo {
margin-bottom: 23px;
display: block;
}
.footer .footer-info-area .footer-logo .logo-link {
font-size: 40px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
}
.footer .footer-info-area .footer-logo img {
max-width: 180px;
}
.footer .footer-info-area .text {
margin-bottom: 24px;
}
.footer .footer-info-area .text p{
color: #fff;
}
.footer .fotter-social-links {
text-align: center;
margin-top: 35px;
}
.footer .fotter-social-links ul {
padding-left: 0px;
margin-left: 0px;
}
.footer .fotter-social-links ul li {
display: inline-block;
}
.footer .fotter-social-links ul li a {
font-size: 14px;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 12px;
text-align: center;
line-height: 40px;
margin: 0px 3px;
color: #fff;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
transition: all 0.3s ease-in;
}
.footer .fotter-social-links ul li a.facebook {
background: #0069f7;
border-color: #0069f7;
}
.footer .fotter-social-links ul li a.twitter {
background: #00c6f7;
border-color: #00c6f7;
}
.footer .fotter-social-links ul li a.linkedin {
background: #007bb5;
border-color: #007bb5;
}
.footer .fotter-social-links ul li a.dribbble {
background: #f7007a;
border-color: #f7007a;
}
.footer .fotter-social-links ul li a.google-plus {
background: #d1062c;
border-color: #d1062c;
}
.footer .copy-bg {
padding: 20px 0px 20px;
border-top: 1px dashed #88C2DA;
margin-top: 84px;
}
.footer .copy-bg p {
font-size: 16px;
line-height: 26px;
margin-bottom: 0px;
color: #fff;
}
.footer .copy-bg a {
font-size: 16px;
line-height: 26px;
margin-bottom: 0px;
transition: 0.3s ease-in;
}
.footer-widget .title {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
color: #242424;
}
.footer-widget ul {
padding-left: 0px;
margin-bottom: 0px;
}
.footer-widget ul li {
list-style: none;
}
.footer-widget ul li a {
color: #555;
transition: all 0.3s ease-in;
}
.footer-widget ul li a:hover {
color: #e85611;
}
.footer-widget ul li i {
font-size: 14px;
margin-right: 4px;
}  .hero-area {
padding: 132px 0px 118px;
overflow: visible;
}
.hero-area .curve:before {
border-right: 50vw solid transparent;
}
.hero-area .curve:after {
border-left: 50vw solid transparent;
}
.hero-area .curve:after,  .hero-area .curve:before {
border-bottom: 300px solid #fff;
}
.whaybest .about-img {
padding: 0px;
}
.feature .feature-circle {
display: none;
}
.dealofweek .deal-slider-area .content .left-area {
text-align: center;
padding: 0px 0px;
}
.pricing .product-slider .item .single-product .img {
height: 250px;
display: flex;
}
.pricing .product-slider .item .single-product .img img {
align-self: center;
}
.pricing .product-slider .item .single-product .img {
background: rgba(212, 63, 141, 0.1);
} .blog-section {
padding: 120px 0px 120px;
}
.blog-section .section-heading {
margin-bottom: 56px;
}
.single-blog .img {
position: relative;
border-radius: 13px;
overflow: hidden;
}
.single-blog .img::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
transition: all 0.3s ease-in;
}
.single-blog .img img {
width: 100%;
}
.single-blog .content .top-meta {
margin-top: 14px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
}
.single-blog .content .top-meta li {
display: inline-block;
margin-right: 20px;
}
.single-blog .content .top-meta li:last-child {
margin-right: 0px;
}
.single-blog .content .top-meta li p {
margin-bottom: 11px;
}
.single-blog .content .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
transition: all 0.3s ease-in;
}
.single-blog .content .title:hover {
color: #e85611;
}
.single-blog:hover .img::after {
opacity: 1;
}  .blog-page {
padding: 120px 0px 120px;
}
.blog-page .single-blog {
margin-bottom: 26px;
}
.blog-page .single-blog.blog-details {
padding: 0px 20px 30px 20px;
}  .pagination {
margin-top: 30px;
display: block;
margin-bottom: 0px;
}
.pagination .page-item {
display: inline-block;
}
.pagination .page-item .page-link {
width: 45px;
height: 45px;
border-radius: 10px;
text-align: center;
background: #fff;
line-height: 45px;
color: rgba(0, 0, 0, 0.6);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
font-size: 14px;
margin: 0px 6px 0px;
padding: 0px;
font-weight: 600;
border: 0px;
transition: all 0.3s ease-in;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
color: #fff;
background: #e85611;
}  .categori-widget {
padding: 22px 30px 25px;
border-radius: 10px;
background-color: #F7F9FF;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.categori-widget .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
padding-bottom: 17px;
margin-bottom: 13px;
}
.categori-widget .cat-list {
padding-top: 2px;
display: block;
margin-left: 0px;
padding-left: 0px;
}
.categori-widget .cat-list li {
list-style: none;
margin-bottom: 20px;
}
.categori-widget .cat-list li:last-child {
margin-bottom: 0px;
}
.categori-widget .cat-list li a {
display: flex;
justify-content: space-between;
}
.categori-widget .cat-list li a p {
line-height: 26px;
font-size: 16px;
font-weight: 600;
margin-bottom: 0px;
color: #242424;
transition: all 0.3s ease-in;
}
.categori-widget .cat-list li a .count {
font-size: 10px;
line-height: 10px;
font-weight: 600;
background: #e85611;
color: #fff;
padding: 4px 8px;
border-radius: 50px;
align-self: center;
}
.categori-widget .cat-list li a:hover p {
color: #e85611;
}  .latest-post-widget {
margin-top: 30px;
padding: 22px 30px 28px;
border-radius: 10px;
background-color: #F7F9FF;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.latest-post-widget .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
padding-bottom: 11px;
margin-bottom: 12px;
}
.latest-post-widget .post-list {
padding-left: 0px;
margin-bottom: 0px;
margin-top: 18px;
}
.latest-post-widget .post-list li {
list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
margin-bottom: 10px;
}
.latest-post-widget .post-list li:last-child {
border-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.latest-post-widget .post-list li .post {
display: flex;
}
.latest-post-widget .post-list li .post .post-img {
margin-right: 15px;
display: flex;
}
.latest-post-widget .post-list li .post .post-img img {
align-self: center;
width: 110px;
border-radius: 10px;
}
.latest-post-widget .post-list li .post .post-details {
flex: 1;
line-height: 20px;
}
.latest-post-widget .post-list li .post .post-details .post-title {
font-size: 16px;
line-height: 20px;
font-weight: 600;
margin-bottom: 0px;
transition: all 0.3s ease-in;
}
.latest-post-widget .post-list li .post .post-details .post-title:hover {
color: #e85611;
}  .newsletter-widget {
margin-top: 30px;
padding: 22px 30px 30px;
border-radius: 10px;
background-color: #F7F9FF;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.newsletter-widget .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
padding-bottom: 12px;
margin-bottom: 20px;
}
.newsletter-widget form .input-field {
width: 100%;
height: 50px;
padding: 0px 20px;
border-radius: 10px;
font-size: 14px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.newsletter-widget form .input-field:focus{
border-color:#e85611;
}
.newsletter-widget form .theme-btn1 {
display: block;
margin: 0 auto;
background-color: #1A102A;
color: #fff;
width: 100%;
}  .search-widget {
margin-bottom: 30px;
padding: 22px 30px 30px;
border-radius: 10px;
background-color: #F7F9FF;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}
.search-widget .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
padding-bottom: 12px;
margin-bottom: 20px;
}
.search-widget form .input-field {
width: 100%;
height: 50px;
padding: 0px 20px;
border-radius: 10px;
font-size: 14px;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.search-widget form .input-field:focus{
border-color:#e85611;
}
.search-widget form .theme-btn1 {
display: block;
margin: 0 auto;
background-color: #1A102A;
color: #fff;
width: 100%;
}  .single-blog-details .img {
position: relative;
border-radius: 13px;
overflow: hidden;
}
.single-blog-details .img img {
width: 100%;
}
.single-blog-details .content .top-meta {
margin-top: 23px;
margin-bottom: 8px;
}
.single-blog-details .content .top-meta li {
display: inline-block;
margin-right: 20px;
}
.single-blog-details .content .top-meta li:last-child {
margin-right: 0px;
}
.single-blog-details .content .top-meta li p {
margin-bottom: 0px;
}
.single-blog-details .content .title {
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin-bottom: 20px;
transition: all 0.3s ease-in;
}
.single-blog-details .content blockquote {
margin: 22px 0px 22px;
display: block;
background: #F7F9FF;
padding: 34px 40px 37px;
border-left: 4px solid #e85611;
font-size: 16px;
line-height: 26px;
font-weight: 600;
}
.single-blog-details .content blockquote p {
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-bottom: 0px;
}
.single-blog-details .content ul {
margin-bottom: 15px;
}
.single-blog-details .content ul li p {
margin-bottom: 0px;
font-size: 16px;
line-height: 26px;
padding-left: 30px;
position: relative;
}
.single-blog-details .content ul li p i {
position: absolute;
left: 0px;
top: 4px;
color: #e85611;
}
.comment-area {
display: block;
margin-top: 45px;
}
.comment-area .title {
font-size: 24px;
line-height: 34px;
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
margin-bottom: 30px;
}
.comment-area .comment-box-area {
padding-left: 0px;
margin-bottom: 0px;
}
.comment-area .comment-box-area li {
list-style: none;
margin-bottom: 30px;
border: 1px solid #e5e9f4;
border-radius: 12px;
padding: 30px 30px 25px;
}
.comment-area .comment-box-area li .comment-box {
position: relative;
}
.comment-area .comment-box-area li .comment-box .left {
position: absolute;
left: 0;
top: 0;
text-align: center;
}
.comment-area .comment-box-area li .comment-box .left .img {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 19px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.comment-area .comment-box-area li .comment-box .left .img img {
width: 100%;
border-radius: 50%;
}
.comment-area .comment-box-area li .comment-box .left .replay {
padding: 3px 20px;
text-align: center;
border-radius: 50px;
display: inline-block;
color: #fff;
background: #e85611;
font-size: 13px;
font-weight: 600;
transition: all 0.3s ease-in;
border: 1px solid #e85611;
}
.comment-area .comment-box-area li .comment-box .left .replay:hover {
background: #fff;
color: #e85611;
}
.comment-area .comment-box-area li .comment-box .right {
margin-left: 100px;
}
.comment-area .comment-box-area li .comment-box .right .name {
font-size: 16px;
font-weight: 600;
color: #000000;
line-height: 24px;
}
.comment-area .comment-box-area li .comment-box .right .date {
font-size: 14px;
font-weight: 24px;
color: #888;
}
.comment-area .comment-box-area li .comment-box .right .text p {
font-size: 16px;
line-height: 26px;
margin-bottom: 0px;
}
.comment-area .comment-box-area li .comment-box.replay-comment {
margin-left: 100px;
margin-top: 26px;
margin-bottom: 26px;
}
.comment-area .comment-box-area li .replay-form {
margin-left: 0px;
padding: 30px 0px 5px;
position: relative;
}
.comment-area .comment-box-area li .replay-form .replay-form-close {
position: absolute;
top: 22px;
right: -7px;
font-weight: 700;
width: 25px;
height: 25px;
border: 1px solid rgba(0, 0, 0, 0.25);
text-align: center;
font-size: 18px;
line-height: 23px;
border-radius: 50%;
background: #fff;
cursor: pointer;
}
.comment-area .comment-box-area li .replay-form .replay-form-close:hover {
background: #e85611;
border-color: transparent;
color: #fff;
}
.comment-area .comment-box-area li .replay-form .input-field {
background: none;
border: 1px solid #e5e9f4;
height: 60px;
font-size: 14px;
height: 100px;
padding: 10px 20px;
resize: none;
}
.comment-area .comment-box-area li .replay-form .replay-comment-btn {
border: 0px;
cursor: pointer;
}
.comment-area .comment-box-area li:last-child {
margin-bottom: 0px;
}
.comment-area .comment-box-area li:last-child .comment-box .right {
border-bottom: 0px;
}
.write-comment {
display: block;
margin-top: 53px;
}
.write-comment .title {
font-size: 24px;
line-height: 34px;
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
margin-bottom: 30px;
}
.write-comment .input-field {
display: block;
}
.write-comment .theme-btn1 {
background: #1A102A;
color: #fff;
}  .auth {
padding: 120px 0px 120px;
}
.auth .sign-form {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
padding: 33px 30px 40px;
border-radius: 10px;
}
.auth .sign-form .heading {
text-align: center;
margin-bottom: 26px;
}
.auth .sign-form .heading .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
margin-bottom: 0px;
}
.auth .sign-form .heading .subtitle {
font-size: 16px;
line-height: 26px;
}
.auth .sign-form .form-control {
margin-bottom: 15px;
height: 50px;
padding: 0px 20px;
font-size: 14px;
border-radius: 10px;
}
.auth .sign-form .form-control:focus{
border-color: #e85611;
}
.auth .sign-form .custom-checkbox {
margin-top: 25px;
font-size: 14px;
line-height: 24px;
}
.auth .sign-form .custom-checkbox .custom-control-label a {
color: #e85611;
}
.auth .sign-form .reg-text {
font-size: 14px;
}
.auth .sign-form .reg-text a {
font-weight: 600;
transition: all 0.3s ease-in;
}
.auth .sign-form .reg-text a:hover {
color: #e85611;
}
.auth-btn{
width: 100%;
background: #1a102a;
color: #fff;
margin-top: 20px;
margin-bottom: 20px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
line-height: 50px;
text-align: center;
display: inline-block;
border: 0px;
cursor: pointer;
border-radius: 10px;
transition: 0.3s;
}
.auth-btn:hover{
background: #e85611;
}
.h-100v {
height: 100vh !important;
}  .error-404 .theme-btn1 {
background: #1A102A;
color: #fff;
}
.page-template-blog-template article{
max-width: 1080px;
margin: 125px auto 0 auto;
flex-wrap: wrap;
display: flex;
justify-content: space-between;
}
@media (max-width:960px) {
#blog-item-wrap .cost_img h2 {
font-size: 32px;
text-align: center;
}
.page-template-blog-template article {
justify-content: center;
}
}
#blog-item-wrap {
max-width: 350px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 15px;
}
header .container:nth-child(1) {
max-width: 1200px;
}
#popup-wraper.open {
background: #ffffff;
border: 1px solid black;
z-index: 1002;
}
#order-popup-wraper.open {
background: #ffffff;
border: 1px solid black;
z-index: 1002;
}
#content-wrap {
max-width: 960px;
margin: 0 auto;
padding: 0 5px;
}
.page-content {
max-width: 1040px;
margin: 110px auto 40px auto;
}
#blog-item-wrap .attachment-post-thumbnail {
width: 100%:
}
.cost_img h2 {
font-size: 24px;
} #change-order {
display: flex;
flex-direction: column;
}
#change-order .page-content {
order: 3;
}
#change-order article {
order: 2
}
#page-title {
max-width: 1080px;
margin: 125px auto 0 auto;
}
#nav-posts {
flex-basis: 100%;
text-align: center;
}
section.single-post {
max-width: 1040px;
margin: 110px auto 40px auto;
}
#text-content.hide {
max-height: 275px;
overflow: hidden;
height: 100%;
}
#text-content {
margin: 20px auto;
transition: 1s;
padding: 0 5px;
}
#btn {
color: #fff;
display: block;
margin: 0 auto;
width: fit-content;
background: #e85611;
padding: 10px 30px;
border-radius: 13px;
position: relative;
font-size: 18px;
font-weight: 600;
}
#btn.content:after {
content: 'X';
width: 100%;
height: auto;
display: block;
}