@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap') ;
@import url('animate.css') ;
@import url('owl.css') ;
@import url('jquery.fancybox.min.css') ;
@import url('linear.css') ;
@import url('fontawesome.css') ;
@import url('flaticon.css') ;
@import url('tm-bs-mp.css') ;
@import url('tm-utility-classes.css') ;
:root {
--theme-color-light : #ffffff;
--theme-color-dark : #000000;
--theme-color-gray : #F6F6F6;
--theme-color1 : #ff6809;
--theme-color2 : #fdece3;
--theme-color3 : #faf7f2;
--review-color : #fdc009;
--bg-theme-color1 : var(--theme-color1);
--bg-theme-color2 : var(--theme-color2);
--bg-theme-color3 : var(--theme-color3);
--text-color : #717171;
--headings-color : #222222;
--link-color : var(--headings-color);
--link-hover-color : var(--headings-color);
--title-font : "Teko",sans-serif;
--text-font : "Manrope",sans-serif;
--text-font2 : "Syne",sans-serif;
--text-font3 : "Plus Jakarta Sans",sans-serif;
--body-font-size : 16px;
--body-line-height : 28px;
--body-font-weight : 400;
--line-height-heading-h1 : 1.2em;
--line-height-heading : 54px;
--line-height-heading-small : 1.35em;
--h1-font-size : 118px;
--h2-font-size : 60px;
--h3-font-size : 36px;
--h4-font-size : 24px;
--h5-font-size : 22px;
--h6-font-size : 20px;
--h1-font-weight : 400;
--h2-font-weight : 400;
--h3-font-weight : 400;
--h4-font-weight : 400;
--h5-font-weight : 400;
--h6-font-weight : 400;
--sec-title-subtitle-font-size : 14px;
--sec-title-subtitle-color : var(--headings-color);
--sec-title-subtitle-font-family : var(--text-font);
--sec-title-subtitle-font-weight : 700;
--sec-title-subtitle-line-height : 20px;
--sec-title-color : var(--headings-color);
--sec-title-font-size : var(--h2-font-size);
--sec-title-font-family : var(--title-font);
--sec-title-font-weight : var(--h2-font-weight);
--theme-light-background : #F2F3F5;
--theme-light-background-text-color : var(--headings-color);
--theme-black : #131313;
--container-width : 1200px;
--small-container-width : 1000px;
--large-container-width : 1600px;
--container-pt : 80px;
--container-pb : 80px;
}
body {
position : static !important ;
}
li.dropdown:hover > a , li.menu-item-has-children:hover > a{
    color: var(--theme-color1) !important;
}
li.dropdown i, li.menu-item-has-children i{
color:#fff;
}
li.dropdown:hover i , li.menu-item-has-children:hover i{
color: var(--theme-color1) !important;
}

.modalView {
display : none;
width : 700px;
max-width : 100%;
position : fixed;
border-radius : inherit;
display : flex;
justify-content : center;
align-items : center;
top : 50%;
left : 50%;
background : #ff6809;
transform : translate(-50%,-50%);
padding : 0 20px;
font-size : 1.2rem;
z-index : 99999;
box-shadow : -1px 2px 30px -8px rgb(0, 0, 0, 0.62);
animation-name : bounceInUp;
animation-duration : 1s;
animation-fill-mode : both;
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
transition-timing-function : cubic-bezier(0.215,0.610,0.355,1.000);
}
0% {
opacity : 0;
transform : translate3d(0,3000px,0) translate(-50%,-50%) translate(-50%,-50%);
}
60% {
opacity : 1;
transform : translate3d(0,-20px,0) translate(-50%,-50%);
}
75% {
transform : translate3d(0,10px,0) translate(-50%,-50%);
}
90% {
transform : translate3d(0,-5px,0) translate(-50%,-50%);
}
100% {
transform : translate3d(0,0,0) translate(-50%,-50%);
}
}
.modalView > .modalView__content {
color : white !important ;
font-weight : bold;
}
.modalView > .modalView__content.centered {
text-align : center;
}
.modalView__content h1 {
font-size : 1.5rem;
padding-bottom : 10px;
}
.modalView__content p {
font-size : 1rem;
}
#modalView__closeBtn {position : absolute;background : #000000;width : 35px;border-radius : 6px;height : 35px;right : 10px;top : 10px;color : white;cursor : pointer;display: flex;align-items: center;justify-content: center;font-size: 25px;line-height: 1;}
#modalView__closeBtn:after, #modalView__closeBtn:before {/* content : ""; */height : 20px;width : 20px;border-top : 3px solid #ffffff;position : absolute;top : 13px;right : 0;transform : rotate(-45deg);}
#modalView__closeBtn:before {
color : white;
right : 14px;
transform : rotate(45deg);
}
#modalView__closeBtn:hover {
background-color : #607D8B;
}
.profile {
height : 100px;
width : 100px;
border-radius : 50%;
overflow : hidden;
}
.profile img {
height : 100%;
width : 100%;
object-fit : cover;
object-position : top;
}
.smdd {
display : flex;
align-items : center;
justify-content : space-between;
}
::-moz-selection {
background : #000000;
color : #fff;
text-shadow : none;
}
::selection {
background : #000000;
color : #fff;
text-shadow : none;
}
:active, :focus {
outline : none !important ;
}
::-webkit-input-placeholder {
color : #7c858c;
}
::-moz-input-placeholder {
color : #7c858c;
}
::-ms-input-placeholder {
color : #7c858c;
}
body {
background-color : #fff;
background-attachment : fixed;
overflow-wrap : break-word;
counter-reset : my-sec-counter;
color : var(--text-color);
font-size : var(--body-font-size);
font-weight : var(--body-font-weight);
line-height : var(--body-line-height);
}
p, .text {
color : var(--text-color);
font-size : var(--body-font-size);
font-weight : var(--body-font-weight);
line-height : var(--body-line-height);
}
h1, h2, h3, h4, h5, h6 {
color : var(--headings-color);
position : relative;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
font-weight : normal;
line-height : 1;
color : var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color : inherit;
font-weight : inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom : 1rem;
	color: var(--headings-color);
	font-family: var(--title-font);
	position: relative;
	line-height: var(--line-height-heading);
}
h1 {
font-size : var(--h1-font-size);
font-weight : var(--h1-font-weight);
line-height : var(--line-height-heading-h1);
}
h2 {
font-size : var(--h2-font-size);
font-weight : var(--h2-font-weight);
line-height : var(--line-height-heading);
}
h3 {
font-size : var(--h3-font-size);
font-weight : var(--h3-font-weight);
line-height : var(--line-height-heading);
}
h4 {
font-size : var(--h4-font-size);
font-weight : var(--h4-font-weight);
line-height : var(--line-height-heading-small);
letter-spacing : 0.15px;
}
h5 {
font-size : var(--h5-font-size);
font-weight : var(--h5-font-weight);
line-height : var(--line-height-heading-small);
}
h6 {
font-size : var(--h6-font-size);
font-weight : var(--h6-font-weight);
line-height : var(--line-height-heading-small);
}
table p {
margin-bottom : 0;
}
p {
margin-bottom : 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
text-decoration : underline;
}
a {
color : var(--link-color);
text-decoration : none;
font-weight : var(--body-font-weight);
cursor : pointer;
transition : all 0.3s ease;
}
a:hover, a:focus {
color : inherit;
text-decoration : none;
outline : none;
}
a b, a strong {
transition : all 0.3s ease;
}
a img {
border : none;
}
pre, ul, ol, dl, dd, blockquote, address, table, fieldset {
margin-bottom : 10px;
}
ol, ul {/* list-style-position : inside; *//* margin : 0; *//* padding : 0; */}
b, strong {
color : #333;
}
iframe {
border : none !important ;
}
.container .container {
width : 100%;
}
.container .container, .container .container-fluid, .container-fluid .container, .container-fluid .container-fluid {
padding-left : 0;
padding-right : 0;
}
section > .container, section > .container-fluid {
padding-top : var(--container-pt);
padding-bottom : var(--container-pt);
}
/* new grid image styling */
.gd_imgholder {
    height: 100%;
    width: 100%;
	position:relative;
}
.gd_imgholder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.scan_holder {
    height: 250px;
    width: 250px;
}
.scan_holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.pdr_content {
    margin-bottom: 2.5rem;
}
.pdr_content h3 {
    color: #ff6809;
    margin-bottom: 0.4rem;
}
.pdr_content > a:hover {
    color: #ff6809;
    text-decoration: underline;
}
.check_out .theme-btn {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
}
a.prd_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100px;
    width: 100px;
    background: #ff6809;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: clamp(2.5rem,4vw,3.5rem);
    z-index: 99;
}
a.prd_video:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    background-color: rgba(254, 126, 76, 0.597);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}
a.prd_video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    transform: scale(1.5);
    border: 1px solid #ff6809;
    animation: borderanimate2 2s linear infinite;
    border-radius: 50%;
    z-index: -1;
}
@keyframes borderanimate2{
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}
a.prd_video i {
    color: #fff;
}
section.page-title > div {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width : var(--container-width);
}
}
.form-control, .input-text {
height : calc(2.25rem + 27px);
padding : 14px 30px;
outline : 0;
background-color : #f4f5f8;
border : #f4f5f8 solid 1px;
color : #686a6f;
font-size : 0.9rem;
width : 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
color : #686a6f;
opacity : 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
color : #686a6f;
opacity : 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
color : #686a6f;
opacity : 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
color : #686a6f;
opacity : 1;
}
.form-control::placeholder, .input-text::placeholder {
color : #686a6f;
opacity : 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
color : #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
color : #686a6f;
}
textarea.form-control {
height : auto;
padding-top : 15px;
padding-bottom : 15px;
}
.dark-layout {
background-color : #000000 !important ;
--sec-title-color : var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a, .dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
color : var(--theme-color-light);
}
.dark-layout .preloader {
background-color : #000000;
}
.dark-layout .preloader:after {
background-image : url(https://allgrafisk.no/wp-content/uploads/2024/12/All-Grafisk-logo-loader.png);
}
.dark-layout .sticky-header {
background-color : #000000;
}
.dark-layout .hidden-bar .upper-box {
border-bottom : 1px solid rgb(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
border-top : 1px solid rgb(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
border-right : 1px solid rgb(0, 0, 0, 0.1);
}
* {
margin : 0;
padding : 0;
border : none;
outline : none;
font-size : 100%;
}
textarea {
overflow : hidden;
resize : none;
}
button {
outline : none !important ;
cursor : pointer;
}
img {
display : inline-block;
max-width : 100%;
height : auto;
}
ul, li {/* list-style : none; *//* padding : 0; *//* margin : 0; */}
figure.image {
margin-bottom : 0;
}
.title a {
color : inherit;
}
.color1 {
color : var(--theme-color1);
}
.page-wrapper {
position : relative;
margin : 0 auto;
width : 100%;
min-width : 300px;
overflow : hidden;
z-index : 99;
background-color : #ffffff;
}
.large-container {
position : static;
max-width : var(--large-container-width);
padding : 0 15px;
margin : 0 auto;
width : 100%;
}
.auto-container {
position : static;
max-width : var(--container-width);
padding : 0 15px;
margin : 0 auto;
width : 100%;
}
.small-container {
position : static;
max-width : var(--small-container-width);
padding : 0 15px;
margin : 0 auto;
width : 100%;
}
.bg {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-repeat : no-repeat;
background-position : center;
background-size : cover;
}
.bg-pattern-1 {
background-image : url(../images/icons/pattern-1.png);
}
.preloader {
position : fixed;
left : 0;
top : 0;
width : 100%;
height : 100%;
z-index : 999999;
background-color : #ffffff;
}
.scroll-to-top {
position : fixed;
right : 20px;
bottom : 20px;
width : 40px;
font-size : 16px;
line-height : 40px;
color : #ffffff;
text-align : center;
cursor : pointer;
background-color : #ff6809;
z-index : 100;
display : none;
border-radius : 50%;
margin : 0 auto;
box-shadow : 0 0 5px rgb(0, 0, 0, 0.1);
transition : all 300ms ease;
}
.scroll-to-top:hover {
background : #faf7f2;
color : #ffffff;
}
.tabs-box {
position : relative;
}
.tabs-box .tab {
display : none;
}
.tabs-box .tab.active-tab {
display : block;
}
.list-style-one {position : relative;list-style: none;padding: 0;}
.list-style-one li {
position : relative;
font-size : 16px;
line-height : 30px;
font-weight : 400;
color : var(--theme-color-dark);
margin-right : 50px;
font-weight : 600;
margin-bottom : 4px;
padding-left : 22px;
}
.list-style-one li .icon {
position : absolute;
top : 0;
left : 0;
color : var(--theme-color1);
}
.list-style-two {
margin-top : 28px;
}
.list-style-two li {
font-size : 16px;
color : var(--text-color);
position : relative;
padding-left : 25px;
margin-bottom : 8px;
}
.list-style-two li .icon {
position : absolute;
top : 0;
left : 0;
color : var(--theme-color1);
}
.social-icon-one {
position : relative;
display : flex;
flex-wrap : wrap;
}
.social-icon-one li {
position : relative;
margin-left : 20px;
}
.social-icon-one li:first-child {
margin-left : 0;
}
.social-icon-one li a {
position : relative;
display : block;
font-size : 12px;
line-height : 30px;
color : var(--theme-color-dark);
transition : all 300ms ease;
}
.social-icon-one li a:hover {
color : var(--theme-color1);
}
.play-btn {
position : relative;
display : inline-flex;
align-items : center;
}
.play-btn .icon {
position : relative;
height : 60px;
width : 60px;
line-height : 60px;
text-align : center;
border-radius : 50%;
font-size : 20px;
color : var(--theme-color1);
background-color : #ffffff;
border : var(--theme-color1) solid 1px;
transition : all 300ms ease;
}
.play-btn .title {
font-size : 16px;
font-weight : 600;
line-height : 24px;
padding : 10px 25px;
text-transform : capitalize;
padding-left : 30px;
margin-left : -10px;
color : var(--theme-color2);
background : #F6F6F6;
border-radius : 0 22px 22px 0;
transition : all 300ms ease;
}
.play-btn:hover .icon {
background-color : #ff6809;
color : var(--theme-color-light);
}
.play-btn:hover .title {
background-color : #fdece3;
color : var(--theme-color-light);
}
.play-now {
position : relative;
display : block;
z-index : 9;
transition : all 300ms ease;
}
.play-now .icon {
position : relative;
display : inline-block;
height : 85px;
width : 85px;
text-align : center;
line-height : 85px;
background-color : #ffffff;
color : var(--bg-theme-color2);
z-index : 1;
font-size : 18px;
display : block;
border-radius : 50%;
box-shadow : 0 0 10px 0 rgb(255, 255, 255, 0.3);
transform-origin : center;
}
.play-now .ripple:before, .play-now .ripple:after {
position : absolute;
top : 50%;
left : 50%;
height : 70px;
width : 70px;
transform : translate(-50%,-50%);
border-radius : 50%;
box-shadow : 0 0 0 0 rgb(255, 255, 255, 0.6);
animation : ripple 3s infinite;
content : "";
}
.play-now .ripple.light {
box-shadow : 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
animation-delay : 0.9s;
}
.play-now .ripple::after {
animation-delay : 0.6s;
}
@keyframes ripple {
70% {
box-shadow : 0 0 0 50px rgb(233, 35, 47, 0);
}
100% {
box-shadow : 0 0 0 0 rgb(233, 35, 47, 0);
}
}
.default-navs .owl-nav {
display : flex;
align-items : center;
}
.default-navs .owl-next, .default-navs .owl-prev {
display : block;
width : 60px;
height : 60px;
font-size : 20px;
font-weight : 700;
line-height : 58px;
color : var(--theme-color-dark);
background : #fff;
border : #E3E3E3 solid 1px;
text-align : center;
transition : all 500ms ease;
border-radius : 50%;
margin-left : 20px;
}
.default-navs .owl-next:hover, .default-navs .owl-prev:hover {
border-color : #ff6809;
}
.default-navs .owl-prev {
margin-left : 0;
}
.disable-navs .owl-nav {
display : none;
}
.disable-dots .owl-dots {
display : none;
}
.default-tabs {
position : relative;
overflow : hidden;
margin-bottom : 30px;
}
.default-tabs .tab-buttons {
position : relative;
margin-bottom : 30px;
}
.default-tabs .tab-btn {
position : relative;
float : left;
font-weight : 600;
font-size : 18px;
padding : 15px 35px;
color : var(--theme-color1);
line-height : 20px;
border-radius : 5px;
background-color : #ffffff;
cursor : pointer;
margin-right : 20px;
box-shadow : 0 10px 30px rgb(0, 0, 0, 0.05);
transition : all 300ms ease;
}
.default-tabs .tab-btn:last-child {
margin-right : 0;
}
.default-tabs .tab-btn.active-btn {
color : #ffffff;
}
.default-tabs .tabs-content {
position : relative;
width : 100%;
}
.skills {
position : relative;
margin-bottom : 50px;
}
.skills .skill-item {
position : relative;
margin-bottom : 25px;
}
.skills .skill-item:last-child {
margin-bottom : 0;
}
.skills .skill-item .skill-header {
position : relative;
margin-bottom : 0;
}
.skills .skill-item .skill-header .skill-title {
font-weight : 600;
color : var(--theme-color-dark);
letter-spacing : 0;
margin-bottom : 10px;
}
.skills .skill-item .skill-bar {
position : relative;
width : 100%;
height : 14px;
border-radius : 10px;
}
.skills .skill-item .skill-bar .bar-inner {
position : relative;
width : 100%;
height : 14px;
background : #f2f3f6;
border-radius : 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
position : absolute;
left : 0;
top : 0;
height : 14px;
width : 0;
transition : all 3000ms ease;
border-radius : 10px;
background : #ff6809;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
position : absolute;
right : 0;
bottom : 100%;
font-weight : 400;
color : #6f7174;
line-height : 25px;
margin-bottom : 10px;
}
.overlay-anim {
position : relative;
}
.overlay-anim:before {
background : rgb(255, 255, 255, 0.3);
content : "";
position : absolute;
left : 0;
top : 0;
width : 100%;
height : 0;
opacity : 1;
z-index : 9;
pointer-events : none;
}
.overlay-anim:hover:before {
height : 100%;
opacity : 0;
transition : all 400ms linear;
}
.bounce-y {
animation : bounce-y 5s linear infinite;
}
@keyframes bounce-y {
0% {
transform : translateY(0);
}
50% {
transform : translateY(-30px);
}
100% {
transform : translateY(0);
}
}
.preloader {
position : fixed;
left : 0;
top : 0;
width : 100%;
height : 100%;
z-index : 999999;
background-color : #ffffff;
}
.preloader:after {
content : "";
position : absolute;
left : 50%;
top : 50%;
transform : translate(-50%,-50%);
width : 350px;
height : 285px;
background-position : center;
background-size : auto;
background-repeat : no-repeat;
background-image : url(https://allgrafisk.no/wp-content/uploads/2024/12/All-Grafisk-logo-loader.png);
}
.accordion-box {
position : relative;
}
.accordion-box .block {
position : relative;
background-color : #ffffff;
box-shadow : 0 5px 40px rgb(0, 0, 0, 0.05);
margin-bottom : 10px;
}
.accordion-box .block .acc-btn {
position : relative;
color : var(--headings-color);
font-weight : var(--h6-font-weight);
font-size : 18px;
cursor : pointer;
padding : 20px 30px;
padding-right : 70px;
transition : all 500ms ease;
border-bottom : 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
display : flex;
align-items : center;
position : absolute;
right : 30px;
top : 50%;
height : 35px;
font-size : 18px;
transform : translateY(-50%);
line-height : 2;
color : var(--theme-color1);
transition : all 500ms ease;
}
.accordion-box .block .acc-btn.active {
background-color : #ff6809;
color : #fff;
}
.accordion-box .block .acc-btn.active .icon:before {
content : "\f068";
}
.accordion-box .block .acc-content {
position : relative;
display : none;
}
.accordion-box .block .acc-content .content {
position : relative;
padding : 25px 30px;
}
.accordion-box .block .acc-content .content .text {
display : block;
font-size : 16px;
line-height : 30px;
color : #808287;
margin-bottom : 0;
}
.accordion-box .block .acc-content.current {
display : block;
}
.theme-btn {
display : inline-block;
background-color : #ff6809;
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);
text-transform : uppercase;
padding : 18px 50px 15px;
position : relative;
z-index : 9;
}
.theme-btn:before {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
content : "";
z-index : -1;
background : #000;
border-radius : inherit;
transform : scale(0,1);
transform-origin : top right;
transition : transform 500ms cubic-bezier(0.86,0,0.07,1);
transition-timing-function : cubic-bezier(0.86,0,0.07,1), cubic-bezier(0.86,0,0.07,1);
transition-timing-function : cubic-bezier(0.86,0,0.07,1);
}
.theme-btn:hover {
color : #fff;
}
.theme-btn:hover:before {
transform : scale(1,1);
transform-origin : bottom left;
}
.theme-btn.btn-style-one {
background : #000;
color : #fff;
}
.theme-btn.btn-style-one:hover {
color : #000;
}
.theme-btn.btn-style-one:before {
background : #fff;
}
.theme-btn.btn-style-two:hover {
color : #000;
}
.theme-btn.btn-style-two:before {
background : #fff;
}
button {
transition : all 0.3s ease;
}
.search-popup {
position : fixed;
left : 0;
top : 0;
height : 100vh;
width : 100%;
z-index : 99;
opacity : 0;
visibility : hidden;
transition : all 500ms ease;
overflow : hidden;
transform : scale(0.95);
}
.search-popup .search-back-drop {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-color : #000000;
opacity : 0.95;
}
.search-popup .close-search {
position : absolute;
top : 30px;
right : 30px;
font-size : 26px;
color : var(--theme-color-light);
z-index : 3;
border-radius : 50%;
background-color : transparent;
transition : all 500ms ease;
}
.search-popup .search-inner {
position : relative;
display : block;
top : 40%;
height : auto;
z-index : 1;
width : calc(100% - 60px);
max-width : 800px;
margin : auto;
opacity : 0;
transform : translateY(-50px);
transition : all 300ms ease;
}
.search-popup .form-group {
position : relative;
display : flex;
align-items : center;
}
.search-popup .form-group input[type="search"], .search-popup .form-group input[type="text"] {
position : relative;
display : block;
line-height : 20px;
font-size : 16px;
width : 100%;
height : 50px;
border : #e1e6dc solid 1px;
padding : 15px 20px;
color : #707070;
background : #ffffff;
border-radius : 5px;
transition : all 500ms ease;
}
.search-popup .form-group button {
position : absolute;
right : 5px;
top : 5px;
height : 40px;
width : 40px;
display : block;
font-size : 18px;
color : var(--theme-color-dark);
line-height : 40px;
border-radius : 5px;
font-weight : normal;
background : #ffffff;
transition : all 500ms ease;
}
.search-popup .form-group button:hover {
color : var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
color : inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
color : inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
color : inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
color : inherit;
}
.search-popup textarea::placeholder, .search-popup input::placeholder {
color : inherit;
}
.moblie-search-active .search-popup {
opacity : 1;
visibility : visible;
transform : scale(1);
border-radius : 0%;
}
.moblie-search-active .search-popup .search-inner {
opacity : 1;
transform : translateY(0);
transition-delay : 500ms;
}
.header-span {
position : relative;
height : 110px;
display : block;
width : 100%;
}
.main-header {
position : relative;
width : 100%;
z-index : 999;
}
.header-top {
position : relative;
display : flex;
}
.header-top .header-top-content {
display : flex;
padding : 24px 0 10px;
}
.header-top .top-left {
position : relative;
display : flex;
align-items : center;
}
.header-top .top-left .info-list {
color : #ffffff;
font-size : 14px;
}
.header-top .top-left .info-list span {
color : #b5cf2b;
font-size : 14px;
font-weight : 600;
}
.header-top .top-center {
margin-left : auto;
margin-right : auto;
}
.header-top .top-right {
position : relative;
display : flex;
align-items : center;
}
.header-top .top-right button {
display : flex;
align-items : center;
color : #ffffff;
font-size : 14px;
background : transparent;
}
.header-top .top-right button span, .header-top .top-right button img {
margin-right : 10px;
display : inline-block;
}
.header-top .top-right button span {
font-size : 20px;
}
.header-top .top-right button.login-btn {
margin-left : 72px;
}
.header-top .top-right button.login-btn i {
font-size : 18px;
margin-right : 7px;
}
.main-header .header-lower {
position : relative;
transition : all 300ms ease;
}
.main-header .header-lower .logo-box {
position : relative;
}
.logo.iner-mainlogo {
height : auto;
}
.logo.iner-mainlogo a img {
height : auto;
width : 300px;
}
.main-header {
width : 100%;
z-index : 999;
}
.main-header .logo {
position : relative;
display : block;
}
.main-header .logo img {
max-width : 100%;
height : auto;
}
.main-header .main-box {
position : relative;
left : 0;
top : 0;
display : flex;
align-items : center;
transition : all 300ms ease;
}
.main-header .main-box .nav-outer {
position : relative;
margin-left : auto;
margin-right : auto;
}
.main-menu {
position : relative;
}
a.theme-btn.kjop_shop {
    padding: 8px 33px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    margin: 0 auto;
    margin-top: 1rem;
}
@media (max-width: 991.98px) {
.main-menu {
display : none;
}
}
.main-menu .navbar-header {
display : none;
}
.main-menu .navbar-collapse {
padding : 0;
}
.main-menu .navigation {
position : relative;
margin : 0;
}
.header-style-one ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu .navigation > li {
position : relative;
float : left;
padding : 39px 0;
margin-right : 44px;
transition : all 300ms ease;
}
.main-menu .navigation > li:last-child {
margin-right : 0;
}
.main-menu .navigation > li > a {
position : relative;
display : block;
text-align : center;
opacity : 1;
color : #ffffff;
font-size : 16px;
line-height : 30px;
padding : 0;
display : flex;
transition : all 300ms ease;
}
.main-menu .navigation > li > a:hover {
color : var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li.menu-item-has-children:hover > ul {
visibility : visible;
opacity : 1;
top : 100%;
margin-top : 0;
transition : all 300ms ease;
z-index : 99;
padding-top : 0;
}
.main-menu .navigation > li > ul {
position : absolute;
left : 0;
top : 100%;
width : 220px;
z-index : 100;
padding : 10px 0 0;
background-color : #ffffff;
margin-top : 30px;
opacity : 0;
z-index : -999;
visibility : hidden;
box-shadow : 0 0 3px rgb(0, 0, 0, 0.1);
box-shadow : 2px 2px 5px 1px rgb(0, 0, 0, 0.05), -2px 0 5px 1px rgb(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
left : auto;
right : 0;
}
.main-menu .navigation > li > ul > li {
position : relative;
width : 100%;
border-bottom : 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
border-bottom : none;
}
.main-menu .navigation > li > ul > li > a {
position : relative;
display : block;
padding : 10px 0;
line-height : 29px;
font-weight : 400;
font-size : 16px;
color : #000;
text-align : left;
margin : 0 30px;
text-transform : capitalize;
transition : all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
color : var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after ,.main-menu .navigation > li > ul > li.menu-item-has-children > a:after {
font-family : "Font Awesome 6 Pro";
content : "\f105";
position : absolute;
right : 0;
top : 11px;
display : block;
line-height : 24px;
font-size : 14px;
font-weight : 900;
z-index : 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul,.main-menu .navigation > li > ul > li.menu-item-has-children:hover > ul  {
visibility : visible;
opacity : 1;
top : 0;
margin-top : 20px;
transition : all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
position : absolute;
left : 100%;
top : 0;
width : 220px;
z-index : 100;
background-color : #ffffff;
opacity : 0;
visibility : hidden;
padding : 10px 0 0;
margin-top : 10px;
transform : translateY(-30px);
box-shadow : 2px 2px 5px 1px rgb(0, 0, 0, 0.05), -2px 0 5px 1px rgb(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
position : relative;
border-bottom : 1px solid #ebf1f5;
width : 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
border-bottom : none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
position : relative;
display : block;
padding : 10px 0;
line-height : 24px;
font-weight : 400;
font-size : 16px;
color : #000;
text-align : left;
margin : 0 30px;
text-transform : capitalize;
transition : all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
color : var(--theme-color1);
}
.main-menu .navigation li.dropdown .dropdown-btn, .main-menu .navigation li.menu-item-has-children .dropdown-btn  {
position : absolute;
right : 10px;
top : 8px;
width : 34px;
height : 30px;
border : #ffffff solid 1px;
text-align : center;
font-size : 16px;
line-height : 26px;
color : #ffffff;
cursor : pointer;
z-index : 5;
display : none;
}
.main-header .outer-box {
position : relative;
display : flex;
justify-content : flex-end;
align-items : center;
height : 100%;
}
.main-header .outer-box .header-btn {
display : inline-block;
color : #ffffff;
text-transform : capitalize;
font-weight : 600;
font-size : 15px;
padding : 0 5px 0 38px;
height : 60px;
line-height : 60px;
border : #fff solid 2px;
border-radius : 50px;
}
.main-header .outer-box .header-btn span {
margin-left : 10px;
position : relative;
top : -2px;
display : inline-block;
width : 50px;
height : 50px;
line-height : 50px;
text-align : center;
border-radius : 50%;
background-color : #ff6809;
}
.main-header .outer-box .header-btn span i {
color : #000;
font-size : 22px;
font-weight : 900;
top : 4px;
position : relative;
transition : all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
background-color : #ff6809;
border-color : transparent;
}
.main-header .ui-btn-outer {
display : flex;
justify-content : flex-end;
align-items : center;
padding : 6px 0;
border-left : 1px solid rgb(255, 255, 255, 0.5);
padding-left : 17px;
position : relative;
right : 117px;
}
.main-header .ui-btn {
position : relative;
display : block;
height : 30px;
width : 30px;
line-height : 30px;
text-align : center;
background : none;
font-size : 26px;
color : #ffffff;
transition : all 300ms ease;
}
.main-header .ui-btn:hover {
color : var(--theme-color1);
}
.main-header .info-btn {
position : relative;
font-size : 16px;
padding-left : 44px;
color : #ffffff;
text-align : left;
font-weight : 500;
white-space : nowrap;
line-height : 20px;
}
.main-header .info-btn small {
display : block;
font-size : 10px;
font-weight : 500;
text-transform : uppercase;
color : var(--theme-color1);
}
.main-header .info-btn .icon {
position : absolute;
left : 0;
top : 50%;
margin-top : -12px;
line-height : 40px;
height : 40px;
font-size : 24px;
line-height : 1em;
margin-right : 20px;
padding-right : 20px;
}
.main-header .info-btn:hover {
color : var(--theme-color-light);
}
.header-style-one {
border-bottom : 1px solid #4b5758;
position : absolute;
top : 0;
left : 0;
z-index : 99;
}
.header-style-one .sticky-header .logo {
margin-top : 0;
}
@media (max-width: 1199.98px) {
.header-style-one {
padding : 20px 0;
}
}
.header-style-one .inner-container {
max-width : 1792px;
margin : 0 auto;
padding : 0 15px;
}
@media (max-width: 1399.98px) {
.header-style-one .main-box {
padding : 0 20px;
}
}
.header-style-one .main-box .nav-outer {
margin-left : 167px;
}
.header-style-one .main-box .nav-outer .nav .navigation li a {
color : var(--theme-color-light);
font-weight : 700;
}
.header-style-one .main-box .nav-outer .nav .navigation li a:hover {
color : var(--theme-color1);
}
.header-style-one .main-menu .navigation > li > a {
color : #000000;
font-size : 16px;
}
.header-style-one .main-menu .navigation > li > a:hover {
color : var(--theme-color1);
}
.header-style-one .outer-box .contact-info {
position : relative;
padding-left : 50px;
}
.header-style-one .outer-box .contact-info .image {
position : absolute;
top : 12px;
left : 0;
}
.header-style-one .outer-box .contact-info span {
font-size : 12px;
color : var(--theme-color-light);
}
.header-style-one .outer-box .contact-info .title {
color : var(--theme-color-light);
margin-top : -4px;
margin-bottom : 0;
}
.header-style-one .outer-box .social-list-one {
display : flex;
margin-left : 71px;
position : relative;
}
.header-style-one .outer-box .social-list-one::before {
content : "";
position : absolute;
top : -10px;
left : -31px;
width : 2px;
height : 50px;
background-color : #525c5c;
}
.header-style-one .outer-box .social-list-one li {
margin-right : 30px;
}
.header-style-one .outer-box .social-list-one li:last-child {
margin-right : 0;
}
.header-style-one .outer-box .social-list-one li a {
font-size : 24px;
color : var(--theme-color-light);
}
.header-style-one .main-menu .navigation > li {
margin-right : 30px;
}
.header-style-one .main-menu .navigation > li:last-child {
margin-right : 0;
}
.header-style-one .main-menu .navigation li.dropdown .dropdown-btn ,.header-style-one .main-menu .navigation li.menu-item-has-children .dropdown-btn {
display : inline-block;
border : 2px;
top : 50%;
bottom : 1px;
right : -14px;
width : auto;
height : unset;
font-size : 10px;
color : #8f8f8f;
transform : translateY(-50%);
margin-top : 0;
line-height : unset;
height : fit-content;
}
.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn ,.header-style-one .main-menu .navigation li.menu-item-has-children ul .dropdown-btn  {
display : none;
}
.header-style-one .mobile-nav-toggler {
display : inline-block;
order : unset;
color : #fff;
margin-left : 40px;
display : none;
}
.header-style-one .main-menu .navigation > li > ul > li > a:hover {
color : var(--theme-color1);
}
.header-style-one .sticky-header .mobile-nav-toggler {
display : none;
}
.header-style-one .sticky-header.fixed-header {
display : flex;
align-items : center;
background : #000;
}
.header-style-one .sticky-header .main-menu {
height : 100%;
display : flex;
align-items : center;
}
.header-style-one .sticky-header .main-menu .navigation > li.current > a, .header-style-one .sticky-header .main-menu .navigation > li:hover > a {
color : #fff;
}
.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn ,.header-style-one .sticky-header .main-menu .navigation li.menu-item-has-children .dropdown-btn  {
color : #fff;
}
.header-style-one .sticky-header .inner-container {
align-items : center;
}
@media (max-width: 767.98px) {
.header-style-one .contact-info {
display : none;
}
}

@media (max-width: 575.98px) {

.header-style-one .contact-info {
display : unset;
width : 232px;
margin-left : -170px;
}
.header-style-one .social-list-one {
display : none;
}
}
.header-style-one .main-box .nav-outer .nav .navigation li ul li a {
color : #000;
}
.header-style-two {
border-bottom : 1px solid #4b5758;
}
.header-style-two .btn {
padding-right : 0;
}
.header-style-two .header-top {
background-color : #16171a;
display : block;
}
.header-style-two .header-top::before {
background-color : #ff6809;
content : "";
height : 100%;
left : 95%;
position : absolute;
top : 0;
width : 100%;
}
@media (max-width: 1199.98px) {
.header-style-two .header-top:before {
display : none;
}
}
.header-style-two .header-top .inner-container {
margin : 0 auto;
max-width : 1792px;
padding : 0 15px;
}
.header-style-two .header-top .inner-box {
display : flex;
justify-content : space-between;
}
@media (max-width: 1199.98px) {
.header-style-two .header-top .inner-box {
display : block;
}
}
.header-style-two .header-top .inner-box .top-left ul li {
display : inline-block;
font-size : 13px;
font-weight : 500;
margin-right : 21px;
position : relative;
padding-left : 21px;
}
.header-style-two .header-top .inner-box .top-left ul li:last-child {
margin-right : 0;
}
.header-style-two .header-top .inner-box .top-left ul li i {
position : absolute;
top : 0;
left : 0;
color : var(--theme-color1);
}
.header-style-two .header-top .inner-box .top-right ul li {
margin-right : 33px;
font-size : 13px;
display : inline-block;
}
.header-style-two .header-top .inner-box .top-right ul li:last-child {
margin-right : 0;
}
.header-style-two .header-top .inner-box .top-right .social-list-one {
background-color : #ff6809;
padding : 5px 10px 8px;
position : relative;
position : relative;
}
@media (max-width: 1199.98px) {
.header-style-two .header-top .inner-box .top-right .social-list-one {
background : transparent;
}
}
.header-style-two .header-top .inner-box .top-right .social-list-one::before {
background-image : url(../images/resource/cross.png);
content : "";
height : 41px;
left : 0;
position : absolute;
top : 0;
width : 51px;
}
.header-style-two .header-top .inner-box .top-right .social-list-one li {
margin-right : 10px;
}
.header-style-two .header-top .inner-box .top-right .social-list-one li:last-child {
margin-right : 10px;
}
.header-style-two .header-top .inner-box .top-right .social-list-one li a {
background-color : #000000;
border-radius : 50%;
color : var(--theme-color-light);
display : inline-block;
font-size : 11px;
height : 26px;
line-height : 26px;
text-align : center;
width : 26px;
}
@media (max-width: 1199.98px) {
.header-style-two .header-lower {
padding : 20px 0;
}
}
.header-style-two .header-lower .inner-container {
max-width : 1792px;
margin : 0 auto;
padding : 0 15px;
}
.header-style-two .header-lower .main-box .nav-outer {
margin-left : 167px;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a {
color : var(--theme-color-light);
font-weight : 700;
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a:hover {
color : var(--theme-color1);
}
.header-style-two .header-lower .main-menu .navigation > li > a {
color : var(--text-color);
font-size : 16px;
}
.header-style-two .header-lower .main-menu .navigation > li > a:hover {
color : var(--theme-color-dark);
}
.header-style-two .header-lower .outer-box .contact-info {
position : relative;
padding-left : 50px;
}
.header-style-two .header-lower .outer-box .contact-info .image {
position : absolute;
top : 12px;
left : 0;
}
.header-style-two .header-lower .outer-box .contact-info span {
font-size : 12px;
color : var(--theme-color-light);
}
.header-style-two .header-lower .outer-box .contact-info .title {
color : var(--theme-color-light);
margin-top : -4px;
margin-bottom : 0;
}
.header-style-two .header-lower .outer-box .social-list-one {
display : flex;
margin-left : 71px;
position : relative;
}
.header-style-two .header-lower .outer-box .social-list-one::before {
content : "";
position : absolute;
top : -10px;
left : -31px;
width : 2px;
height : 50px;
background-color : #525c5c;
}
.header-style-two .header-lower .outer-box .social-list-one li {
margin-right : 48px;
}
.header-style-two .header-lower .outer-box .social-list-one li:last-child {
margin-right : 0;
}
.header-style-two .header-lower .outer-box .social-list-one li a {
font-size : 24px;
color : var(--theme-color-light);
}
.header-style-two .header-lower .main-menu .navigation > li {
margin-right : 45px;
}
.header-style-two .header-lower .main-menu .navigation > li:last-child {
margin-right : 0;
}
.header-style-two .header-lower .main-menu .navigation li.dropdown .dropdown-btn , .header-style-two .header-lower .main-menu .navigation li.menu-item-has-children .dropdown-btn {
display : inline-block;
border : 2px;
top : 50%;
right : -14px;
width : auto;
height : unset;
font-size : 10px;
color : #8f8f8f;
transform : translateY(-50%);
height : fit-content;
line-height : unset;
}
.header-style-two .header-lower .main-menu .navigation li.dropdown ul .dropdown-btn , .header-style-two .header-lower .main-menu .navigation li.menu-item-has-children ul .dropdown-btn  {
display : none;
}
.header-style-two .header-lower .mobile-nav-toggler {
display : inline-block;
order : unset;
color : #000;
margin-left : 40px;
display : none;
}
@media (max-width: 1199.98px) {
.header-style-two .header-lower .mobile-nav-toggler {
display : inline-block;
}
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a {
color : var(--text-color);
}
.header-style-two .header-lower .main-box .nav-outer .nav .navigation li a:hover {
color : var(--theme-color-dark);
}
.header-style-two .header-lower .main-box .nav-outer {
margin-left : auto;
margin-right : auto;
}
.header-style-two .header-lower .sticky-header .mobile-nav-toggler {
display : none;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li {
padding : 0;
}
.header-style-two .header-lower .sticky-header.fixed-header {
height : 70px;
display : flex;
align-items : center;
background : #000;
}
.header-style-two .header-lower .sticky-header .main-menu {
height : 100%;
display : flex;
align-items : center;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-two .header-lower .sticky-header .main-menu .navigation > li:hover > a {
color : #fff;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation li.dropdown .dropdown-btn ,.header-style-two .header-lower .sticky-header .main-menu .navigation li.menu-item-has-children .dropdown-btn  {
color : #fff;
}
.header-style-two .header-lower .sticky-header .inner-container {
align-items : center;
}
.client-block a img {
height : 50px !important ;
width : 200px !important ;
}
@media (max-width: 767.98px) {
.header-style-two .header-lower .contact-info {
display : none;
}
}
@media (max-width: 575.98px) {
.header-style-two .header-lower .contact-info {
display : unset;
width : 232px;
margin-left : -170px;
}
.close_up img {
box-shadow : none !important ;
}
.close_up {
top : inherit !important ;
bottom : 0 !important ;
}
}
.header-style-two .header-lower .outer-box {
position : relative;
}
.header-style-two .header-lower .outer-box::before {
content : "";
position : absolute;
top : 50%;
left : -21px;
width : 1px;
height : 40px;
background-color : #d9d9d9;
transform : translateY(-50%);
}
@media (max-width: 767.98px) {
.header-style-two .header-lower .outer-box:before {
display : none;
}
}
.header-style-two .header-lower .outer-box .btn .header-btn-two {
background-color : #ff6809;
border-radius : 0;
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);	
text-transform : uppercase;
padding : 14px 40px 13px;
letter-spacing : 2px;
}
@media (max-width: 767.98px) {
.header-style-two .header-lower .outer-box .btn {
display : none;
}
}
.header-style-two .header-lower .outer-box .search-btn {
margin-right : 17px;
font-size : 24px;
color : var(--theme-color-dark);
}
@media (max-width: 767.98px) {
.header-style-two .header-lower .outer-box .search-btn {
display : none;
}
}
.sticky-header {
position : fixed;
visibility : hidden;
opacity : 0;
left : 0;
top : 0;
width : 100%;
padding : 0 0;
z-index : 99999;
background : #000;
box-shadow : 0 0 20px rgb(0, 0, 0, 0.05);
}
.sticky-header .inner-container {
display : flex;
}
@media (max-width: 1199.98px) {
.sticky-header .inner-container {
height : 70px;
align-items : center;
}
}
@media (max-width: 1199.98px) {
.sticky-header .mobile-nav-toggler {
display : inline-block;
margin-top : 8px;
}
}
.sticky-header.fixed-header {
opacity : 1;
z-index : 9999;
visibility : visible;
}
.sticky-header .logo {
margin-top : 15px;
}
@media (max-width: 1199.98px) {
.sticky-header .logo {
margin-top : 0;
}
}
.sticky-header .logo img {
max-height : 50px;
}
.sticky-header .nav-outer {
position : relative;
background : none;
margin-left : auto;
}
.sticky-header .main-menu .navigation > li {
margin : 0;
margin-left : 18px;
padding : 20px 0;
}
.sticky-header .main-menu .navigation > li > a {
color : #fff;
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
color : var(--theme-color1);
}
.sticky-header .outer-box, .sticky-header .navbar-header {
display : none;
}
@media only screen and (max-width: 1480px) {
.header-style-one .main-box .nav-outer {
margin-right : auto;
margin-left : 60px;
}
.header-style-one .main-menu .navigation > li {
margin-right : 30px;
}
}
@media only screen and (max-width: 1366px) {
.header-style-one .outer-box .social-list-one li {
margin-right : 20px;
}
.header-style-one .main-menu .navigation > li {
margin-right : 24px;
}
}
@media only screen and (max-width: 1200px) {
.nav-outer .main-menu {
display : none;
}
.menu-item-has-children {
    position: relative !important;
}
	.menu-item-has-children > a + span {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 15px;
    background-color: #ff6809;
    color: #fff;
    height: 42px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.menu-item-has-children .sub-menu {
}
.header-style-one .mobile-nav-toggler {
display : inline-block;
}
.header-style-one .sticky-header .main-menu {
display : none;
}
.header-style-one .sticky-header .mobile-nav-toggler {
display : inline-block;
}
}
@media only screen and (max-width: 767px) {
.header-style-one .outer-box .social-list-one:before {
display : none;
}
.header-style-one .main-box {
padding : 0;
}
}
@media only screen and (max-width: 576px) {
.header-style-one .outer-box .contact-info {
display : none;
}
}
@media only screen and (max-width: 480px) {
.header-style-one .outer-box .social-list-one {
display : none;
}
}
.mobile-nav-toggler {
position : relative;
font-size : 28px;
line-height : 20px;
cursor : pointer;
color : var(--theme-color1);
display : none;
top : -3px;
margin-left : 20px;
order : 8;
}
@media (max-width: 991.98px) {
.mobile-nav-toggler {
display : block;
}
}
.mobile-menu {
position : fixed;
right : 0;
top : 0;
width : 300px;
max-width : 100%;
height : 100%;
opacity : 0;
visibility : hidden;
z-index : 999999;
}
.mobile-menu .menu-backdrop {
position : fixed;
right : 0;
top : 0;
width : 100%;
height : 100%;
z-index : 1;
background : rgb(0, 0, 0, 0.7);
opacity : 0;
visibility : hidden;
}
.mobile-menu .upper-box {
position : relative;
display : flex;
align-items : center;
justify-content : space-between;
width : 100%;
padding : 15px 20px;
}
.mobile-menu .close-btn {
position : relative;
top : 0;
right : -5px;
text-align : center;
font-size : 18px;
color : #ffffff;
height : 30px;
width : 30px;
line-height : 30px;
background-color : rgb(255, 255, 255, 0.1);
cursor : pointer;
z-index : 10;
transition : all 0.5s ease;
transform : translateY(-50px);
}
.mobile-menu .close-btn:hover {
opacity : 0.5;
}
.mobile-menu .nav-logo {
position : relative;
text-align : left;
width : 100%;
}
.mobile-menu .nav-logo img {
max-height : 50px;
}
.mobile-menu .menu-box {
position : relative;
display : flex;
flex-direction : column;
justify-content : flex-start;
left : 0;
top : 0;
width : 100%;
height : 100%;
max-height : 100%;
overflow-y : auto;
background : #222222;
padding : 0 0;
z-index : 5;
opacity : 0;
visibility : hidden;
border-radius : 0;
transform : translateX(101%);
}
.mobile-menu .contact-info-box a {
color : #fff;
}
.mobile-menu-visible {
overflow : hidden;
}
.mobile-menu-visible .mobile-menu {
opacity : 1;
visibility : visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
opacity : 1;
visibility : visible;
transition : all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
opacity : 1;
visibility : visible;
transition : all 0.4s 200ms ease;
transform : translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
transform : translateY(0);
}
.mobile-menu-visible .scroll-to-top {
opacity : 0;
visibility : hidden;
}
.mobile-menu .navigation {
position : relative;
display : block;
width : 100%;
border-top : 1px solid rgb(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
position : relative;
display : block;
border-bottom : 1px solid rgb(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
border-bottom : none;
}
.mobile-menu .navigation li > ul > li:first-child {
border-top : 1px solid rgb(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
position : relative;
display : block;
line-height : 24px;
padding : 10px 20px;
font-size : 16px;
color : #ffffff;
font-weight : 400;
text-transform : capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
color : #ffffff;
}
.mobile-menu .navigation li.dropdown .dropdown-btn,.mobile-menu .navigation li.menu-item-has-children .dropdown-btn  {
position : absolute;
right : 0;
top : 0;
width : 44px;
height : 44px;
text-align : center;
font-size : 16px;
line-height : 44px;
color : #ffffff;
cursor : pointer;
z-index : 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after ,.mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after  {
content : "";
position : absolute;
left : 0;
top : 10px;
width : 1px;
height : 24px;
border-left : 1px solid rgb(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before, .mobile-menu .navigation li.menu-item-has-children .dropdown-btn.active i:before  {
content : "\f106";
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
display : none;
}
.mobile-menu .navigation li > ul > li {
padding-left : 20px;
}
.contact-list-one {
position : relative;
padding : 30px 20px 20px;
}
.contact-list-one li {position : relative;padding-left : 54px;min-height : 50px;margin-bottom : 20px;}
.contact-list-one li .icon {position : absolute;left: 10px;top : 3px;font-size : 22px;line-height : 50px;color : #ffffff;}
.contact-list-one li .title {
display : block;
font-size : 12px;
color : var(--theme-color1);
font-weight : 400;
text-transform : uppercase;
}
.contact-list-one li .text {
font-size : 14px;
line-height : 24px;
color : #ffffff;
}
.contact-list-one li .text a {
color : #ffffff;
transition : all 300ms ease;
}
.mobile-menu .social-links {
position : relative;
display : flex;
align-items : center;
justify-content : space-between;
background : #fdece3;
width : 100%;
border-top : 1px solid rgb(255, 255, 255, 0.1);
margin-top : auto;
}
.mobile-menu .social-links li {
position : relative;
text-align : center;
width : 100%;
border-right : 1px solid rgb(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
background-color : #ff6809;
position : relative;
display : block;
line-height : 50px;
height : 50px;
font-size : 14px;
text-align : center;
color : #ffffff;
transition : all 300ms ease;
}
.mobile-menu .social-links li a:hover {
color : var(--theme-color2);
}
.toggle-hidden-bar {
position : relative;
}
.hidden-bar {
position : fixed;
right : 0;
top : 0;
height : 100%;
overflow-y : auto;
z-index : 99999;
max-width : 320px;
width : 100%;
opacity : 0;
transform : translateX(100%);
visibility : hidden;
background : #ffffff;
transition : all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
width : 2px;
}
.hidden-bar::-webkit-scrollbar-track {
box-shadow : 0 0 2px #cecece inset;
border-radius : 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
background : #7a7a7a;
border-radius : 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
background : #7a7a7a;
}
.hidden-bar .inner-box {
position : relative;
width : 100%;
display : flex;
align-items : center;
flex-direction : column;
background-color : #000000;
height : 100%;
}
.hidden-bar .upper-box {
position : relative;
display : flex;
align-items : center;
justify-content : space-between;
width : 100%;
padding : 20px 30px 15px;
border-bottom : 1px solid rgb(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
position : relative;
top : -5px;
text-align : center;
font-size : 18px;
line-height : 30px;
color : var(--theme-color1);
cursor : pointer;
z-index : 10;
transition : all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
opacity : 0.5;
}
.hidden-bar .upper-box .nav-logo {
position : relative;
text-align : left;
width : 100%;
}
.hidden-bar .upper-box .nav-logo img {
max-height : 40px;
}
.hidden-bar .text-box {
position : relative;
padding : 25px 30px 25px;
}
.hidden-bar .text-box .title {
color : var(--theme-color-light);
}
.hidden-bar .text-box .text {
color : var(--theme-color-light);
}
.hidden-bar-back-drop {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-color : rgb(0, 0, 0, 0.5);
z-index : 999;
opacity : 0;
visibility : hidden;
transition : all 0.5s ease;
}
.active-hidden-bar .hidden-bar {
transform : translateX(0);
opacity : 1;
visibility : visible;
}
.active-hidden-bar .hidden-bar-back-drop {
opacity : 1;
visibility : visible;
}
.hidden-bar .social-links {
position : relative;
display : flex;
align-items : center;
justify-content : space-between;
background : #000000;
width : 100%;
border-top : 1px solid rgb(255, 255, 255, 0.2);
margin-top : auto;
}
.hidden-bar .social-links li {
position : relative;
text-align : center;
width : 100%;
border-right : 1px solid rgb(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
position : relative;
display : block;
line-height : 50px;
height : 50px;
font-size : 14px;
text-align : center;
color : var(--theme-color-light);
transition : all 300ms ease;
}
.hidden-bar .social-links li a:hover {
color : var(--theme-color1);
}
.sec-title {
position : relative;
margin-bottom : 47px;
}
@media (max-width: 575.98px) {
.sec-title {
margin-bottom : 40px;
}
}
.sec-title .sub-title {
position : relative;
font-size : 20px;
font-family: var(--title-font);
color : var(--theme-color1);
font-weight : 500;
text-transform : uppercase;
display : inline-block;
margin-bottom : 13px;
margin-top : 11px;
}
.sec-title .sub-title::after {
content : "";
position : absolute;
top : -8px;
left : 0;
width : 40px;
height : 3px;
background-color : #ff6809;
}
.sec-title .sub-title::before {
content : "";
position : absolute;
top : -11px;
left : 0;
width : 30px;
height : 1px;
background-color : #ff6809;
}
.sec-title h2 {
position : relative;
display : block;
font-size : var(--sec-title-font-size);
color : var(--sec-title-color);
font-weight : var(--sec-title-font-weight);
margin-bottom : 0;
text-transform : uppercase;
z-index : 2;
}
@media (max-width: 575.98px) {
.sec-title h2 {
font-size : 52px;
}
}
.sec-title .text {
margin-top : 12px;
}
.sec-title.light .text, .sec-title.light h2, .sec-title.light h1 {
color : #fff;
}
.sec-title.light .sub-title {
color : #717171;
letter-spacing : 1.5px;
}
.video_repl {
position : absolute;
top : 0;
z-index : -1;
left : 0;
}
.banner-section {
position : relative;
}
.banner-section .banner-slider, .banner-section .banner-slider-rtl {
height : 100vh;
min-height : 900px;
}
.banner-section .banner-slider .slick-list, .banner-section .banner-slider .slick-track, .banner-section .banner-slider-rtl .slick-list, .banner-section .banner-slider-rtl .slick-track {
height : 100%;
}
.banner-section .banner-slider .banner-slide, .banner-section .banner-slider-rtl .banner-slide {
position : relative;
height : 100%;
}
.banner-section .banner-slider .banner-slide > img, .banner-section .banner-slider-rtl .banner-slide > img {
width : 100%;
height : 100%;
object-fit : cover;
}
.banner-section .banner-slider .banner-slide .outer-box, .banner-section .banner-slider-rtl .banner-slide .outer-box {
position : absolute;
top : 50%;
left : 0;
width : 100%;
transform : translateY(-50%);
}
.banner-section .banner-slider .banner-slide .outer-box .content-box, .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box {
max-width : 745px;
}
.banner-section .banner-slider .banner-slide .outer-box .content-box .sub-title, .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .sub-title {
font-size : 18px;
color : var(--theme-color1);
margin-bottom : 8px;
display : inline-block;
}
.banner-section .banner-slider .banner-slide .outer-box .content-box h1, .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1 {
position : relative;
color : var(--theme-color-light);
font-weight : 700;
line-height : 119px;
margin-bottom : 26px;
text-shadow : 1px 1px 0 rgb(0, 0, 0, 0.6);
}
.banner-section .banner-slider .banner-slide .outer-box .content-box h1::before, .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box h1::before {
content : "";
position : absolute;
top : -16px;
right : 137px;
width : 60px;
height : 53px;
background-image : url(../images/resource/lines.png);
}
.banner-section .banner-slider .banner-slide .outer-box .content-box .spin, .banner-section .banner-slider-rtl .banner-slide .outer-box .content-box .spin {
animation : fa-spin 30s linear infinite;
}
.banner-section .banner-slider-rtl h1::before {
transform : rotate(250deg);
}
.slick-dots {
bottom : 50px;
right : 10%;
z-index : 99;
width : auto;
left : auto;
}
.slick-dots li {
position : relative;
margin : 0;
padding : 0;
}
.slick-dots li button {
width : 10px;
height : 10px;
background : rgb(0, 0, 0, 0.3);
border-radius : 50%;
padding : 0;
margin : 0;
position : relative;
}
.slick-dots li button:before {
content : "";
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%,-50%);
width : 6px;
height : 6px;
background : #000;
border-radius : 50%;
}
.slick-dots li.slick-active button {
background-color : #fff;
}
.banner-section-two {
position : relative;
}
.banner-section-two .banner-slider {
height : 725px;
}
.banner-section-two .banner-slider .slick-dots {
display : none !important ;
}
@media (max-width: 767.98px) {
.banner-section-two .banner-slider {
height : 600px;
}
}
@media (max-width: 575.98px) {
.banner-section-two .banner-slider {
height : 500px;
}
.banner-section-two .banner-slider .slick-next, .banner-section-two .banner-slider .slick-prev {
display : none !important ;
}
}
.banner-section-two .banner-slider .slick-list, .banner-section-two .banner-slider .slick-track {
height : 100%;
}
.banner-section-two .banner-slider .banner-slide {
position : relative;
height : 100%;
}
.banner-section-two .banner-slider .banner-slide > img {
width : 100%;
height : 100%;
object-fit : cover;
}
.banner-section-two .banner-slider .banner-slide .outer-box {
position : absolute;
top : 50%;
left : 0;
width : 100%;
transform : translateY(-50%);
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box {
max-width : 745px;
text-align : center;
margin : 0 auto;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title {
position : relative;
font-size : 20px;
color : var(--theme-color-light);
font-family: var(--title-font);
text-transform : uppercase;
margin-bottom : 8px;
display : inline-block;
padding : 7px 0;
margin-bottom : 30px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .sub-title::before {
content : "";
position : absolute;
bottom : 0;
right : 0;
width : 100%;
height : 4px;
background-color : #ff6809;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 150px;
position : relative;
color : var(--theme-color-light);
font-weight : 600;
line-height : 119px;
margin-bottom : 42px;
text-transform : uppercase;
letter-spacing : 12px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 span {
color : var(--theme-color1);
}
@media (max-width: 991.98px) {
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 100px;
line-height : 100px;
}
}
@media (max-width: 767.98px) {
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 70px;
line-height : 70px;
}
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box .theme-btn {
background-color : #ff6809;
border-radius : 0;
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);
text-transform : uppercase;
padding : 19px 50px 16px;
letter-spacing : 2px;
}
.banner-section-two .banner-slider .slick-prev, .banner-section-two .banner-slider .slick-next {
width : 52px;
height : 52px;
background : #fff;
border-radius : 50%;
line-height : 52px;
z-index : 99;
opacity : 0.6;
transition : all 0.3s ease;
}
.banner-section-two .banner-slider .slick-prev:before, .banner-section-two .banner-slider .slick-next:before {
color : #000;
font-weight : 900;
font-size : 24px;
position : absolute;
top : 50%;
left : 50%;
transform : translate(-50%,-50%);
opacity : 1;
transition : all 0.3s ease;
}
.banner-section-two .banner-slider .slick-prev:hover, .banner-section-two .banner-slider .slick-next:hover {
background : #ff6809;
opacity : 1;
}
.banner-section-two .banner-slider .slick-prev:hover:before, .banner-section-two .banner-slider .slick-next:hover:before {
color : #fff;
}
.banner-section-two .banner-slider .slick-prev {
left : 30px;
right : auto;
}
.banner-section-two .banner-slider .slick-next {
right : 30px;
}
@media only screen and (max-width: 991px) {
.banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 80px;
line-height : 90px;
}
}
@media only screen and (max-width: 767px) {
.banner-section .banner-slider .banner-slide .outer-box .content-box h1::before {
top : -70px;
right : 0;
}
}
@media only screen and (max-width: 480px) {
.banner-section .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 50px;
line-height : 60px;
}
.banner-section-two .banner-slider .banner-slide .outer-box .content-box h1 {
font-size : 50px;
line-height : 60px;
letter-spacing : 0;
}
}
.about-section {
position : relative;
padding : 120px 0;
}
.about-section .theme-btn {
letter-spacing : 1.5px;
}
.about-section .image-column .inner-column {
position : relative;
}
.about-section .image-column .inner-column::before {
content : "";
position : absolute;
top : 35px;
right : 117px;
width : 140px;
height : 144px;
background-image : url(../images/icons/dots-icon.png);
}
.about-section .image-column .inner-column .image-box {
position : relative;
}
.about-section .image-column .inner-column .image-box .image-2 {
position : absolute;
bottom : 0;
right : 0;
margin-bottom : 0;
}
@media (max-width: 991.98px) {
.about-section .image-column .inner-column .image-box .image-2 {
right : 200px;
}
}
@media (max-width: 767.98px) {
.about-section .image-column .inner-column .image-box .image-2 {
right : 50px;
}
}
.about-section .image-column .inner-column .image-box .exp-box {
position : absolute;
top : 97px;
right : 0;
width : 270px;
background-color : #ff6809;
padding : 43px 41px 32px;
}
@media (max-width: 991.98px) {
.about-section .image-column .inner-column .image-box .exp-box {
right : 200px;
}
}
@media (max-width: 767.98px) {
.about-section .image-column .inner-column .image-box .exp-box {
right : 15px;
top : 30px;
}
}
.about-section .image-column .inner-column .image-box .exp-box::before {
content : "";
position : absolute;
top : 10px;
left : 10px;
width : 250px;
height : 117px;
border : var(--theme-color-light) solid 2px;
}
@media (max-width: 991.98px) {
.about-section .image-column .inner-column .image-box .exp-box::before {
right : 300px;
}
}
.about-section .image-column .inner-column .image-box .exp-box .image-3 {
position : absolute;
top : 34px;
right : 20px;
margin-bottom : 0;
}
.about-section .image-column .inner-column .image-box .exp-box .title {
font-size : 48px;
color : var(--theme-color-light);
margin-bottom : -3px;
line-height : 34px;
}
.about-section .image-column .inner-column .image-box .exp-box span {
color : var(--theme-color-light);
text-transform : uppercase;
font-size : 16px;
font-family: var(--title-font);
letter-spacing : 1.5px;
}
.about-section .content-column .inner-column {
margin-top : 9px;
margin-left : 77px;
}
@media (max-width: 1199.98px) {
.about-section .content-column .inner-column {
margin-left : 3px;
}
}
@media (max-width: 991.98px) {
.about-section .content-column .inner-column {
margin-top : 50px;
}
}
.about-section .content-column .inner-column .sec-title {
margin-bottom : 24px;
}
.about-section .content-column .inner-column .sec-title h2 {
text-transform : uppercase;
}
@media (max-width: 991.98px) {
.about-section .content-column .inner-column .sec-title h2 {
font-size : 51px;
}
}
.about-section .content-column .inner-column .skills {
position : relative;
margin-bottom : 0;
margin-top : 26px;
}
.about-section .content-column .inner-column .skills .skill-item {
position : relative;
margin-bottom : 25px;
}
.about-section .content-column .inner-column .skills .skill-item:last-child {
margin-bottom : 0;
}
.about-section .content-column .inner-column .skills .skill-item .skill-header {
position : relative;
margin-bottom : 0;
}
.about-section .content-column .inner-column .skills .skill-item .skill-header .skill-title {
font-size : 18px;
margin-bottom : 7px;
text-transform : uppercase;
line-height : 27px;
}
.about-section .content-column .inner-column .skills .skill-item .skill-bar {
position : relative;
width : 100%;
height : 13px;
margin-bottom : 40px;
border-radius : 5px;
}
.about-section .content-column .inner-column .skills .skill-item .skill-bar .bar-inner {
position : relative;
width : 100%;
height : 13px;
background : #f6f6f6;
border-radius : 10px;
}
.about-section .content-column .inner-column .skills .skill-item .skill-bar .bar-inner .bar {
position : absolute;
left : 0;
top : 0;
height : 13px;
width : 0;
transition : all 3000ms ease;
border-radius : 10px;
background-color : #ff6809;
}
.about-section .content-column .inner-column .skills .skill-item .skill-bar .bar-inner .skill-percentage {
position : absolute;
right : 0;
bottom : 100%;
font-size : 14px;
font-weight : 400;
color : #767676;
line-height : 25px;
margin-bottom : 10px;
}
.about-section .content-column .inner-column .skills .skill-item .skill-bar .bar-inner .skill-percentage .count-box {
font-size : 16px;
}
.about-section .content-column .inner-column .discover {
display : inline-block;
background-color : #ff6809;
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);
text-transform : uppercase;
padding : 18px 50px 15px;
}
.about-section .auther-block .inner-box {
text-align : center;
background-color : #f6f6f6;
padding : 30px 22px 23px;
margin-top : 64px;
}
.about-section .auther-block .inner-box .designation {
font-size : 13px;
color : var(--theme-color1);
font-weight : 600;
text-transform : uppercase;
margin-top : 10px;
display : inline-block;
}
.about-section .auther-block .inner-box .name {
font-size : 20px;
text-transform : uppercase;
font-weight : 500;
line-height : 22px;
margin-bottom : 0;
}
.inner-column.second-colum {
margin-left : 0 !important ;
margin-right : 46px;
}
.about-section-two {
position : relative;
padding : 120px 0;
}
@media (max-width: 991.98px) {
.about-section-two .image-column {
margin-bottom : 40px;
}
}
@media (max-width: 575.98px) {
.about-section-two .image-column {
display : none;
}
}
.about-section-two .image-column .inner-column {
text-align : right;
}
.about-section-two .image-column .inner-column .image-box {
position : relative;
}
.about-section-two .image-column .inner-column .image-box .image {
max-width : 470px;
margin-left : auto;
}
.about-section-two .image-column .inner-column .image-box .image-2 {
position : absolute;
bottom : 50px;
left : -15px;
margin-bottom : 0;
}
.about-section-two .image-column .inner-column .image-box .image-3 {
position : absolute;
top : 70px;
left : 0;
}
.about-section-two .content-column .inner-column {
margin-left : 46px;
}
@media (max-width: 1199.98px) {
.about-section-two .content-column .inner-column {
margin-left : 0;
}
}
.about-section-two .content-column .inner-column .sec-title {
margin-bottom : 33px;
}
.about-section-two .content-column .inner-column .sec-title .text {
margin-top : 29px;
}
@media (max-width: 575.98px) {
.about-section-two .content-column .inner-column .sec-title h2 {
font-size : 35px;
line-height : 35px;
}
}
.about-section-two .content-column .inner-column .about-block-two {
margin-bottom : 30px;
}
.about-section-two .content-column .inner-column .about-block-two .inner-box {
display : flex;
align-items : center;
padding-bottom : 16px;
border-bottom : 1px solid #dcdcdc;
}
@media (max-width: 575.98px) {
.about-section-two .content-column .inner-column .about-block-two .inner-box {
flex-direction : column;
align-items : baseline;
}
}
.about-section-two .content-column .inner-column .about-block-two .inner-box .title {
font-size : 100px;
line-height : 76px;
margin-bottom : 0;
margin-right : 59px;
}
.about-section-two .content-column .inner-column .about-block-two .inner-box span {
position : relative;
text-transform : uppercase;
letter-spacing : 1px;
margin-top : -3px;
font-family: var(--title-font);	
}
.about-section-two .content-column .inner-column .about-block-two .inner-box span::before {
content : "";
position : absolute;
top : 0;
left : -31px;
width : 1px;
height : 48px;
background-color : #dcdcdc;
}
@media (max-width: 575.98px) {
.about-section-two .content-column .inner-column .about-block-two .inner-box span::before {
display : none;
}
}
.about-section-two .content-column .inner-column .btn-box {
display : flex;
align-items : center;
justify-content : space-between;
}
@media (max-width: 575.98px) {
.about-section-two .content-column .inner-column .btn-box {
flex-direction : column;
align-items : baseline;
}
}
.about-section-two .content-column .inner-column .btn-box .auther-info {
position : relative;
padding-left : 95px;
padding-top : 11px;
}
@media (max-width: 575.98px) {
.about-section-two .content-column .inner-column .btn-box .auther-info {
margin-bottom : 20px;
}
}
.about-section-two .content-column .inner-column .btn-box .auther-info .image {
position : absolute;
top : 0;
left : 0;
}
.about-section-two .content-column .inner-column .btn-box .auther-info .content-box span {
font-size : 13px;
color : var(--theme-color1);
text-transform : uppercase;
font-weight : 600;
}
.about-section-two .content-column .inner-column .btn-box .auther-info .content-box .title {
text-transform : uppercase;
letter-spacing : 2px;
font-weight : 500;
margin-top : -7px;
}
.about-section-two .content-column .inner-column .btn-box .read-more {
font-weight : 600;
font-size : 16px;
font-family: var(--title-font);	
text-transform : uppercase;
background-color : #ff6809;
color : var(--theme-color-light);
letter-spacing : 2px;
padding : 20px 48px 16px;
height : 59px;
line-height : 24px;
}
.list-style-two {
position : relative;
margin-bottom : 30px;
}
.list-style-two li {
position : relative;
font-size : var(--body-font-size);
font-weight : 400;
line-height : 22px;
color : var(--text-color);
padding-left : 35px;
margin-bottom : 10px;
transition : all 300ms ease;
}
.list-style-two li i {
position : absolute;
left : 0;
top : 0;
color : var(--theme-color1);
font-size : 18px;
line-height : 22px;
transition : all 300ms ease;
}
.list-style-two li a {
display : inline-block;
font-weight : inherit;
transition : all 300ms ease;
}
.list-style-two li a:hover {
color : var(--theme-color1);
}
.list-style-two.light li {
color : var(--theme-color-light);
}
.list-style-two.light li a {
color : inherit;
}
.services-section-two {
position : relative;
padding : 120px 0 90px;
background-image : url(../images/background/pattern.jpg);
background-size : cover;
background-repeat : no-repeat;
}
.services-section-two .sec-title .sub-title::before {
left : 50%;
transform : translateX(-50%);
}
.services-section-two .sec-title .sub-title::after {
left : 50%;
transform : translateX(-50%);
}
@media (max-width: 575.98px) {
.services-section-two .sec-title h2 {
font-size : 42px;
}
}
.service-block-two {
margin-bottom : 30px;
}
.service-block-two .inner-box:hover .image-box .image img {
transform : scale(1.2);
}
.service-block-two .inner-box:hover .image-box .icon-box {
background-color : #ff6809;
transform : translateY(-10px);
}
.service-block-two .inner-box:hover .image-box .icon-box i {
color : #fff;
}
.service-block-two .inner-box:hover .content-box::after {
border-color : #ff6809;
}
.service-block-two .inner-box .image-box {
position : relative;
}
.service-block-two .inner-box .image-box .image {
overflow : hidden;
}
.service-block-two .inner-box .image-box .image img {
width : 100%;
transition : all 0.3s ease;
}
.service-block-two .inner-box .image-box .icon-box {
position : absolute;
bottom : -17px;
left : 30px;
z-index : 99;
width : 80px;
height : 80px;
text-align : center;
line-height : 80px;
background-color : #ffffff;
box-shadow : 0 0 15px rgb(0, 0, 0, 0.1);
border-radius : 50%;
margin-bottom : 0;
transition : all 0.3s ease;
}
.service-block-two .inner-box .image-box .icon-box i {
font-size : 40px;
transition : all 0.3s ease;
color : var(--theme-color1);
}
@media (max-width: 767.98px) {
.service-block-two .inner-box .image-box .icon-box {
bottom : 15px;
}
}
@media (max-width: 575.98px) {
.service-block-two .inner-box .image-box .icon-box {
bottom : -16px;
}
}
.service-block-two .inner-box .content-box {
position : relative;
padding : 38px 30px 32px;
background-color : #ffffff;
}
.service-block-two .inner-box .content-box::before {
content : "";
position : absolute;
top : -29px;
left : 0;
width : 100%;
height : 55px;
background-color : #ffffff;
transform : skewY(-9deg);
}
@media (max-width: 767.98px) {
.service-block-two .inner-box .content-box::before {
height : 135px;
top : -82px;
}
}
@media (max-width: 575.98px) {
.service-block-two .inner-box .content-box::before {
height : 90px;
top : -27px;
}
}
.service-block-two .inner-box .content-box::after {
content : "";
position : absolute;
top : -38px;
left : 0;
width : 100%;
border : #dadadb solid 5px;
transform : skewY(-9deg);
transition : all 0.3s ease;
}
@media (max-width: 767.98px) {
.service-block-two .inner-box .content-box::after {
top : -91px;
}
}
@media (max-width: 575.98px) {
.service-block-two .inner-box .content-box::after {
top : -36px;
}
}
.service-block-two .inner-box .content-box .title {
text-transform : uppercase;
margin-bottom : 12px;
font-weight : 500;
}
.service-block-two .inner-box .content-box .title:hover {
color : var(--theme-color1);
}
.service-block-two .inner-box .content-box .text {
font-size : 14px;
margin-bottom : 22px;
}
.service-block-two .inner-box .content-box .read-more {
text-transform : capitalize;
font-size : 14px;
font-weight : 700;
}
.service-block-two .inner-box .content-box .read-more:hover {
color : var(--theme-color1);
}
.service-block-two .inner-box .content-box .read-more:hover i {
margin-left : 5px;
color : var(--theme-color1);
}
.service-block-two .inner-box .content-box .read-more i {
margin-left : 10px;
transition : all 0.3s ease;
}
.services-section-three {
position : relative;
padding : 120px 0;
margin-top : -16px;
}
@media (max-width: 1199.98px) {
.services-section-three .image-column {
display : none;
}
}
.services-section-three .content-column .inner-column {
padding : 116px 0 0;
margin-right : -225px;
position : relative;
z-index : 99;
}
@media (max-width: 1199.98px) {
.services-section-three .content-column .inner-column {
margin-right : 0;
margin-bottom : 40px;
}
}
.services-section-three .content-column .inner-column .sec-title {
position : relative;
margin-right : 277px;
margin-bottom : 38px;
}
.services-section-three .content-column .inner-column .sec-title::before {
content : "";
position : absolute;
bottom : -5px;
right : -105px;
width : 111px;
height : 86px;
background-image : url(../images/resource/arrow.png);
}
.services-section-three .content-column .inner-column .sec-title .sub-title {
color : var(--theme-color1);
}
@media (max-width: 575.98px) {
.services-section-three .content-column .inner-column .sec-title h2 {
font-size : 44px;
line-height : 44px;
}
}
@media (max-width: 1199.98px) {
.services-section-three .content-column .inner-column .sec-title {
margin-right : 0;
}
.services-section-three .content-column .inner-column .sec-title:before {
top : 0;
right : 0;
display : none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.services-section-three .content-column .inner-column .sec-title:before {
display : none;
}
}
@media (max-width: 575.98px) {
.services-section-three .content-column .inner-column .sec-title {
margin-right : 0;
}
}
@media (max-width: 991.98px) {
.service-block-three {
margin-bottom : 20px;
}
}
.service-block-three .inner-box {
box-shadow : 0 10px 60px rgb(0, 0, 0, 0.09);
background-repeat : no-repeat;
background-size : cover;
padding : 40px 40px 29px;
background : #fff;
position : relative;
}
.service-block-three .inner-box:before {
content : "";
position : absolute;
top : 0;
right : 0;
width : 89px;
height : 179px;
background-image : url(../images/resource/triangel.png);
transform : scale(0.7);
transform-origin : top right;
}
@media (max-width: 575.98px) {
.service-block-three .inner-box {
padding : 40px 21px 29px;
}
}
.service-block-three .inner-box .image-box {
background-color : #ff6809;
height : 70px;
width : 70px;
border-radius : 50%;
line-height : 67px;
text-align : center;
margin-bottom : 15px;
}
.service-block-three .inner-box .image-box img {
transition : all 0.3s ease;
}
.service-block-three .inner-box .title {
text-transform : uppercase;
font-weight : 500;
line-height : 29px;
margin-bottom : 0;
}
.service-block-three .inner-box:hover .image-box img {
transform : scale(-1) rotate(180deg);
}
.transofrm-section {
position : relative;
padding : 120px 0;
background-image : url(../images/background/8.jpg);
background-repeat : no-repeat;
background-size : cover;
background-position : center center;
}
@media (max-width: 575.98px) {
.transofrm-section {
padding : 95px 0;
}
}
.transofrm-section .content-box {
max-width : 630px;
margin : 0 auto;
}
.transofrm-section .content-box .icon-image {
margin-bottom : 36px;
}
.transofrm-section .content-box .title {
font-size : 70px;
text-transform : uppercase;
font-weight : 500;
line-height : 60px;
margin-bottom : 52px;
color : var(--theme-color-light);
}
@media (max-width: 767.98px) {
.transofrm-section .content-box .title {
font-size : 57px;
line-height : 50px;
}
}
@media (max-width: 575.98px) {
.transofrm-section .content-box .title {
font-size : 32px;
line-height : 32px;
margin-bottom : 35px;
}
}
.transofrm-section .content-box .read-more {
font-weight : 600;
text-transform : uppercase;
background-color : #ff6809;
color : var(--theme-color-light);
font-family: var(--title-font);
letter-spacing : 2px;
padding : 20px 48px 16px;
}
@media (max-width: 575.98px) {
.transofrm-section .content-box .read-more {
padding : 14px 30px 12px;
	
}
}
.services-section {
position : relative;
padding : 120px 0;
margin-top : -288px;
}
@media (max-width: 1199.98px) {
.services-section {
padding : 70px 0;
}
}
.services-section .sec-title .sub-title::before {
left : 26px;
}
.services-section .sec-title .sub-title::after {
left : 21px;
}
.services-section .service-block {
margin-bottom : 25px;
}
@media (max-width: 991.98px) {
.services-section .service-block {
margin-bottom : 50px;
}
}
.services-section .service-block .inner-box {
position : relative;
box-shadow : 0 10px 60px rgb(0, 0, 0, 0.09);
background-color : #ffffff;
border-bottom : 4px solid var(--theme-color-dark);
padding : 0 40px 29px;
transition : all 0.3s ease;
}
@media (max-width: 1199.98px) {
.services-section .service-block .inner-box {
padding : 0 25px 29px;
}
}
@media (max-width: 575.98px) {
.services-section .service-block .inner-box {
padding : 0 15px 29px;
}
}
.services-section .service-block .inner-box:hover {
border-color : #ff6809;
}
.services-section .service-block .inner-box:hover a {
background-color : #ff6809;
}
.services-section .service-block .inner-box:hover .content-box .icon-box {
background-color : #ff6809;
color : var(--theme-color-light);
}
.services-section .service-block .inner-box:hover .content-box .icon-box .icon {
transform : scale(-1) rotate(180deg);
}
.services-section .service-block .inner-box .content-box {
position : relative;
padding-left : 138px;
min-height : 107px;
margin-bottom : 23px;
}
.services-section .service-block .inner-box .content-box .icon-box {
position : absolute;
left : 0;
width : 108px;
height : 108px;
text-align : center;
line-height : 108px;
background-color : #f6f6f6;
color : var(--theme-color1);
transition : all 0.3s ease;
}
.services-section .service-block .inner-box .content-box .icon-box .icon {
font-size : 62px;
transition : all 0.3s ease;
}
.services-section .service-block .inner-box .content-box .title {
text-transform : uppercase;
line-height : 26px;
margin-bottom : 0;
font-size : 26px;
position : relative;
top : 63px;
font-weight : 500;
}
@media (max-width: 1199.98px) {
.services-section .service-block .inner-box .content-box .title {
font-size : 24px;
}
}
.services-section .service-block .inner-box a {
position : absolute;
bottom : -28px;
right : 40px;
width : 51px;
height : 51px;
text-align : center;
line-height : 51px;
background-color : #000000;
border-radius : 50%;
color : var(--theme-color-light);
display : inline-block;
transition : all 0.3s ease;
}
.project-section {
position : relative;
padding : 120px 0 90px;
margin-top : -440px;
margin-bottom : -348px;
z-index : 9;
}
.project-section .sec-title .sub-title::before {
left : 50%;
transform : translateX(-50%);
}
.project-section .sec-title .sub-title::after {
left : 50%;
transform : translateX(-50%);
}
.project-block {
margin-bottom : 30px;
padding : 0 15px;
}
.project-block .inner-box {
position : relative;
overflow : hidden;
}
.project-block .inner-box:hover .image-box img {
transform : scale(1.2);
}
.project-block .inner-box:hover .content-box {
opacity : 1;
visibility : visible;
transform : translateY(55%);
}
.project-block .inner-box .image-box {
overflow : hidden;
}
.project-block .inner-box .image-box img {
width : 100%;
transition : all 0.3s ease;
}
.project-block .inner-box .content-box {
position : absolute;
bottom : 0;
left : 15px;
text-align : center;
background-color : rgb(243, 106, 21, 0.9);
width : calc(100% - 30px);
height : 100%;
border-radius : 50%;
padding-top : 94px;
transition : all 0.3s ease;
transform : translateY(100%);
}
@media (max-width: 991.98px) {
.project-block .inner-box .content-box {
width : 100%;
left : 0;
}
}
.project-block .inner-box .content-box span {
text-transform : uppercase;
color : #fac3a1;
}
.project-block .inner-box .content-box .title {
text-transform : uppercase;
font-weight : 500;
color : var(--theme-color-light);
}
.project-block .inner-box .content-box .more {
position : absolute;
top : 0;
right : 46px;
width : 52px;
height : 52px;
background-color : #ffffff;
line-height : 52px;
text-align : center;
border-radius : 50%;
}
.project-block .inner-box .content-box .more:hover {
background-color : #ff6809;
color : #fff;
}
.project-slider .slick-dots {
right : auto;
bottom : -30px;
left : 50%;
transform : translateX(-50%);
}
@media (max-width: 991.98px) {
.project-slider .slick-dots {
width : 100%;
}
}
.project-slider .slick-dots li {
width : auto;
height : auto;
}
.project-slider .slick-dots li button {
width : 80px;
height : 3px;
background-color : #dcdcdc;
border-radius : unset;
}
@media (max-width: 767.98px) {
.project-slider .slick-dots li button {
width : 40px;
}
}
@media (max-width: 575.98px) {
.project-slider .slick-dots li button {
width : 30px;
}
}
.project-slider .slick-dots li button:before {
display : none;
}
.project-slider .slick-dots li button:after {
content : "";
position : absolute;
top : -7px;
right : 0;
width : 17px;
height : 17px;
background-color : #ff6809;
border-radius : 50%;
opacity : 0;
visibility : hidden;
transition : all 0.3s ease;
}
.project-slider .slick-dots li.slick-active button {
background : #ff6809;
}
.project-slider .slick-dots li.slick-active button:after {
opacity : 1;
visibility : visible;
}

@media only screen and (max-width: 1200px) {
.project-slider .slick-dots li button {
width : 40px;
}
.project-block .inner-box .content-box {
left : 0;
width : 100%;
}
}
.process-section {
position : relative;
padding : 120px 0 90px;
}
.process-section .sec-title {
max-width : 500px;
margin : 0 auto 60px;
}
.process-section .sec-title .sub-title::before {
left : 26px;
}
.process-section .sec-title .sub-title::after {
left : 21px;
}
.process-block {
margin-right : 30px;
}
.process-block .inner-box {
position : relative;
}
.process-block .inner-box:hover .image-box img {
transform : scale(1.1);
}
.process-block .inner-box .image-box .image {
overflow : hidden;
}
.process-block .inner-box .image-box .image img {
width : 100%;
transition : all 0.3s ease;
}
.process-block .inner-box .content-box {
position : absolute;
width : calc(100% - 80px);
bottom : 30px;
left : 40px;
background-color : #ff6809;
display : flex;
transition : all 0.3s ease;
}
.process-block .inner-box .content-box .info-box {
padding : 29px 0 28px 41px;
}
.process-block .inner-box .content-box .info-box span {
color : var(--theme-color-light);
text-transform : uppercase;
font-family: var(--title-font);
letter-spacing : 1px;
}
.process-block .inner-box .content-box .info-box .title {
text-transform : uppercase;
color : var(--theme-color-light);
margin-top : -4px;
margin-bottom : 0;
}
.shtcd_slid .process-block .inner-box .content-box .info-box {
padding : 29px 20px 28px 30px;
}
.process-block .inner-box .content-box .btn-box {
margin-left : auto;
}
.process-block .inner-box .content-box .btn-box a {
height : 117px;
width : 80px;
line-height : 117px;
text-align : center;
background-color : #ffffff;
display : inline-block;
}
.process-block .inner-box:hover .content-box {
width : 100%;
left : 0;
bottom : 0;
}
@media only screen and (max-width: 480px) {
.process-block .inner-box .content-box {
bottom : 0;
width : 100%;
left : 0;
}
.process-block .inner-box .content-box .info-box {
padding : 11px 0 14px 19px;
}
}
.testimonial-section {
position : relative;
padding : 120px 0;
}
@media (max-width: 575.98px) {
.testimonial-section {
padding : 80px 0;
}
}
.testimonial-section .sec-title .sub-title::before {
display : none;
}
.testimonial-section .sec-title .sub-title::after {
display : none;
}
.testimonial-block {
padding : 0 15px;
}
.testimonial-block .inner-box {
position : relative;
background : #fff;
position : relative;
padding : 35px 68px 45px 110px;
margin-left : 72px;
box-shadow : 0 0 10px rgb(0, 0, 0, 0.1);
margin : 30px 30px 30px 60px;
}
@media (max-width: 575.98px) {
.testimonial-block .inner-box {
margin-left : 0;
padding-left : 40px;
}
}
.testimonial-block .inner-box::before {
content : "";
position : absolute;
top : 0;
left : 0;
width : 10px;
height : 290px;
background-image : url(../images/resource/border.png);
}
.testimonial-block .inner-box::after {
content : "";
position : absolute;
top : 0;
right : 0;
width : 89px;
height : 179px;
background-image : url(../images/resource/triangel.png);
}
.testimonial-block .inner-box .image-box {
position : absolute;
top : 41px;
left : -72px;
}
@media (max-width: 575.98px) {

.testimonial-block .inner-box .image-box {
top : 10px;
right : 10px;
left : inherit;
}
}
.testimonial-block .inner-box .content-box .rating {display : flex;margin-bottom : 14px;list-style: none;padding: 0;}
.testimonial-block .inner-box .content-box .rating li {
color : #f94c30;
}
.testimonial-block .inner-box .content-box .rating li i {
margin-right : 4px;
}
.testimonial-block .inner-box .content-box .text {
font-size : 18px;
line-height : 34px;
margin-bottom : 40px;
}
.testimonial-block .inner-box .content-box .auther-info .title {
text-transform : uppercase;
margin-bottom : 0;
font-weight : 500;
margin-bottom : -8px;
}
.testimonial-block .inner-box .content-box .auther-info span {
font-size : 14px;
font-weight : 500;
color : var(--bg-theme-color1);
}
.testimonial-block .inner-box .content-box .auther-info .image {
position : absolute;
bottom : 48px;
right : 32px;
}
.chevron {
position : absolute;
width : 2.1rem;
height : 0.48rem;
opacity : 0;
transform : scale(0.3);
animation : move-chevron 3s ease-out infinite;
}
.chevron:first-child {
animation : move-chevron 3s 1s ease-out infinite;
}
.chevron:nth-child(2) {
animation : move-chevron 3s 2s ease-out infinite;
}
.chevron:before, .chevron:after {
content : "";
position : absolute;
top : 0;
height : 100%;
width : 50%;
background : #2c3e50;
}
.chevron:before {
left : 0;
transform : skewY(30deg);
}
.chevron:after {
right : 0;
width : 50%;
transform : skewY(-30deg);
}
@keyframes move-chevron {
25% {
opacity : 1;
}
33.3% {
opacity : 1;
transform : translateY(2.28rem);
}
66.6% {
opacity : 1;
transform : translateY(3.12rem);
}
100% {
opacity : 0;
transform : translateY(4.8rem) scale(0.5);
}
}
.icon_container {
display : flex;
align-items : center;
justify-content : center;
margin-bottom : 2rem;
}
span.v_section {
display : inline-block;
font-size : 1.1rem !important ;
color : #000 !important ;
transition : all 0.3s;
padding : 0.2rem 0.5rem;
}
a.scroll_down:hover span.v_section {
background : #ff6809 !important ;
border-radius : 4px;
color : #fff !important ;
}
.testmonial-section-two {
position : relative;
padding : 399px 0 116px;
background-image : url(../images/background/bag.jpg);
background-repeat : no-repeat;
background-size : cover;
}
.testmonial-section-two .btn-wrap {
margin-top : -10px;
}
.testmonial-section-two .btn-wrap button {
display : inline-block;
width : 52px;
height : 52px;
background-color : #fff;
border-radius : 50%;
box-shadow : 0 0 10px rgb(0, 0, 0, 0.1);
margin-right : 8px;
transition : all 0.3s ease;
}
.testmonial-section-two .btn-wrap button:last-child {
margin-right : 0;
}
.testmonial-section-two .btn-wrap button:hover {
background : #ff6809;
color : #fff;
}
.testmonial-section-two .slick-prev {
background-color : #ffffff;
color : var(--theme-color-dark);
}
.testmonial-section-two .testimonial-column .inner-column {
margin-right : -302px;
}
@media (max-width: 991.98px) {
.testmonial-section-two .testimonial-column .inner-column {
margin-right : 0;
margin-top : 50px;
margin-left : -15px;
}
}
@media (max-width: 1199.98px) {
.testmonial-section-two .sec-title h2 {
font-size : 53px;
}
}
@media (max-width: 575.98px) {
.testmonial-section-two .sec-title h2 {
font-size : 43px;
line-height : 43px;
}
}
.testimonial-block-two {
margin-bottom : 62px;
padding : 0 15px;
}
.testimonial-block-two.slick-current.slick-active .inner-box:before {
filter : grayscale(0);
}
.testimonial-block-two.slick-current.slick-active .inner-box .auther-info .image {
border-color : #ff6809;
}
.testimonial-block-two .inner-box {
position : relative;
background-color : #ffffff;
box-shadow : 0 0 10px rgb(0, 0, 0, 0.1);
padding : 52px 50px 73px;
margin : 10px 0;
}
.testimonial-block-two .inner-box .imagev2 {
position : absolute;
bottom : 10px;
right : 30px;
}
.testimonial-block-two .inner-box::before {
content : "";
position : absolute;
top : 0;
left : 0;
width : 246px;
height : 58px;
background-image : url(../images/resource/patten.png);
filter : grayscale(1);
transition : all 0.3s ease;
}
.testimonial-block-two .inner-box:after {
content : "";
position : absolute;
top : 100%;
right : 50px;
border-left : 50px solid #fff;
border-bottom : 50px solid transparent;
transform : rotate(10deg);
margin-top : -10px;
}
.testimonial-block-two .inner-box:hover:before {
filter : grayscale(0);
}
.testimonial-block-two .inner-box:hover .auther-info .image {
border-color : #ff6809;
}
.testimonial-block-two .inner-box .auther-info {
position : absolute;
bottom : -62px;
left : 50px;
padding-left : 122px;
padding-top : 63px;
margin-top : 27px;
}
.testimonial-block-two .inner-box .auther-info .image {
position : absolute;
top : 0;
left : 0;
border : #000 solid 6px;
border-radius : 50%;
transition : all 0.3s ease;
}
.testimonial-block-two .inner-box .auther-info .content-box .name {
margin-bottom : 0;
text-transform : uppercase;
line-height : 16px;
}
.testimonial-block-two .inner-box .auther-info .content-box .designation {
font-size : 14px;
}
@media only screen and (max-width: 480px) {
.testimonial-block-two .inner-box {
padding : 75px 25px 100px;
}
.testimonial-block-two .inner-box .auther-info {
left : 20px;
}
}
.pricing-section {
padding : 120px 0 90px;
position : relative;
}
.pricing-block {
margin-bottom : 30px;
position : relative;
}
.pricing-block .inner-box {
background-color : #ffffff;
border : #E1E1E1 solid 1px;
padding : 46px 40px 39px;
position : relative;
transition : all 300ms ease;
}
@media (max-width: 575.98px) {
.pricing-block .inner-box {
padding : 30px 30px 30px;
}
}
.pricing-block .inner-box:hover {
box-shadow : 0 10px 30px rgb(0, 0, 0, 0.1);
transform : translateY(-15px);
}
.pricing-block .inner-box .title-box {
border-bottom : 1px solid #E1E1E1;
margin-bottom : 25px;
padding-bottom : 17px;
position : relative;
}
.pricing-block .inner-box .title-box .price {
color : var(--theme-color1);
line-height : 60px;
margin-bottom : 28px;
}
.pricing-block .inner-box .title-box .price sub {
color : #333F4D;
font-size : 18px;
margin-left : 5px;
position : relative;
top : -5px;
}
.pricing-block .inner-box .title-box .title {
margin-bottom : 15px;
}
.pricing-block .inner-box .title-box .text {
margin-bottom : 0;
}
.pricing-block .inner-box .title-box .image {
position : absolute;
right : 0;
top : -4px;
}
@media (max-width: 575.98px) {
.pricing-block .inner-box .title-box .image {
display : inline-block;
margin-bottom : 20px;
position : relative;
top : 0;
}
}
.pricing-block .inner-box .features-list {
margin-bottom : 36px;
position : relative;
}
.pricing-block .inner-box .features-list li {
color : var(--theme-color-dark);
padding-left : 30px;
position : relative;
}
.pricing-block .inner-box .features-list li i {
color : var(--theme-color1);
font-size : 16px;
left : 0;
position : absolute;
text-align : center;
}
.pricing-block .inner-box .btn-style-one {
width : 100%;
}
.team-section {
position : relative;
padding : 120px 0 80px;
overflow : hidden;
background-color : #F6F6F6;
}
.team-section .sec-title {
max-width : 500px;
margin : 0 auto 60px;
}
.team-section .sec-title .sub-title::before {
left : 50%;
transform : translateX(-50%);
}
.team-section .sec-title .sub-title::after {
left : 50%;
transform : translateX(-50%);
}
.team-block {
position : relative;
margin-bottom : 40px;
}
.team-block .inner-box {
position : relative;
}
.team-block .inner-box:hover .image img {
transform : scale(1.1);
}
.team-block .inner-box:hover .social-links {
transform : scaleY(1) translateX(-50%);
opacity : 1;
visibility : visible;
}
.team-block .inner-box:hover .share-icon {
background-color : #ff6809;
color : var(--theme-color-light);
}
.team-block .image-box {
position : relative;
padding : 0 20px;
}
.team-block .image-box .image {
position : relative;
overflow : hidden;
margin-bottom : 0;
z-index : 1;
}
.team-block .image-box .image img {
width : 100%;
transition : all 400ms ease;
}
.team-block .info-box {
background-color : #000000;
text-align : center;
padding : 165px 0 19px;
margin-top : -123px;
}
.team-block .info-box .name {
text-transform : uppercase;
margin-bottom : 0;
color : var(--theme-color-light);
display : inline-block;
}
.team-block .info-box .name:hover {
color : var(--theme-color1);
}
.team-block .info-box .designation {
position : relative;
display : block;
transition : all 400ms ease;
color : #696969;
text-transform : uppercase;
margin-top : -6px;
}
.team-block .share-icon {
position : absolute;
bottom : -29px;
left : 50%;
transform : translateX(-50%);
height : 60px;
width : 60px;
line-height : 60px;
text-align : center;
font-size : 14px;
color : var(--theme-color-light);
background-color : #ff6809;
transition : all 300ms ease;
border-radius : 50%;
z-index : 3;
}
.team-block .social-links {
position : absolute;
left : 50%;
bottom : 46px;
margin-bottom : 0;
display : flex;
align-items : center;
flex-direction : column;
background-color : #ffffff;
transform : scaleY(0) translate(-50%);
transform-origin : bottom;
z-index : 3;
padding : 27px 13px 16px;
opacity : 0;
visibility : hidden;
transition : all 400ms ease;
}
@media (max-width: 575.98px) {
.team-block .social-links {
left : 50%;
}
}
.team-block .social-links::before {
content : "";
position : absolute;
border-top : 15px solid var(--theme-color-light);
border-right : 15px solid transparent;
bottom : -4px;
transform : rotate(-135deg);
left : 15px;
}
.team-block .social-links a {
position : relative;
line-height : 14px;
font-size : 20px;
margin-top : 26px;
color : var(--theme-color-dark);
border-radius : 50px;
border-radius : 0 0 50px 50px;
transition : all 300ms ease;
}
.team-block .social-links a:first-child {
margin-top : 0;
}
.features-section {
position : relative;
background-image : url(../images/background/2.jpg);
}
@media (max-width: 1199.98px) {
.features-section .image-column {
display : none;
}
}
.features-section .image-column .inner-column .image {
margin-left : -367px;
}
@media (max-width: 1399.98px) {
.features-section .image-column .inner-column .image {
margin-left : -311px;
}
}
.features-section .content-column .inner-column {
padding : 116px 0 0;
margin-left : -33px;
}
@media (max-width: 1199.98px) {
.features-section .content-column .inner-column {
margin-left : 0;
padding-bottom : 70px;
}
}
.features-section .content-column .inner-column .sec-title {
position : relative;
margin-right : 277px;
margin-bottom : 38px;
}
.features-section .content-column .inner-column .sec-title::before {
content : "";
position : absolute;
top : 70px;
right : -87px;
width : 111px;
height : 86px;
background-image : url(../images/resource/arrow.png);
}
.features-section .content-column .inner-column .sec-title .sub-title {
color : var(--theme-color1);
}
@media (max-width: 575.98px) {
.features-section .content-column .inner-column .sec-title h2 {
font-size : 44px;
line-height : 54px;
}
}
@media (max-width: 1199.98px) {
.features-section .content-column .inner-column .sec-title {
margin-right : 0;
}
.features-section .content-column .inner-column .sec-title:before {
top : 0;
right : 0;
display : none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.features-section .content-column .inner-column .sec-title:before {
display : none;
}
}
@media (max-width: 575.98px) {
.features-section .content-column .inner-column .sec-title {
margin-right : 0;
}
}
@media (max-width: 991.98px) {
.feature-block {
margin-bottom : 20px;
}
}
.feature-block .inner-box {
background-repeat : no-repeat;
background-size : cover;
padding : 40px 40px 29px;
position : relative;
background : #fff;
}
.feature-block .inner-box:before {
content : "";
position : absolute;
top : 0;
right : 0;
width : 89px;
height : 179px;
background-image : url(../images/resource/triangel.png);
transform : scale(0.7);
transform-origin : top right;
}
@media (max-width: 575.98px) {
.feature-block .inner-box {
padding : 40px 21px 29px;
}
}
.feature-block .inner-box .image-box {
background-color : #ff6809;
height : 70px;
width : 70px;
border-radius : 50%;
line-height : 67px;
text-align : center;
margin-bottom : 15px;
}
.feature-block .inner-box .image-box img {
transition : all 0.3s ease;
}
.feature-block .inner-box .title {
text-transform : uppercase;
font-weight : 500;
line-height : 29px;
margin-bottom : 0;
}
.feature-block .inner-box:hover .image-box img {
transform : scale(-1) rotate(180deg);
}
.news-section {position : relative;padding: 40px 0 80px;}
@media (max-width: 575.98px) {
.news-section {
padding-top : 20px;
}
}
@media (max-width: 991.98px) {
.news-section {
padding : 90px 0;
}
}
.news-section .sec-title .sub-title::before {
left : 26px;
}
.news-section .sec-title .sub-title::after {
left : 21px;
}
.news-block {
margin-bottom : 30px;
}
.news-block .inner-box {
position : relative;
}
.news-block .inner-box:hover .image-box .image img {
transform : scale(1.1);
transition : all 0.3s ease;
}
.news-block .inner-box .image-box {
position : relative;
}
.news-block .inner-box .image-box .image {
overflow : hidden;
}
.news-block .inner-box .image-box .image img {
transition : all 0.3s ease;
width : 100%;
}
.news-block .inner-box .image-box .outer-box {
display : flex;
position : absolute;
bottom : 20px;
left : 30px;
transition : all 0.3s ease;
}
@media (max-width: 1199.98px) {
.news-block .inner-box .image-box .outer-box {
left : 16px;
}
}
@media (max-width: 991.98px) {
.news-block .inner-box .image-box .outer-box {
left : 27px;
}
}
@media (max-width: 767.98px) {
.news-block .inner-box .image-box .outer-box {
left : 50%;
transform : translateX(-50%);
width : 100%;
justify-content : center;
}
}
.news-block .inner-box .image-box .date {
height : 68px;
width : 69px;
text-align : center;
background-color : #ff6809;
display : inline-block;
padding-top : 15px;
}
.news-block .inner-box .image-box .date .title {
font-size : 30px;
font-weight : 500;
color : var(--theme-color-light);
font-family: var(--title-font);	
margin-bottom : 0;
line-height : 20px;
}
.news-block .inner-box .image-box .date span {
color : var(--theme-color-light);
text-transform : uppercase;
}
.news-block .inner-box .image-box .post-info {
background-color : #ffffff;
display : flex;
padding : 5px 47px 5px 30px;
}
@media (max-width: 1199.98px) {
.news-block .inner-box .image-box .post-info {
padding-right : 18px;
}
}
@media (max-width: 991.98px) {
.news-block .inner-box .image-box .post-info {
padding-right : 47px;
}
}
@media (max-width: 767.98px) {
.news-block .inner-box .image-box .post-info {
max-width : 243px;
}
}
@media (max-width: 575.98px) {
.news-block .inner-box .image-box .post-info {
display : none;
}
}
.news-block .inner-box .image-box .post-info li {
position : relative;
font-size : 14px;
font-weight : 400;
color : var(--text-color);
font-family: var(--title-font);
margin-right : 56px;
display : flex;
text-transform : uppercase;
flex-direction : column;
letter-spacing : 1px;
}
.news-block .inner-box .image-box .post-info li::before {
content : "";
position : absolute;
top : 10px;
right : -30px;
width : 1px;
height : 1px;
height : 38px;
background-color : #dcdcdc;
}
.news-block .inner-box .image-box .post-info li i {
color : var(--theme-color1);
margin-right : 5px;
position : relative;
top : 6px;
}
.news-block .inner-box .image-box .post-info li:last-child {
margin-right : 0;
}
.news-block .inner-box .image-box .post-info li:last-child::before {
display : none;
}
.news-block .inner-box .content-box {
padding : 26px 30px 0;
box-shadow : 0 0 15px rgb(0, 0, 0, 0.1);
text-align : center;
}
@media (max-width: 1199.98px) {
.news-block .inner-box .content-box {
padding : 26px 23px 0;
}
}
.news-block .inner-box .content-box .title {
font-size : 30px;
line-height : 34px;
transition : all 0.3s ease;
margin-bottom : 0;
text-transform : uppercase;
padding : 0 24px 20px;
border-bottom : 1px solid #dcdcdc;
}
@media (max-width: 1199.98px) {
.news-block .inner-box .content-box .title {
padding : 0 0 20px;
}
}
@media (max-width: 767.98px) {
.news-block .inner-box .content-box .title {
padding : 0 87px 20px;
}
}
@media (max-width: 575.98px) {
.news-block .inner-box .content-box .title {
padding : 0 0 20px;
}
}
.news-block .inner-box .content-box .title:hover {
color : var(--theme-color1);
}
.news-block .inner-box .content-box .btn {
font-size : 14px;
text-transform : uppercase;
font-family: var(--title-font);
padding : 12px 0;
font-weight : 600;
letter-spacing : 1px;
width : 100%;
border : 0;
background : unset;
}
.news-block .inner-box .content-box .btn span {
display : flex;
width : 100%;
justify-content : space-between;
}
.news-section-two {
position : relative;
padding : 120px 0 90px;
}
@media (max-width: 575.98px) {
.news-section-two {
padding-top : 20px;
}
}
@media (max-width: 991.98px) {
.news-section-two {
padding : 90px 0;
}
}
.news-section-two .sec-title .sub-title::before {
left : 50%;
transform : translateX(-50%);
}
.news-section-two .sec-title .sub-title::after {
left : 50%;
transform : translateX(-50%);
}
.news-block-two {
margin-bottom : 30px;
}
.news-block-two .inner-box {
position : relative;
}
.news-block-two .inner-box:hover .image-box .image img {
transform : scale(1.1);
transition : all 0.3s ease;
}
.news-block-two .inner-box .image-box {
position : relative;
}
.news-block-two .inner-box .image-box .image {
overflow : hidden;
}
.news-block-two .inner-box .image-box .image img {
transition : all 0.3s ease;
width : 100%;
}
.news-block-two .inner-box .image-box .outer-box {
display : flex;
position : absolute;
bottom : 20px;
left : 30px;
transition : all 0.3s ease;
}
@media (max-width: 1199.98px) {
.news-block-two .inner-box .image-box .outer-box {
left : 16px;
}
}
@media (max-width: 991.98px) {
.news-block-two .inner-box .image-box .outer-box {
left : 27px;
}
}
.news-block-two .inner-box .image-box .date {
height : 68px;
width : 69px;
text-align : center;
background-color : #ff6809;
display : inline-block;
padding-top : 15px;
}
.news-block-two .inner-box .image-box .date .title {
font-size : 30px;
font-weight : 500;
color : var(--theme-color-light);
font-family: var(--title-font);	
margin-bottom : 0;
line-height : 20px;
}
.news-block-two .inner-box .image-box .date span {
color : var(--theme-color-light);
text-transform : uppercase;
}
.news-block-two .inner-box .content-box {
padding : 26px 30px 0;
box-shadow : 0 0 15px rgb(0, 0, 0, 0.1);
text-align : center;
}
@media (max-width: 1199.98px) {
.news-block-two .inner-box .content-box {
padding : 26px 23px 0;
}
}
.news-block-two .inner-box .content-box .post-info {
background-color : #ffffff;
display : flex;
padding : 5px 47px 5px 30px;
margin-bottom : 6px;
justify-content : center;
}
@media (max-width: 1199.98px) {
.news-block-two .inner-box .content-box .post-info {
padding-right : 18px;
}
}
@media (max-width: 991.98px) {
.news-block-two .inner-box .content-box .post-info {
padding-right : 47px;
}
}
@media (max-width: 575.98px) {
.news-block-two .inner-box .content-box .post-info {
display : none;
}
}
.news-block-two .inner-box .content-box .post-info li {
position : relative;
font-size : 14px;
font-weight : 400;
color : var(--text-color);
font-family: var(--title-font);	
margin-right : 8px;
display : flex;
letter-spacing : 1px;
}
.news-block-two .inner-box .content-box .post-info li i {
color : #fd4849;
margin-right : 5px;
position : relative;
top : -2px;
}
.news-block-two .inner-box .content-box .post-info li:last-child {
margin-right : 0;
}
.news-block-two .inner-box .content-box .title {
font-size : 30px;
line-height : 34px;
transition : all 0.3s ease;
margin-bottom : 0;
text-transform : uppercase;
padding : 0 24px 20px;
border-bottom : 1px solid #dcdcdc;
}
@media (max-width: 1199.98px) {
.news-block-two .inner-box .content-box .title {
padding : 0 0 20px;
}
}
@media (max-width: 767.98px) {
.news-block-two .inner-box .content-box .title {
padding : 0 87px 20px;
}
}
@media (max-width: 575.98px) {
.news-block-two .inner-box .content-box .title {
padding : 0 0 20px;
}
}
.news-block-two .inner-box .content-box .title:hover {
color : var(--theme-color1);
}
.news-block-two .inner-box .content-box .btn {
font-size : 14px;
text-transform : uppercase;
font-family: var(--title-font);	
padding : 12px 0;
font-weight : 600;
letter-spacing : 1px;
width : 100%;
border : 0;
background : unset;
}
.news-block-two .inner-box .content-box .btn:hover {
color : var(--theme-color1);
}
.news-block-two .inner-box .content-box .btn span {
display : flex;
width : 100%;
justify-content : space-between;
}
.faqs-section-home1 {
position : relative;
margin-top : -160px;
padding : 260px 0 70px;
background-repeat : no-repeat;
background-position : center;
background-size : cover;
}
.faqs-section-home1:before {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-color : #ebf1f5;
opacity : 0.95;
content : "";
}
.faqs-section-home1 .sec-title {
margin-bottom : 30px;
}
.faqs-section-home1 .faq-column {
position : relative;
margin-bottom : 50px;
}
.faqs-section-home1 .faq-column .inner-column {
position : relative;
}
.faqs-section-home2 {
position : relative;
margin-top : -100px;
padding : 200px 0 70px;
z-index : -1;
background-repeat : no-repeat;
background-position : center;
background-size : cover;
}
.accordion-box.style-two {
position : relative;
background-color : #ffffff;
padding : 0 30px;
box-shadow : 0 10px 30px rgb(0, 0, 0, 0.1);
}
.accordion-box.style-two .block {
box-shadow : none;
position : relative;
}
.accordion-box.style-two .block .acc-btn {
border-bottom : 1px solid #dddddd;
border-radius : 0;
cursor : pointer;
font-size : 18px;
font-weight : 700;
letter-spacing : -0.04em;
line-height : 25px;
padding : 25px 0;
padding-right : 70px;
position : relative;
transition : all 500ms ease;
}
.accordion-box.style-two .block .acc-btn .icon {
position : absolute;
right : 0;
top : 40px;
height : 35px;
font-size : 14px;
line-height : 38px;
color : var(--headings-color);
text-align : center;
transition : all 500ms ease;
}
.accordion-box.style-two .block .acc-btn.active {
color : var(--theme-color1);
background-color : transparent;
}
.accordion-box.style-two .block .acc-btn.active .icon {
color : var(--bg-theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .icon:before {
content : "\f068";
}
.accordion-box.style-two .block .acc-content {
position : relative;
display : none;
}
.accordion-box.style-two .block .acc-content .content {
border-bottom : 1px solid #dddddd;
padding : 25px 0;
position : relative;
}
.accordion-box.style-two .block .acc-content .content .text {
display : block;
font-size : 16px;
line-height : 30px;
color : #7c858c;
margin-bottom : 0;
}
.accordion-box.style-two .block .acc-content.current {
display : block;
}
.faq-block {
position : relative;
margin-bottom : 40px;
}
.faq-block .inner-box {
padding-left : 70px;
position : relative;
}
.faq-block .inner-box:hover .icon {
background-color : #ff6809;
}
.faq-block .icon {
position : absolute;
left : 0;
top : 0;
display : flex;
align-items : center;
justify-content : center;
height : 50px;
width : 50px;
color : #fff;
background-color : #ff6809;
border-radius : 50%;
font-size : 14px;
transition : all 300ms ease;
}
.faq-block h4 {
font-size : 18px;
line-height : 1.2em;
color : var(--theme-color3);
font-weight : 700;
margin-bottom : 10px;
}
.faq-block .text {
font-size : 16px;
line-height : 30px;
}
.pie-graph {
position : relative;
}
.pie-graph .graph-outer {
position : relative;
display : flex;
align-items : center;
justify-content : center;
margin-bottom : 15px;
}
.pie-graph .graph-outer .inner-text {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
display : flex;
align-items : center;
justify-content : center;
font-size : 24px;
color : var(--theme-color2);
font-weight : 400;
line-height : 1em;
}
.pie-graph .title {
font-size : 18px;
line-height : 1.2em;
margin-bottom : 0;
}
.home-2-tabs {
position : relative;
}
.home-2-tabs .nav-tabs {
border-bottom : none;
}
.home-2-tabs .nav-tabs .nav-link {
background-color : #fff;
border-color : transparent;
border-radius : 5px;
box-shadow : 0 1px 72px 0 rgb(0, 0, 0, 0.14);
color : #151515;
font-size : 14px;
font-weight : 600;
padding : 10px 35px;
}
@media (max-width: 425px) {
.home-2-tabs .nav-tabs .nav-link {
margin-bottom : 20px;
}
}
.home-2-tabs .nav-tabs .nav-link.active {
background-color : #151515;
color : #fff;
}
.clients-section {
position : relative;
}
.clients-section .sponsors-outer {
padding : 50px 0;
border-bottom : 1px solid #dcdcdc;
}
.clients-section .slick-prev {
display : none;
}
.clients-section .slick-next {
display : none;
}
.client-block {
position : relative;
overflow : hidden;
text-align : center;
}
.client-block a {
position : relative;
padding : 26px 30px 29px;
display : inline-block;
transition : all 300ms ease;
text-align : center;
}
.client-block a:hover {
background-color : #f6f6f6;
}
.client-block a:hover img {
opacity : 1;
}
.client-block img {
display : inline-block !important ;
width : auto !important ;
transition : all 0.3s ease;
}
.clients-section-two {
position : relative;
}
.clients-section-two .sponsors-outer {
padding : 70px 0;
border-top : 1px solid #dcdcdc;
}
.clients-section-two .slick-prev {
display : none;
}
.clients-section-two .slick-next {
display : none;
}
.client-block-two {
position : relative;
overflow : hidden;
text-align : center;
}
.client-block-two a {
position : relative;
padding : 26px 30px 29px;
display : inline-block;
transition : all 300ms ease;
text-align : center;
}
.client-block-two a:hover {
background-color : #f6f6f6;
}
.client-block-two a:hover img {
opacity : 1;
}
.client-block-two img {
display : inline-block !important ;
width : auto !important ;
transition : all 0.3s ease;
}
.fun-fact-section {
position : relative;
background-image : url(../images/background/funfact.png);
padding : 90px 0 82px;
background-repeat : no-repeat;
background-size : cover;
}
.fun-fact-section .fact-counter {
position : relative;
}
@media (max-width: 575.98px) {
.fun-fact-section .fact-counter {
margin-top : -70px;
}
}
.counter-block {
position : relative;
margin-bottom : 30px;
}
.counter-block:last-child .inner {
margin-right : 0;
}
.counter-block:last-child .inner::before {
display : none;
}
.counter-block .inner {
position : relative;
border-radius : 10px;
text-align : center;
margin-right : 6px;
height : 100%;
transition : all 300ms ease;
}
.counter-block .inner::before {
content : "";
position : absolute;
top : 0;
right : -20px;
width : 1px;
height : 175px;
background-color : #c6c6c6;
}
.counter-block .inner:hover .icon {
transform : scale(-1) rotate(180deg);
}
.counter-block .icon-box {
width : 103px;
height : 104px;
line-height : 135px;
margin : 0 auto 6px;
text-align : center;
background-color : #ff6809;
}
.counter-block .icon-box .icon {
display : inline-block;
color : var(--theme-color-light);
font-size : 62px;
line-height : 1em;
transition : all 300ms ease;
}
.counter-block .count-box {
position : relative;
font-size : 48px;
line-height : 58px;
font-weight : 600;
color : var(--theme-color-dark);
font-family: var(--title-font);
letter-spacing : -1.92px;
}
.counter-block .count-box .count-text {
font-size : 40px;
line-height : 58px;
font-weight : 600;
font-family: var(--title-font);
color : var(--theme-color-dark);
}
.counter-block .counter-title {
font-size : 16px;
text-transform : uppercase;
line-height : 22px;
font-weight : 400;
color : var(--theme-color-dark);
margin-bottom : 0;
margin-top : -9px;
letter-spacing : 2px;
}
.what-we-do-section-two {
position : relative;
padding : 120px 0 387px;
background-image : url(../images/background/6.jpg);
}
.what-we-do-section-two .content-column .inner-column {
margin-top : 100px;
}
.what-we-do-section-two .content-column .inner-column .sec-title {
margin-bottom : 43px;
}
.what-we-do-section-two .content-column .inner-column .sec-title .text {
color : var(--text-color);
}
.what-we-do-section-two .content-column .inner-column .sec-title h2 {
margin-bottom : 30px;
}
@media (max-width: 1199.98px) {
.what-we-do-section-two .content-column .inner-column .sec-title h2 {
font-size : 44px;
}
}
.what-we-do-section-two .content-column .inner-column .counter-block-two {
position : relative;
margin-bottom : 30px;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two:last-child .inner {
margin-right : 0;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two:last-child .inner::before {
display : none;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .inner {
position : relative;
padding-left : 124px;
padding-top : 12px;
min-height : 104px;
border-radius : 10px;
margin-right : 6px;
height : 100%;
transition : all 300ms ease;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .inner:hover .icon {
transform : scale(-1) rotate(180deg);
}
@media (max-width: 1199.98px) {
.what-we-do-section-two .content-column .inner-column .counter-block-two .inner {
padding-left : 93px;
padding-top : 0;
}
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box {
position : absolute;
top : 0;
left : 0;
width : 103px;
height : 104px;
line-height : 135px;
margin : 0 0 6px;
text-align : center;
background-color : #111111;
}
@media (max-width: 1199.98px) {
.what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box {
width : 81px;
height : 81px;
line-height : 111px;
}
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .icon-box .icon {
display : inline-block;
color : var(--theme-color1);
font-size : 62px;
line-height : 1em;
transition : all 300ms ease;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .count-box {
position : relative;
font-size : 48px;
line-height : 58px;
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);
letter-spacing : -1.92px;
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .count-box .count-text {
font-size : 40px;
line-height : 58px;
font-weight : 400;
font-family: var(--title-font);	
color : var(--theme-color-light);
}
.what-we-do-section-two .content-column .inner-column .counter-block-two .counter-title {
font-size : 16px;
text-transform : uppercase;
line-height : 22px;
font-weight : 400;
color : var(--theme-color-light);
margin-bottom : 0;
margin-top : -9px;
letter-spacing : 2px;
}
@media (max-width: 991.98px) {
.what-we-do-section-two .image-column {
display : none;
}
}
.what-we-do-section-two .image-column .inner-column {
margin-right : -360px;
}
@media (max-width: 1199.98px) {
.what-we-do-section-two .image-column .inner-column {
margin-right : -471px;
}
}
.what-we-do-section-two .image-column .image-box {
position : relative;
}
.what-we-do-section-two .image-column .image-box .read-more {
position : absolute;
top : 249px;
left : -250px;
font-size : 30px;
z-index : 99;
font-family: var(--title-font);	
color : var(--theme-color-light);
text-transform : uppercase;
background-color : #ff6809;
padding : 24px 213px 20px;
transform : rotate(-90deg);
}
.management-section {
position : relative;
padding : 120px 0;
background-image : url(../images/background/7.jpg);
}
@media (max-width: 991.98px) {
.management-section .image-column {
display : none;
}
}
.management-section .image-column .inner-column {
margin-left : -367px;
}
.management-section .image-column .inner-column .image-box {
position : relative;
}
.management-section .image-column .inner-column .image-box .content-box {
position : absolute;
top : 0;
right : 95px;
background-color : rgb(243, 106, 21, 0.9);
width : 201px;
height : 100%;
padding : 80px 30px 40px;
}
@media (max-width: 1199.98px) {
.management-section .image-column .inner-column .image-box .content-box {
right : 7px;
}
}
.management-section .image-column .inner-column .image-box .content-box .play-now {
position : relative;
display : inline-block;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .icon {
color : var(--theme-color-light);
font-size : 22px;
width : 90px;
height : 90px;
line-height : 90px;
background-color : #000000;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple {
width : 90px;
height : 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:before {
width : 90px;
height : 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:after {
width : 90px;
height : 90px;
}
@media only screen and (max-width: 1199px) {
.management-section .image-column .inner-column .image-box .content-box .play-now {
margin : 0;
}
}
.management-section .image-column .inner-column .image-box .content-box .text {
position : absolute;
bottom : 32px;
left : 30px;
text-align : left;
color : var(--theme-color-light);
font-weight : 700;
}
.management-section .content-column .inner-column {
margin-top : 118px;
}
@media (max-width: 1199.98px) {
.management-section .content-column .inner-column {
margin-top : 60px;
}
}
.management-section .content-column .inner-column .sec-title {
margin-bottom : 50px;
}
.management-section .content-column .inner-column .sec-title .text {
color : var(--text-color);
margin-top : 28px;
}
@media (max-width: 575.98px) {
.management-section .content-column .inner-column .sec-title h2 {
font-size : 37px;
line-height : 37px;
}
}
.manegement-block {
margin-bottom : 32px;
}
.manegement-block:last-child {
margin-bottom : 0;
}
.manegement-block .inner-box {
position : relative;
padding-left : 85px;
}
@media (max-width: 575.98px) {
.manegement-block .inner-box {
padding-left : 0;
}
}
.manegement-block .inner-box .icon-box {
position : absolute;
top : 0;
left : 0;
background-color : #ff6809;
width : 60px;
height : 60px;
line-height : 60px;
border-radius : 50%;
text-align : center;
}
.manegement-block .inner-box .icon-box i {
color : #fff;
font-size : 28px;
font-weight : 500;
}
@media (max-width: 575.98px) {
.manegement-block .inner-box .icon-box {
position : static;
margin-bottom : 20px;
}
}
.manegement-block .inner-box .content-box {
position : relative;
top : -6px;
}
.manegement-block .inner-box .content-box .title {
margin-bottom : 6px;
text-transform : uppercase;
color : var(--theme-color-light);
}
.benefits-section {
position : relative;
padding : 120px 0;
}
.benefits-section .sec-title {
margin-bottom : 48px;
}
.benefits-section .sec-title .text {
padding-right : 170px;
}
@media (max-width: 767.98px) {
.benefits-section .sec-title .text {
padding-right : 0;
}
}
@media (max-width: 575.98px) {
.benefits-section .sec-title h2 {
font-size : 43px;
line-height : 45px;
}
}
.benefits-section .benefit-block-sec {
display : flex;
flex-wrap : wrap;
}
.benefits-section .image-column .inner-column {
text-align : right;
}
.benefits-section .image-column .inner-column .image-box {
position : relative;
}
@media (max-width: 991.98px) {
.benefits-section .image-column .inner-column .image-box {
margin-top : 50px;
}
.benefits-section .image-column .inner-column .image-box img {
width : 100%;
}
}
.benefits-section .image-column .inner-column .image-box .image-2 {
position : absolute;
left : -16px;
bottom : -150px;
margin-bottom : 0;
font-size : 40px;
}
@media (max-width: 991.98px) {
.benefits-section .image-column .inner-column .image-box .image-2 {
left : 133px;
bottom : -74px;
}
}
@media (max-width: 575.98px) {
.benefits-section .image-column .inner-column .image-box .image-2 {
display : none;
}
}
.benefits-section .image-column .inner-column .image-box .exp-box {
position : absolute;
bottom : 26px;
right : 23px;
width : 224px;
background-color : #ff6809;
text-align : left;
border : var(--theme-color-light) solid 10px;
padding : 22px 27px 17px;
}
.benefits-section .image-column .inner-column .image-box .exp-box::before {
content : "";
position : absolute;
top : 0;
left : 0;
width : 204px;
height : 99px;
border : var(--theme-color-dark) solid 3px;
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box {
position : relative;
padding-left : 46px;
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box .image {
position : absolute;
top : 0;
left : 0;
}
.benefits-section .image-column .inner-column .image-box .exp-box .content-box .title {
color : var(--theme-color-light);
font-weight : 800;
}
.benefits-section .image-column .inner-column .image-box .exp-box span {
font-size : 15px;
color : var(--theme-color-light);
margin-top : -16px;
display : block;
}
.benefits-section .bottom-content {
display : flex;
justify-content : center;
max-width : 670px;
margin : 0 auto;
margin-top : 58px;
}
@media (max-width: 991.98px) {
.benefits-section .bottom-content {
margin-top : 120px;
}
}
@media (max-width: 767.98px) {
.benefits-section .bottom-content {
display : none;
}
}
.benefits-section .bottom-content input {
width : 100%;
color : #04171a;
font-weight : 500;
height : 49px;
border : #04171a solid 1px;
padding : 8px 29px 8px;
}
.benefits-section .bottom-content .theme-btn {
font-size : 14px;
font-weight : 700;
height : 49px;
line-height : 49px;
background-color : #04171a;
color : var(--theme-color-light);
display : inline-block;
padding : 0 40px;
text-transform : capitalize;
min-width : 170px;
}
.benefits-section .bottom-content .theme-btn:before {
background : #ff6809;
}
.benefit-block {
margin-bottom : 20px;
}
@media (max-width: 991.98px) {
.benefit-block {
width : 100%;
}
}
.benefit-block .inner-box {
position : relative;
padding : 29px 0 26px 94px;
background-color : #ffffff;
box-shadow : 0 10px 60px rgb(0, 0, 0, 0.09);
width : 280px;
margin-right : 20px;
}
@media (max-width: 991.98px) {
.benefit-block .inner-box {
width : 100%;
margin-right : 0;
}
}
.benefit-block .inner-box:hover .icon-box {
background-color : #ff6809;
color : var(--theme-color-light);
}
.benefit-block .inner-box:hover .icon-box i {
transform : scale(-1) rotate(180deg);
}
.benefit-block .inner-box:hover .title {
color : var(--theme-color1);
}
.benefit-block .inner-box .icon-box {
position : absolute;
top : 13px;
left : 19px;
font-size : 32px;
width : 60px;
height : 60px;
text-align : center;
line-height : 60px;
background-color : #000000;
border-radius : 50%;
color : var(--theme-color-light);
transition : all 0.3s ease;
}
.benefit-block .inner-box .icon-box i {
transition : all 0.3s ease;
}
.benefit-block .inner-box .title {
text-transform : uppercase;
font-family: var(--title-font);	
margin-bottom : 0;
transition : all 0.3s ease;
font-weight : 500;
}
.benefits-section-two {
position : relative;
padding : 120px 0 90px;
}
.benefits-section-two .bg {
max-height : 374px;
background-image : url(../images/background/5.jpg);
}
.benefits-section-two .sec-title {
position : relative;
}
.benefits-section-two .sec-title .text {
position : absolute;
top : -5px;
right : 0;
color : #5e5e5e;
max-width : 492px;
}
@media (max-width: 991.98px) {
.benefits-section-two .sec-title .text {
display : none;
}
}
.benefit-block-two {
margin-bottom : 30px;
}
.benefit-block-two .inner-box {
position : relative;
box-shadow : 0 0 15px rgb(0, 0, 0, 0.1);
background-color : #ffffff;
padding : 10px 10px 25px;
}
.benefit-block-two .inner-box:hover .image-box img {
transform : scale(1.2);
}
.benefit-block-two .inner-box:hover .image-2 img {
transform : scale(-1) rotate(180deg);
}
.benefit-block-two .inner-box .image-box {
position : relative;
text-align : center;
overflow : hidden;
}
.benefit-block-two .inner-box .image-box .image img {
width : 100%;
transition : all 0.3s ease;
}
.benefit-block-two .inner-box .image-box .image-2 {
position : absolute;
top : 30px;
left : 50%;
transform : translateX(-50%);
width : 77px;
height : 77px;
background-color : #ff6809;
line-height : 77px;
text-align : center;
border-radius : 50%;
}
.benefit-block-two .inner-box .image-box .image-2 img {
transition : all 0.3s ease;
}
@media (max-width: 575.98px) {
.benefit-block-two .inner-box .image-box .image-2 {
top : 15px;
}
}
.benefit-block-two .inner-box .title {
padding : 9px 80px 8px;
text-transform : uppercase;
background-color : #ffffff;
margin-bottom : 0;
position : relative;
left : 50%;
top : -15px;
transform : translateX(-50%);
box-shadow : 0 0 15px rgb(0, 0, 0, 0.1);
display : inline-block;
margin-bottom : -15px;
}
.benefit-block-two .inner-box .title:hover {
color : var(--theme-color1);
}
@media (max-width: 1199.98px) {
.benefit-block-two .inner-box .title {
padding : 9px 50px 8px;
}
}
.benefit-block-two .inner-box .content-box {
text-align : center;
padding : 16px 56px 0;
}
@media (max-width: 1199.98px) {
.benefit-block-two .inner-box .content-box {
padding : 20px 37px 0;
}
}
@media (max-width: 575.98px) {
.benefit-block-two .inner-box .content-box {
padding : 20px 25px 0;
}
}
.benefit-block-two .inner-box .content-box .text {
line-height : 30px;
}
@media only screen and (max-width: 480px) {
.benefit-block-two .inner-box .image-box .title {
width : 100%;
}
}
.contact-banner {
position : relative;
padding : 120px 0 408px;
background-image : url(../images/background/contact-bg.jpg);
background-repeat : no-repeat;
background-size : cover;
}
.contact-banner .theme-btn {
letter-spacing : 1.5px;
}
.contact-banner .outer-box {
position : relative;
background-color : #ff6809;
padding : 87px 0 79px;
}
@media (max-width: 991.98px) {
.contact-banner .outer-box {
padding : 50px 30px;
}
}
.contact-banner .outer-box .image-column .inner-column .image-box {
padding : 0 0 0 376px;
}
@media (max-width: 991.98px) {
.contact-banner .outer-box .image-column .inner-column .image-box {
padding-left : 0;
}
}
.contact-banner .outer-box .image-column .inner-column .image-box .image {
position : absolute;
top : -46px;
left : 23px;
}
@media (max-width: 991.98px) {
.contact-banner .outer-box .image-column .inner-column .image-box .image {
display : none;
}
}
.contact-banner .outer-box .image-column .inner-column .image-box .title {
font-size : 50px;
color : var(--theme-color-light);
text-transform : uppercase;
margin-bottom : 0;
line-height : 40px;
}
@media (max-width: 1199.98px) {
.contact-banner .outer-box .image-column .inner-column .image-box .title {
font-size : 40px;
}
}
@media (max-width: 575.98px) {
.contact-banner .outer-box .image-column .inner-column .image-box .title {
font-size : 40px;
line-height : 48px;
}
}
.contact-banner .outer-box .btn-column .inner-column {
margin-top : 22px;
}
@media (max-width: 991.98px) {
.contact-banner .outer-box .btn-column .inner-column {
text-align : right;
}
}
@media (max-width: 767.98px) {
.contact-banner .outer-box .btn-column .inner-column {
text-align : left;
margin-top : 50px;
}
}
@media (max-width: 575.98px) {
.contact-banner .outer-box .btn-column .inner-column {
margin-top : 37px;
}
}
.contact-banner .outer-box .btn-column .inner-column .discover-btn {
font-weight : 600;
color : var(--theme-color-light);
font-family: var(--title-font);	
background-color : #000000;
text-transform : uppercase;
padding : 20px 50px 16px;
}
.contact-section {
position : relative;
padding : 198px 0 100px;
background-image : url(../images/background/3.jpg);
background-repeat : no-repeat;
background-size : cover;
background-position : center;
}
@media (max-width: 1399.98px) {
.contact-section {
padding : 100px 0;
}
}
@media (max-width: 575.98px) {
.contact-section .sec-title {
margin-bottom : 40px !important ;
}
}
.contact-section .sec-title .sub-title {
color : var(--text-color);
}
@media (max-width: 575.98px) {
.contact-section .sec-title .sub-title {
margin-bottom : 0;
}
}
@media (max-width: 1199.98px) {
.contact-section .sec-title .sub-title {
color : #fff;
}
}
@media (max-width: 575.98px) {
.contact-section .sec-title h2 {
font-size : 41px;
}
}
.contact-section .form-column .contact-form {
position : relative;
border-radius : 10px;
}
.contact-section .form-column .contact-form .sec-title {
margin-bottom : 50px;
}
.contact-section .form-column .contact-form .input-outer {
position : relative;
}
.contact-section .form-column .contact-form .input-outer .icon {
position : absolute;
right : 30px;
top : 23px;
font-size : 16px;
line-height : 1em;
color : var(--theme-color1);
}
.contact-section .form-column .contact-form .form-group {
position : relative;
margin-bottom : 10px;
padding : 0 5px;
}
.contact-section .form-column .contact-form .form-group:last-child {
margin-bottom : 0;
}
@media (max-width: 991.98px) {
.contact-section .form-column .contact-form .form-group {
padding : 0;
}
}
.contact-section .form-column .contact-form .select2-container--default .select2-selection--single, .contact-section .form-column .contact-form input:not([type="submit"]), .contact-section .form-column .contact-form textarea, .contact-section .form-column .contact-form select {
position : relative;
display : block;
height : 59px;
width : 100%;
padding : 15px 29px;
font-size : 14px;
font-weight : 500;
color : #67687A;
line-height : 32px;
background-color : #ffffff;
border : transparent solid 1px;
margin-bottom : 0;
transition : all 300ms ease;
}
.contact-section .form-column .contact-form ::-webkit-input-placeholder {
color : #67687A;
}
.contact-section .form-column .contact-form input:focus, .contact-section .form-column .contact-form select:focus, .contact-section .form-column .contact-form textarea:focus {
border-color : #fdece3;
}
.contact-section .form-column .contact-form textarea {
height : 117px;
resize : none;
}
.contact-section .form-column .contact-form input[type="submit"] {
width : 214px;
font-weight : 600;
line-height : 32px;
padding : 15px 30px;
border : 0;
background-color : #ff6809;
font-family: var(--title-font);
color : var(--theme-color-light);
}
.contact-section .form-column .contact-form button {
transition : all 0.3s ease;
}
.contact-section .form-column .contact-form.style-two .select2-container--default .select2-selection--single, .contact-section .form-column .contact-form.style-two input:not([type="submit"]), .contact-section .form-column .contact-form.style-two textarea, .contact-section .form-column .contact-form.style-two select {
height : 65px;
padding : 20px 30px;
line-height : 25px;
}
.contact-section .form-column .contact-form.style-two .input-outer .icon {
top : 20px;
line-height : 25px;
}
.contact-section .form-column .contact-form.style-two textarea {
height : 157px;
resize : none;
}
.marquee-section {
position : relative;
background-color : #ff6809;
padding : 31px 0 35px;
}
.marquee-section .inner-container {
max-width : 1812px;
margin : 0 auto;
}
.marquee-section .marquee {
position : relative;
--duration : 30s;
--gap : 15px;
display : flex;
overflow : hidden;
user-select : none;
}
.marquee-section .marquee-block {
flex-shrink : 0;
display : flex;
align-items : center;
justify-content : space-around;
gap : var(--gap);
min-width : 100%;
animation : scroll var(--duration) linear infinite;
}
.marquee-section .marquee-block .content-box {
position : relative;
margin-right : 118px;
}
.marquee-section .marquee-block .content-box::before {
content : "";
position : absolute;
top : 11px;
right : -68px;
width : 20px;
height : 20px;
background-image : url(../images/resource/star.png);
}
.marquee-section .marquee-block .content-box:last-child {
margin-right : 0;
}
.marquee-section .marquee-block .content-box:last-child::before {
display : none;
}
.marquee-section .marquee-block .content-box .title {
font-size : 30px;
font-weight : 600;
margin-bottom : 0;
color : var(--theme-color-light);
font-family: var(--title-font);	
}
@keyframes scroll {
0% {
transform : translateX(0);
}
100% {
transform : translateX(calc(-100% - var(--gap)));
}
}
.googel-map-section {
position : relative;
}
.googel-map-section .outer-box .goole-iframe iframe {
width : 100%;
height : 473px;
}
#google_translate_element {
display : none;
}
.flag {
display : flex;
margin-right : 1rem;
position : fixed;
right : 0;
top : 150px;
align-items : center;
justify-content : center;
flex-direction : column;
padding : 0.3rem;
background-blend-mode : exclusion;
border-radius : 4px;
}
.flag a {
color : #fff;
display : inline-block;
padding : 11px 1px;
border : solid 1px;
border-radius : 4px;
margin : 0.5rem 0;
background : #000;
}
.main-footer {
position : relative;
background-image : url(../images/background/4.jpg);
background-repeat : no-repeat;
background-size : cover;
}
.main-footer .widget-sec {
padding : 91px 0 0;
}
.main-footer .widget-sec .contact-widget {
padding-top : 8px;
display : flex;
}
@media (max-width: 1199.98px) {
.main-footer .widget-sec .contact-widget {
flex-direction : column;
}
}
@media (max-width: 991.98px) {
.main-footer .widget-sec .contact-widget {
margin-bottom : 40px;
}
}
@media (max-width: 575.98px) {
.main-footer .widget-sec .contact-widget {
flex-direction : column;
}
}
.main-footer .widget-sec .contact-widget .content-box {
margin-left : 67px;
}
@media (max-width: 575.98px) {
.main-footer .widget-sec .contact-widget .content-box {
margin-left : 0;
margin-top : 20px;
}
}
@media (max-width: 1199.98px) {
.main-footer .widget-sec .contact-widget .content-box {
margin-left : 0;
margin-top : 30px;
}
}
.main-footer .widget-sec .contact-widget .content-box span, .main-footer .widget-sec .contact-widget .content-box small {
color : var(--theme-color-light);
font-size : 24px;
font-family: var(--title-font);	
}
.main-footer .widget-sec .contact-widget .content-box span {
display : block;
margin-bottom : 6px;
}
.main-footer .widget-sec .link-widget .user-links {
position : relative;
left : 79px;
}
@media (max-width: 991.98px) {
.main-footer .widget-sec .link-widget .user-links {
left : 0;
margin-bottom : 40px;
}
}
.main-footer .widget-sec .link-widget .user-links li {
margin-bottom : 6px;
}
.main-footer .widget-sec .link-widget .user-links li:last-child {
margin-bottom : 0;
}
.main-footer .widget-sec .link-widget .user-links li a {
color : var(--text-color);
font-weight : 500;
}
.main-footer .widget-sec .link-widget .user-links li a:hover {
color : var(--theme-color1);
padding-left : 5px;
}
.main-footer .widget-sec .social-links {
padding-left : 120px;
padding-top : 8px;
}
@media (max-width: 991.98px) {
.main-footer .widget-sec .social-links {
padding-left : 0;
}
}
.main-footer .widget-sec .social-links .social-icons {
display : flex;
}
.main-footer .widget-sec .social-links .social-icons li {
margin-right : 10px;
}
.main-footer .widget-sec .social-links .social-icons li:last-child {
margin-right : 0;
}
.main-footer .widget-sec .social-links .social-icons li a {
color : var(--theme-color-light);
font-size : 20px;
width : 55px;
height : 55px;
text-align : center;
line-height : 55px;
border-radius : 50%;
display : inline-block;
background-color : #111111;
}
.main-footer .widget-sec .social-links .social-icons li a:hover {
background : #ff6809;
}
.main-footer .widget-sec .input-widget {
background-color : #ff6809;
padding : 30px;
margin-top : 72px;
}
.main-footer .widget-sec .input-widget .news-letter-column .inner-column {
display : flex;
}
@media (max-width: 575.98px) {
.main-footer .widget-sec .input-widget .news-letter-column .inner-column {
flex-direction : column;
}
}
.main-footer .widget-sec .input-widget .news-letter-column .inner-column .content-box {
padding : 7px 0 0 21px;
}
@media (max-width: 575.98px) {
.main-footer .widget-sec .input-widget .news-letter-column .inner-column .content-box {
padding-left : 0;
padding-top : 20px;
}
}
.main-footer .widget-sec .input-widget .news-letter-column .inner-column .content-box .title {
font-size : 26px;
color : var(--theme-color-light);
text-transform : uppercase;
letter-spacing : 2px;
margin-bottom : 0;
line-height : 24px;
}
.main-footer .widget-sec .input-widget .news-letter-column .inner-column .content-box span {
font-size : 15px;
color : var(--theme-color-light);
}
.main-footer .widget-sec .input-widget .form-column .inner-column {
position : relative;
}
@media (max-width: 991.98px) {
.main-footer .widget-sec .input-widget .form-column .inner-column {
margin-top : 30px;
}
}
.main-footer .widget-sec .input-widget .form-column .inner-column .form-group .input-outer {
margin-right : 10px;
}
.main-footer .widget-sec .input-widget .form-column .inner-column .form-group .input-outer input {
width : 100%;
height : 59px;
font-size : 14px;
font-weight : 500;
padding : 0 30px;
}
.main-footer .footer-bottom .inner-column {
text-align : center;
padding : 28px 0 32px;
}
.main-footer .footer-bottom .inner-column .text {
font-weight : 500;
}
.main-footer .footer-bottom .inner-column .text a {
color : #fff;
}
.footer-column ul {
    list-style: none;
}
.product-details .bxslider .image-box {
position : relative;
display : block;
margin-right : 30px;
margin-bottom : 10px;
}
.product-details .bxslider .image-box img {
width : 100%;
}
.product-details .bxslider .thumb-box li {
position : relative;
display : inline-block;
float : left;
margin-right : 10px;
margin-bottom : 15px;
width : 100px;
height : 100px;
}
.product-details .bxslider .thumb-box li:last-child {
margin : 0 !important ;
}
.product-details .bxslider .thumb-box li a {
position : relative;
display : inline-block;
}
.product-details .bxslider .thumb-box li a:before {
position : absolute;
content : "";
left : 0;
top : 0;
width : 100%;
height : 100%;
opacity : 0;
transition : all 500ms ease;
}
.product-details .bxslider .thumb-box li a.active:before {
opacity : 1;
}
.product-details .bx-wrapper {
margin-bottom : 30px;
}
.product-details .product-info .product-details__top {
position : relative;
display : block;
margin-top : -8px;
}
.product-details .product-info .product-details__title {
font-size : 40px;
line-height : 44px;
font-weight : 700;
margin : 0;
}
.product-details .product-info .product-details__title span {
position : relative;
display : inline-block;
color : var(--theme-color1);
font-size : 20px;
line-height : 26px;
font-weight : 700;
margin-left : 20px;
letter-spacing : 0;
}
.product-details .product-info .product-details__reveiw {
display : flex;
align-items : center;
margin-top : 22px;
padding-bottom : 20px;
margin-bottom : 31px;
border-bottom : 1px solid #e0e4e8;
}
.product-details .product-info .product-details__reveiw i {
font-size : 16px;
color : var(--review-color);
}
.product-details .product-info .product-details__reveiw i + i {
margin-left : 4px;
}
.product-details .product-info .product-details__reveiw span {
position : relative;
top : 1px;
line-height : 1;
font-size : 16px;
color : var(--theme-color1);
margin-left : 18px;
}
.product-details .product-info .product-details__quantity-title {
margin : 0;
color : #222;
font-size : 20px;
line-height : 30px;
font-weight : 700;
margin-right : 20px;
}
.product-details .product-info .product-details__buttons {
position : relative;
display : flex;
align-items : center;
margin-bottom : 30px;
margin-top : 40px;
}
@media only screen and (max-width: 767px) {
.product-details .product-info .product-details__buttons {
display : block;
}
}
.product-details .product-info .product-details__buttons-1 {
position : relative;
display : block;
}
@media only screen and (max-width: 767px) {
.product-details .product-info .product-details__buttons-1 {
margin-bottom : 10px;
margin-right : 10px;
}
}
.product-details .product-info .product-details__buttons-2 {
position : relative;
display : block;
margin-left : 10px;
}
.product-details .product-info .product-details__buttons-2 .thm-btn {
background-color : #fdece3;
}
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
background-color : #ff6809;
}
.product-details .product-info .product-details__buttons-2 .thm-btn:after {
background-color : #ff6809;
}
@media only screen and (max-width: 767px) {
.product-details .product-info .product-details__buttons-2 {
margin-left : 0;
margin-top : 0;
}
}
.product-details .product-info .product-details__social {
position : relative;
display : flex;
align-items : center;
}
.product-details .product-info .product-details__social .title {
position : relative;
display : block;
}
.product-details .product-info .product-details__social .title h3 {
color : #222;
font-size : 20px;
line-height : 20px;
font-weight : 700;
}
.product-details .product-info .product-details__social .social-icon-one {
margin-left : 30px;
}
@media only screen and (max-width: 767px) {
.product-details .product-info .product-details__social {
flex-direction : column;
align-items : baseline;
justify-content : start;
}
.product-details .product-info .product-details__social .social-icon-one {
margin-left : 0;
}
}
.product-details__quantity {
position : relative;
display : flex;
align-items : center;
margin-top : 20px;
}
.product-details__quantity .quantity-box {
position : relative;
width : 98px;
border-radius : 10px;
height : 60px;
}
.product-details__quantity .quantity-box input {
width : 98px;
border-radius : 10px;
height : 60px;
border : #e0e4e8 solid 1px;
padding-left : 30px;
outline : none;
font-size : 18px;
font-weight : 500;
color : var(--theme-color1);
}
.product-details__quantity .quantity-box button {
width : 29px;
height : 29px;
background-color : transparent;
color : #fff;
font-size : 8px;
position : absolute;
top : 1px;
right : 1px;
background-color : #ff6809;
border : none;
border-left : 1px solid #e0e4e8;
border-top-right-radius : 10px;
display : flex;
align-items : center;
justify-content : center;
outline : none;
transition : all 300ms ease;
}
.product-details__quantity .quantity-box button:hover {
color : var(--headings-color);
background-color : #fdece3;
}
.product-details__quantity .quantity-box button.sub {
bottom : 1px;
top : auto;
border-top-right-radius : 0;
border-bottom-right-radius : 10px;
}
.product-discription {
position : relative;
display : block;
}
.product-discription .product-description__title {
font-size : 30px;
margin-bottom : 27px;
}
.product-discription .product-description__text1 {
font-size : 16px;
line-height : 30px;
margin : 0;
}
.product-discription .product-description__list {
position : relative;
display : block;
margin-top : 30px;
margin-bottom : 30px;
}
.product-discription .product-description__list ul {
position : relative;
display : block;
}
.product-discription .product-description__list ul li {
position : relative;
display : block;
margin-bottom : 2px;
}
.product-discription .product-description__list ul li:last-child {
margin-bottom : 0;
}
.product-discription .product-description__list ul li p {
color : var(--headings-color);
font-weight : 600;
margin : 0;
}
.product-discription .product-description__list ul li p span:before {
color : var(--theme-color1);
display : inline-block;
font-size : 17px;
line-height : 17px;
margin-right : 11px;
position : relative;
top : 2px;
}
.product-discription .tabs-content .text p {
margin-bottom : 17px;
}
.product-discription .tabs-content .text p:last-child {
margin-bottom : 0;
}
.product-discription .tab-btn-box {
position : relative;
display : block;
width : 100%;
margin-bottom : 60px;
}
.product-discription .tab-btn-box:before {
position : absolute;
content : "";
background-color : #e1e8e4;
width : 100%;
height : 1px;
left : 0;
top : 28px;
}
.product-discription .tab-btn-box .tab-btns li {
position : relative;
display : inline-block;
font-size : 14px;
text-transform : uppercase;
color : #1e2434;
text-align : center;
padding : 14px 30px;
background-color : #fff;
border : #e1e8e4 solid 1px;
cursor : pointer;
margin : 0 8.5px;
margin-bottom : 15px;
transition : all 500ms ease;
}
.product-discription .tab-btn-box .tab-btns li.active-btn {
color : #ffffff;
background-color : #ff6809;
}
.product-discription .tab-btn-box .tab-btns li:last-child {
margin-bottom : 0;
}
.product-discription .single-comment-box .inner-box {
position : relative;
display : block;
background-color : #f4f5f4;
padding : 34px 30px 34px 125px;
}
.product-discription .single-comment-box .inner-box .comment-thumb {
position : absolute;
left : 30px;
top : 40px;
border-radius : 50%;
width : 80px;
}
.product-discription .single-comment-box .inner-box .comment-thumb img {
width : 100%;
border-radius : 50%;
}
.product-discription .single-comment-box .inner-box .rating {
position : relative;
display : block;
margin-bottom : 2px;
}
.product-discription .single-comment-box .inner-box .rating li {
position : relative;
display : inline-block;
font-size : 12px;
float : left;
margin-right : 4px;
color : #fdc009;
}
.product-discription .single-comment-box .inner-box .rating li:last-child {
margin : 0 !important ;
}
.product-discription .single-comment-box .inner-box h5 {
display : block;
font-size : 16px;
line-height : 26px;
font-weight : 600;
text-transform : uppercase;
margin-bottom : 16px;
}
.product-discription .single-comment-box .inner-box h5 span {
font-weight : 400;
text-transform : capitalize;
}
.product-discription .customer-comment {
position : relative;
display : block;
margin-bottom : 60px;
}
.product-discription .comment-box {
position : relative;
display : block;
background-color : #fff;
padding : 51px 60px 60px 60px;
box-shadow : 0 0 30px 0 rgb(0, 0, 0, 0.1);
}
.product-discription .comment-box h3 {
display : block;
font-size : 24px;
line-height : 34px;
font-weight : 600;
text-transform : uppercase;
margin-bottom : 23px;
}
.product-discription .comment-box .form-group {
position : relative;
margin-bottom : 15px;
}
.product-discription .comment-box .form-group label {
position : relative;
display : block;
font-size : 18px;
line-height : 28px;
color : #707582;
margin-bottom : 8px;
}
.product-discription .comment-box .column:last-child .form-group {
margin-bottom : 0;
}
.product-discription .comment-box .review-box {
position : relative;
display : block;
margin-top : 8px;
}
.product-discription .comment-box .review-box p {
position : relative;
float : left;
margin-right : 10px;
}
.product-discription .comment-box .review-box .rating {
position : relative;
float : left;
}
.product-discription .comment-box .review-box .rating li {
position : relative;
display : inline-block;
font-size : 14px;
line-height : 28px;
float : left;
margin-right : 4px;
color : #fdc009;
}
.product-discription .comment-box .review-box .rating li:last-child {
margin : 0 !important ;
}
.product-discription .comment-box .custom-controls-stacked {
position : relative;
float : left;
}
.related-product h3 {
margin-bottom : 30px;
}
@media only screen and (max-width: 767px) {
.page-title .title {
    font-size: 33px;
    margin-bottom: 0;
}
.product-details__img {
margin-bottom : 50px;
}
.product-details__title span {
margin-left : 0;
display : block;
}
.product-details__buttons {
flex-direction : column;
align-items : baseline;
}
.product-details__buttons-2 {
margin-left : 0;
margin-top : 10px;
}
.product-details__social-link {
margin-left : 0;
margin-top : 20px;
}
}
.categories-section {
position : relative;
padding : 100px 0 70px;
}
.categories-section .bg-pattern {
position : absolute;
left : 0;
top : -220px;
width : 100%;
height : 100%;
content : "";
background-image : url(../images/icons/pattern-7.png);
background-repeat : no-repeat;
background-position : left top;
z-index : -1;
}
.categories-section:before {
position : absolute;
left : 0;
bottom : 0;
height : 300px;
width : 100%;
background : #faf7f2;
content : "";
z-index : 1;
}
.categories-section:after {
position : absolute;
left : 0;
bottom : -50px;
height : 70px;
width : 100%;
z-index : 2;
content : "";
background-image : url(../images/icons/pattern-3.png);
background-repeat : no-repeat;
background-position : center bottom;
}
.category-block {
position : relative;
margin-bottom : 30px;
z-index : 9;
}
.category-block .inner-box {
position : relative;
text-align : center;
background : #ffffff;
padding : 40px 30px 30px;
border-radius : 10px;
box-shadow : 0 10px 20px rgb(0, 0, 0, 0.1);
transition : all 300ms ease;
}
.category-block .inner-box:before {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 190px;
background-repeat : no-repeat;
background-position : center bottom;
content : "";
}
.category-block .inner-box:hover {
transform : translateY(-20px);
box-shadow : 0 10px 20px rgb(0, 0, 0, 0.2);
}
.category-block .inner-box:hover .image img {
transform : rotate(10deg) scale(1.2);
}
.category-block .inner-box.cat-bg-1:before {
background-image : url(../images/icons/cat-1-bg.png);
}
.category-block .inner-box.cat-bg-2:before {
background-image : url(../images/icons/cat-2-bg.png);
}
.category-block .inner-box.cat-bg-3:before {
background-image : url(../images/icons/cat-3-bg.png);
}
.category-block .inner-box.cat-bg-4:before {
background-image : url(../images/icons/cat-4-bg.png);
}
.category-block .image {
position : relative;
display : inline-block;
height : 180px;
width : 180px;
overflow : hidden;
border-radius : 50%;
margin-bottom : 15px;
}
.category-block .image img {
transition : all 300ms ease;
}
.category-block h4 {
font-size : 20px;
color : var(--theme-color3);
font-weight : 700;
margin-bottom : 10px;
}
.category-block h4 a {
transition : all 300ms ease;
}
.category-block h4 a:hover {
color : var(--theme-color1);
}
.category-block p {
font-size : 14px;
color : #797f7d;
line-height : 26px;
margin-bottom : 0;
}
.categories-section-two {
position : relative;
padding : 120px 0 90px;
}
.category-block-two {
position : relative;
padding-top : 70px;
margin-bottom : 30px;
z-index : 9;
}
.category-block-two .inner-box {
position : relative;
text-align : center;
background : #ffffff;
border-radius : 10px;
margin : 0 auto;
padding : 18px;
}
.category-block-two .inner-box:before {
position : absolute;
left : 0;
top : 0;
bottom : 60px;
width : 100%;
border-radius : 10px;
background : #e3eee5;
content : "";
}
.category-block-two .inner-box:hover .image:before {
left : 100%;
transition : all 1000ms ease;
}
.category-block-two .inner-box:hover .image img {
transform : scale(0.9);
}
.category-block-two .inner-box:hover h4 a {
color : var(--theme-color1);
}
.category-block-two .content {
position : relative;
background : #ffffff;
border-radius : 10px;
padding : 0 40px 40px;
z-index : 1;
box-shadow : 0 10px 60px rgb(0, 0, 0, 0.07);
}
.category-block-two .content:before {
position : absolute;
top : -88px;
left : 0;
width : 180px;
height : 180px;
right : 0;
margin : 0 auto;
border-radius : 50%;
background : #e3eee5;
content : "";
}
.category-block-two .content:after {
position : absolute;
left : 0;
bottom : 0;
width : 100%;
font-size : 30px;
line-height : 1em;
color : #e8f3ea;
height : 15px;
overflow : hidden;
text-transform : uppercase;
letter-spacing : 0.1em;
content : attr(data-text);
}
.category-block-two .image {
position : relative;
display : inline-block;
overflow : hidden;
margin-bottom : 25px;
margin-top : -70px;
}
.category-block-two .image img {
transition : all 300ms ease;
}
.category-block-two .image:before {
position : absolute;
left : 0;
top : 0;
height : 120%;
width : 100%;
background : linear-gradient(to right, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
content : "";
opacity : 0.3;
left : -100%;
pointer-events : none;
z-index : 1;
}
.category-block-two h4 {
font-size : 22px;
color : var(--theme-color3);
font-weight : 700;
margin-bottom : 15px;
}
.category-block-two h4 a {
color : var(--theme-color3);
transition : all 300ms ease;
}
.category-block-two p {
font-size : 16px;
color : #797f7d;
line-height : 26px;
margin-bottom : 0;
}
.category-block-two .link {
position : relative;
display : inline-block;
height : 50px;
width : 50px;
background : #e8f3ea;
border-radius : 50%;
line-height : 50px;
margin-top : 25px;
color : #608174;
transition : all 300ms ease;
}
.category-block-two .link:hover {
transform : rotate(270deg);
}
.category-block-two.child-two .link {
background : #f0e2e3;
}
.category-block-two.child-two .inner-box:before {
background : #f0e2e3;
}
.category-block-two.child-two .inner-box:hover h4 a {
color : #e69da2;
}
.category-block-two.child-two .content:before {
background : #f0e2e3;
}
.category-block-two.child-two .content:after {
color : #f0e2e3;
}
.category-block-two.child-three .link {
background : #f1ede1;
}
.category-block-two.child-three .inner-box:before {
background : #f1ede1;
}
.category-block-two.child-three .inner-box:hover h4 a {
color : #c9b579;
}
.category-block-two.child-three .content:before {
background : #f1ede1;
}
.category-block-two.child-three .content:after {
color : #f1ede1;
}
.products-section {
position : relative;
padding : 120px 0;
}
.products-section .bg-image {
position : absolute;
left : 0;
top : 0;
height : 670px;
width : 100%;
background-repeat : no-repeat;
background-position : center;
background-size : cover;
background-attachment : fixed;
}
.products-section .bg-image:before {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-color : #113629;
opacity : 0.7;
content : "";
}
.products-section .bg-image:after {
position : absolute;
left : 0;
bottom : 0;
height : 50px;
width : 100%;
background-image : url(../images/icons/pattern-8.png);
background-position : center bottom;
content : "";
}
.products-section .sec-title h2 {
font-size : 60px;
}
.products-section .sec-title .theme-btn {
margin-top : 30px;
}
.products-box {
max-width : 1530px;
position : relative;
padding : 120px 60px 90px;
margin : 120px auto 0;
background-color : #f7f5ee;
overflow : hidden;
border-radius : 10px;
}
.products-box:before {
position : absolute;
left : -90px;
bottom : 0;
height : 70%;
width : 100%;
background : url(../images/icons/shape-7.png) top left no-repeat;
content : "";
}
.products-box .sec-title {
margin-bottom : 30px;
}
.products-box .outer-box {
position : relative;
padding-right : 400px;
}
.products-box .outer-box .banner-box-two {
position : absolute;
right : 0;
top : 0;
}
.banner-box-two {
position : relative;
}
.banner-box-two .inner-box {
position : relative;
display : flex;
align-items : center;
justify-content : center;
flex-direction : column;
max-width : 370px;
background : #faf7f2;
border-radius : 10px;
min-height : 440px;
text-align : center;
overflow : hidden;
padding : 20px 20px;
}
.banner-box-two .title {
position : relative;
display : inline-flex;
align-items : flex-end;
font-size : 20px;
color : #ffffff;
text-transform : uppercase;
margin-bottom : 20px;
}
.banner-box-two .title strong {
font-size : 60px;
line-height : 1em;
color : var(--theme-color2);
font-weight : 400;
}
.banner-box-two h4 {
font-size : 30px;
line-height : 1.2em;
color : #ffffff;
font-weight : 700;
text-transform : uppercase;
letter-spacing : 0.1em;
margin-bottom : 30px;
}
.product-block-two {
position : relative;
margin-bottom : 30px;
}
.product-block-two .inner-box {
position : relative;
border : transparent solid 2px;
border-radius : 10px;
background : #ffffff;
padding : 20px 20px;
padding-left : 150px;
display : flex;
flex-direction : column;
justify-content : center;
min-height : 150px;
transition : all 300ms ease;
}
.product-block-two .inner-box:hover {
border : var(--theme-color1) solid 2px;
}
.product-block-two .image {
position : absolute;
left : 20px;
top : 20px;
border-radius : 50%;
overflow : hidden;
height : 110px;
width : 110px;
border : #e4e1d6 solid 1px;
margin-bottom : 0;
}
.product-block-two .image img {
width : auto;
transition : all 300ms ease;
}
.product-block-two .inner-box:hover .image img {
transform : scale(-1) rotate(180deg);
}
.product-block-two h4 {
display : block;
font-size : 22px;
color : var(--theme-color1);
font-weight : 700;
margin-bottom : 5px;
}
.product-block-two h4 a {
color : var(--theme-color1);
transition : all 300ms ease;
}
.product-block-two .price {
display : block;
font-size : 16px;
line-height : 26px;
color : var(--theme-color1);
font-weight : 600;
}
.product-block-two .price del {
display : inline-block;
margin-left : 15px;
font-size : 16px;
color : #ff0000;
line-height : 27px;
opacity : 0.3;
}
.product-block-two .rating {
position : relative;
display : flex;
align-items : center;
font-size : 14px;
color : #ffc737;
}
.products-carousel .owl-nav {
display : none;
}
.products-carousel .owl-dots {
position : absolute;
right : 0;
top : -80px;
display : flex;
align-items : center;
z-index : 8;
}
.products-carousel .owl-dot {
position : relative;
height : 7px;
width : 7px;
display : block;
background : #879d91;
margin-right : 5px;
border-radius : 5px;
display : block;
transition : all 300ms ease;
}
.products-carousel .owl-dot.active {
background : #faf7f2;
}
.featured-products {
position : relative;
padding : 120px 0 90px;
}
.featured-products .bg-shape {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background : url(../images/icons/pattern-7.png) left bottom no-repeat;
background-size : 700px;
}
.featured-products .filters {
margin-bottom : 40px;
text-align : center;
}
.featured-products .filters .filter-tabs {
position : relative;
display : inline-block;
}
.featured-products .filters li {
position : relative;
display : inline-block;
line-height : 24px;
cursor : pointer;
color : #797f7d;
font-weight : 500;
font-size : 18px;
margin : 0 5px 0;
padding : 5px 12px 10px;
transition : all 300ms ease;
}
.featured-products .filters li:last-child {
margin-right : 0;
}
.featured-products .filters .filter.active, .featured-products .filters .filter:hover {
background-color : #ff6809;
color : #fff;
}
.featured-products .filters li:before {
position : absolute;
left : 0;
bottom : 8px;
height : 2px;
width : 100%;
content : "";
background-color : #fff;
transform : scale(0,1);
transform-origin : top right;
transition : transform 500ms cubic-bezier(0.86,0,0.07,1);
transition-timing-function : cubic-bezier(0.86,0,0.07,1);
}
.featured-products .filters li.active:before, .featured-products .filters li:hover:before {
transform : scale(1,1);
transform-origin : bottom left;
}
.product-block {
position : relative;
margin-bottom : 30px;
}
.product-block.mix {
display : none;
}
.product-block .inner-box {
position : relative;
border : #e4e1d5 solid 2px;
border-radius : 10px;
text-align : center;
background : #ffffff;
overflow : hidden;
transition : all 300ms ease;
}
.product-block .inner-box:hover {
border : var(--theme-color1) solid 2px;
box-shadow : 0 10px 30px rgb(0, 0, 0, 0.1);
}
.product-block .image {
position : relative;
display : flex;
justify-content : center;
align-items : center;
overflow : hidden;
margin-bottom : 0;
}
.product-block .image:before {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background : linear-gradient(to right, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
content : "";
opacity : 0.3;
left : -100%;
pointer-events : none;
z-index : 1;
}
.product-block .inner-box:hover .image:before {
left : 100%;
transition : all 1000ms ease;
}
.product-block .image img {
width : auto;
transition : all 300ms ease;
}
.product-block .inner-box:hover .image img {
transform : scale(0.9);
}
.product-block .content {
position : relative;
padding : 30px 30px 30px;
}
.product-block h4 {
display : block;
font-size : 22px;
color : var(--theme-color2);
font-weight : 700;
margin-bottom : 5px;
}
.product-block h4 a {
color : var(--theme-color1);
transition : all 300ms ease;
}
.product-block h4 a:hover {
color : var(--theme-color1);
}
.product-block .price {
display : block;
font-size : 16px;
line-height : 26px;
font-weight : 600;
}
.product-block .price del {
display : inline-block;
margin-left : 15px;
font-size : 16px;
color : #ff0000;
line-height : 27px;
opacity : 0.3;
}
.product-block .rating {
position : relative;
display : flex;
align-items : center;
justify-content : center;
font-size : 14px;
color : #ffc737;
}
.product-block .tag {
position : absolute;
top : 30px;
left : 20px;
font-size : 14px;
line-height : 23px;
color : #ffffff;
background : #FD5F5C;
font-weight : 400;
padding : 0 12px;
border-radius : 3px;
z-index : 9;
font-style : italic;
text-transform : uppercase;
}
.product-block .icon-box {
position : absolute;
right : 20px;
top : 30px;
display : flex;
flex-direction : column;
opacity : 0;
visibility : hidden;
transition : all 300ms ease;
}
.product-block .inner-box:hover .icon-box {
top : 20px;
opacity : 1;
visibility : visible;
transition-delay : 300ms;
}
.product-block .ui-btn {
position : relative;
display : block;
height : 40px;
width : 40px;
font-size : 14px;
line-height : 40px;
text-align : center;
color : #ffffff;
z-index : 9;
background-color : #ff6809;
color : #fff;
cursor : pointer;
border-radius : 50px;
margin-bottom : 10px;
transition : all 300ms ease;
}
.product-block .ui-btn:hover {
background-color : #fdece3;
color : var(--headings-color);
}
.product-block .cat {
display : block;
font-size : 18px;
color : #707070;
font-style : italic;
margin-bottom : 5px;
}
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
min-width : 64px;
}
table.tbl-shopping-cart img, table.cart-total img {
width : 64px;
box-shadow : none;
}
table.tbl-shopping-cart th, table.tbl-shopping-cart td, table.cart-total th, table.cart-total td {
vertical-align : middle;
border-left : 1px solid #e3e3e3;
padding : 20px 30px;
}
table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
color : var(--headings-color);
}
table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
font-size : 0.9rem;
list-style : none;
}
table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
display : inline-block;
width : 24px;
height : 24px;
line-height : 24px;
border-radius : 24px;
transition : all 300ms ease-out;
background-color : #757575;
color : #ffffff;
text-align : center;
}
table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
position : relative;
display : inline-block;
color : #1e2434;
background : #f4f5f4;
padding : 15px 29px;
cursor : pointer;
text-transform : uppercase;
transition : all 500ms ease;
}
table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
background-color : #fdece3;
}
table.tbl-shopping-cart > thead > tr > th, table.tbl-shopping-cart > tbody > tr > th, table.tbl-shopping-cart > tfoot > tr > th {
color : #444;
}
.payment-method .accordion-box .block {
background : #f4f5f4;
box-shadow : none;
margin-bottom : 20px;
}
.payment-method .accordion-box .block .acc-content .payment-info {
position : relative;
display : block;
background-color : #fff;
padding : 30px 30px 10px 30px;
}
.payment-method .accordion-box .block:last-child {
margin-bottom : 0;
}
.payment-method .accordion-box .block .acc-btn {
padding : 19px 30px 22px 30px;
}
.payment-method .accordion-box .block .acc-btn .icon-outer {
transform : translateY(-50%);
position : absolute;
top : 50%;
right : 30px;
height : auto;
font-size : 28px;
color : #1e2434;
}
.payment-method .payment-method h3 {
margin-bottom : 32px;
}
.shop-sidebar {
position : relative;
display : block;
}
.shop-sidebar .sidebar-search {
margin-bottom : 30px;
}
.shop-sidebar .sidebar-search .search-form .form-group {
position : relative;
margin : 0;
}
.shop-sidebar .sidebar-search .search-form .form-group input[type="search"] {
background-color : #F2F3F5;
border : var(--theme-light-background) solid 1px;
border-radius : 5px;
color : #646578;
height : 52px;
padding : 10px 60px 10px 20px;
position : relative;
width : 100%;
transition : all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button {
background-color : #ff6809;
border-radius : 3px;
color : #fff;
cursor : pointer;
display : inline-block;
font-size : 18px;
height : 42px;
line-height : 42px;
position : absolute;
right : 5px;
text-align : center;
top : 5px;
width : 42px;
transition : all 500ms ease;
}
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
color : var(--headings-color);
background-color : #fdece3;
}
.shop-sidebar .sidebar-widget {
background-color : #F2F3F5;
border-radius : 5px;
display : block;
margin-bottom : 30px;
padding : 35px 30px 37px 30px;
position : relative;
}
.shop-sidebar .sidebar-widget:last-child {
margin-bottom : 0;
}
.shop-sidebar .sidebar-widget .widget-title {
display : block;
margin-bottom : 16px;
position : relative;
}
.shop-sidebar .category-widget .category-list li {
display : block;
margin-bottom : 14px;
position : relative;
}
.shop-sidebar .category-widget .category-list li:last-child {
margin-bottom : 0;
}
.shop-sidebar .category-widget .category-list li a {
color : #646578;
display : inline-block;
font-weight : 400;
padding-left : 20px;
position : relative;
}
.shop-sidebar .category-widget .category-list li a:before {
color : var(--theme-color1);
content : "\f0da";
font-size : 16px;
font-weight : 600;
font-family : "Font Awesome 6 Pro";
left : 0;
position : absolute;
top : 0;
}
.shop-sidebar .category-widget .category-list li a:hover {
color : var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
margin-bottom : 28px;
}
.shop-sidebar .post-widget {
padding-bottom : 9px;
}
.shop-sidebar .post-widget .post {
border-bottom : 1px solid #e1e1e1;
margin-bottom : 23px;
min-height : 108px;
padding-left : 90px;
padding-bottom : 24px;
position : relative;
}
.shop-sidebar .post-widget .post:last-child {
margin-bottom : 0;
border-bottom : none;
}
.shop-sidebar .post-widget .post .post-thumb {
border : #d0d4dd solid 1px;
border-radius : 5px;
height : 70px;
left : 0;
position : absolute;
top : 7px;
width : 70px;
transition : all 500ms ease;
}
.shop-sidebar .post-widget .post .post-thumb img {
width : 100%;
border-radius : 5px;
}
.shop-sidebar .post-widget .post a {
color : #646578;
display : inline-block;
font-size : 16px;
line-height : 26px;
margin-bottom : 7px;
position : relative;
}
.shop-sidebar .post-widget .post .price {
color : #0a267a;
display : block;
font-size : 14px;
line-height : 24px;
font-family : "Poppins", sans-serif;
font-weight : 600;
position : relative;
}
.shop-sidebar .post-widget .post:hover .post-thumb {
border-color : #ff6809;
}
.shop-sidebar .post-widget .post:hover a {
color : var(--theme-color1);
}
.range-slider {
position : relative;
}
.range-slider .title {
display : inline-block;
line-height : 26px;
position : relative;
margin-right : 4px;
}
.range-slider .title:before {
position : absolute;
content : "$";
left : -5px;
top : -19px;
color : #646578;
font-size : 18px;
}
.range-slider p {
color : #646578;
display : inline-block;
margin-right : 10px !important ;
position : relative;
}
.range-slider .input {
color : #646578;
display : inline-block;
font-size : 18px;
max-width : 75px;
margin-top : 5px;
position : relative;
}
.range-slider .input input {
background : none;
color : #646578;
font-size : 15px;
text-align : left;
}
.range-slider .ui-widget.ui-widget-content {
background-color : #d0d4dd;
border : none;
border-radius : 2px;
height : 4px;
margin-bottom : 14px;
}
.range-slider .ui-slider .ui-slider-range {
top : 0;
height : 4px;
background-color : #ff6809;
}
.range-slider .ui-state-default {
background-color : #ff6809;
border : none;
border-radius : 50%;
cursor : pointer;
height : 14px;
margin-left : 0;
position : absolute;
top : -5px;
width : 14px;
}
.range-slider .ui-state-default:before {
position : absolute;
content : "";
background-color : #ffffff;
width : 6px;
height : 6px;
left : 4px;
top : 4px;
border-radius : 50%;
}
.range-slider .ui-widget-content .ui-state-default {
background-color : #ff6809;
border : none;
border-radius : 50%;
cursor : pointer;
height : 14px;
margin-left : 0;
top : -5px;
width : 14px;
}
.range-slider .ui-widget-content .ui-state-default:before {
position : absolute;
content : "";
background-color : #ffffff;
width : 6px;
height : 6px;
left : 4px;
top : 4px;
border-radius : 50%;
}
.range-slider input[type="submit"] {
background : #ff6809;
border : none;
border-radius : 10px;
color : #fff;
cursor : pointer;
display : block;
font-size : 14px;
font-weight : 500;
float : right;
position : relative;
margin-top : 0;
padding : 7px 20px;
text-align : center;
text-transform : capitalize;
transition : all 500ms ease;
}
.range-slider input[type="submit"]:hover {
background-color : #fdece3;
color : var(--headings-color);
}
@keyframes ripple {
70% {
box-shadow : 0 0 0 70px rgb(255, 255, 255, 0);
}
100% {
box-shadow : 0 0 0 0 rgb(255, 255, 255, 0);
}
}
.page-title {
background-color : #fdece3;
position : relative;
background-repeat : no-repeat;
background-position : center;
background-size : cover;
padding : 120px 0 0;
min-height : 280px;
display : flex;
align-items : center;
}
.page-title .title {
font-size : 64px;
color : #ffffff;
margin-bottom : 17px;
}
.page-title .text {
position : relative;
color : #ffffff;
font-size : 16px;
line-height : 26px;
letter-spacing : 0.05em;
max-width : 520px;
}
.page-breadcrumb {
position : relative;
margin-top : 5px;
}
.page-breadcrumb li {
position : relative;
display : inline-block;
margin-right : 12px;
padding-right : 13px;
color : #ffffff;
font-size : 14px;
font-weight : 400;
text-transform : capitalize;
}
.page-breadcrumb li:after {
position : absolute;
content : "\f105";
right : -6px;
top : 1px;
color : #ffffff;
font-size : 14px;
font-weight : 900;
font-family : "Font Awesome 6 Pro";
color : #ffffff;
}
.page-breadcrumb li:last-child {
padding-right : 0;
margin-right : 0;
}
.page-breadcrumb li:last-child::after {
display : none;
}
.page-breadcrumb li a {
color : var(--theme-color3);
font-weight : 500;
text-transform : capitalize;
transition : all 0.3s ease;
}
.page-breadcrumb li a:hover {
color : #ffffff;
}
.page-title.style-two {
background-position : center center;
}
.page-title.style-two .page-breadcrumb-outer {
position : absolute;
left : 0;
bottom : 0;
width : 100%;
padding : 10px 0;
transform : translateY(100%);
z-index : 8;
}
.page-title.style-two .page-breadcrumb li {
color : rgb(7, 7, 16);
font-weight : 600;
}
.page-title.style-two .page-breadcrumb li:after {
color : rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
color : rgb(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
color : rgb(7, 7, 16);
}
.play-now {
position : relative;
display : block;
z-index : 9;
transition : all 300ms ease;
}
.play-now .icon {
position : relative;
display : inline-block;
height : 70px;
width : 70px;
text-align : center;
line-height : 70px;
background-color : #ffffff;
color : #ff6d2e;
z-index : 1;
padding-left : 0;
font-size : 14px;
display : block;
border-radius : 50%;
box-shadow : 0 0 10px 0 rgb(255, 255, 255, 0.3);
transform-origin : center;
}
.play-now .ripple {
position : absolute;
top : 50%;
left : 50%;
height : 70px;
width : 70px;
transform : translate(-50%,-50%);
border-radius : 50%;
box-shadow : 0 0 0 0 rgb(255, 255, 255, 0.6);
animation : ripple 3s infinite;
}
.play-now .ripple:before {
position : absolute;
top : 50%;
left : 50%;
height : 70px;
width : 70px;
transform : translate(-50%,-50%);
border-radius : 50%;
box-shadow : 0 0 0 0 rgb(255, 255, 255, 0.6);
animation : ripple 3s infinite;
animation-delay : 0.9s;
content : "";
position : absolute;
}
.play-now .ripple:after {
position : absolute;
top : 50%;
left : 50%;
height : 70px;
width : 70px;
transform : translate(-50%,-50%);
border-radius : 50%;
box-shadow : 0 0 0 0 rgb(255, 255, 255, 0.6);
animation : ripple 3s infinite;
animation-delay : 0.6s;
content : "";
position : absolute;
}
.background-image {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 100%;
background-repeat : repeat;
background-position : center;
background-size : cover;
}
.error-page__inner {
position : relative;
display : block;
text-align : center;
}
.error-page__inner .error-page__title-box {
position : relative;
display : block;
}
.error-page__inner .error-page__title {
position : relative;
display : inline-block;
font-size : 280px;
line-height : 280px;
margin-bottom : 0;
color : var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
font-size : 40px;
letter-spacing : 0.1em;
text-transform : uppercase;
line-height : 50px;
margin-top : -16px;
}
.error-page__inner .error-page__text {
font-size : 20px;
line-height : 30px;
text-align : center;
}
.error-page__inner .error-page__form {
position : relative;
display : block;
margin : 42px auto 20px;
}
.error-page__inner .error-page__form input[type="search"] {
height : 60px;
width : 100%;
border : none;
outline : none;
background-color : #f5f5f5;
font-size : 14px;
color : #333;
padding-left : 50px;
padding-right : 75px;
border-radius : 7px;
}
.error-page__inner .error-page__form button[type="submit"] {
background-color : transparent;
font-size : 22px;
position : absolute;
top : 0;
right : 0;
bottom : 0;
width : 72px;
outline : none;
border : none;
display : flex;
align-items : center;
padding : 0;
}
.error-page__inner .error-page__form-input {
position : relative;
display : block;
max-width : 570px;
width : 100%;
margin : 0 auto;
}
.contact-details__info {
position : relative;
display : block;
margin-top : 41px;
}
.contact-details__info li {
position : relative;
display : flex;
align-items : center;
}
.contact-details__info li .icon {
height : 80px;
width : 80px;
background-color : #ff6809;
display : flex;
align-items : center;
justify-content : center;
transition : all 500ms ease;
}
.contact-details__info li .icon span {
color : #fff;
font-size : 25px;
transition : all 500ms ease;
}
.contact-details__info li:hover .icon {
background-color : #fdece3;
}
.contact-details__info li:hover .icon span {
color : var(--headings-color);
}
.contact-details__info li .text {
margin-left : 30px;
}
.contact-details__info li .text p {
font-size : 14px;
line-height : 24px;
}
.contact-details__info li .text a {
font-size : 18px;
transition : all 500ms ease;
}
.contact-details__info li .text span {
font-size : 20px;
}
.contact-details__info li + li {
margin-top : 19px;
}
.form-control:focus {
box-shadow : none;
outline : none;
}
.map {
height : 550px;
}
.service-sidebar {
position : relative;
display : block;
max-width : 365px;
width : 100%;
}
.service-sidebar .service-sidebar-single {
position : relative;
display : block;
margin-bottom : 30px;
}
.service-sidebar .service-sidebar-single-services {
position : relative;
display : block;
background : #f6f4ec;
border-radius : 10px;
padding : 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
position : relative;
display : block;
margin-bottom : 12px;
padding-left : 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
color : var(--headings-color);
font-size : 20px;
line-height : 30px;
letter-spacing : -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
position : relative;
display : block;
margin-top : 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
position : relative;
display : block;
margin-bottom : 5px;
margin-top : -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
margin-bottom : 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
position : relative;
display : block;
color : var(--agriox-color-1, #687469);
font-size : 18px;
padding : 22px 20px 22px;
border-radius : 10px;
background : transparent;
transition : all 300ms linear;
transition-delay : 0.1s;
z-index : 1;
display : flex;
justify-content : space-between;
align-items : center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
color : var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
opacity : 1;
transform : perspective(400px) rotateX(0deg);
transition : all 300ms linear;
transition-delay : 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
color : var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
position : absolute;
top : 0;
left : 0;
bottom : 0;
right : 0;
content : "";
z-index : -1;
opacity : 1;
transform : perspective(400px) rotateX(90deg);
transform-origin : bottom;
transition : all 300ms linear;
transition-delay : 0.1s;
background : #ffffff;
box-shadow : 0 10px 60px 0 rgb(0, 0, 0, 0.05);
border-radius : 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
font-size : 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
opacity : 1;
transform : perspective(400px) rotateX(0deg);
transition : all 300ms linear;
transition-delay : 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
color : var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
margin-top : 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
margin-bottom : 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
position : relative;
display : block;
background-attachment : scroll;
background-position : center center;
background-repeat : no-repeat;
background-size : cover;
border-radius : 10px;
padding : 50px 0 44px;
z-index : 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
position : absolute;
top : 0;
left : 0;
bottom : 0;
right : 0;
background : rgb(109, 140, 84, 0.93);
border-radius : 10px;
content : "";
z-index : -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
position : relative;
display : inline-block;
width : 60px;
height : 60px;
text-align : center;
transition : all 500ms ease;
border-radius : 50%;
background : #fdece3;
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
background-color : #222222;
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
color : #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
position : relative;
display : inline-block;
color : var(--headings-color);
font-size : 30px;
line-height : 60px;
transition : all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
position : relative;
display : block;
margin-top : 20px;
margin-bottom : 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
color : #ffffff;
font-size : 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
font-size : 24px;
line-height : 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
color : #ffffff;
transition : all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
color : var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
color : #ffffff;
font-size : 14px;
line-height : 22px;
}
.service-sidebar .service-sidebar-single-btn {
position : relative;
display : block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
font-size : 16px;
padding : 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
position : relative;
display : inline-block;
top : 13px;
color : #334b35;
font-size : 40px;
padding-right : 25px;
transition : all 600ms ease;
font-weight : 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
color : #ffffff;
}
.service-sidebar .banner-widget {
position : relative;
display : block;
background : #fff;
border-radius : 10px;
overflow : hidden;
box-shadow : 0 10px 30px 0 rgb(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
position : relative;
display : block;
width : 100%;
padding : 45px 30px 40px 30px;
background-size : cover;
background-repeat : no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
position : absolute;
left : 0;
top : 0;
height : 100%;
width : 278px;
background-repeat : no-repeat;
background-size : cover;
}
.service-sidebar .banner-widget .content-box {
position : relative;
max-width : 200px;
width : 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
position : relative;
display : inline-block;
width : 60px;
height : 60px;
line-height : 60px;
font-size : 40px;
background-color : #fdece3;
text-align : center;
border-radius : 5px;
margin-bottom : 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
position : absolute;
top : -15px;
right : -38px;
width : 32px;
height : 32px;
background-repeat : no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
display : block;
font-size : 24px;
line-height : 32px;
color : #ffffff;
font-weight : 600;
text-transform : uppercase;
margin-bottom : 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
background : #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
padding : 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
display : flex;
align-items : center;
justify-content : center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
position : relative;
display : inline-block;
font-size : 36px;
padding-right : 25px;
margin-top : 7px;
transition : all 600ms ease;
font-weight : 500;
}
.services-details__content .feature-list .single-item {
position : relative;
display : block;
border : #e1e8e4 solid 1px;
padding : 16px 30px 16px 53px;
margin-bottom : 20px;
transition : all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
color : var(--theme-color1);
position : absolute;
left : 20px;
top : 16px;
font-size : 18px;
transition : all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
display : block;
margin : 0;
font-size : 16px;
line-height : 32px;
font-weight : 600;
text-transform : uppercase;
}
.services-details__content .feature-list .single-item:hover {
background-color : #fdece3;
}
.service-list li {
position : relative;
display : block;
margin-bottom : 10px;
}
.service-list li:last-child {
margin-bottom : 0;
}
.service-list li a {
position : relative;
display : block;
font-size : 18px;
color : var(--headings-color);
font-weight : 600;
background-color : #fff;
padding : 17px 20px 17px 50px;
box-shadow : 20px 5px 20px 0 rgb(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
background-color : #ff6809;
padding-left : 80px;
}
.service-list li a:hover i, .service-list li a.current i {
width : 60px;
background-color : #fdece3;
}
.service-list li i {
position : absolute;
display : flex;
align-items : center;
justify-content : center;
left : 0;
top : 0;
width : 30px;
height : 100%;
background-color : #f6f4ec;
text-align : center;
font-size : 16px;
color : #707582;
transition : all 500ms ease;
}
.sidebar-service-list {
margin : 0;
}
.sidebar-service-list li + li {
margin-top : 10px;
}
.sidebar-service-list li a {
font-size : 18px;
font-weight : 700;
position : relative;
transition : all 500ms ease;
display : block;
background-color : #f5faff;
border-radius : 15px;
padding : 19px 40px;
}
.sidebar-service-list li a:hover {
color : var(--theme-color1);
}
.sidebar-service-list li a:hover i {
transform : translateY(-50%);
color : #fff;
background-color : #ff6809;
}
.sidebar-service-list li a i {
height : 32px;
width : 45px;
position : absolute;
top : 50%;
right : 20px;
transform : translateY(-50%);
transition : all 500ms ease;
color : #191825;
background-color : #fff;
text-align : center;
display : flex;
align-items : center;
justify-content : center;
font-size : 16px;
border-radius : 15px;
}
.sidebar-service-list li.current a {
color : var(--theme-color1);
}
.sidebar-service-list li.current a i {
transform : translateY(-50%);
color : #fff;
background-color : #ff6809;
}
.service-details-help {
position : relative;
display : block;
padding : 57px 55px 50px;
margin-top : 30px;
text-align : center;
z-index : 1;
background-color : #ff6809;
border-radius : 15px;
overflow : hidden;
}
.help-shape-1 {
position : absolute;
bottom : -215px;
left : -95px;
width : 220px;
height : 500px;
background-color : #303030;
mix-blend-mode : soft-light;
border-radius : 150px;
transform : rotate(45deg);
z-index : -1;
}
.help-shape-2 {
position : absolute;
top : -118px;
right : -130px;
width : 180px;
height : 350px;
background-color : #fff;
mix-blend-mode : soft-light;
border-radius : 186px;
transform : rotate(48deg);
}
.help-icon {
height : 73px;
width : 73px;
background-color : #fff;
color : #191825;
font-size : 32px;
display : flex;
align-items : center;
justify-content : center;
border-radius : 50%;
margin : 0 auto 0;
transition : all 500ms ease;
}
.help-icon:hover {
background-color : #ff6809;
color : #fff;
}
.help-title {
font-size : 38px;
color : #fff;
line-height : 40px;
margin-bottom : 21px;
font-weight : 700;
}
.help-contact {
position : relative;
display : block;
margin-top : 21px;
}
.help-contact p {
font-size : 14px;
color : #fff;
margin : 0;
line-height : 32px;
font-weight : 600;
opacity : 0.7;
}
.help-contact a {
font-size : 30px;
color : #fff;
font-weight : 600;
transition : all 500ms ease;
}
.help-contact a:hover {
color : #fff;
}
.project-details__img {
position : relative;
display : block;
}
.project-details__img img {
width : 100%;
border-radius : 10px;
}
.project-details__content {
position : relative;
display : block;
}
.project-details__content-left {
position : relative;
display : block;
margin-top : 31px;
}
.project-details__content-right {
position : relative;
display : block;
margin-top : 40px;
}
.project-details__details-box {
position : relative;
border-radius : 10px;
background-color : #f5f5f5;
padding : 43px 50px 50px;
z-index : 1;
}
.project-details__details-list {
position : relative;
display : block;
}
.project-details__details-list li {
position : relative;
display : block;
}
.project-details__details-list li + li {
margin-top : 24px;
}
.project-details__client {
font-size : 16px;
color : #838d9e;
line-height : 24px;
margin : 0;
}
.project-details__social {
position : relative;
display : flex;
align-items : center;
}
.project-details__social a {
position : relative;
height : 40px;
width : 40px;
display : flex;
align-items : center;
justify-content : center;
text-align : center;
background-color : #ff6809;
font-size : 15px;
border-radius : 50%;
overflow : hidden;
transition : all 500ms ease;
z-index : 1;
}
.project-details__social a:hover {
background-color : #fdece3;
}
.project-details__social a + a {
margin-left : 10px;
}
.project-details__pagination-box {
position : relative;
display : block;
text-align : center;
border-top : 1px solid #ece9e0;
border-bottom : 1px solid #ece9e0;
padding : 30px 0;
margin-top : 117px;
}
.project-details__pagination {
position : relative;
display : block;
}
.project-details__pagination li {
display : flex;
align-items : center;
}
.project-details__pagination li a {
font-size : 14px;
color : #757873;
font-weight : 400;
display : flex;
align-items : center;
transition : all 500ms ease;
}
.project-details__pagination li a:hover {
color : var(--theme-color1);
}
.project-details__pagination li a:hover i {
background-color : #ff6809;
color : #fff;
border : var(--theme-color1) solid 2px;
}
.project-details__pagination li .content {
position : relative;
display : block;
}
.project-details__pagination li.next {
float : left;
position : relative;
}
.project-details__pagination li.next i {
position : relative;
height : 52px;
width : 52px;
border : #0e2207 solid 2px;
display : flex;
align-items : center;
justify-content : center;
border-radius : 50%;
color : #0e2207;
font-size : 16px;
transition : all 500ms ease;
margin-right : 20px;
z-index : 1;
}
.project-details__pagination li.next .content {
text-align : left;
}
.project-details__pagination li.previous {
position : relative;
float : right;
}
.project-details__pagination li.previous i {
position : relative;
height : 52px;
width : 52px;
border : #0e2207 solid 2px;
display : flex;
align-items : center;
justify-content : center;
border-radius : 50%;
color : #0e2207;
font-size : 16px;
transition : all 500ms ease;
margin-left : 20px;
z-index : 1;
}
.project-details__pagination li.previous .content {
text-align : right;
}
.blog-details {
position : relative;
display : block;
}
.blog-details__left {
position : relative;
display : block;
}
.blog-details__img {
position : relative;
display : block;
border-radius : 10px;
}
.blog-details__img img {
width : 100%;
border-radius : 10px;
}
.blog-details__date {
position : absolute;
bottom : 0;
right : 0;
background-color : #ff6809;
text-align : center;
padding : 21px 24px 20px;
align-items : center;
border-bottom-right-radius : 10px;
border-top-left-radius : 10px;
display : flex;
flex-direction : column;
}
.blog-details__date .day {
font-size : 16px;
color : #fff;
line-height : 16px;
}
.blog-details__date .month {
position : relative;
display : block;
font-size : 10px;
color : #fff;
line-height : 12px;
text-transform : uppercase;
}
.blog-details__content {
position : relative;
display : block;
margin-top : 22px;
}
.blog-details__meta {
position : relative;
display : flex;
align-items : center;
}
.blog-details__meta li + li {
margin-left : 18px;
}
.blog-details__meta li a {
font-size : 15px;
color : #777;
font-weight : 500;
transition : all 500ms ease;
}
.blog-details__meta li a:hover {
color : var(--theme-color1);
}
.blog-details__meta li a i {
color : var(--theme-color1);
margin-right : 6px;
}
.blog-details__title {
font-size : 30px;
line-height : 40px;
margin-top : 12px;
margin-bottom : 21px;
}
.blog-details__bottom {
display : flex;
align-items : center;
justify-content : space-between;
flex-wrap : wrap;
padding : 30px 0 30px;
margin-top : 49px;
border-top : 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
.blog-details__bottom {
gap : 30px;
}
}
.blog-details__bottom p {
margin : 0;
}
.blog-details__tags span {
color : #0e2207;
font-size : 20px;
margin-right : 14px;
}
.blog-details__tags a {
position : relative;
font-size : 12px;
background-color : #ff6809;
color : #fff;
display : inline-block;
padding : 5px 30px 5px;
transition : all 500ms ease;
border-radius : 35px;
}
.blog-details__tags a:hover {
background-color : #ff6809;
color : #fff;
text-decoration : none;
}
.blog-details__tags a + a {
margin-left : 6px;
}
.blog-details__social-list {
display : flex;
align-items : center;
}
.blog-details__social-list a {
position : relative;
height : 43px;
width : 43px;
display : flex;
align-items : center;
justify-content : center;
text-align : center;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
font-size : 15px;
border-radius : 50%;
overflow : hidden;
transition : all 500ms ease;
z-index : 1;
}
.blog-details__social-list a:hover {
color : #fff;
}
.blog-details__social-list a:hover:after {
opacity : 1;
transform : scaleY(1);
}
.blog-details__social-list a:after {
position : absolute;
content : "";
top : 0;
left : 0;
right : 0;
height : 100%;
background-color : #ff6809;
transition-delay : 0.1s;
transition-timing-function : ease-in-out;
transition-duration : 0.4s;
transition-property : all;
opacity : 1;
transform-origin : top;
transform-style : preserve-3d;
transform : scaleY(0);
z-index : -1;
}
.blog-details__social-list a + a {
margin-left : 10px;
}
.blog-details__pagenation-box {
position : relative;
display : block;
overflow : hidden;
margin-bottom : 53px;
}
.blog-details__pagenation {
position : relative;
display : block;
}
.blog-details__pagenation li {
position : relative;
float : left;
font-size : 20px;
color : #0e2207;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
line-height : 30px;
transition : all 500ms ease;
max-width : 370px;
width : 100%;
padding-left : 60px;
padding-right : 60px;
padding-top : 52px;
padding-bottom : 52px;
border-radius : 10px;
}
.blog-details__pagenation li:hover {
background-color : #fdece3;
}
.blog-details__pagenation li + li {
margin-left : 30px;
}
.nav-links {
display : flex;
justify-content : space-between;
margin-bottom : 53px;
}
@media only screen and (max-width: 767px) {
.nav-links {
flex-direction : column;
gap : 20px;
}
}
.nav-links .prev {
display : flex;
align-items : center;
height : 100%;
width : calc(50% - 15px);
margin-right : 30px;
}
@media only screen and (max-width: 767px) {
.nav-links .prev {
width : 100%;
}
}
.nav-links .prev .thumb {
margin-right : 20px;
}
.nav-links .next {
display : flex;
align-items : center;
height : 100%;
flex-direction : row-reverse;
width : calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
.nav-links .next {
width : 100%;
}
}
.nav-links .next .thumb {
margin-left : 20px;
}
.nav-links > div {
transition : all 500ms ease;
}
.nav-links > div .thumb {
display : inline-block;
min-width : 60px;
width : 60px;
height : 60px;
overflow : hidden;
}
.nav-links > div .thumb a {
display : inline-block;
}
.nav-links > div > a {
display : inline-block;
overflow-wrap : break-word;
white-space : pre-wrap;
font-size : 20px;
line-height : 1.637;
transition : all 500ms ease;
color : #fff;
background-color : #ff6809;
padding : 52px 50px;
border-radius : 10px;
width : 100%;
}
@media only screen and (max-width: 767px) {
.nav-links > div > a {
padding : 30px;
}
}
.nav-links > div > a:hover {
color : #fff;
background-color : #ff6809;
}
@media (max-width: 991px) {
.sidebar {
margin-top : 50px;
}
}
.sidebar__single + .sidebar__single {
margin-top : 30px;
}
.sidebar__title {
margin : 0;
font-size : 20px;
margin-bottom : 5px;
font-weight : var(--h4-font-weight);
}
.sidebar__search {
position : relative;
display : block;
}
.sidebar__search-form {
position : relative;
}
.sidebar__search-form input[type="search"] {
display : block;
border : none;
outline : none;
background-color : #ff6809;
color : #fff;
font-size : 16px;
font-weight : 500;
padding-left : 50px;
height : 74px;
width : 100%;
padding-right : 80px;
border-radius : 10px;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder {
color : #fff;
opacity : 1;
}
.sidebar__search-form input[type="search"]::-webkit-input-placeholder, .sidebar__search-form input[type="search"]:-ms-input-placeholder, .sidebar__search-form input[type="search"]::-ms-input-placeholder, .sidebar__search-form input[type="search"]::placeholder {
color : #fff;
opacity : 1;
}
@media only screen and (max-width: 767px) {
.sidebar__search-form input[type="search"] {
padding-left : 30px;
}
}
.sidebar__search-form button[type="submit"] {
background-color : transparent;
color : #fff;
font-size : 22px;
position : absolute;
top : 0;
right : 0;
bottom : 0;
width : 72px;
outline : none;
border : none;
display : flex;
align-items : center;
padding : 0;
}
@media only screen and (max-width: 767px) {
.sidebar__search-form button[type="submit"] {
width : 42px;
}
}
.sidebar__post {
position : relative;
display : block;
padding : 46px 30px 30px;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
border-radius : 10px;
overflow : hidden;
z-index : 1;
}
@media only screen and (max-width: 767px) {
.sidebar__post {
padding : 30px;
}
}
.sidebar__post .sidebar__title {
margin-left : 20px;
}
@media only screen and (max-width: 767px) {
.sidebar__post .sidebar__title {
margin-left : 0;
}
}
.sidebar__post .sidebar__post-list {
margin : 0;
}
.sidebar__post .sidebar__post-list li {
display : flex;
align-items : center;
padding : 16px 20px 17px;
transition : all 500ms ease;
}
@media only screen and (max-width: 767px) {
.sidebar__post .sidebar__post-list li {
padding : 16px 0;
}
}
.sidebar__post .sidebar__post-list li:hover {
background-color : #ffffff;
border-radius : 10px;
}
.sidebar__post .sidebar__post-list li + li {
margin-top : 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
margin-right : 20px;
flex : 0 0 70px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
width : 80px;
border-radius : 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
position : relative;
top : -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
font-size : 18px;
margin : 0;
line-height : 26px;
letter-spacing : 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
color : #0e2207;
transition : all 500ms ease;
display : block;
font-size : 16px;
font-weight : 700;
line-height : 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
font-size : 14px;
font-weight : 500;
color : #757873 !important ;
transition : all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
color : var(--theme-color1);
font-size : 14px;
padding-right : 3px;
}
.sidebar__category {
position : relative;
display : block;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
border-radius : 10px;
padding : 45px 30px 38px;
overflow : hidden;
z-index : 1;
}
@media only screen and (max-width: 767px) {
.sidebar__category {
padding : 30px 15px 30px;
}
}
.sidebar__category .sidebar__title {
padding-left : 20px;
margin-bottom : 9px;
}
.sidebar__category-list {
margin : 0;
}
.sidebar__category-list li + li {
margin-top : 4px;
}
.sidebar__category-list li a {
color : #757873;
font-size : 16px;
position : relative;
transition : all 500ms ease;
display : block;
background : none;
padding : 12px 20px;
font-weight : 500;
border-radius : 10px;
}
.sidebar__category-list li a:hover {
background-color : rgb(255, 255, 255);
box-shadow : 0 10px 60px 0 rgb(0, 0, 0, 0.05);
color : #0e2207;
text-shadow : 1px 0 0 rgb(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
color : #ffcd1e;
transform : translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
position : absolute;
top : 50%;
right : 20px;
transform : translateY(-50%) scale(0);
transition : all 500ms ease;
color : var(--theme-color2);
text-align : center;
display : flex;
align-items : center;
justify-content : center;
font-size : 16px;
}
.sidebar__category-list li.active a {
background-color : rgb(255, 255, 255);
box-shadow : 0 10px 60px 0 rgb(0, 0, 0, 0.05);
color : #0e2207;
border-radius : 10px;
text-shadow : 1px 0 0 rgb(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
transform : translateY(-50%) scale(1);
color : #ffcd1e;
}
.sidebar__tags {
position : relative;
display : block;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
padding : 46px 45px 50px;
border-radius : 10px;
overflow : hidden;
z-index : 1;
}
@media only screen and (max-width: 767px) {
.sidebar__tags {
padding : 30px;
}
}
.sidebar__tags .sidebar__title {
margin-left : 5px;
margin-bottom : 25px;
}
.sidebar__tags-list {
margin-top : -10px;
}
.sidebar__tags-list a {
font-size : 14px;
color : #0e2207;
transition : all 0.4s ease;
background : #ffffff;
display : inline-block;
padding : 5px 28px 5px;
margin-left : 5px;
border-radius : 30px;
}
.sidebar__tags-list a:hover {
background : #ff6809;
}
.sidebar__tags-list a + a {
margin-left : 5px;
margin-top : 10px;
}
.sidebar__comments {
position : relative;
display : block;
color : var(--theme-light-background-text-color);
background-color : #F2F3F5;
padding : 46px 50px 43px;
border-radius : 10px;
overflow : hidden;
z-index : 1;
}
@media only screen and (max-width: 767px) {
.sidebar__comments {
padding : 30px;
}
}
.sidebar__comments .sidebar__title {
margin-bottom : 25px;
}
.sidebar__comments-list {
position : relative;
display : block;
}
.sidebar__comments-list li {
position : relative;
display : block;
padding-left : 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
background-color : #ff6809;
color : #fff;
}
.sidebar__comments-list li + li {
margin-top : 23px;
}
.sidebar__comments-icon {
background-color : #ff6809;
border-radius : 50%;
color : #fff;
display : flex;
font-size : 15px;
height : 45px;
left : 0;
top : 0;
align-items : center;
justify-content : center;
position : absolute;
width : 45px;
transition : all 0.4s ease;
}
.sidebar__comments-text-box p {
font-size : 15px;
margin : 0;
line-height : 26px;
font-weight : 500;
}
.sidebar__comments-text-box p span {
color : #0e2207;
}
.sidebar__comments-text-box h5 {
font-size : 15px;
margin : 0;
line-height : 26px;
color : #757873;
font-weight : 500;
letter-spacing : 0;
}
.goog-te-gadget-icon {
display : none;
}
.goog-te-gadget-simple {
background-color : #ecebf0 !important ;
border : 0 !important ;
font-size : 10pt;
font-weight : 800;
display : inline-block;
padding : 10px 10px !important ;
cursor : pointer;
}
.goog-te-gadget-simple span {
color : #3e3065 !important ;
}
.comment-one .comment-one__title {
margin-bottom : 30px;
}
.comment-one .comment-one__single {
display : flex;
border-bottom : 1px solid #ece9e0;
padding-bottom : 60px;
margin-bottom : 60px;
}
@media only screen and (max-width: 767px) {
.comment-one .comment-one__single {
flex-direction : column;
}
}
.comment-one .comment-one__content {
position : relative;
margin-left : 45px;
}
@media only screen and (max-width: 767px) {
.comment-one .comment-one__content {
margin-top : 20px;
margin-left : 0;
}
}
.comment-one .comment-one__content h3 {
margin : 0;
font-size : 20px;
color : var(--theme-black);
margin-bottom : 24px;
}
.comment-one .comment-one__content p {
font-size : 16px;
font-weight : 500;
}
.comment-one .comment-one__btn {
padding : 5px 30px;
position : absolute;
top : 0;
right : 0;
font-size : 14px;
}
.comment-one .comment-one__image {
position : relative;
display : block;
border-radius : 50%;
flex : 0 0 100px;
}
.comment-one .comment-one__image img {
border-radius : 50%;
}
.comment-form .comment-form__title {
margin-top : -7px;
}
.team-details {
position : relative;
display : block;
}
.team-details__top {
padding : 0 0 120px;
}
.team-details-shape-1 {
position : absolute;
bottom : -270px;
right : 0;
opacity : 0.5;
z-index : 2;
}
.team-details-shape-1 img {
width : auto;
}
.team-details__top-left {
position : relative;
display : block;
margin-right : 20px;
}
.team-details__top-img {
position : relative;
display : block;
border-radius : 30px;
}
.team-details__top-img img {
width : 100%;
border-radius : 30px;
}
.team-details__big-text {
font-size : 80px;
line-height : 80px;
text-transform : uppercase;
color : #eef0f6;
letter-spacing : 0.35em;
font-weight : 400;
position : absolute;
transform : rotate(-90deg);
top : 209px;
left : -325px;
}
.team-details__top-right {
position : relative;
display : block;
margin-left : 50px;
}
@media only screen and (max-width: 991px) {
.team-details__top-right {
margin-top : 70px;
margin-left : 0;
}
}
.team-details__top-content {
position : relative;
display : block;
margin-top : -11px;
}
.team-details__top-name {
font-size : 40px;
font-weight : 700;
line-height : 50px;
margin-bottom : 3px;
}
.team-details__top-title {
font-size : 16px;
color : var(--theme-color1);
}
.team-details__social {
position : relative;
display : flex;
align-items : center;
margin-top : 20px;
margin-bottom : 28px;
}
.team-details__social a {
position : relative;
height : 40px;
width : 40px;
display : flex;
align-items : center;
justify-content : center;
text-align : center;
background-color : #ff6809;
color : #fff;
font-size : 15px;
border-radius : 50%;
transition : all 500ms ease;
}
.team-details__social a:hover {
background-color : #fdece3;
color : var(--headings-color);
}
.team-details__social a + a {
margin-left : 10px;
}
.team-details__top-text-1 {
font-size : 30px;
color : var(--theme-color1);
line-height : 45px;
font-weight : 400;
margin-bottom : 30px;
}
.team-details__top-text-2 {
padding-top : 23px;
padding-bottom : 35px;
}
.team-details__bottom {
position : relative;
display : block;
border-top : 1px solid #e4e5ea;
padding-top : 110px;
}
.team-details__bottom-left {
position : relative;
display : block;
margin-right : 70px;
}
.team-details__bottom-left-title {
font-size : 36px;
font-weight : 700;
line-height : 46px;
}
.team-details__bottom-left-text {
padding-top : 30px;
}
.team-details__bottom-right {
position : relative;
display : block;
margin-left : 70px;
margin-top : 1px;
}
.close_up {
top : 50%;
}
.close_up img {
box-shadow : 0 5px 15px rgb(0, 0, 0, 0.35);
}
@media only screen and (max-width: 991px) {
.team-details__bottom-right {
margin-left : 0;
}
}
.team-details__progress {
position : relative;
display : block;
width : 100%;
}
.team-details__progress .bar {
position : relative;
width : 100%;
height : 13px;
background-color : #eef0f6;
border-radius : 7px;
margin-bottom : 22px;
}
.team-details__progress .bar-inner {
position : relative;
display : block;
width : 0;
height : 13px;
border-radius : 7px;
background-color : #ff6809;
transition : all 1500ms ease;
}
.team-details__progress .count-text {
position : absolute;
right : 0;
bottom : 21px;
color : var(--theme-color1);
line-height : 24px;
font-size : 14px;
text-align : center;
font-weight : 500;
opacity : 0;
transition : all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
opacity : 1;
}
.team-details__progress .bar.marb-0 {
margin-bottom : 0;
}
.team-details__progress-single {
position : relative;
display : block;
}
.team-details__progress-title {
font-size : 16px;
font-weight : normal;
line-height : 28px;
color : var(--headings-color);
margin-bottom : 6px;
}
.team-contact-form {
background-color : #eef0f6;
}
.team-contact-form input[type="text"], .team-contact-form input[type="email"] {
background-color : #fff;
}
.team-contact-form textarea {
background-color : #fff;
height : 180px;
}
.text h4 {
margin-bottom : 0;
}
.video_repl:before {
content : "";
position : absolute;
left : 0;
top : 0;
background : rgb(0 0 0 / 41%);
height : 100%;
width : 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.btn-box a > i {
    font-size: 2.5rem;
    transition: all 0.5s;
}

.btn-box a:hover i {
    color: #ff6809;
}
button.slick-arrow > span {
    visibility: visible;
    display: flex;
    background: #000;
    color: white;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    transition: all 0.3s;
    border-radius: 2px;
}

button.slick-arrow > span:hover {
    background: #ff6809;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.slick-prev {
   left: 27px;
    z-index: 23;
}
button.slick-prev:before, button.slick-next:before {
        display: none;
}
.process figure.image {
    height: 350px;
    width: auto;
}

.process figure.image a > img {
    height:100%;
    width:100%;
    object-fit:cover;
}
.modalView{
	overflow-y:auto;
}
/* customer profile */
.image-box.cutomr-Pfile > figure {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #fff;
}

.image-box.cutomr-Pfile > figure >img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.slick-next {
    right: 50px;
    z-index: 34;
}
/* new gallery page styling start */ 
.news-section figure.image.overlay-anim {
    height: 210px;
    width: 100%;
}
.news-section figure.image.overlay-anim > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-section .video, .news-block .image-box {
    height: 274px;
    width: 274px;
}

.news-section .video > video , .news-block .image-box > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* new gallery page styling start */ 
.costm_glry .news-block .inner-box .content-box {
    padding: 15px 15px;
}.costm_glry  p {
    margin: 0;
}

/* custom category style */
.nav.nav-tabs.cstm_category {
    align-items: center;
    margin-top: 2rem;
    border-bottom: none;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
section.news-section.costm_glry {
    position: relative;
}

.aside_tabTogl {
    position: absolute;
    left:-24vw ;
    top: 0;
    background: #ff6809;
    z-index: 70;
    height: 100%;
    width: 24vw;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s cubic-bezier(0.42, 0, 0, 1.43);
    padding-left: 5rem;
}

.nav.nav-tabs.cstm_category button {
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff3;
}

.cstm_category .nav-link.active {
    background: #ff5c00;
    color: #fff;
}

.cstm_category .nav-link {
    background: #212529;
    color: #000;
}
.aside_tabTogl.show {
    left:-78px;
}

.cstm_category .nav-link {
    color: #fff;
    font-weight: 500;
}
.nav.nav-tabs.cstm_category > button {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.nav-link > span {
    margin-right: 0.5rem;
}
.cstm_category .nav-link:hover {
    background: #ff5c00;
}
/*category icon*/
.ctgory_ico > i {
    color: #000;
    font-size: 2.5rem;
}
.ctgory_ico {
    position: absolute;
    right: -35px;
    top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: visible;
    z-index: 78;
}
h3.cat_hd {
    padding-left: 0.3rem;
    font-size: 1.6rem;
    color: #fff;
}
.auto_Cate {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 2rem;
}
/* Woocommerce CSS */
.woocommerce-message {
    border-top-color: #ff6600 !important;
    margin-top: 10px !important;
}

.woocommerce-message::before {
    color: #ff6600 !important;
}

.woocommerce-message a.button wc-forward {
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background-color: #ed5f00 !important;
    color: white !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: black !important;
    color: white !important;
}

.woocommerce div.product {
    margin: 50px 0 !important;
}

.summary.entry-summary h1.product_title.entry-title {
    font-size: 4rem !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #ff6600 !important;
}

.woocommerce .quantity .qty {
    width: 50% !important;
}

.woocommerce div.product form.cart .button {
    margin: 15px 0 !important;
    width: 100% !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #ed5f00 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #000000 !important;
}
.image-box.woocommerce-product-gallery__image a .video video {
    width: 100% !important;
}
@media screen and (max-width: 767px) {
.page-title .title {
    font-size: 33px;
    margin-bottom: 0;
	}
}
@media (max-width: 575.98px) {
.image-box.cutomr-Pfile > figure {
  height: 70px;
  width: 70px;
}
.testimonial-block .inner-box .content-box .text {
 font-size: 16px;
 line-height: 1.3;
}
.testimonial-block .inner-box {
    padding: 35px 24px;
    margin: 30px 12px;
}
}
 .gallery_bloks .image-box {
    height: 100%;
    width: 100%;
}
/* Webshop new styling */
.categories-list ul.prnt_cat {
    /*     display: flex;
    flex-wrap: wrap; */
    display: inline-block;
    width: 100% !important;
    list-style: none;
    padding: 0;
    }
.categories-list ul.prnt_cat li {
	max-height: 45px;
	background: #212529;
	margin: 0 1rem 1rem 0;
	padding: .5rem 0rem;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	z-index: 9999;
	float: left;
}
.categories-list ul.prnt_cat li a {
    color: #fff;
    font-weight: 500;
    padding: 1.5rem 1rem;
}
.categories-list ul.prnt_cat li:has(a + ul) a i {
    display: inline;
}
.categories-list ul.prnt_cat li a i {
    display: none;
}
.categories-list ul.prnt_cat li.has-children ul {
    max-height: 0; 
    opacity: 0;
    z-index: -999;
    visibility: hidden;
	margin-top: 10px;
	position: absolute;
}
@media only screen and (min-width: 1201px){
	.menu-item-has-children {}
.menu-item-has-children .toggle-icon {
    position: absolute;
    top: 40px;
    right: -14px;
    font-size: 10px;
    color: #fff;
}
}
@media only screen and (min-width: 580px){
	.categories-list ul.prnt_cat li.has-children:hover ul {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
    z-index: 99999;
    padding-top: 0;
}
}
@media only screen and (max-width: 575px){
	.categories-list ul.prnt_cat li {
		max-height: fit-content;
	}
	.categories-list ul.prnt_cat li.active {
    padding-bottom: 10px;
}
	.categories-list ul.prnt_cat li .chld_cat {
    position: relative;
    z-index: 999999;
    height: auto;
    visibility: visible;
    opacity: 1;
    max-height: max-content;
}
	.categories-list ul.prnt_cat li.active ul.chld_cat {
    max-height: max-content;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: relative;
    display: flex;
    flex-direction: column;
}

.categories-list ul.prnt_cat li.active:has(ul.chld_cat) {
    height: auto;
    padding-bottom: 0;
}
.categories-list.respnsive_menu > ul.activeCategory li {
    max-height: max-content;
    margin-bottom: 0 !important;
    /* padding-bottom: 0; */
}
.categories-list ul.prnt_cat li.active ul.chld_cat li {
    margin-top: auto;
    padding-bottom: 8px;
    padding-left: 10px;
}
}
ul.chld_cat li {
	border-bottom: 2px solid #ff6809;
	float: none !important;
    margin: 0 !important;
}
.categories-list ul.prnt_cat li.active {
    background: #ff5c00;
}
.logo-box img {
    max-width: 200px;
}