i{
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}
a{
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
} .site-header .transparent-menu.sticky{
background-color: #021327;
} .nav-menu ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.nav-menu .menu-ul li{
position: relative;
margin-right: 10px;
}
.nav-menu .menu-ul li a{
display: inline-block;
padding: 15px 10px;
}
.nav-menu .menu-ul li .sub-menu{
position: absolute;
display: block;
background-color: #fff;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
top: 150%;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
top: 100%;
opacity: 1;
visibility: visible;
}
.nav-menu .menu-toggle{
display: none;
}
@media (max-width: 768px){
.nav-menu .menu-toggle{
display: block;
}
.nav-menu .menu-ul {
position: absolute;
top: 100%;
display: block;
background-color: yellow;
width: 100%;
display: none;
}
.nav-menu ul li a{
width: 100%;
}
} .slick-dots {
bottom: 0px !important;
position: relative;
}
.service-button a{
display: block;
} .single-slick {
position: relative;
min-height: 950px;
z-index: 1;
margin: 0 120px;
}
.single-slick .custom_container{
max-width: 1750px;
margin: auto;
padding: 0 15px;
}
.slide-img, .parallax-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.single-slick.style-1 .slick-dots {
bottom: 50px !important;
position: relative;
}
.single-slick.style-1 .hero-text-wrap {
width: 100%;
text-align: center;
}
.single-slick.style-1 .hero-text-wrap h1 {
-webkit-animation: 1s 1.6s fadeInUp both;
animation: 1s 1.6s fadeInUp both;
font-size: 76px;
text-transform: uppercase;
line-height: 81px;
color: #fff;
font-weight: 600;
}
.single-slick.style-1 .hero-text-wrap h1 span{
color: #c19d68;
}
.single-slick.style-1 .hero-text-wrap h4 {
position: relative;
z-index: 1;
-webkit-animation: 0.8s 0.8s fadeInUp both;
animation: 0.8s 0.8s fadeInUp both;
text-transform: uppercase;
margin: 25px 0 18px;
font-size: 30px;
color: #af9556;
font-weight: 400;
font-family: var(--fonts-subtitle);
margin-bottom: 23px;
}
.single-slick.style-1 .hero-text-wrap p {
font-size: 17px;
color: #B6B9C0;
margin-top: 24px;
width: 90%;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.single-slick.style-1 .client-star i {
display: inline-block;
color: #fff;
display: inline-block;
color: #c19d68;
margin-right: 10px;
font-size: 17px;
-webkit-animation: 0.5s 0.5s fadeInUp both;
animation: 0.5s 0.5s fadeInUp both;
} .single-slick.style-two{
max-height: 950px!important;
}
.single-slick.style-two .hero-text{
text-align: center;
}
.single-slick.style-two .white-color h4 {
margin: 25px 0 73px;
font-size: 18px;
letter-spacing: 3px;
line-height: 28px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
position: relative;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.single-slick.style-two .white-color h4:before {
position: absolute;
content: "";
width: 1px;
height: 55px;
background: #fff;
left: 0;
top: 40px;
right: 0;
margin: auto;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.single-slick.style-two .hero-text-wrap h1 {
animation: 1s 1.6s fadeInUp both;
font-size: 60px;
line-height: 75px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
}
.single-slick.style-two .hero-text-wrap .btn {
padding: 14px 24px 14px 35px;
transition: .5s;
margin-top: 28px;
}
.single-slick.style-two .hero-text-wrap p {
margin-top: 24px;
width: 62%;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
font-size: 18px;
color: rgb(255, 255, 255);
max-inline-size: 40ch;
line-height: 30px;
position: relative;
z-index: 1;
border-left: 3px solid #c19d68;
padding-left: 1rem;
} .dreamit-slick-slider .hero-text-wrap .btn {
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: inline-block;
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
background: #af9556;
padding: 17px 40px;
font-family: var(--fonts-title);
border-radius: 30px;
margin-top: 10px;
position: relative;
z-index: 1;
transition: 0.5s;
overflow: hidden;
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: #fff;
border-radius: 0px;
z-index: -1;
transition: 0.5s;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
left: 0;
width: 100%;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover{
border-color: #fff;
color: #af9556;
}
.dreamit-slick-slider .hero-text-wrap .btn i{
margin-left: 5px;
} .dreamit-slick-slider .call-button {
margin-left: 25px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
font-size: 17px;
font-weight: 500;
color: #fff;
margin-top: 5px;
}
.dreamit-slick-slider .call-number h3 a {
color: inherit;
}
.dreamit-slick-slider .call-icon i {
width: 60px;
height: 60px;
display: inline-block;
color: #c19d68;
TEXT-ALIGN: CENTER;
border: 2px solid #c19d68;
border-radius: 100%;
font-size: 28px;
line-height: 56px;
margin-right: 10px;
}
.single-slick.style-1 .slick-contact {
display: inline-block;
align-items: center;
border: 1px solid #fff;
padding: 10px 30px;
position: absolute;
left: -55px;
top: 50%;
transform: rotate(-90deg);
}
.single-slick.style-1 .slick-contact:hover{
background: #af9556;
border-color: #af9556;
}
.single-slick.style-1 .slick-contact:hover .icon i,
.single-slick.style-1 .slick-contact:hover .number h3{
color: #fff;
}
.single-slick.style-1 .icon {
display: inline-block;
float: left;
margin-right: 10px;
}
.single-slick.style-1 .icon i {
color: #af9556;
transition: .5s;
}
.single-slick.style-1 .number {
display: inline-block;
}
.single-slick.style-1 .number h3 {
display: inline-block;
font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Lora";
transition: .5s;
} .dreamit-slick-slider .slider-video-icon span{
margin-left: 22px;
color: #fff;
font-size: 18px;
font-weight: 600;
}
.dreamit-slick-slider .slider-single-image {
position: relative;
-webkit-animation: 0.8s 0.8s fadeInUp both;
animation: 0.8s 0.8s fadeInUp both;
text-align: right;
margin-right: -183px;
}
.dreamit-slick-slider .slider-single-image img {
display: block;
}
.dreamit-slick-slider .slider-single-image img {
filter: brightness(.5);
}
.dreamit-slick-slider .slider-video-icon {
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
position: absolute;
left: 45%;
top: 45%;
text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
color: #c19d68;
background: #fff;
display: inline-block;
font-size: 26px;
position:relative; 
z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
position: absolute;
left: -10px;
top: -10px;
width: 100px;
height: 100px;
border: 3px dashed #fff;
z-index: -1;
content: "";
border-radius: 100%;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
font-size: 18px;
margin: 16px auto 48px;
text-align: center;
} .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
bottom: 10%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
top: inherit;
}
.slick-prev {
border-radius: 0;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
height: 50px;
bottom: 2%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 50px;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 80px;
color: #fff;
border: 0;
right: 95px!important;
border: 1px solid#ffffff8a;
line-height: 50px;
}
.slick-next {
background-color: transparent!important;
border-radius: 0;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
height: 50px!important;
bottom: 10%;
width: 50px!important;
line-height: 50px!important;
color: #fff;
border: 0;
border: 1px solid#ffffff8a;
}
.slick-next:hover{
background-color: #c19d68!important;
color: #FFF;
border-color: #c19d68;
}
.slick-next:hover: before{
color: #FFF!important;
}
.slick-next::before {
font-size: 26px!important;
color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
right: 0;
}
.dreamit-slick-slider .slick-next {
right: 33px;
bottom: 2%;
opacity: 1;
color: #fff!important;
transition: .5s;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
color: #fff!important;
font-size: 25px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
content: "\f104";
font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
content: "\f105"!important;
font-family: FontAwesome;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
background-color: #c19d68;
color: #FFF;
outline: 0;
border-color: #c19d68;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
color: #fff;
}
.rotateme {
position: absolute;
z-index: -1;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
} .single-slick.style-three {
min-height: 890px !important;
}
.single-slick.style-three .hero-text-wrap {
background: #272727;
padding: 53px 56px 69px;
-webkit-animation: 1s 1s fadeInUp both;
animation: 1s 1s fadeInUp both;
}
.single-slick.style-three .hero-text {
text-align: left;
}
.single-slick.style-three .reviews_rating i {
color: #c19d68;
margin-right: 5px;
}
.single-slick.style-three .white-color h4 {
font-size: 16px;
color: #ffffff;
font-weight: 400;
letter-spacing: 2px;
background-color: transparent;
display: inline-block;
padding: 0;
margin: 20px 0 19px;
text-transform: uppercase;
}
.single-slick.style-three .white-color h1 {
text-transform: capitalize;
font-size: 60px;
color: #ffffff;
font-weight: 600;
line-height: 70px;
}
.single-slick.style-three .hero-text-wrap .btn {
margin-top: 7px;
}
.single-slick.style-three.slick-prev {
border-radius: 0;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
height: 50px;
top: 50%;
line-height: 80px;
color: #fff;
border: 0;
right:inherit;
left: 95px!important;
border: 1px solid#ffffff8a;
line-height: 50px;
}
@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
} .star_list ul li {
list-style: none;
margin: 0 0px;
} .work_progress.style4 {
background: #fff;
padding: 45px 20px 15px;
position:relative;
z-index:1;
}
.work_progress.style4:hover:before {
width: 100%;
height: 100%;
opacity: 1;
}
.work_progress.style4 .icon i {
color: #c19d68;
font-size: 38px;
transition:.5s;
}
.work_progress.style4 .work_progress-title {
padding-top: 10px;
}
.work_progress.style4 .work_progress-title h2 {
font-size: 20px;
font-weight: 600;
transition:.5s;
}
.work_progress.style4 .work_progress-desc {
padding-top: 14px;
}
.work_progress.style4 .work_progress-desc p{
transition:.5s;
}
.work_progress.style4 .work_progress_icon {
position: relative;
}
.work_progress.style4 .work_progress-number {
position: absolute;
left: 0;
right: 0;
bottom: -55px;
opacity: 0;
transition:.5s;
}
.work_progress.style4 .work_progress-number span::before {
display:none;
}
.work_progress.style4 .work_progress-number span::after {
display:none;
}
.work_progress.style4 .work_progress-number span {
background: #c19d68;
height: 42px;
width: 42px;
line-height: 42px;
font-size: 22px;
}
.work_progress.style4:hover .work_progress-title h2 {
color: #fff;
}
.work_progress.style4:hover .work_progress-desc p{
color:#fff;
}
.work_progress.style4:hover .icon i {
color: #fff;
}
.work_progress.style4:hover .work_progress-number {
bottom: -35px;
opacity: 1;
} div#itsolution-list-style ul li {
position: relative;
padding-left: 55px;
}
div#itsolution-list-style ul li:before {
position: absolute;
content: "";
left: 0;
top: 12px;
height: 2px;
width: 40px;
background: #f00;
} .section-title{
position: relative;
}
.section-title .subtitle {
display: inline-block;
font-size: 24px;
color: var(--primary-color);
font-family: var(--fonts-subtitle);
font-weight: 400;
margin: 0 0 20px;
}
.section-title .title {
margin: 0 0 0;
font-size: 44px;
text-transform: uppercase;
line-height: 41px;
}
.section-title h3.title-two {
font-size: 44px;
text-transform: uppercase;
line-height: 41px;
position: relative;
padding-left: 155px;
}
.section-title h3.title-two:before {
position: absolute;
content: "";
width: 142px;
height: 1px;
left: 0px;
top: 29px;
background: var(--primary-color);
}
.section-title .title span{
color: #af9556;
}
.section-title .description {
font-size: 16px;
font-weight: 300;
margin-bottom: 0;
width: 80%;
margin: 0 0 0;
margin-left: 158px;
margin-top: 24px;
}
.opacity-low{
opacity: 70%;
}
.section-title.center .description {
font-size: 16px;
font-weight: 300;
margin-bottom: 0;
width: 50%;
margin: 10px auto 0;
} .section-title.style2 .subtitle {
margin: 0 0 17px;
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
color: var(--primary-color-2);
--fonts-subtitle: "Carattere", cursive;
}
.section-title.style2 h3.title-two:before {
display: none;
}
.section-title.style2 .title span {
color: #af9556;
position: relative;
padding: 0 76px;
}
.section-title.style2 .title span:after {
position: absolute;
content: "";
top: 3px;
left: 0;
height: 52px;
width: 138px;
background: url(http://localhost/restu/wp-content/uploads/2024/07/hero-content-img-1.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border: 2px solid#fff;
border-radius: 30px;
}
.center .section-title.style2 .title {
margin: 0 0 0;
font-size: 44px;
line-height: 65px;
text-transform: uppercase;
color: #1e1e1e;
}
.section-title.style2 h3.title-two {
font-size: 44px;
text-transform: uppercase;
line-height: 41px;
position: relative;
padding-left: 0;
}
.section-title.style2.center .subtitle {
font-size: 18px;
color: #c19d68;
font-weight: 500;
text-transform: uppercase;
}
.section-title.style2 .title {
margin: 0 0 0;
font-size: 44px;
line-height: 47px;
text-transform: uppercase;
color: #1e1e1e;
}
.section-title.style2 .description {
font-size: 16px;
font-weight: 400;
margin: 12px 0 0;
width: 93%;
}
.section-title.style2.center .title {
margin: 0 0 0;
font-size: 38px;
line-height: 47px;
text-transform: capitalize;
color: #1e1e1e;
}
.section-title.style2.center .description {
font-size: 16px;
font-weight: 400;
margin: 6px auto 0;
width: 56%;
} .section-title.style3 .subtitle {
font-size: 24px;
color: var(--primary-color);
font-family: var(--fonts-subtitle);
font-weight: 400;
margin: 0 0 21px;
}
.section-title.style3 h3.title-two {
font-size: 44px;
text-transform: uppercase;
line-height: 41px;
position: relative;
padding-left: 0;
}
.section-title.style3 .title {
margin: 0 0 0;
font-size: 44px;
text-transform: uppercase;
color: #1e1e1e;
}
.section-title.style3 .description {
font-size: 16px;
font-weight: 300;
margin-bottom: 0;
width: 98%;
margin: 13px auto 0;
}
.section-title.style3 h3.title-two:before {
display: none;
} .feature-box.style1 {
position: relative;
display: flex;
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
padding-top: 23px;
padding-bottom: 27px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.feature-box.style1 .service-number span{
opacity: 0.102;
font-size: 60px;
line-height: 50px;
text-transform: uppercase;
color: #ffffff;
font-family: var(--fonts-body);
transition: 0.5s;
float: left;
margin-right: 42px;
position: relative;
top: 8px;
font-weight: 600;
}
.feature-box.style1 .feature-box-title h3 {
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.feature-box.style1 .feature-box-title h2 {
font-size: 32px;
font-weight: 600;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 7px 0 0px;
color: #fff;
}
.feature-box.style1 .feature-box-desc {
margin-bottom: 20px;
transition: .5s;
font-size: 16px;
color: var(--primary-color);
font-weight: 400;
font-family: var(--fonts-body);
margin: 6px 0 0;
}
.feature-box.style1 .feature-box-icon{
display:inline-block;
position:relative;
margin-bottom: 17px;
}
.feature-box.style1 .feature-box-icon i {
display: inline-block;
color: #c19d68;
font-size: 50px;
}
.feature-box.style1 .feature-btn {
display: inline-block;
position: absolute;
right: 0;
transform: translate(0%, -50%);
top: 50%;
}
.feature-box.style1 .feature-btn a {
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.2);
width: 64px;
height: 64px;
color: #fff;
text-align: center;
line-height: 64px;
border-radius: 32px;
transform: rotate(-44deg);
position: relative;
top: 6px;
transition: 0.5s;
}
.feature-box.style1:hover .feature-btn a{
background: var(--primary-color);
border-color:var(--primary-color);
} .feature-box.style2 {
text-align: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
display: inline-block;
background: var(--primary-color);
padding: 12px  41px 28px;
width: 198px;
}
.feature-box.style2 span.service-box-number {
font-size: 34px;
line-height: 26px;
color: #ffffff;
font-weight: 600;
margin: 0 0 22px;
font-family: var(--fonts-body);
}
.feature-box.style2 .feature-box-title h3 {
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
color: #ffffff;
font-size: 18px;
margin: 19px 0 18px;
}
.feature-box.style2 .feature-box-desc {
margin-bottom: 20px;
transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
display:inline-block;
position:relative;
margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
display: inline-block;
color: rgba(119, 122, 242, 1);
font-size: 36px;
height: 86px;
width: 86px;
line-height: 80px;
text-align: center;
background: rgba(119, 122, 242, 0.15);
border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
transition: 0.5s;
}
.feature-box.style2 .feature-btn a {
color: #fff;
margin-top: 8px;
display: inline-block;
} .dreamit-button.style1.center:before {
display: none;
}
.dreamit-button .button {
transition: 0.5s;
display: inline-block;
background: var(--secondary-color);
color: #fff;
text-transform: uppercase;
padding: 14px 29px;
border-radius: 30px;
font-size: 16px;
position: relative;
z-index: 1;
transition: 0.5s;
overflow: hidden;
}
.dreamit-button {
margin-top: 8px;
position: relative;
}
.dreamit-button .button:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top:0;
background: var(--primary-color);
z-index: -1;
transition: 0.5s;
border-radius: 0 0 30px 30px;
}
.dreamit-button .button:hover:before{
width: 100%;
left:0;
}
.dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
right: 0;
height: 100%;
width: 0;
background: var(--primary-color);
border-radius: 0;
transition: .5s;
}
.dreamit-button .button i {
font-size: 11px;
width: 30px;
height: 30px;
line-height: 32px;
border-radius: 25px;
text-align: center;
background: #fff;
color: #c19d68;
display: inline-block;
margin-left: 14px;
position: relative;
transition: .5s;
font-weight: 700;
}
.dreamit-button .button:hover:before {
width: 100%;
left: 0;
}
.dreamit-button .button:hover i {
background: #c19d68;
color: #fff;
} .animation-bar {
background: #E8E8E8;
width: 100%;
height: 1px;
margin-bottom: 50px;
position: relative;
}
.animation-bar:before {
position: absolute;
content: "";
width: 50px;
height: 1px;
top: 0;
left: 0;
background: #c19d68;
transition: 0.5s;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-duration: 6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
from {
transform: translateX(0);
}
to {
transform: translateX(590px);
}
}
@keyframes MOVE-BG {
from {
transform: translateX(0);
}
to {
transform: translateX(590px);
}
} .dreamit-button.style2 {
margin-top: 25px;
position: relative;
}
.dreamit-button.style2 .button {
transition: 0.5s;
display: inline-block;
background: var(--secondary-color);
color: #fff;
text-transform: uppercase;
padding: 17px 29px;
border-radius: 30px;
font-size: 16px;
position: relative;
z-index: 1;
transition: 0.5s;
background: var(--primary-color);
text-align: center;
width: 100%;
font-weight: 500;
}
.dreamit-button.style2 .button:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
right: 0;
height: 100%;
width: 0;
background: #fff;
border-radius: 0;
transition: .5s;
}
.dreamit-button.style2 .button:hover:before {
width: 100%;
left: 0;
}
.dreamit-button.style2 .button:hover{
color: #af9556;
}  .dreamit-button.style3 .dreamit-button a {
transition: 0.5s;
display: inline-block;
background: var(--secondary-color);
color: #fff;
text-transform: uppercase;
padding: 16px 44px;
border-radius: 30px;
font-size: 16px;
position: relative;
z-index: 1;
transition: 0.5s;
overflow: hidden;
background: var(--primary-color-2);
}
.dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
right: 0;
height: 100%;
width:0;
background: #fff;
border-radius: 0;
transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before {
width: 100%;
left: 0;
}
.dreamit-button.style3 .dreamit-button a:hover {
color: var(--secondary-color);
}
.dreamit-button.style3 .dreamit-button a i {
display: inline-block;
position: relative;
left: 9px;
top: 1px;
transition: 0.5s;
} .dreamit-button.style4 .dreamit-button a i {
display: inline-block;
width: 56px;
height: 56px;
border-radius: 28px;
background-color: #ffffff;
text-align: center;
line-height: 56px;
font-size: 19px;
transform: rotate(-45deg);
transition: 0.5s;
font-weight: 700;
}
.dreamit-button.style4 .dreamit-button a i:hover {
background: var(--primary-color-2);
color: #ffff;
} .dreamit-button.style5 .dreamit-button a {
transition: 0.5s;
display: inline-block;
background: var(--secondary-color);
color: #fff;
text-transform: uppercase;
padding: 16px 44px;
border-radius: 30px;
font-size: 16px;
position: relative;
z-index: 1;
transition: 0.5s;
overflow: hidden;
background: var(--primary-color-2);
}
.dreamit-button.style5 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
right: 0;
height: 100%;
width:0;
background: var(--secondary-color);
border-radius: 30px;
transition: .5s;
}
.dreamit-button.style5 .dreamit-button a:hover:before {
width: 100%;
left: 0;
}
.dreamit-button.style5 .dreamit-button a:hover {
color: #fff;
}
.dreamit-button.style5 .dreamit-button a i {
transition: 0.5s;
display: inline-block;
font-size: 16px;
transform: rotate(-45deg);
position: relative;
top: 0;
left: 2px;
} .dreamit-button.style6 .dreamit-button a i {
display: inline-block;
width: 120px;
height: 120px;
border-radius: 60px;
background-color: #ffffff;
text-align: center;
font-size: 22px;
line-height: 120px;
transform: rotate(-45deg);
position: relative;
top: -3px;
z-index: 1;
overflow: hidden;
transition: 0.5s;
}
.dreamit-button.style6 .dreamit-button a i:after {
position: absolute;
content: "";
width: 48%;
height: 48%;
left: -44px;
bottom: 35px;
background: var(--primary-color-2);
z-index: -1;
border-radius: 50%;
transition: 0.5s;
transition: all 400ms linear;
}
.dreamit-button.style6 .dreamit-button a i:hover:after {
width: 100%;
height: 100%;
left: 0;
bottom: 0;
}
.dreamit-button.style6 .dreamit-button a i:hover {
color: #fff;
} .dreamit-button.style7{
position: relative;
}
.dreamit-button.style7 .dreamit-button a {
display: inline-block;
background: var(--primary-color);
padding: 13px 28px;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: var(--fonts-body);
position: relative;
z-index: 1;
border: 1px solid var(--primary-color);
transition: 0.5s;
}
.dreamit-button.style7:before {
position: absolute;
content: "";
width: 30px;
height: 1px;
left: 0;
bottom: -11px;
background: var(--primary-color);
margin: auto;
}
.dreamit-button.style7 .dreamit-button a:before {
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: #fff;
z-index: -1;
transition: 0.5s;
}
.dreamit-button.style7 .dreamit-button a:hover:before {
width: 100%;
left: 0;
}
.dreamit-button.style7 .dreamit-button a:hover{
color:var(--primary-color) ;
} .service_item.style_one {
margin-right: 25px;
}
.service_item.style_one .service_img img {
width: 100%;
height: 521px;
object-fit: cover;
}
.service_item.style_one .service_content {
padding: 0px 0px 0px 39px;
display: flex;
align-items: center;
background: #252525;
justify-content: space-between;
border: 5px solid var(--primary-color);
border-top: transparent;
border-right: transparent;
position: absolute;
bottom: -151px;
left: 11px;
transition: 0.5s;
width: 64%;
transition: all 400ms linear;
}
.service_item.style_one:hover .service_content {
bottom: 8px;
}
.service_item.style_one h2.title {
margin: 0 0 0;
}
.service_item.style_one h2.title a {
display: inline-block;
color: #ffff;
font-size: 22px;
text-transform: uppercase;
font-weight: 600;
font-family: var(--fonts-title);
}
.service_item.style_one p.description {
color: #acacac;
font-size: 17px;
font-weight: 400;
font-family: var(--fonts-body);
margin: 0 0 16px;
}
.service_item.style_one .room-pricing {
background: var(--primary-color);
text-align: center;
padding: 13px 14px 10px;
height: 123px;
}
.service_item.style_one .room-pricing span {
font-size: 36px;
color: #fff;
text-transform: uppercase;
font-family: var(--fonts-title);
margin: 0;
border: 1px dashed #fff;
padding: 32px 21px 40px;
font-weight: 800;
display: inline-block;
} .service_carousel.style1 .owl-next {
display: inline-block;
position: absolute;
top: -31%;
right: 23.5%;
}
.service_carousel.style1 .owl-prev {
display: inline-block;
position: absolute;
top: -31%;
right: 19%;
}
.service_carousel.style1 button.owl-prev i,
.service_carousel.style1 button.owl-next i {
width: 54px;
height: 54px;
border-radius: 27px;
background-color: #000000;
display: inline-block;
text-align: center;
color: #fff;
line-height: 54px;
transition: 0.5s;
}
.service_carousel.style1 button.owl-prev i{
background: #af9556;
}
.service_carousel.style1 button.owl-next i:hover{
background: #af9556;
} .service_item.style_2 {
position: relative;
margin: 0 15px;
border: 1px solid var(--secondary-color);
transition: .5s;
}
.service_item.style_2:hover{
border: 1px solid rgba(255, 255, 255, 0.1);
}
.service_item.style_2:hover .service_content,
.service_item.style_2:hover .inner_content{
background: transparent; 
}
.service_carousel.style2 .service_item.style_2:hover .service_img img {
transform: scale(1.1);
}
.service_carousel.style2 .service_img {
position: relative;
overflow: hidden;
line-height: 0;
}
.service_carousel.style2 .service_img img{
transition: .5s; 
}
.service_carousel.style2 .room-pricing {
background: #C29D69;
display: inline-block;
padding: 3px 21px;
position: absolute;
top: 10px;
right: 10px;
}
.service_carousel.style2 .room-pricing span {
display: inline-block;
font-size: 14px;
color: #ffffff;
font-weight: 400;
font-family: "Lora";
text-transform: uppercase;
padding-right: 18px;
position: relative;
}
.service_carousel.style2 .room-pricing span:last-child{
padding-right: 0;
}
.service_carousel.style2 .room-pricing span:before {
position: absolute;
content: "";
width: 1px;
height: 10px;
top: 8px;
left: -11px;
background: #fff;
}
.service_carousel.style2 .room-pricing span.dolar:before{
background:transparent;
}
.service_carousel.style2 .btn_img {
display: inline-block;
position: relative;
top: 3px;
margin-right: 6px;
}
.service_carousel.style2 .title {
display: inline-block;
}
.service_carousel.style2 .reviews_rating {
display: inline-block;
float: right;
}
.service_carousel.style2 .room-details-button {
position: inherit;
}
.service_carousel.style2 .service_item.style_2:hover .room-details-button{
bottom: 0;
} 
.service_carousel.style2 .room-details-button a {
display: inline-block;
background: transparent;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: "Cormorant Garamond";
padding: 0;
position: relative;
z-index: 1;
}
.service_carousel.style2 .room-details-button i {
display: inline-block;
font-size: 9px;
margin-left: 3px;
}
.service_carousel.style2 .service_content {
padding: 29px 32px 21px;
border: 1px solid var(--secondary-color);
border-top: transparent;
background: var(--secondary-color);
transition: 0.5s;
}
.service_carousel.style2 h4.sub_title {
font-size: 14px;
color: #c19d68;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 0;
}
.service_carousel.style2 .service_title .title {
display: inline-block;
font-size: 28px;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
margin: 0px 0 25px;
transition: 0.5s;
}
.service_carousel.style2 .service_title .title a {
text-transform: capitalize;
font-size: 28px;
color: #ffffff;
font-weight: 600;
margin: 0 0 23px;
}
.service_carousel.style2 .service_title .title a:hover {
color: #c19d68;
}
.service_carousel.style2 p.description {
transition: .5s;
font-size: 14px;
color: #616161;
font-weight: 400;
}
.service_carousel.style2 .inner_content {
border: 1px solid var(--secondary-color);
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 30px 23px;
display: flex;
justify-content: space-between;
background: var(--secondary-color);
align-items: center;
transition: 0.5s;
}
.service_carousel.style2 .inner_content .title .title {
display: inline-block;
font-size: 16px;
color: #616161;
font-weight: 400;
font-family: "Lora";
position: relative;
margin: 0;
}
.service_carousel.style2 .inner_content .title .title:before {
position: absolute;
content: "";
width: 1px;
height: 24px;
right: -74px;
top: 0px;
background: rgba(30,30,30,0.1);
}
.service_carousel.style2 ul li i {
display: inline-block;
color: var(--primary-color);
font-size: 12px;
padding-right: 10px;
}
.service_carousel.style2 ul li {
font-size: 14px;
line-height: 31px;
color: #acacac;
font-weight: 400;
list-style: none;
}
.service_carousel.style2 .room-details-button a:hover {
color: var(--primary-color);
}
.service_carousel.style2 .picon a {
width: 50px;
height: 50px;
border-radius: 25px;
background-color: #ffffff;
display: inline-block;
text-align: center;
line-height: 50px;
font-size: 21px;
color: var(--primary-color);
transition: 0.5s;
}
.service_carousel.style2 .picon {
display: inline-block;
position: absolute;
right: 0;
top: 20px;
right: 24px;
}
.service_carousel.style2 .picon a:hover{
background: var(--primary-color);
color: #fff;
}
.service_carousel.style .rooms-star i.active {
display: inline-block;
color: #C29D69;
margin-left: 3px;
font-size: 14px;
}
.rooms-star i.active {
display: inline-block;
color: #C29D69;
margin-left: 3px;
} .item_two .service_carousel.style2 .service_img img {
transition: .5s;
height: 320px;
width: 100%;
object-fit: cover;
} .service_carousel.style2 .owl-dots {
position: relative;
text-align: center;
left: 0;
bottom: -57px;
margin: auto;
}
.service_carousel.style2 button.owl-dot {
position: relative;
display: inline-block;
margin: 0 9px;
width: 12px;
height: 12px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.2);
}
.service_carousel.style2 button.owl-dot.active {
background: var(--primary-color);
position: relative;
}
.service_carousel.style2 button.owl-dot.active:before {
position: absolute;
content: "";
width: 22px;
height: 22px;
left: -5px;
top: -5px;
border: 1px solid var(--primary-color);
border-radius: 30px;
} .style_two .service_carousel.style2 {
margin-bottom: 10px;
}
.style_two .service_carousel.style2 .owl-dots {
display: none;
} .service_item_one .service_item.style_one {
margin-right: 25px;
background: #fff;
padding: 40px 17px 38px 38px;
position: relative;
z-index: 1;
margin: 0 0 0 29px;
transition: .5s;
}
.service_item_one .service_item.style_one:before {
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: #151515;
z-index: -1;
transition: 0.5s;
transition: all 400ms linear;
}
.service_item_one .service_item.style_one:hover:before {
width: 100%;
left: 0;
}
.service_item_one .service_item_img {
display: inline-block;
}
.service_item_one .service_item_content h2 a {
font-size: 28px;
font-weight: 600;
margin: 60px 0 24px;
transition: 0.5s;
display: block;
}
.service_item_one .service_item.style_one:hover .service_item_content h2 a{
color: #fff;
}
.service_item_one .details-button a i {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border: 1px solid rgba(21, 21, 21, 0.1);
border-radius: 50%;
transition: 0.5s;
font-size: 10px;
}
.service_item_one .service_item.style_one:hover .details-button a i {
background: var(--primary-color-2);
color: #fff;
} .service_item.style_3 {
text-align: left;
position: relative;
margin: 0 15px;
transition: .5s;
}
.service_item.style_3 .service_img {
position: relative;
overflow: hidden;
}
.service_item.style_3 span{
display: inline-block;
font-size: 14px;
color: #ffffff;
font-weight: 400;
font-family: "Lora";
text-transform: uppercase;
padding-right: 18px;
position: relative;
}
.service_item.style_3 span.title{
position: relative;
}
.service_item.style_3 span.title:before {
position: absolute;
content: "";
width: 1px;
height: 10px;
top: 8px;
left: -11px;
background: #fff;
}
.service_item.style_3 .room-pricing {
background: var(--primary-color);
display: inline-block;
padding: 3px 21px;
position: absolute;
top: 10px;
right: 10px;
}
.service_item.style_3 .service_title a h2 {
display: inline-block;
font-size: 24px;
line-height: 26px;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
position: relative;
transition: 0.5s;
margin: 0;
}
.service_item.style_3 .service_title a h2:before {
position: absolute;
content: "";
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: #1e1e1eb8;
transition: 0.5s;
}
.service_item.style_3 .service_content {
padding: 28px 32px 5px;
border: 1px solid rgba(30,30,30,0.1);
border-top: transparent;
background: #fff;
}
.service_item.style_3 .inner_content {
border: 1px solid rgba(30,30,30,0.1);
border-top: none;
padding: 15px 25px 18px;
background: #fff;
}
.service_item.style_3 h4.sub_title {
font-size: 14px;
color: #c19d68;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 0;
}
.service_item.style_3 .service_title .title {
display: inline-block;
font-size: 28px;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
margin: 14px 0 17px;
transition: 0.5s;
}
.service_item.style_3 .country_name {
color: #686868;
font-size: 18px;
}
.service_item.style_3 .content_bottom {
background: #fff;
border: 1px solid rgba(30,30,30,0.1);
border-top: transparent;
padding: 16px 31px;
}
.service_item.style_3 span.offer span {
display: inline-block;
text-decoration: line-through;
margin-right: 4px;
}
.service_item.style_3:hover span.dolar{
background:#c19d68 ;
border-color: #c19d68;
}
.service_item.style_3:hover .service_title a h2:before{
width: 100%;
}
.service_item.style_3 .service_box_icon {
display: inline-block;
}
.service_item.style_3 .service_title {
display: block;
margin-bottom: 20px;
}
.service_item.style_3 .description {
display: inline-block;
margin-left: 0;
transition: .5s;
font-size: 14px;
color: #616161;
font-weight: 400;
margin: 0;
}
.service_item.style_3 .btn_img {
display: inline-block;
position: relative;
top: 3px;
margin-right: 6px;
}
.service_item.style_3 .title {
display: inline-block;
}
.service_item.style_3 h4.title {
display: inline-block;
font-size: 16px;
color: #616161;
font-weight: 400;
font-family: var(--fonts-body);
position: relative;
margin: 0;
}
.service_item.style_3 .inner_content h4.title:before {
position: absolute;
content: "";
width: 1px;
height: 24px;
right: -74px;
top: 0px;
background: rgba(30,30,30,0.1);
}
.service_item.style_3 .reviews_rating {
line-height: 4px;
display: inline-block;
float: right;
}
.service_item.style_3 .rooms-star i.active {
display: inline-block;
color: #C29D69;
margin-left: 3px;
font-size: 18px;
position: relative;
top: 5px;
}
.service_item.style_3 .rooms-star {
display: inline-block;
}
.service_item.style_3 .rooms-star i{
display: inline-block;
margin-left: 3px;
font-size: 13px;
}
.service_item.style_3 .country {
display: inline-block;
}
.service_item.style_3 .room-details-button {
position: absolute;
bottom: -59px;
left: 0;
transition: 0.5s;
}
.service_item.style_3:hover .room-details-button{
bottom: 0;
} 
.service_item.style_3 .room-details-button a {
display: inline-block;
background: #1E1E1E;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: "Cormorant Garamond";
padding: 9px 30px;
position: relative;
z-index: 1;
}
.service_item.style_3 .room-details-button a:before{
position: absolute;
content: "";
width:0;
height:100%;
left: 50%;
top: 0;
background: var(--primary-color);
z-index: -1;
transition: 0.5s;
}
.service_item.style_3 .room-details-button a:hover:before{
width: 100%;
left:0;
}
.service_item.style_3 .room-details-button i {
display: inline-block;
font-size: 14px;
position: relative;
left: 7px;
top: 1px;
} .service_item.style_5 {
margin: 0 15px;
position: relative;
z-index: 2;
margin-bottom: 40px;
transition: .5s;
transform: scale(1.0);
}
.service_item.style_5 .service_img {
position: relative;
z-index: 2;
}
.service_item.style_5 .service_img:before {
position: absolute;
content: "";
top: 18px;
left: 0;
height: 91%;
width: 93%;
border: 1px solid#fff;
right: 0;
margin: auto;
z-index: 2;
transition:.5s;
opacity:0;
}
.service_item.style_5:hover .service_img:before{
opacity:1;
}
.service_item.style_5 .service_img:after {
position: absolute;
content: "";
top: 0px;
left: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(0deg, rgba(29,29,29,0.9999999999999999) 0%, rgba(29,29,29,0) 41%, rgba(29,29,29,0) 100%);
right: 0;
margin: auto;
z-index: 1;
opacity: 0;
transition:.5s;
}
.owl-item.active .service_item.style_5:hover .service_img:after{
opacity: 1;  
}
.service_item.style_5 .room-pricing {
display: inline-block;
position: absolute;
top: 52px;
left: 40px;
background: #fff;
padding: 6px 16px;
z-index: 2;
opacity: 0;
transition: .5s;
}
.service_item.style_5:hover .room-pricing{
top:40px;
opacity:1;
}
.service_item.style_5 .room-pricing .dolar {
font-size: 14px;
line-height: 26px;
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
padding-right: 15px;
position: relative;
}
.service_item.style_5 .room-pricing .dolar:before {
position: absolute;
content: "";
top: 3px;
right: 4px;
height: 11px;
width: 1px;
background: #8E8E8E;
}
.service_item.style_5 .room-pricing .title {
font-size: 14px;
line-height: 26px;
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
}
.service_item.style_5 .room-details-button {
position: absolute;
left: 0;
top: 54%;
flex-shrink: 0;
right: 0;
margin: auto;
text-align: center;
opacity: 0;
transition: .4s;
z-index: 2;
}
.service_item.style_5:hover .room-details-button{
opacity:1;
top:50%;
}
.service_item.style_5 .room-details-button a {
height: 40px;
width: 40px;
border-radius: 50%;
display: inline-block;
background: #fff;
line-height: 40px;
text-align: center;
transform: rotate(-45deg);
}
.service_item.style_5 .service_content {
display: inline-block;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 7px;
z-index: 2;
opacity: 0;
transition: .5s;
}
.service_item.style_5:hover .service_content{
opacity:1;
bottom:23px;
}
.service_item.style_5 h4.sub_title {
font-size: 14px;
line-height: 26px;
color: #ffffff;
font-weight: 600;
margin: 0 0 4px;
}
.service_item.style_5 h2.title {
font-size: 32px;
color: #fff;
margin: 0;
font-weight: 600;
} .service_carousel.style5 .owl-dots {
position: relative;
text-align: center;
left: 0;
bottom: 5px;
margin: auto;
}
.service_carousel.style5 button.owl-dot {
display: inline-block;
border: 2px solid rgba(30,30,30,0.1);
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: 48px;
margin-right: 6px;
}
.service_carousel.style5 button.owl-dot.active {
display: inline-block;
background: #C19E66;
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: 11px;
margin-right: 6px;
border: transparent;
} .service_item.style_6 {
margin: 0 10px 0;
background: #fff;
text-align: center;
}
.service_item.style_6 .service_content {
padding: 11px 0 23px;
}
.service_item.style_6 span.dolar {
font-size: 22px;
color: #ffffff;
font-weight: 600;
border: 1px solid #fff;
padding: 7px 35px;
position: relative;
z-index: 1;
position: absolute;
left: 27px;
top: 20px;
font-family: 'Cormorant Garamond', serif;
transition: .5s;
}
.service_item.style_6:hover span.dolar {
background: #c19d68;
border-color: #c19d68;
}
.service_item.style_6 .service_content h2 a {
display: inline-block;
font-size: 24px;
line-height: 26px;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
position: relative;
transition: 0.5s;
}
.service_item.style_6 .service_content h2 a:before {
position: absolute;
content: "";
width: 0;
height: 2px;
bottom: 0;
left: 0;
background: #1e1e1eb8;
transition: 0.5s;
}
.service_item.style_6:hover .service_content h2 a:before {
width: 100%;
}
.service_item.style_6 .service_content h2{
margin:0;
} .service_carousel.style6 .owl-nav {
display: inline-block;
position: absolute;
z-index: 1;
top: -164px;
right: 6px;
}
.service_carousel.style6 button.owl-prev i, .service_carousel.style6 button.owl-next i {
color: #CCCBC7;
display: inline-block;
border: 1px solid #CCCBC7;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: relative;
z-index: 1;
margin: 0 7px;
}
.service_carousel.style6 button.owl-prev i:hover,
.service_carousel.style6 button.owl-next i:hover{
background:#AE9555;
color:#fff;
border-color:#AE9555;
} .service_item.style_8 {
position: relative;
margin-right: 20px;
transition: .5s;
z-index: 2;
}
.service_item.style_8 .service_img {
position: relative;
z-index: 1;
line-height: 0;
}
.service_item.style_8 .service_img:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 90%;
width: 90%;
background-color: rgba(51,51,51,0);
border: 1px solid #c19d68;
right: 0;
top: 0;
bottom: 0;
margin: auto;
transition: .5s;
opacity:0;
z-index: 2;
transition: all 400ms linear;
}
.service_item.style_8 .service_img:after {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0%;
width: 100%;
background-image: linear-gradient(0deg, rgba(29,29,29,0.4) 0%, rgba(29,29,29,0.4) 7%, rgba(29,29,29,0) 67%, rgba(29,29,29,0) 100%);
transition: .5s;
transition: all 400ms linear;
}
.service_item.style_8:hover .service_img:before{
opacity:1; 
}
.service_item.style_8:hover .service_img:after{
height:100%; 
}
.service_item.style_8 .service_content {
position: absolute;
bottom: -35px;
left: 45px;
z-index: 2;
transition: all 400ms linear;
}
.service_item.style_8:hover .service_content{
bottom:57px;
}
.service_item.style_8 h2.title {
font-size: 30px;
line-height: 26px;
color: #ffffff;
font-weight: 600;
font-family: "Cormorant Garamond";
} .service-carousel3 button.owl-prev i,
.service-carousel3 button.owl-next i{
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
border: 1px solid#353535;
margin: 0 10px;
position: absolute;
right: 22%;
top: -174px;
}
.service-carousel3 button.owl-next i {
display: inline-block;
right: 17.6%;
}
.service-carousel3 button.owl-prev i:hover,
.service-carousel3 button.owl-next i:hover{
background: #c19d68;
color:#fff;
} .overview .animation-bar {
margin-bottom: 30px;
} .dark_two .service_carousel.style5 button.owl-dot {
display: inline-block;
border: 2px solid rgba(255,255,255,0.9);
background: #fff;
width: 11px;
height: 11px;
}
.dark_two .service_carousel.style5 button.owl-dot.active {
background: #C19E66;
border-color:#c19E66;
} .dark .service_carousel.style2 button.owl-dot {
border: 2px solid #ffffff8c;
}
.dark .service_carousel.style2 button.owl-dot.active {
border: 2px solid#C19E66;
}
.dark .service_carousel.style2 .inner_content {
border: 1px solid#ACACAC6B;
border-top: none;
background: transparent;
}
.dark .service_carousel.style2 .inner_content .title .title {
color: #ACACAC;
}
.dark_two .service_item.style_3 .content_bottom {
background: transparent;
border: 1px solid#FFFFFF52;
border-top:none;
}  .image_carousel.style1 .owl-dots {
position: relative;
text-align: center;
left: 0;
bottom: 25px;
margin: auto;
}
.image_carousel.style1 .owl-dot {
background:#af9556;
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
margin: 0 4px;
}
.image_carousel.style1 .owl-dot.active {
display: inline-block;
background: #af9556;
width: 14px;
height: 14px;
border-radius: 50%;
margin-right: 6px;
} .my-image.style2 .owl-nav {
position: absolute;
bottom: 65px;
right: 13px;
}
.my-image.style2 button.owl-prev i,
.my-image.style2 button.owl-next i {
color: #fff;
display: inline-block;
border: 1px solid #ffffff8a;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: relative;
z-index: 1;
margin: 0 5px;
} .servcie-room .service_carousel.style2 .inner_content {
background: #fff;
}
.servcie-room .service_carousel.style2 .owl-dots {
display: none;
} .my-image.style2{
transition: .5s;
}
.my-image.style2 .image {
overflow: hidden;
transition: .4s;
}
.item.style2 {
line-height: 0;
overflow: hidden;
}
.my-image.style2 .image img{
overflow: hidden;
transition: .4s;
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
.my-image.style2 .image:hover img {
opacity: 1;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}  .service-box.style1 {
position: relative;
text-align: center;
background: #f7f6f2;
padding: 47px 35px 38px;
position: relative;
z-index: 1;
transition: 0.5s;
}
.service-box.style1:hover{
transform: translateY(-4px);
}
.service-box.style1:before {
position: absolute;
content: "";
width: 86%;
height: 87%;
top: -14px;
bottom: 0;
left: 0;
right: 0;
border: 1px solid #686868;
margin: auto;
opacity: 0.2;
z-index: -1;
}
.service-box.style1 .icon {
width: 90px;
height: 90px;
border-radius: 45px;
background-color: #ffffff;
text-align: center;
line-height: 125px;
margin: auto;
transition: .5s;
}
.service-box.style1 span.service-box-number {
font-size: 40px;
color: #c19d68;
font-weight: 500;
font-family: 'Cormorant Garamond', serif;
}
.service-box.style1 .content .sub-title {
font-size: 16px;
line-height: 26px;
color: #c19d68;
font-weight: 500;
text-transform: uppercase;
margin: 0;
}
.service-box.style1 .content .title {
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
color: #000000;
margin: 24px 0 20px;
}
.service-box.style1 .content .description {
position: relative;
margin: 0 0 37px;
}
.service-box.style1 .content .service-btn a {
transition: 0.5s;
background: #fff;
width: 100%;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 29px;
color: #151515;
font-family: var(--fonts-body);
font-weight: 500;
transition: 0.5s;
margin-bottom: 4px;
}
.service-box.style1 .service-btn a i {
display: inline-block;
width: 39px;
height: 39px;
border-radius: 20px;
background-color: #f7f6f2;
text-align: center;
line-height: 39px;
font-size: 16px;
color: var(--primary-color);
transform: rotate(-45deg);
transition: 0.5s;
font-weight: 700;
}
.service-box.style1:hover .service-btn a i {
background: var(--primary-color);
color: #fff;
} .service-box.style_2 {
background: #fff;
padding: 0;
transition: .5s;
display: flex;
}
.service-box.style_2 .servie_thumb {
flex-shrink: 0;
line-height: 0;
}
.service-box.style_2 .content {
padding: 47px 31px 0 48px;
position: relative;
z-index: 1;
}
.service-box.style_2 .icon img{
transition: .5s;
}
.service-box.style_2:hover .icon img {
filter: brightness(0) invert(1);
}
.service-box.style_2 .content:before {
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: var(--primary-color-2);
z-index: -1;
transition: 0.5s;
transition: all 400ms linear;
}
.service-box.style_2:hover .content:before {
width: 100%;
left: 0;
}
.service-box.style_2:hover h3.title,
.service-box.style_2:hover p.description{
color: #fff;
}
.service-box.style_2 h3.title {
text-transform: capitalize;
font-size: 32px;
margin: 23px 0 22px;
transition: 0.5s;
transition: all 400ms linear;
}
.service-box.style_2 h3.title span {
color: var(--primary-color);
}
.service-box.style_2 p.description {
color: #acacac;
margin: 0 0 17px;
position: relative;
transition: all 400ms linear;
}
.service-box.style_2 .service-btn {
display: inline-block;
margin-top: 49px;
}
.service-box.style_2 .service-btn a i {
font-size: 10px;
display: inline-block;
width: 44px;
height: 44px;
border-radius: 22px;
border: 1px solid rgba(21, 21, 21, 0.15);
text-align: center;
line-height: 44px;
transition: 0.5s;
}
.service-box.style_2:hover .service-btn a i{
background: #fff;
color: var(--primary-color-2);
} .service-box.style3 {
text-align: center;
padding: 48px 20px 33px;
position: relative;
z-index: 1;
}
.service-box.style3:before{
position: absolute;
content: "";
top: 0;
left: 0;
height: 2px;
width: 100%;
background-color: #c19d68;
transition: .5s;
z-index: -1;
opacity: 0;
}
.service-box.style3:hover:before{
opacity: 1;
height:100%;
}
.service-box.style3 .icon {
position: relative;
background: #F8F6F3;
display: inline-block;
width: 55px;
height: 55px;
line-height: 129px;
border-radius: 50%;
transition: 0.5s;
}
.service-box.style3:hover .icon {
background: #d6c6ae; 
}
.service-box.style3 h3.title {
font-size: 28px;
color: #1e1e1e;
font-weight: 700;
margin: 11px 0 14px;
transition:.5s;
}
.service-box.style3:hover h3.title,
.service-box.style3:hover .description{
color:#fff;
}
.service-box.style3 .service-btn a {
display: inline-block;
font-size: 15px;
color: #c19d68;
font-weight: 400;
font-family: "Lora";
text-transform: uppercase;
margin-top: 2px;
opacity: 0;
transition: 0.5s;
}
.service-box.style3:hover .service-btn a{
opacity: 1;
}
.service-box.style3.active {
background: #fff;
}
.service-box.style3.active:before{
opacity: 1;
}
.service-box.style3.active .service-btn a{
opacity: 1;
} .service-box.style4 {
background: var(--secondary-color);
padding: 108px 71px 78px 59px;
margin-left: 9px;
}
.service-box.style4 h4.sub-title {
font-size: 26px;
color: var(--primary-color);
font-family: var(--fonts-subtitle);
font-weight: 400;
margin: 0 0 23px;
}
.service-box.style4 .icon {
display: none;
}
.service-box.style4 span.service-box-number {
font-size: 90px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
font-family: var(--fonts-body);
opacity: 0.2;
position: absolute;
right: 93px;
top: 23%;
}
.box2 .service-box.style4 span.service-box-number {
right: 16px;
}
.service-box.style4 h3.title {
font-weight: 600;
margin: 21px 0 17px;
text-transform: capitalize;
font-size: 40px;
color: #fff;
}
.service-box.style4 h3.title span {
color: var(--primary-color);
}
.service-box.style4 p.description {
color: #acacac;
margin: 64px 0 36px;
position: relative;
}
.service-box.style4 p.description:before {
position: absolute;
content: "";
width: 2px;
height: 30px;
left: 0;
top: -46px;
background: var(--primary-color);
}
.service-box.style4 .service-btn a {
display: inline-block;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
font-weight: 500;
font-family: "Cormorant Garamond";
margin-top: 0;
}
.service-box.style4 .service-btn a i {
display: inline-block;
width: 56px;
height: 56px;
line-height: 55px;
border-radius: 28px;
border: 2px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.7);
text-align: center;
transform: rotate(-45deg);
margin-top: 28px;
transition: 0.5s;
}
.service-box.style4:hover .service-btn a i{
background: var(--primary-color);
color: #fff;
} .service-box.style4style5 {
background: var(--secondary-color);
padding: 106px 71px 78px 59px;
margin-left: 9px;
}
.service-box.style4.style5 .service-btn a i {
display: inline-block;
width: 56px;
height: 56px;
line-height: 55px;
border-radius: 28px;
border: 2px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.7);
text-align: center;
transform: rotate(-45deg);
margin-top: 0;
transition: 0.5s;
} .service-box.style6 .servie_thumb {
position: relative;
z-index: 2;
overflow: hidden;
line-height: 0;
}
.service-box.style6 .servie_thumb:before {
content: "";
background: rgba(0,0,0,0.40);
position: absolute;
left: 0;
top: 0;
height: 100%; width: 100%;
}
.service-box.style6 .servie_thumb img{
width:100%; 
}
.service-box.style6 .icon {
position: absolute;
top: 48px;
left: 37px;
}
.service-box.style6 .title h2 {
display: inline-block;
font-size: 34px;
color: #ffffff;
font-weight: 600;
font-family: "Cormorant Garamond";
position: absolute;
bottom: 40px;
left: 41px;
}
.service-box.style6 .content .description{
line-height:26px;
}
.service-box.style6 .content {
position: absolute;
bottom: -336px;
left: 0;
right: 0;
background: #fff;
width: 92%;
margin: auto;
padding: 22px 25px 39px;
transition: 0.5s;
}
.service-box.style6:hover .content{
bottom:15px;
}
.service-box.style6 .content h3 {
font-size: 34px;
color: #1e1e1e;
font-weight: 600;
margin: 10px 0 10px;
}
.service-box.style6 .service-btn a {
display: inline-block;
font-size: 16px;
color: #c19d68;
font-weight: 500;
font-family: "Cormorant Garamond";
text-transform: uppercase;
border: 1px solid #c19d68;
padding: 8px 24px;
transition: 0.5s;
margin-top: 15px;
line-height: 26px;
}
.service-box.style6 .service-btn a i{
display:inline-block;
margin-left:5px;
font-size:12px;
}
.service-box.style6 .service-btn a:hover {
background: #c19d68;
color: #fff;
border-color:#c19d68;
} .service-box.style7 h4.sub-title {
font-size: 16px;
color: #616161;
font-weight: 600;
text-transform: uppercase;
position: relative;
z-index: 1;
margin: 0 0 14px;
display:inline-block;
}
.service-box.style7 h4.sub-title:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: -70px;
top: 2px;
background: url(https://wp.ditsolution.net/restu/wp-content/uploads/2023/12/shape.png);
background-repeat: no-repeat;
z-index: -1;
}
.service-box.style7 h4.sub-title:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
right: -104%;
top: 2px;
background: url(https://wp.ditsolution.net/restu/wp-content/uploads/2023/12/shape.png);
background-repeat: no-repeat;
z-index: -1;
left: inherit;
}
.service-box.style7 h3.title {
font-size: 38px;
color: #1e1e1e;
font-weight: 700;
margin-top: 15px;
margin: 0 0 11px;
}
.service-box.style7 .service-btn a {
display: inline-block;
font-size: 16px;
color: #c19d68;
font-weight: 500;
font-family: "Cormorant Garamond";
text-transform: uppercase;
border: 1px solid #c19d68;
padding: 8px 24px;
transition: 0.5s;
margin-top: 12px;
line-height: 26px;
}
.service-box.style7 .service-btn a i{
display:inline-block;
margin-left:5px;
font-size:12px;
}
.service-box.style7 .service-btn a:hover {
background: #c19d68;
color: #fff;
border-color:#c19d68;
} .service-box.style8 {
text-align: center;
position: relative;
transition: .5s;
}
.service-box.style8 .thumb {
line-height: 0;
position: relative;
transition: .5s;
}
.service-box.style8 .thumb img{
width:100%;
}
.service-box.style8 .thumb:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 95%;
width: 93%;
border: 1px solid#fff;
bottom: 0;
right: 0;
margin: auto;
transition: .5s;
}
.service-box.style8:hover .thumb:before{
border-color: #c19d68;
}
.service-box.style8 .content {
padding: 16px 0 0;
}
.service-box.style8 h3.title {
font-size: 28px;
color: #1e1e1e;
font-weight: 600;
text-align: center;
margin: 0 0 11px;
}
.service-box.style8 .service-btn a{
display: inline-block;
background: #f8f6f3;
padding: 7px 20px;
transition: .5s;
line-height: 26px;
text-transform: uppercase;
}
.service-box.style8 .service-btn a i{
display: inline-block;
margin-left:6px;
}
.service-box.style8:hover .service-btn a{
background: #c19d68; 
color:#fff;
}
.service-box.style8 p.description {
margin: 0 0 28px;
line-height: 26px;
} .dark-two-service .service-box.style8 .service-btn a {
background: transparent;
color: #fff;
border:1px solid#3D3D3D;
}
.dark-two-service .service-box.style8:hover .service-btn a {
background: #af9556;
border-color: #af9556;
} .single_service_items{
position: relative;
z-index: 1;
}
.service_items.style_two:before {
position: absolute;
content: "";
top: 15px;
left: -14px;
height: 100%;
width: 100%;
border: dashed 1px#BE9D68;
z-index: -1;
}
.service_items.style_two {
position: relative;
margin: 0 20px 21px;
}
.service_items.style_two .service_item_img {
position: relative;
overflow: hidden;
}
.service_items.style_two .service_item_img img {
transform: scale(1.2);
transition: 0.5s;
}
.service_items.style_two:hover .service_item_img img {
transform: scale(1);
}
.service_items.style_two .service_item_content {
padding: 7px 32px 1px;
background: #fff;
border: transparent;
}
.service_items.style_two .service_item_content h2 a {
font-size: 28px;
line-height: 38px;
color: #1e1e1e;
font-weight: 700;
text-transform: capitalize;
transition: 0.5s;
}
.service_items.style_two .service_item_content h2 a:hover{
color:#c19d68;
}
.service_items.style_two h4.sub_title {
font-size: 17px;
color: #616161;
font-weight: 400;
font-family: "Lora";
margin: 19px 0 20px;
}
.service_items.style_two .list_item ul li {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #e2e0e0;
padding-bottom: 7px;
margin-bottom: 22px;
}
.service_items.style_two .list_item.two ul li:last-child{
border-bottom: transparent;
} .lines.about {
padding: 0px 0 4px;
animation: inherit;
}
.lines.about .line {
width: 100%;
}
.dreamit-icon-title h4 {
font-size: 22px;
font-weight: 500;
color: #fff;
padding: 4px 0 10px;
font-style: italic;
}
.line .lines .line {
background-color: rgba(35, 35, 35, 0.1);
} .about .dreamit-icon-title h4 {
color: #232323;
} .dreamit-icon-title-two .dreamit-icon-title h4 {
font-size: 22px;
font-weight: 500;
color: #232323;
font-style: inherit;
}
.dreamit-icon-title h4 span {
color: #c19d68;
}
.dreamit-custom-title h4 {
font-size: 18px;
font-weight: 500;
color: #fff;
text-align: center;
position: relative;
z-index: 1;
}
.dreamit-custom-title h4:before {
position: absolute;
content: "";
left: -40px;
top: 9px;
height: 2px;
width: 393px;
background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
position: absolute;
content: "";
right: -40px;
top: 9px;
height: 2px;
width: 393px;
background-color: rgba(255, 255, 255, 0.14901960784313725);
} .dreamit-custom-title-two .dreamit-custom-title h4 {
color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
background-color: rgba(35, 35, 35, 0.10196078431372549);
width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
background-color: rgba(35, 35, 35, 0.10196078431372549);
width: 390px;
} .line-two .lines.about .line {
width: 100%;
background-color: #E0E0E0;
} .icon-box.style1 {
position: relative;
border: 1px solid rgba(255, 255, 255, 0.15);
text-align: center;
padding: 38px 0 32px;
transition: 0.5s;
position: relative;
z-index: 1;
}
.icon-box.style1:hover{
border-color: var(--primary-color);
}
.icon-box.style1:before{
position: absolute;
content: "";
width: 0;
height: 100%;
left: 50%;
top: 0;
background: var(--primary-color);
transition: all 400ms linear;
}
.icon-box.style1:hover:before {
width: 100%;
left: 0;
}
.icon-box.style1 .img-icon img{
transition: all 400ms linear;
}
.icon-box.style1:hover .img-icon img {
filter: brightness(0) invert(1);
}
.icon-box.style1 .icon-box-icon {
padding-right: 0;
}
.icon-box.style1 .icon-box-content h2 {
font-weight: 500;
margin-top: 56px;
position: relative;
font-size: 22px;
color: #ffff;
position: relative;
}
.icon-box.style1 .icon-box-content h2:before {
position: absolute;
content: "";
width: 1px;
height: 26px;
left: 0;
right: 0;
top: -41px;
margin: auto;
background: rgba(255, 255, 255, 0.5);
}
.icon-box.style1 .icon-box-content .description p{
font-size: 14px;
margin: 0;
}
.icon-box.style1 .icon-box-icon .icon{
border: 1px dashed var(--title-color);
border-radius: 50%;
padding: 12px;
}
.icon-box.style1 .icon-box-icon .icon i {
display: inline-block;
font-size: 20px;
color: var(--title-color);
height: 58px;
width: 58px;
line-height: 58px;
text-align: center;
background-color: #f9f9f9;
border-radius: 50%;
} .icon-box.style-two {
display: flex;
}
.icon-box.style-two .icon-box-icon {
display: inline-block;
margin-right: 19px;
}
.icon-box.style-two .icon-box-icon .icon i {
color: #C29D68;
font-size: 14px;
}
.icon-box.style-two .icon-box-content h2 {
margin: 0 0 0px;
text-align: left;
font-size: 22px;
line-height: 26px;
color: #1e1e1e;
font-weight: 500;
}
.icon-box.style-two .description p {
position: relative;
margin: 0;
padding-left: 24px;
}
.icon-box.style-two .description p:before {
position: absolute;
content: "";
width: 18px;
height: 1px;
top: 15px;
left: 0;
background: var(--primary-color);
} .icon-box.style3 {
display: flex;
align-items: center;
padding: 0;
transition: 0.5s;
margin-bottom: 6px;
justify-content: center;
}
.icon-box.style3:before {
position: absolute;
content: "";
width: 1px;
height: 30px;
left: 0;
right: 0;
bottom: -40px;
background: var(--primary-color);
margin: auto;
}
.icon-box.style3 .icon-box-icon {
flex-shrink: 0;
padding-right: 15px;
}
.icon-box.style3 .icon i {
font-size: 11px;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
background-color: #c19d68;
border-radius: 50%;
color: #fff;
}
.icon-box.style3 .icon-box-content {
text-align: center;
}
.icon-box.style3 .icon-box-content .title {
font-size: 20px;
margin: 0 0 9px;
font-weight: 700;
font-size: 20px;
}
.icon-box.style3 .icon-box-content .description {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--body-color);
}
.last-box .icon-box.style3:before {
background: transparent;
} .icon-box.style4 {
text-align: center;
margin: 0;
border: 1px solid rgba(255, 255, 255, 0.15);
padding: 25px 43px 25px;
}
.icon-box.style4 .icon-box-icon {
display: none;
}
.icon-box.style4 h2.title {
font-size: 18px;
color: #fff;
text-transform: uppercase;
margin: 0 0 10px;
}
.icon-box.style4 p.description {
font-size: 16px;
color: #151515;
font-weight: 500;
position: relative;
color: #fff;
opacity: 0.5;
margin: 0;
}
.our-menu .icon-box.style4 h2.title {
font-size: 19px;
color: #1e1e1e;
font-weight: 600;
}
.our-menu .icon-box.style4 p.description {
font-size: 26px;
color: #c19d68;
font-weight: 500;
font-family: "Cormorant Garamond";
margin: 0;
} .icon-box.style5 {
padding:0;
text-align: left;
margin: 0;
}
.icon-box.style5 .icon {
display: inline-block;
text-align: center;
transition: .5s;
margin-bottom: 8px;
}
.icon-box.style5 .icon i {
display: inline-block;
font-size: 35px;
color: var(--primary-color-2);
}
.icon-box.style5 h2.title {
font-size: 16px;
margin: 0 0 10px;
margin-left: 0;
position: relative;
margin-top: 13px;
font-style: italic;
font-family: var(--fonts-body);
color: var(--body-color);
font-weight: 400;
line-height: 26px;
}
.icon-box.style5 p.description {
margin: 0;
font-size: 16px;
font-size: 16px;
text-transform: uppercase;
color: #151515;
font-weight: 500;
margin: 22px 0 0 58px;
position: relative;
}
.icon-box.style5 p.description:before {
position: absolute;
content: "";
width: 38px;
height: 1px;
left: -44px;
top: 13px;
background: var(--primary-color-2);
}
.our-menu .icon-box.style4 h2.title {
font-size: 19px;
color: #1e1e1e;
font-weight: 600;
}
.our-menu .icon-box.style4 p.description {
font-size: 26px;
color: #c19d68;
font-weight: 500;
font-family: "Cormorant Garamond";
margin: 0;
} .icon-box.style6 {
display: flex;
align-items: center;
position: relative;
}
.icon-box.style6:before {
position: absolute;
content: "";
width: 1px;
height: 52px;
left: 50%;
top: 8px;
background-color: rgba(255,255,255,0.2);
}
.icon-box.style6 .icon i {
display: inline-block;
color: #fff;
border: 1px solid #ffffff57;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
margin-right: 11px;
}
.icon-box.style6 h2.title {
font-size: 22px;
margin: 0;
color: #fff;
font-weight: 500;
font-family: var(--fonts-title);
}
.icon-box.style6 p.description {
color: #acacac;
padding-left: 29px;
position: relative;
}
.icon-box.style6 p.description:before {
position: absolute;
content: "";
width: 18px;
height: 1px;
top: 15px;
left: 0;
background: #c19d68;
}
.icon-box.style6 .img-icon {
margin-right: 20px;
}
.animation-bar {
width: 100%;
height: 1px;
margin-bottom: 50px;
position: relative;
background-color: rgba(255, 255, 255, 0.10196078431372549);
}
.animation-bar:before {
position: absolute;
content: "";
width: 50px;
height: 1px;
top: 0;
left: 0;
background:var(--primary-color);
transition: 0.5s;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-duration: 6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
from {
transform: translateX(0);
}
to {
transform: translateX(590px);
}
}
@keyframes MOVE-BG {
from {
transform: translateX(0);
}
to {
transform: translateX(590px);
}
} .icon-box.style7 {
display: flex;
align-items: center;
gap: 25px;
padding: 29px 30px 29px;
position: relative;
z-index: 1;
}
.icon-box.style7:after {
content: "";
height: 100%;
width: 100%;
position: absolute;
background: var(--primary-color);
z-index: -1;
left: 0;
top: 0;
transform: scale(0);
transition:.5s;
}
.icon-box.style7:hover:after{
transform:scale(1);
}
.icon-box.style7 .icon {
display: inline-block;
color: var(--primary-color);
border: 1px solid var(--primary-color);
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
line-height: 70px;
font-size: 20px;
transition: 0.5s;
}
.icon-box.style7:hover .icon{
border-color: #fff;
color: #fff;
}
.icon-box.style7 .icon i {
color: var(--primary-color);
font-size: 30px;
}
.icon-box.style7:hover .icon i{
color: #fff;
}
.icon-box.style7 .img-icon {
display: inline-block;
margin-right: 11px;
transition:.5s;
}
.icon-box.style7:hover .img-icon img {
filter:brightness(0)invert(1);
}
.icon-box.style7 h2.title {
font-weight: 600;
transition: .5s;
font-size: 20px;
margin: 0;
color: #383838;
transition: 0.5s;
}
.icon-box.style7:hover h2.title{
color:#fff;
}
.icon-box.style7 p.description {
font-size: 24px;
color: #1e1e1e;
font-weight: 500;
margin: 12px 0 0;
transition: 0.5s;
}
.icon-box.style7:hover p.description{
color: #fff;
}
.icon-box.style7:hover .img-icon{
filter: brightness(0)invert(1);
} .icon-box.style8 {
display: flex;
align-items: center;
gap: 18px;
border-bottom: 1px solid#6161612b;
padding-bottom: 26px;
}
.icon-box.style8 .icon {
background: #ffff;
width: 65px;
height: 65px;
text-align: center;
line-height: 65px;
border-radius: 50%;
display: inline-block;
}
.icon-box.style8 .icon i {
color: var(--primary-color);
font-size: 20px;
}
.icon-box.style8 h2.title {
font-size: 15px;
line-height: 26px;
color: #616161;
font-weight: 400;
font-family: var(--fonts-body);
margin: 0;
}
.icon-box.style8 p.description {
font-size: 22px;
color: #1e1e1e;
font-weight: 500;
font-family: var(--fonts-title);
margin: 0;
}
.last-box .icon-box.style8{
border-bottom: none;
} .icon-box.style9 {
background: #f8f6f3;
padding: 18px 97px 18px 32px;
}
.icon-box.style9 p.description {
color: #1e1e1e;
font-weight: 500;
margin: 0;
} .icon-box.style10 {
display: flex;
align-items: center;
}
.icon-box.style10 h2.title {
margin: 0 0 0;
font-size: 16px;
font-family: 'Lora';
color: #686868;
}
.icon-box.style10 .img-icon {
margin-right: 12px;
} .icon-box.style12 {
display: flex;
}
.icon-box.style12 .icon-box-content h4 {
font-size: 30px;
color: #ffffff;
font-weight: 600;
margin: 0 0 8px;
}
.icon-box.style12 .icon-box-icon {
margin-right: 28px;
position: relative;
top: 7px;
}
.icon-box.style12 .icon-box-content .description {
color: #fff;
opacity: 0.7;
width: 90%;
}
.icon-box.style12:hover .img-icon img {
-webkit-animation: updown 2s linear infinite;
animation: updown 2s linear infinite;
-webkit-transform-origin: 0 0 -50px;
}
.icon-box.style12 .img-icon img{
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; 
}
@-webkit-keyframes updown {
0% {
transform: rotateX(0deg)
}
25% {
transform: rotateX(5deg)
}
50% {
transform: rotateX(0deg)
}
75% {
transform: rotateX(-5deg)
}
100% {
transform: rotateX(0deg)
}
} .icon-box.style13 {
display: flex;
align-items: center;
}
.icon-box.style13 h4.title {
font-family: "Lora";
font-size: 16px;
font-weight: 400;
margin: 0 0 0;
} .icon-box.style14 {
display: inline-block;
width: 380px;
height: 185px;
background-color: #c19d68;
border: 6px solid #ffffff;
display: flex;
align-items: center;
padding: 0 39px;
}
.icon-box.style14 h4.title {
margin: 0 0 0;
font-size: 24px;
color: #fff;
font-size: 26px;
line-height: 34px;
text-transform: uppercase;
}
.icon-box.style14 .icon-box-icon {
flex-shrink: 0;
margin-right: 23px;
}
.overview_about_content {
width: 409px;
height: 109px;
background-color: #1e1e1e;
display: flex;
align-items: center;
transform: rotate(-90deg);
}
.overview_about_content h2 {
font-size: 30px;
line-height: 44px;
text-transform: uppercase;
color: #fff;
margin: 0 0 0;
padding-left: 151px;
position: relative;
display: inline-block;
}
.overview_about_content h2:before {
position: absolute;
content: "";
top: 19px;
left: 59px;
width: 75px;
height: 2px;
background-color: rgba(255,255,255,0.2);
}
.overview_about_content h2 span{
color:#c19d68!important;
} .icon-bg .icon-box.style4 .icon{
background:#f8f6f3 ;
} .heading.style2 a p {
display: inline-block;
font-size: 16px;
line-height: 26px;
text-decoration: underline;
color: #616161;
font-weight: 500;
font-style: italic;
font-family: "Lora";
width: 96%;
} .footer-six .icon-box.style6 .icon {
height: 76px;
width: 76px;
line-height: 76px;
}
.footer-six input[type="email"] {
font-size: 14px;
height: 56px;
padding: 5px 25px;
position: relative;
width: 100%;
border: 0;
margin-bottom: 0;
outline: 0;
border-radius: 3px;
background-color: rgba(255,255,255,0.14901960784313725);
}
.elementor-element-afc0a41 .input-check-box {
color: #fff;
} @keyframes kmacb-circle-img-anim {
0% {
transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
}
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 15px;
line-height: 28px;
font-weight: 500;
margin: 0;
}
.progress {
width: 89px!important;
height: 89px!important;
line-height: 150px;
margin: 0;
box-shadow: none;
display: inline-block;
position: relative;
background: transparent!important;
}
.progress:after {
content: "";
width: 90%;
height: 90%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress .progress-left {
left: 0;
}
.progress .progress-bar {
width: 90%;
height: 90%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
left: 91%;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
right: 0;
}
.progress .progress-right .progress-bar {
left: -96%;
border-top-left-radius: 75px;
border-bottom-left-radius: 75px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
display: flex;
border-radius: 50%;
font-size: 22px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 400;
color: #232323;
}
.progress .progress-value span {
font-size: 18px;
text-transform: uppercase;
} .progress[data-percentage="10"] .progress-right .progress-bar {
animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg);
}
}
@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg);
}
}
@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg);
}
}
@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg);
}
}
@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg);
}
} .service_room.style1 {
background: #ffff;
transition: .5s;
}
.service_room.style1 .room_img {
position: relative;
line-height: 0;
}
.service_room.style1 ul.features {
background: #f7f6f2;
padding: 22px 12px;
width: 60%;
position: absolute;
right: 0;
bottom: 0;
display: block;
}
.service_room.style1 .room_img img {
width: 100%;
}
.service_room.style1 .service_room_body {
padding: 27px 0px 40px 30px;
}
.service_room.style1 .room_pricing {
display: inline-block;
position: absolute;
top: 40px;
left: 40px;
background: #fff;
padding: 6px 16px;
z-index: 2;
transition: .5s;
}
.service_room.style1:hover .room_pricing {
background: #c19d68;
color: #fff;
}
.service_room.style1:hover .room_pricing .dolar ,
.service_room.style1:hover .room_pricing .title{
color:#fff;
}
.service_room.style1:hover .room_pricing .dolar:before{
background: #fff; 
}
.service_room.style1 .room_pricing .dolar {
font-size: 14px;
line-height: 26px;
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
padding-right: 15px;
position: relative;
transition: .5s;
line-height: 26px;
}
.service_room.style1 .room_pricing .dolar:before {
position: absolute;
content: "";
top: 3px;
right: 4px;
height: 11px;
width: 1px;
background: #8E8E8E;
}
.service_room.style1 .room_pricing .title {
font-size: 14px;
line-height: 26px;
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
transition: .5s;
}
.service_room.style1 ul.features li {
display: inline-block;
margin-right: 10px;
font-size: 16px;
color: var(--body-color);
font-family: var(--fonts-body);
font-weight: 400;
}
.service_room.style1 ul.features li span {
color: #fff;
display: inline-block;
color: var(--primary-color);
font-family: var(--fonts-body);
}
.service_room.style1 ul.features li img {
margin-right: 8px;
}
.service_room.style1 .service_room_body h3 {
text-transform: uppercase;
font-size: 32px;
font-weight: 500;
margin: 0px 0 16px;
}
.service_room.style1 .service_room_body p {
line-height: 26px;
}
.service_room.style1 .room_btn {
display: inline-block;
margin-top: 10px;
}
.service_room.style1 .room_btn a {
display: inline-block;
background: var(--primary-color);
color: #fff;
font-family: var(--fonts-title);
text-transform: uppercase;
padding: 14px 25px;
font-weight: 500;
border-radius: 30px;
margin-top: 8px;
}
.service_room.style1 .room_btn a i{
display: inline-block;
margin-left:6px;
}
.service_room.style1 .room_btn a:hover{
background: #151515; 
color:#fff;
} .dark_room_two .service_room.style1 .service_room_body {
background: #272727;
}
.dark_room_two  .service_room.style1 ul.features li {
color: #FFFFFFBD;
}
.dark_room_two .icon-box.style4 h4.title {
color: #FFFFFFBD;
}
.dark_room_two .service_room.style1 .room_btn a {
background: transparent;
border: 1px solid#3D3D3D;
} .service_room.style3 {
transition: .5s;
}
.service_room.style3:hover {
filter: drop-shadow(0px 10px 40px rgba(177, 177, 177, 0.3));
background-color: #ffffff;
}
.service_room.style3 .room_img {
line-height: 0;
}
.service_room.style3 .room_img img{
width:100%;
}
.service_room.style3 .service_room_body {
background: #fff;
padding: 25px 30px 25px;
position: relative;
}
.service_room.style3 .service_room_body:before {
position: absolute;
content: "";
top: 112px;
width: 100%;
height: 1px;
background-color: rgba(30,30,30,0.10196078431372549);
left: 0;
}
.service_room.style3 .service_room_body:after {
position: absolute;
content: "";
bottom: 72px;
width: 100%;
height: 1px;
background-color: rgba(30,30,30,0.10196078431372549);
left: 0;
}
.service_room.style3 .service_room_body p {
font-size: 16px;
line-height: 26px;
color: #c19d68;
font-weight: 400;
font-family: "Lora";
margin: 0 0 0;
}
.service_room.style3 .service_room_body h3 {
font-size: 30px;
line-height: 26px;
color: #1e1e1e;
margin: 12px 0 47px;
}
.service_room.style3 ul.features li {
list-style: none;
margin: 0 0 14px;
}
.service_room.style3 ul.features li img {
margin-right: 7px;
position: relative;
top: 4px;
}
.service_room.style3 .room_btn {
display: inline-block;
margin-top: 35px;
}
.service_room.style3 .room_btn a {
font-size: 15px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 500;
font-family: "Cormorant Garamond";
transition: .5s;
display: inline-block;
}
.service_room.style3 .room_btn a i {
display: inline-block;
color: #c19d68;
margin-left: 7px;
}
.service_room.style3 .room_btn a:hover{
color: #c19d68; 
} .single-counter.style1 {
background: #2e2e2e;
display: inline-block;
padding: 85px 39px 70px;
bottom: 0;
right: 83px;
text-align: center;
width: 380px;
}
.single-counter.style1 div#counter {
background: var(--primary-color-2);
display: inline-block;
width: 110px;
height: 110px;
text-align: center;
line-height: 110px;
border-radius: 50%;
margin-bottom: 57px;
position: relative;
z-index: 1;
}
.single-counter.style1 div#counter :before {
position: absolute;
content: "";
width: 140px;
height: 140px;
top: -15px;
left: -16px;
border: 1px solid rgba(242,228,215,0.2);
border-radius: 50%;
z-index: -1;
}
.single-counter.style1 div#counter :after {
position: absolute;
content: "";
width: 190px;
height: 190px;
top: -41px;
left: -41px;
border: 1px solid rgba(242,228,215,0.2);
border-radius: 50%;
z-index: -1;
}
.single-counter.style1 div#counter span {
font-size: 46px;
color: #fff;
display: inline-block;
font-family: var(--fonts-body);
font-weight: 600;
margin: 0;
}
.single-counter .icon i {
font-size: 50px;
color: #c19d68;
}
.counter-content span {
font-size: 70px;
color: #c19d68;
font-weight: 500;
display: inline-block;
margin: 0 0 40px;
font-family: 'Cormorant Garamond', serif;
}
.counter-content .suffix {
color: #c19d68;
}
.single-counter.style1 h6 {
font-size: 28px;
line-height: 38px;
text-transform: uppercase;
color: #f2e4d7;
font-weight: 600;
margin: 15px 0 0;
} .single-counter.style_two .counter-content span {
font-size: 30px;
font-weight: 600;
margin-bottom: 14px;
}
.single-counter.style_two .counter-content .suffix {
color: #c19d68;
font-family: 'Fira sans';
}
.single-counter.style_two .counter-content h6 {
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'poppins';
} .single-counter.style_three .counter-content span {
font-family: 'Cormorant Garamond', serif;
font-size: 70px;
color: var(--primary-color);
font-weight: 500;
display: inline-block;
margin: 0;
}
.single-counter.style_three h6 {
margin-top: 24px;
color: #acacac;
} .single-counter.style_five .counter-content span {
font-size: 38px;
color: #1e1e1e;
font-weight: 600;
display: inline-block;
margin: 0 0 2px;
font-family: 'Cormorant Garamond', serif;
}
.single-counter.style_five .counter-content h6 {
font-family: 'Lora';
color: #616161;
}
.single-counter.style_five .counter-content .suffix {
color: #1e1e1e;
} .team.style1 {
text-align: center;
padding: 0;
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 0px;
transition: .5s;
}
.team.style1 .image:after {
position: absolute;
content: "";
width: 90%;
height: 90%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 1px solid var(--primary-color-2);
z-index: 2;
opacity: 0;
transition: 0.5s;
}
.team.style1:hover .image:after{
opacity: 1;
}
.team.style1 .image {
line-height: 0;
position: relative;
z-index: 1;
}
.team.style1 .image:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 60px;
background-image: linear-gradient(0deg,
rgba(21,21,21,0.9999999999999999) 
0%, rgba(21,21,21,0.9999999999999999) 
12%, rgba(21,21,21,0) 65%, 
rgba(21,21,21,0) 100%);
opacity: 0;
transition: 0.5s;
transition: all 400ms linear;
}
.team.style1:hover .image:before {
opacity: 1;
}
.team.style1 .content {
padding: 6px 0 0;
position: relative;
z-index: 9999;
transition: .5s;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -124px;
transition: all 400ms linear;
}
.team.style1:hover .content{
bottom: 40px;
}
.team.style1 .bio {
transition: .4s;
}
.team.style1 .bio .name{
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 8px;
}
.team.style1 .bio .designation{
color: #828fa0;
}
.team.style1 .content .social-icon{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.team.style1 .content .social-icon li{
margin-bottom: 5px;
margin-right: 5px;
}
.team.style1 .content .social-icon li a{
display: inline-block;
}
.team.style1 .content .social-icon li a i {
text-align: center;
border-radius: 3px;
display: inline-block;
font-size: 14px;
margin-right: 17px;
color: #fff;
}
.team.style1 .content span.email {
font-size: 22px;
font-family: "Cormorant Garamond";
color: #fff;
}
.team.style1 .bio .name {
font-size: 32px;
color: #ffffff;
font-weight: 600;
}
.team.style1 .bio .designation {
color: #616161;
margin: 0;
opacity: 0.702;
font-size: 16px;
color: #ffffff;
font-weight: 400;
margin-top: 3px;
margin-bottom: 18px;
}
.team.style1 .content .social-icon {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.team.style1 .content .social-icon li{
margin-bottom: 5px;
margin-right: 5px;
}
.team.style1 .content .social-icon li a{
display: inline-block;
} .team.style2 {
position: relative;
z-index: 1;
}
.team.style2 .team-content {
position: absolute;
bottom: -11px;
left: 0;
right: 0;
}
.team.style2 .bio {
padding: 10px 0 17px;
background: #c19d68;
text-align: center;
width: 80%;
position: relative;
z-index: 1;
left: 10%;
border-radius: 3px 3px 0 0;
transform: perspective(500px)rotateX(90deg);
-webkit-transition: all 400ms linear 0ms;
transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
position: relative;
z-index: 1;
left: 10%;
width: 80%;
background: #131323;
text-align: center;
padding: 14px 0 14px;
border-radius: 0 0 3px 3px;
transform: perspective(500px)rotateX(-90deg);
-webkit-transition: all 400ms linear 0ms;
transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
font-size: 22px;
font-weight: 500;
padding: 0 0 4px;
color: #fff;
}
.team.style2 h5.designation {
font-size: 16px;
color: #fff;
font-family: 'Rubik', sans-serif;
font-weight: 400;
margin: 0 0 5px;
}
.team.style2 ul.social-icon li {
display: inline-block;
color: #fff;
font-size: 14px;
margin-right: 6px;
}
.team.style2 ul.social-icon li a{
color: #fff;
position: relative;
z-index: 1;
display: inline-block;
width: 38px;
height: 38px;
line-height: 41px;
text-align: center;
border-radius: 50px;
background-color: #373644;
display: inline-block;
color: #fff;
font-size: 14px;
margin-right: 6px;
position: relative;
z-index: 1;
overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #c19d68;
transform: scale(0);
border-radius: 50px;
transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before{
transform: scale(1);
} .team.style2:hover .bio {
transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
transform: perspective(500px)rotateX(0deg);
} .team.style3 {
background: #f7f6f2;
padding: 0 0 40px;
text-align: center;
border-radius: 170px;
margin-bottom: 26px;
transition: .5s;
}
.team.style3:hover{
transform: translateY(-4px);
}
.team.style3 .image img {
width: 100%;
}
.team.style3 .team-content {
padding: 28px 44px 0;
}
.team.style3 h2.name {
font-size: 22px;
text-transform: uppercase;
margin: 0px 0 0;
}
.team.style3 h5.designation {
color: #686868;
margin: 8px 0 22px;
font-size: 18px;
font-family: var(--fonts-title);
border-bottom: 1px solid var(--primary-color);
padding-bottom: 16px;
}
.team.style3 ul.social-icon li{
display: inline-block;
}
.team.style3 ul.social-icon li a {
display: inline-block;
background: #fff;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 15px;
color: var(--primary-color);
margin: 0 2px 0;
border: 1px solid #6868686e;
transition: 0.5s;
}
.team.style3 ul.social-icon li a:hover {
background: var(--primary-color);
color: #fff;
} .team.style5 {
position: relative;
text-align: center;
}
.team.style5 .image {
position: relative;
margin-top: -86px;
z-index: 1;
}
.team.style5 .team-content {
background: #fff;
padding: 22px 30px 113px;
border-radius: 4px;
position: relative;
z-index: 1;
text-align: left;
}
.team.style5 .team-content:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
background: #c19d68;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
z-index: -1;
border-radius: 0 0 4px 4px;
}
.team.style5 .team-content:after {
position: absolute;
content: "";
top: 0;
width: 100%;
background: #c19d68;
height: 0px;
left: 0;
border-radius: 0;
transition: all 400ms linear;
}
.team.style5:hover .team-content:before{
height:100%;
}
.team.style5:hover .team-content:after{
height:4px;
}
.team.style5 .team-content .bio .name {
font-size: 20px;
font-weight: 600;
margin: 0 0 7px;
}
.team.style5 .team-content .bio .designation {
font-size: 16px;
font-weight: 300;
color: #686868;
margin: 0 0 0;
}
.team.style5:hover .team-content .bio .name,
.team.style5:hover .team-content .bio .designation{
color:#fff;
}
.team.style5 .team-share {
display: inline-block;
font-size: 18px;
color: #fff;
background: #c19d68;
border-radius: 4px;
cursor: pointer;
position: absolute;
top: -18px;
right: 27px;
transition: .5s;
z-index: 22;
width: 40px;
height: 40px;
border-radius: 4px;
background-color: #c19d68;
line-height: 40px;
}
.team.style5 ul.social-icon {
position: absolute;
right: 29px;
top: 44px;
transition: .5s;
background: transparent;
border-radius: 4px;
}
.team.style5 ul.social-icon.active li a {
transform: translateY(15px);
opacity: 1;
overflow: hidden;
visibility: visible;
}
.team.style5 .team-share-icon {
position: relative;
z-index: 1;
}
.team.style5 .team-share-icon:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
background: #c19d68;
height: 14px;
width: 14px;
bottom: -32px;
z-index: -1;
transform: rotate(45deg);
}
.team.style5 ul.social-icon li {
list-style: none;
margin-bottom:4px;
}
.team.style5 ul.social-icon li a {
display: inline-block;
transition: .5s;
font-size: 14px;
color: #fff;
background: #c19d68;
width: 35px;
height: 35px;
line-height: 35px;
transition-delay: .3s;
z-index: -1;
overflow: hidden;
transform: translateY(-20px);
opacity: 0;
visibility: hidden;
border-radius: 100%;
}
.team.style5 ul.social-icon li a:hover{
color:#fff;
background:#232323;
}
.team.style5 ul.social-icon li:nth-child(1) a {
transition-delay: 0.4s;
}
.team.style5 ul.social-icon li:nth-child(2) a {
transition-delay: 0.2s;
}
.team.style5 ul.social-icon li:nth-child(3) a {
transition-delay: 0s;
}  .team-carousel.style2{
text-align: center;
}
.team-carousel.style2 .single-team{
margin-bottom: 30px;
}
.team-carousel.style2 .image{
position: relative;
overflow: hidden;
}
.team-carousel.style2 .image img{
width: 100%;
}
.team-carousel.style2 .image .social-icon {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
left: 0;
right: 0;
bottom: -100px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
height: 100px;
align-items: center;
background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
margin-bottom: 5px;
margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
display: inline-block;
color: #fff;
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background-color: var(--title-color);
border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
font-size: 20px;
font-weight: 600;
margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
color: #57647c;
font-size: 15px;
font-weight: normal;
}
.team-carousel.style2 .content{
padding: 25px;
box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
} .heading.style2 h4 {
position: relative;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
display: inline-block;
font-family: var(--fonts-body);
}
.heading.style2 h4:before {
position: absolute;
content: "";
width: 58px;
height: 1px;
top: 13px;
left: -69px;
background: var(--primary-color-2);
} .heading.style3 h4 {
border-bottom: none;
padding-bottom: 0px;
} .work-process.style1 {
text-align: center;
padding: 0 22px;
}
.work-process.style1 .icon {
position: relative;
display: inline-block;
z-index: 1;
}
.work-process.style1 .icon:before {
position: absolute;
content: "";
top: -14px;
left: -15px;
right: 0;
margin: auto;
height: 62px;
width: 62px;
background: #fe6637;
transition: .5s;
z-index: -1;
border-radius: 100%;
}
.work-process.style1 .icon:after {
position: absolute;
content: "";
top: -7px;
left: 22px;
right: 0;
margin: auto;
height: 100%;
width: 351px;
background: url(https://wp.ditsolution.net/restu/wp-content/uploads/2023/05/line-shape.png);
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.pocess .work-process.style1 .icon:after {
display: none;
}
.work-process.style1 .icon i{
color: #ee53f8;
}
.work-process.style1 .content .title {
font-size: 22px;
color: #fff;
font-weight: 600;
font-family: "Fira Sans";
transition: .5s;
margin: 13px 0 6px;
}
.work-process.style1 .content .description {
font-weight: 400;
color: #fff;
}
.work_progress {
text-align: center;
margin-bottom: 30px;
position: relative;
padding: 0 20px;
}
.wrok_process_thumb {
text-align: center;
border: 4px solid transparent;
border-radius: 50%;
display: inline-block;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
border-color:#ED2C41;
}
.wrok_process_thumb img {
border-radius: 50%;
border: 10px solid #fff;
}
.progress_content {
text-align: center;
}
.default-style .work_progress-number{
position: absolute;
left: -26px;
top: 50.5%;
margin: auto;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.work_progress-title {
padding-top: 24px;
}
.work_progress-title h2 {
font-size: 20px;
font-weight: 700;
}
.work_progress-desc {
padding-top: 5px;
}
.work_progress.default-style:hover .work_progress-number {
top: 40%;
}
.work_progress-number span {
background: #ED2C41;
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
font-size: 16px;
position: relative;
z-index: 1;
}
.work_progress-number span::before {
position: absolute;
left: -5px;
top: -5px;
width: 60px;
height: 60px;
background: #ED2C41;
opacity: 0.6;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.work_progress-number span::after {
position: absolute;
left: -15px;
top: -15px;
width: 80px;
height: 80px;
background: #ED2C41;
opacity: 0.4;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.process-bg-shape {
position: relative
}
.process-bg-shape:before {
position: absolute;
right: 0;
bottom: -27px;
width: 100%;
content: "";
background: url(//hoynatbungalow.com/wp-content/plugins/dreamit-restu-elementor-extension/assets/css/assets/images/graduation-bg.png);
background-repeat: no-repeat;
background-position: center top;
height: 500px;
}
.em_process-icon{
position:relative;
}
.em_process-icon i {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
color: #fff;
width: 90px;
height: 90px;
display: inline-block;
line-height: 90px;
font-size: 40px;
border-radius: 4px;
} .work_progress.style3 {
padding: 34px 13px 7px;
background: #f5f5f5;
border-radius: 5px;
}
.work_progress.style3 .work_progress-title h2 {
font-size: 20px;
font-weight: 500;
margin: 7px 0 4px;
}
.work_progress.style3 .work_progress-number span {
background: #c19d68;
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
display: none;
}
.work_progress.style3 .work_progress-number span::after {
position: absolute;
left: -6px;
top: -6px;
width: 82px;
height: 82px;
background: #ED2C41;
opacity: 0.3;
} span.elementor-progress-percentage {
position: relative;
top: -22px!important;
} .item-list.style1{
margin: 0;
padding: 0;
list-style: none;
}
.item-list.style1 li{
font-size: 18px;
}
.item-list.style1 li i{
color: #fff;
font-size: 12px;
background: linear-gradient(-37deg, #45da65 7%, #0d6eff 100%);
height: 25px;
width: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
margin-right: 5px;
} .call-to-action {
text-align: center;
position: relative;
}
.call-to-action-title h2 {
margin-bottom: 12px;
font-size: 35px;
margin: 20px auto;
text-transform: capitalize;
}
.call-to-action-title span {
font-size: 40px;
display: block;
letter-spacing: 0;
line-height: 1.2;
margin-top: 20px auto 0;
font-weight: 700;
}
.call-to-action-btn {
margin-top: 30px;
}
.call-to-action-btn a {
border: none;
display: inline-block;
text-transform: capitalize;
background-color: #ED2C41;
border-radius: 4px;
color: #fff;
padding: 16px 32px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-weight: 500;
}
.call-to-action-btn a i{
margin-left:8px;
}
.call-to-action-btn a:hover {
background: #fff;
color: #ED2C41;
}
.call-to-action-desc {
width: 31%;
margin: auto;
}
.call-to-video {
margin-bottom: 35px;
}
.call-video-link a{
display:inline-block
}
.call-video-link a i {
width: 90px;
height: 90px;
display: inline-block;
background: #fff;
text-align: center;
line-height: 90px;
color: #ED2C41;
border-radius: 100%;
position:relative;
z-index:1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.call-video-link a {
position:relative;
}
.call-video-link a::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
background: rgba(255,255,255, 0.8);
border-radius: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
font-size: 23px;
} .testimonial.style1{
padding: 10px;
}
.testimonial.style1 .owl-item:nth-child(odd) {
margin-top: 0;
}
.testimonial.style1 .testimonial-item {
z-index: 1;
text-align: center;
}
.testimonial.style1 .quote_img {
display: inline-block;
position: absolute;
right: 55px;
top: 8px;
}
.testimonial.style1 .author {
display: inline-block;
margin-top: 38px;
}
.testimonial.style1 .author img{
width: 73px;
}
.testimonial.style1 .testi-star i.active {
display: inline-block;
color: var(--primary-color);
font-size: 17px;
margin: 0 5px;
}
.testimonial.style1 .testi-star i{
color: #C19C67;
font-size: 14px; 
}
.testimonial.style1 p.quote {
position: relative;
font-size: 26px;
line-height: 36px;
color: #686868;
font-weight: 600;
font-family: var(--fonts-title);
width: 80%;
margin: auto;
margin-top: 36px;
}
.testimonial.style1 h4.name {
font-size: 26px;
font-weight: 600;
margin-top: 0;
}
.testimonial.style1 h5.designation {
position: relative;
font-weight: 400;
margin: 0 0 0 29px;
}
.testimonial.style1 h5.designation:before {
position: absolute;
content: "";
width: 18px;
height: 1px;
top: 15px;
left: -26px;
background: #c19d68;
} .testimonial.style1 button.owl-prev {
position: absolute;
top: 40%;
}
.testimonial.style1 button.owl-next {
position: absolute;
right: 0;
top: 40%;
}
.testimonial.style1 button.owl-prev i,
.testimonial.style1 button.owl-next i {
opacity: 0.302;
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 25px;
color: #000000;
border: 1.5px solid #686868;
font-size: 18px;
transition: 0.5s;
display: inline-block;
}
.testimonial.style1 button.owl-prev i:hover,
.testimonial.style1 button.owl-next i:hover {
background: var(--primary-color);
opacity: 1;
color: #fff;
border: 1.5px solid var(--primary-color);
} .testimonial-item.style_2{
position: relative;
z-index: 1;
}
.testimonial-item.style_2 .single_testi_two {
padding: 0px 0 10px;
position: relative;
margin: 0;
display: flex;
align-items: center;
}
.single_testi_two .author {
display: inline-block;
margin-right: 67px;
flex-shrink: 0;
}
.single_testi_two .quote_img {
display: inline-block;
}
.single_testi_two p.quote {
opacity: 0.702;
font-size: 22px;
line-height: 36px;
color: #ffffff;
font-weight: 400;
font-style: italic;
width: 93%;
margin: 16px 0 23px;
}
.testimonial-item.style_2 .single_testi_two .reviews_rating:before{
display: none;
}
.testimonial-item.style_2 .single_testi_two .reviews_rating .testi-star:before{
display: none;
}
.single_testi_two h4.name {
font-size: 24px;
color: #ffffff;
font-weight: 500;
margin: 29px 0 0;
}
.single_testi_two h5.designation {
font-family: 'Lora';
font-size: 16px;
color: #acacac;
margin: 7px 0 0 0;
position: relative;
padding-left: 30px;
}
.single_testi_two h5.designation:before {
position: absolute;
content: "";
width: 18px;
height: 1px;
left: 0px;
top: 14px;
background: #fff;
}
.single_testi_two .testi-star i.active {
font-size: 14px;
display: inline-block;
margin-right: 3px;
color: var(--primary-color-2);
} .testimonial-item.style_3 .quote_img {
display: inline-block;
}
.testimonial-item.style_3 p.quote {
opacity: 0.702;
font-size: 18px;
line-height: 32px;
color: #ffffff;
font-weight: 400;
font-style: italic;
width: 87%;
margin: 21px 0 23px;
}
.testimonial-item.style_3 .testi-star i.active {
display: inline-block;
color: var(--primary-color);
}
.testimonial-item.style_3 .author_content {
display: flex;
align-items: center;
margin-top: 36px;
}
.testimonial-item.style_3 .author {
display: inline-block;
margin-right: 18px;
}
.testimonial-item.style_3 h4.name {
font-size: 22px;
line-height: 26px;
color: #fff;
font-weight: 500;
margin: 0;
}
.testimonial-item.style_3 h5.designation {
position: relative;
color: #acacac;
padding-left: 29px;
font-family: var(--fonts-body);
font-weight: 400;
font-size: 16px;
margin: 9px 0 0;
}
.testimonial-item.style_3 h5.designation:before{
position: absolute;
content: "";
width: 18px;
height: 1px;
top: 15px;
left: 0;
background: #c19d68;
} .testimonial-item.style_4 .single_testi_four {
display: flex;
align-items: center;
background:#fff;
}
.testimonial-item.style_4 .author {
display: inline-block;
flex-shrink: 0;
margin-right: 0;
}
.testimonial-item.style_4 .content {
overflow: hidden;
padding: 0 135px 0 90px;
}
.testimonial-item.style_4 h4.name {
font-size: 34px;
line-height: 45px;
color: #1e1e1e;
font-weight: 600;
margin: 0;
}
.testimonial-item.style_4 h5.designation {
display: inline-block;
font-size: 15px;
text-transform: uppercase;
color: #c19d68;
font-weight: 500;
font-family: "Cormorant Garamond";
margin-bottom: 8px;
margin: 7px 0 0;
}
.testimonial-item.style_4 p.quote {
margin: 24px 0 28px;
line-height: 30px;
}
.testimonial-item.style_4 .testi-star i.active {
display: inline-block;
color: #C19C67;
margin-right: 4px;
} .testimonial.style4 .owl-dots {
position: absolute;
text-align: center;
right: 74px;
bottom: 171px;
}
.testimonial.style4 .owl-dot {
display: inherit;
background: #F7F6F2;
width: 6px;
height: 55px;
}
.testimonial.style4 .owl-dot.active {
display: inherit;
background: #af9556;
width: 6px;
height: 55px;
} .single_testi_five {
text-align: center;
border: 1px solid rgba(30,30,30,0.15);
margin: 46px 15px 10px;
padding: 75px 22px 36px;
position: relative;
transition: .5s;
}
.single_testi_five:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/restu/wp-content/uploads/2023/12/testi-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0;
transition: .5s;
}
.testimonial.style5 .single_testi_five:hover:before{
opacity:1;
}
.single_testi_five .author_thumb {
position: absolute;
left: 0;
right: 0;
top: -40px;
}
.testimonial.style5 .content {
position: relative;
z-index: 2;
}
.testimonial.style5 .author {
display: inline-block;
position: relative;
z-index:2;
}
.testimonial.style5 .author:before {
position: absolute;
content: "";
top: -7px;
left: -7px;
height: 105px;
width: 105px;
border: 1px solid#E1E1E1;
transition: .5s;
border-radius: 50%;
z-index:-1;
}
.testimonial.style5 .single_testi_five:hover .author:before{
border-color:#fff;
background:#fff;
}
.testimonial.style5 .quote_img {
display: inline-block;
position: absolute;
top: 24px;
left: -28px;
}
.testimonial.style5 p.quote {
font-size: 18px;
line-height: 30px;
color: #616161;
font-weight: 400;
font-style: italic;
transition: .5s;
}
.testimonial.style5 .reviews_rating {
margin-top: 27px;
}
.testimonial.style5 .testi-star i.active {
color: #ffae11;
font-size: 18px;
margin: 0 2px;
}
.testimonial.style5 h4.name {
font-size: 22px;
font-weight: 600;
margin: 6px 0 6px;
}
.testimonial.style5 h5.designation {
margin: 0;
color: #616161;
font-weight: 400;
font-family: "Lora";
font-size: 16px;
padding-left: 33px;
position: relative;
display: inline-block;
}
.testimonial.style5 .single_testi_five:hover p.quote,
.testimonial.style5 .single_testi_five:hover h4.name,
.testimonial.style5 .single_testi_five:hover h5.designation{
color:#fff;
}
.testimonial.style5 h5.designation:before {
position: absolute;
content: "";
top: 9px;
left: 0;
width: 20px;
height: 1px;
background-color: #c19d68;
} .testi_dark_two .single_testi_five {
border: 1px solid#424242;
}
.testi_dark_two .testimonial.style5 button.owl-dot.active {
background: #C19E66;
}
.testi_dark_two .testimonial.style5 button.owl-dot {
border: 2px solid #fff;
width: 12px;
height: 12px;
background:#fff;
}  .testimonial.style5 .owl-dots {
position: relative;
text-align: center;
left: 0;
bottom: -20px;
margin: auto;
}
.testimonial.style5 button.owl-dot {
display: inline-block;
border: 2px solid rgba(30,30,30,0.1);
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: 48px;
margin-right: 6px;
}
.testimonial.style5 button.owl-dot.active {
display: inline-block;
background: #C19E66;
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: 11px;
margin-right: 6px;
border: transparent;
} .testimonial-item.style_6 {
}
.testimonial-item.style_6 .author {
display: inline-block;
margin-right: 21px;
}
.testimonial-item.style_6 .testi-star i {
color: #c19d68;
}
.testimonial-item.style_6 .testi_inner_content p {
margin: 18px 0 51px;
font-size: 18px;
line-height: 30px;
color: #acacac;
font-weight: 400;
font-style: italic;
font-family: "Lora";
position: relative;
width: 96%;
}
.testimonial-item.style_6 .testi_inner_content p:after {
position: absolute;
content: "";
bottom: -41px;
left: 0;
height: 35px;
width: 1px;
background: #ae9455;
}
.testimonial-item.style_6 .author_content {
display: flex;
align-items: center;
}
.testimonial-item.style_6 h4.name {
margin: 0 0 6px;
color: #fff;
font-size: 22px;
font-weight: 500;
}
.testimonial-item.style_6 h5.designation {
margin: 0 0 0;
color: #fff;
font-size: 16px;
font-weight: 400;
padding-left: 34px;
position: relative;
}
.testimonial-item.style_6 h5.designation:after {
position: absolute;
content: "";
left: 0;
height: 1px;
width: 22px;
background: #ae9455;
bottom: 8px;
} .case-study.style1 .case-grid{
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
position: relative;
overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image{
position: relative;
}
.case-study.style1 .case-grid .gird-item .image img{
height: 380px;
object-fit: cover;
}
.case-study.style1 .case-grid .gird-item .image::before{
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: var(--main-color);
opacity: 0;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image::before{
opacity: 0.9;
}
.case-study.style1 .case-grid .gird-item .content {
position: absolute;
top: 100%;
left: 0;
right: 0;
text-align: center;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content{
top: 50%;
transform: translateY(-50%);
}
.case-study.style1 .case-grid .gird-item .content .case-btn{
display: inline-block;
margin-bottom: 24px;
}
.case-study.style1 .case-grid .gird-item .content .case-btn:hover i{
color: var(--main-color);
background-color: #fff;
}
.case-study.style1 .case-grid .gird-item .content .case-btn i{
color: #fff;
height: 45px;
width: 45px;
line-height: 45px;
border: 1px solid #fff;
border-radius: 5px;
}
.case-study.style1 .case-grid .gird-item .content .title{
color: #fff;
font-size: 20px;
font-weight: 600;
}
.case-study.style1 .case-grid .gird-item .content .category{
color: #fff;
}
.dreamit-single-cases-study{
position: relative;
z-index:999;
}
.cases-study-content {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
background: #ED2C41;
margin: auto;
padding: 20px 30px 1px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 999;
width: 100%;
}
.dreamit-single-cases-study:hover .cases-study-content{
bottom: 0;
}
.case-study-thumb{
position:relative;
z-index:1;
}
.case-study-thumb img{
width: 100%;
}
.em-cases-study-title h2 {
font-size: 20px;
font-weight: 700;
line-height: 1;
margin: 0 0 5px;
}
.em-cases-study-title h2 a {
font-size: 20px;
font-weight: 700;
margin: 0 0 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.case_category span {
color: #ED2C41;
}
.case_default .em-cases-study-content{
background: transparent;
width: 100%;
padding: 40px 27px;
top: inherit;
opacity: 1;
text-align: left;
bottom: 0;
}
.case_default .em-cases-study-title h2 a {
font-size: 23px;
}
.case_default .dreamit-single-cases-study {
margin-bottom: 30px;
}
.case_default .case-study-thumb {
position:relative;
z-index: 1;
}
.case_default .case-study-thumb:before {
display:none;
}
.case_default .em-cases-study-title h2 {
margin: 0 0 7px;
color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
color: #fff;
}
.case_default .cases-study-content p {
margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
color: #fff;
}
.em-case-study-button {
margin-top: 23px;
} .case-study.style2 .owl-dots {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
display: inline-block;
bottom: -69px;
cursor: pointer;
z-index: 22;
}
.blog_wrap.case_study_carousel  button.owl-dot {
position: relative;
z-index: 22;
height: 5px;
width: 9px;
margin: 0 4px;
display: inline-block;
}
.blog_wrap.case_study_carousel button.owl-dot {
position: relative;
z-index: 22;
height: 5px;
width: 9px;
margin: 0 4px;
display: inline-block;
}
.case-study.style2 .owl-theme .owl-dots .owl-dot span {
margin: 0;
opacity: 0;
}
.blog_wrap.case_study_carousel .owl-nav button.owl-next, 
.blog_wrap.case_study_carousel .owl-nav button.owl-prev,
.blog_wrap.case_study_carousel button.owl-dot {
background: rgba(255, 255, 255, 0.30196078431372547);
color: inherit;
border: none;
padding: 0 15px 0 10px!important;
font: inherit;
right: 0;
text-align: center;
left: 0;
border-radius: 4px;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
background: #c19d68!important;
border-color: #c19d68;
} .case-study.style2 .case-study-thumb::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.902) 0%,
rgba(3, 4, 34, 0.902) 24%, rgba(3, 3, 33, 0) 62%, rgba(3, 3, 33, 0) 100%);
border-radius: 3px;
transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .case-study-thumb:before {
background-image: linear-gradient(0deg, rgba(255, 59, 0, 0.902) 0%, 
rgba(255, 59, 0, 0.902) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
}
.case-study.style2 .video-icon a {
width: 48px;
height: 48px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: #fff;
background: #c19d68;
display: inline-block;
font-size: 15px;
position: absolute;
top: 80px;
right: 49px;
opacity: 0;
transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .video-icon a{
top: 60px;
opacity: 1;
}
.case-study.style2 .cases-study-content {
position: absolute;
text-align: left;
background: transparent;
margin: auto;
padding: 20px 30px 0px;
bottom: -23px;
}
.case-study.style2 h2.title {
line-height: 23px;
margin: 5px 0 0;
}
.case-study.style2 h2.title a {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.case-study.style2 .case_category span {
font-size: 17px;
padding: 0 0 0 32px;
position: relative;
z-index: 1;
transition: all 400ms linear;
color: #c19d68;
font-weight: 500;
}
.case-study.style2 .case_category span:before {
position: absolute;
content: "";
z-index: 1;
left: 0;
top: 10px;
width: 22px;
border: 1px solid #c19d68;
transition: all 400ms linear;
}
.case-study.style2 .em-case-study-button {
margin-top: 23px;
opacity: 0;
transition: all 400ms linear;
}
.case-study.style2 .em-case-study-button a {
color: #fff;
font-size: 16px;
display: inline-block;
font-weight: 400;
}
.case-study.style2 .em-case-study-button a i {
color: #fff;
font-weight: 600;
font-size: 9px;
display: inline-block;
margin-left: 6px;
} .case-study.style2 .single_case_study:hover .cases-study-content {
bottom: 21px;
}
.case-study.style2 .single_case_study:hover .em-case-study-button{
opacity: 1;
}
.case-study.style2 .single_case_study:hover .case_category span:before{
border-color: #fff;
}
.case-study.style2 .single_case_study:hover .case_category span{
color: #fff;
} .case-study.style3 .case-study-thumb{
position:relative;
}
.case-study.style3 .case-study-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.30);
transition: .5s;
opacity: 0;
}
.case-study.style3 .cases-study-content {
position: absolute;
left: 0;
bottom: -140px;
right: 0;
text-align: left;
background: #c19d68;
margin: auto;
padding: 14px 32px 19px;
width: 92%;
border-radius: 5px;
transition: .5s;
transition: all 400ms linear;
}
.case-study.style3 .cases-study-content .title a {
color: #fff;
font-size: 22px;
font-weight: 600;
display: inline-block;
}
.case-study.style3 .case_category span {
color: #fff;
}
.case-study.style3 .single_case_study:hover .case-study-thumb:before{
opacity:1;
}
.case-study.style3 .single_case_study:hover .cases-study-content{
bottom:30px;
} .case-study.style4 .single_case_study .case-study-thumb{
position:relative;
z-index:1;
}
.case-study.style4 .single_case_study .case-study-thumb:before{
position:absolute;
content:"";
top:0;
left:0;
height:100%;
width:100%;
background-image: linear-gradient(0deg, rgba(5,9,29,0.9999999999999999) 0%, rgba(5,9,29,0) 64%, rgba(5,9,29,0) 100%);
}
.case-study.style4 .single_case_study .case-study-thumb:after {
position: absolute;
content: "";
top: inherit;
left: 0;
height: 45%;
width: 100%;
background: url(https://wp.ditsolution.net/restu-multipurpose/wp-content/uploads/2023/05/shape-1.png);
bottom: -216px;
background-repeat: no-repeat;
background-position: center left;
transition: all 400ms linear;
}
.case-study.style4 .single_case_study .cases_study_content {
position: absolute;
bottom: 32px;
z-index: 22;
width: 84%;
left: 0;
right: 0;
margin: auto;
}
.case-study.style4 .single_case_study .cases_study_content .title {
background-color: rgba(255,255,255,0.14901960784313725);
font-size: 20px;
font-weight: 600;
padding: 17px 19px;
border-left: 2px solid#c19d68;
transition:.5s;
}
.case-study.style4 .single_case_study .case_button {
position: absolute;
display: inline-block;
right: 22px;
top: -62px;
transition: all 400ms linear;
}
.case-study.style4 .single_case_study .case_button a {
display: inline-block;
background: #c19d68;
height: 55px;
width: 55px;
text-align: center;
line-height: 55px;
border-radius: 100%;
color: #fff;
font-size: 19px;
transform: rotate(-45deg);
transition: .5s;
}
.case-study.style4 .single_case_study .cases_study_content .title a{
color:#fff;
}
.case-study.style4 .single_case_study:hover .case_button{
top:22px;
}
.case-study.style4 .single_case_study:hover .case-study-thumb:after{
bottom:0;
}
.case-study.style4 .single_case_study:hover .cases_study_content .title{
background:#c19d68;
border-color:#c19d68;
}
.case-study.style4 .owl-dots {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: -114px;
z-index: 22;
display: inline-block;
}
.case-study.style4 .owl-theme .owl-dots .owl-dot span {
opacity: 0;
}
.case-study.style4 .blog_wrap.case_study_carousel .owl-nav button.owl-next, .blog_wrap.case_study_carousel .owl-nav button.owl-prev, .blog_wrap.case_study_carousel button.owl-dot {
border: 2px solid#CBCACF;
padding: 5px 5px 5px 5px!important;
border-radius: 100%;
}
.case-study.style4 .blog_wrap.case_study_carousel button.owl-dot.active {
background: #c19d68!important;
border-color: #c19d68;
} .single_case_study.style_5 {
margin-top: 38px;
margin: 17px 0px 34px;
}
.case-study.style3 .case-study-thumb {
position: relative;
overflow: hidden;
}
.single_case_study.style_5 .case-study-thumb img {
width: 100%;
transition: 0.5s;
}
.single_case_study.style_5:hover .case-study-thumb img {
transform: scale(1.1); 
}
.single_case_study.style_5 .video-icon {
display: inline-block;
position: absolute;
left: 50%;
right: 0;
margin: auto;
transform: translate(-50%, -50%);
text-align: center;
top: 57%;
opacity: 0;
transition: .5s;
}
.single_case_study.style_5:hover .video-icon{
top:50%;
opacity: 1;
} 
.single_case_study.style_5 .video-icon a {
text-align: center;
display: inline-block;
position: relative;
z-index: 99;
display: inline-block;
color: #af9556;
font-size: 24px;
background: #fff;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
border-radius: 50%;
}
.single_case_study.style_5 .case_category {
display: inline-block;
background: #c19d68;
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: "Cormorant Garamond";
padding: 6px 20px;
position: absolute;
top: 29px;
right: 27px;
}
.case-study.style3.style5 .owl-dots span {
display: none!important;
} .brand-item img {
width: inherit !important;
} .element-boxed{
margin: 0 50px!important;
}
.single-video {
position: relative;
text-align: center;
}
.single-video h3 {
color: #fff;
font-size: 18px;
font-weight: 500;
margin-bottom: 0;
padding-top: 26px;
text-transform: capitalize;
display: inline-block;
margin-left: 25px;
}
.video-icon a {
text-align: center;
display: inline-block;
position:relative;
z-index:99;
}
.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transition: .5s;
text-align: center;
display: inline-block;
background: var(--primary-color);
width: 96px;
height: 96px;
line-height: 96px;
color: #fff;
font-size: 32px;
border-radius: 50%;
position: relative;
}
.single-video.style-one .video-icon a:after {
position: absolute;
content: "";
width: 120px;
height: 120px;
top: 0;
bottom: 0;
left: -13px;
right: 0;
border-radius: 50%;
margin: auto;
border: 2px solid rgba(255, 255, 255, 0.6);
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
}
@keyframes ripple {
0%, 35% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 1; }
50% {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
opacity: 0.8; }
100% {
opacity: 0;
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
}
.v-overlay .video-icon a i {
border: 0px solid #fff;
font-size: 30px;
} .single-video.style-one .video-icon,
.single-video.style-three .video-icon {
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes ripple-red {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
}
} .single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
0%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
50%{
-webkit-transform:rotateX(0deg) translateY(-20px);
-ms-transform:rotateX(0deg) translateY(-20px);
transform:rotateX(0deg) translateY(-20px)
}
100%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
} .single-video.style-two.video-icon a, .single-video.style-two .video-icon a {
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transition: .5s;
display: inline-block;
background: #af9556;
color: #fff;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
font-size: 25px;
border-radius: 4%;
position: relative;
display: inline-block;
background: var(--primary-color-2);
width: 96px;
height: 96px;
line-height: 96px;
color: #fff;
font-size: 32px;
border-radius: 50%;
position: relative;
}
.single-video.style-two .video-icon a:after {
position: absolute;
content: "";
width: 90px;
height: 90px;
left: 0;
top: 0;
border: 2px solid #F68043;
border-radius: 50%;
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
}
.single-video.style-two .video-icon h5 {
position: absolute;
top: 47%;
z-index: 22;
left: 50%;
right: 0;
margin: auto;
transform: translate(-50%, -50%);
font-size: 16px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 500;
font-family: "Cormorant Garamond";
display: inline-block;
cursor: pointer;
}
.single-video.style-three .video-icon a {
-webkit-animation: none;
animation: none;
-webkit-transition: none;
}
.single-video.style-three .video-icon a::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 99px;
width: 99px;
background: rgba(12, 90, 219,1);
z-index: -1;
border-radius: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.single-video.style-three .video-icon a i{
background: #fff;
height: 90px;
width: 90px;
line-height: 90px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
color: #ED2C41;
font-size: 26px;
position: relative;
} .single-video.style-four .video-icon a, .single-video.style-four .video-icon a {
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transition: .5s;
display: inline-block;
background: #fff;
color: #fff;
width: 95px;
height: 95px;
line-height: 95px;
text-align: center;
font-size: 25px;
border-radius: 50%;
position: relative;
}
.single-video.style-four .video-icon a i{
color:#af9556;
}
.single-video.style-four .video-icon a:after {
position: absolute;
content: "";
width: 110px;
height: 110px;
left: -10px;
top: -11px;
border: 1px solid #ffffff73;
border-radius: 50%;
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
} @keyframes moveLeftBounce {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes MOVIE-BG {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .dance3 {
-webkit-animation: dance3 8s alternate infinite;
animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
}
}
.dance {
-webkit-animation: dance 2s alternate infinite;
animation: dance 2s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.2);
}
}
.dance2 {
-webkit-animation: dance2 4s alternate infinite;
animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(25px, -25px, 0);
}
100% {
-webkit-transform: translate3d(0, -25px, 25px);
}
}
.watermark-animate {
-webkit-animation: watermark-animate 8s infinite;
animation: watermark-animate 8s infinite;
animation-direction: alternate-reverse;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@keyframes watermark-animate {
0% {
left: 0;
}
100% {
left: 100%;
}
} .pricing.style1 {
background: #f7f6f2;
padding: 36px 39px 47px;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.pricing.style1:before {
position: absolute;
content: "";
width: 0;
height: 100%;
top: 0;
left: 50%;
background: #1e1e1e;
z-index: -1;
transition: 0.5s;
transition: all 400ms linear;
}
.pricing.style1:hover:before{
width: 100%;
left: 0;
}
.pricing.style1 .pricing-head {
text-align: left;
position: relative;
padding: 0;
}
.pricing.style1:hover span.name {
opacity: 1;
}
.pricing.style1 span.name {
display: inline-block;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 30px;
padding: 2px 17px;
color: #fff;
opacity: 0.8;
transition: 0.5s;
margin-left: 7px;
opacity: 0;
}
.pricing.style1 h3.pricing-title {
font-size: 28px;
text-transform: uppercase;
display: inline-block;
transition: 0.5s;
margin: 0 0 35px;
}
.pricing.style1 .price-item {
padding: 49px 0 0;
border-top: 1px solid rgba(83, 32, 91, 0.10196078431372549);
transition: .4s;
}
.pricing.style1:hover .price-item{
border-color: #fff;
}
.pricing.style1 .price-item .currency {
font-size: 50px;
color: var(--primary-color-2);
font-weight: 400;
display: inline-block;
font-family: 'Lora', serif;
}
.pricing.style1 .price-item .tk {
display: inline-block;
font-size: 50px;
text-transform: uppercase;
color: var(--primary-color-2);
font-family: var(--fotns-body);
font-weight: 400;
transition: 0.5s;
}
.pricing.style1 .price-item .month {
text-transform: uppercase;
font-size: 18px;
line-height: 26px;
color: #616161;
font-weight: 400;
font-family: "Lora";
display: inline-block;
margin-left: 5px;
transition: .4s;
}
.pricing.style1 p.description {
margin: 12px 0 32px;
transition: 0.5s;
}
.pricing.style1 .pricing-body ul {
margin: 36px 0 0 25px;
padding: 0;
list-style: none;
}
.pricing.style1 .pricing-body ul li {
font-weight: 400;
margin-bottom: 12px;
display: flex;
align-items: center;
transition: .5s;
}
.pricing.style1 .pricing-body ul li i {
display: inline-block;
color: #68686880;
font-size: 8px;
margin-right: 8px;
transition: .4s;
}
.pricing.style1 .pricing-button {
font-weight: 500;
z-index: 1;
display: inline-block;
border: 1px solid rgba(83, 32, 91, 0.2);
font-size: 16px;
font-family: var(--fonts-title);
padding: 13px 35px;
border-radius: 30px;
margin-top: 35px;
transition: 0.5s;
}
.pricing.style1 a.pricing-button i {
display: inline-block;
color: var(--primary-color-2);
position: relative;
left: 5px;
}
.pricing.style1:hover .pricing-button{
border: 1px solid #fff;
color: #fff;
}
.pricing.style1:hover .pricing-body ul li i,
.pricing.style1:hover .pricing-body ul li,
.pricing.style1:hover .price-item .month,
.pricing.style1:hover h3.pricing-title,
.pricing.style1:hover p.description{
color: #fff;
} .pricing.style2 {
background: #f7f6f2;
padding: 13px 30px 42px;
position: relative;
transition: .5s;
}
.pricing.style2:hover{
transform: translateY(-4px);
}
.pricing.style2 h3.pricing-title {
margin: 0 0 0;
background: var(--primary-color);
margin: 0;
text-align: right;
padding: 8px 19px;
font-size: 18px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
position: relative;
font-family: var(--fonts-title);
}
.pricing.style2 h3.pricing-title:before {
position: absolute;
content: "";
width: 60%;
height: 100%;
left: 0;
top: -13px;
background: #fff;
clip-path: polygon(0% 20%, 60% 20%, 79% 20%, 88% 50%, 78% 82%, 82% 82%, 0% 82%);
padding: 32px 0;
}
.pricing.style2 .pricing-body {
background: #fff;
padding: 35px 36px 26px;
margin-top: 17px;
}
.pricing.style2 span.name {
font-size: 20px;
text-transform: uppercase;
margin: 0 0 27px;
font-weight: 600;
color: #151515;
font-family: 'Cormorant Garamond';
display: block;
}
.pricing.style2 span.tk {
font-size: 40px;
font-weight: 600 !important;
text-transform: uppercase;
margin: 0;
font-family: var(--fonts-body);
color: #151515;
}
.pricing.style2 span.currency {
font-size: 40px;
font-weight: 600 !important;
text-transform: uppercase;
margin: 0;
font-family: var(--fonts-body);
color: #151515;
}
.pricing.style2 span.month {
display: inline-block;
font-size: 16px !important;
text-transform: uppercase;
color: #151515;
}
.pricing.style2 ul.features {
display: block;
list-style: none;
}
.pricing.style2 ul.features li {
margin: 0 0 13px;
}
.pricing.style2 ul.features li i {
color: #af9556;
font-size: 9px;
margin-right: 10px;
position: relative;
top: -2px;
}
.pricing.style2 a.pricing-button {
display: inline-block;
text-transform: uppercase;
color: var(--primary-color);
font-family: var(--fonts-title);
border: 1px solid var(--primary-color);
padding: 15px 0px;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: 500;
margin-top: 40px;
transition: 0.5s;
}
.pricing.style2 a.pricing-button:hover {
background: var(--primary-color);
color: #fff;
}  .owl_wrapper{
width: 100vw;
overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
opacity: 0;
transform: scale(0.6);
-ms-transform: scale(0.6);
transition: all .2s;
-webkit-transform: all .2s;
z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
transform: scale(0.8);
-ms-transform: scale(0.8);
opacity: 0.8;
margin: 0 -1%;
z-index: 2;
}
.owl_wrapper .active.middle{
transform: scale(1);
-ms-transform: scale(1);
opacity: 1;
z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;} .owl_wrapper .prev, .owl_wrapper .next{
position: absolute;
top: 100px; left: 100px;
width: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px;
color: #fff;
background: #777;
cursor: pointer;
z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.infos {
width: 500px;
text-align: center;
font-family: 'Roboto', Arial;
font-size: 14px;
line-height: 16px;
margin-top: 50px;
color: #000;
}
.infos a {
color: #555;
text-decoration: none;
}
.infos a:hover {color: #999;}
#carousel {
position: relative;
height: 400px;
overflow: hidden;
}
#carousel div {
position: absolute;
transition: transform 1s, left 1s, opacity 1s, z-index 0s;
opacity: 1;
}
#carousel div img {
width: 400px;
transition: width 1s;
}
#carousel div.hideLeft {
left: 0%;
opacity: 0;
transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
width: 200px;
}
#carousel div.hideRight {
left: 100%;
opacity: 0;
transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
width: 200px;
}
#carousel div.prev {
z-index: 5;
left: 30%;
transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
width: 300px;
}
#carousel div.prevLeftSecond {
z-index: 4;
left: 15%;
transform: translateY(50%) translateX(-50%);
opacity: 0.7;
}
#carousel div.prevLeftSecond img {
width: 200px;
}
#carousel div.selected {
z-index: 10;
left: 50%;
transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
z-index: 5;
left: 70%;
transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
width: 300px;
}
#carousel div.nextRightSecond {
z-index: 4;
left: 85%;
transform: translateY(50%) translateX(-50%);
opacity: 0.7;
}
#carousel div.nextRightSecond img {
width: 200px;
} .contact{
position: relative;
z-index: 1;
}
.contact:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 147px;
width: 100%;
background: #c19d68;
z-index: -1;
border-radius: 3px 3px 0 0;
}
.contact:after {
position: absolute;
content: "";
top: 137px;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/restu/wp-content/uploads/2023/05/square-line.png);
z-index: -1;
background-repeat: no-repeat;
background-size: contain;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
background: #f7f4f4;
padding-left: 25px;
padding-top: 20px;
height: 135px;
border: 1px solid rgba(35, 35, 35, 0.12);
border-radius: 30px;
color: #232323;
transition: .5s;
}
.buttons input {
padding: 13px 15px;
background: #10102E;
display: block;
color: #fff;
border-radius: 30px;
width: 100%;
font-family: 'Fira Sans';
cursor: pointer;
text-align: center;
transition: .5s;
border: none;
}
.buttons input:hover{
background:#c19d68;
}
.form-group input::placeholder {
color: #6d6d6d!important;
}
.form-group:last-child {
margin-bottom: 0px;
}
.buttons p {
margin: 0;
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d;
opacity: 0.75;
width: 12px;
height: 12px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
.contact input.form-control {
border: 0;
border-radius: 6px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
border: 1px solid #ddd;
width: 100%;
height: 50px;
padding-left: 25px;
background: #f7f4f4;
border-radius: 30px;
color: #232323;
border: 1px solid rgba(35, 35, 35, 0.12);
transition: .5s;
}
.contact .form-control:focus {
outline: none;
box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
border-color: #c19d68;
} input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
color: #6d6d6d!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
color: #6d6d6d!important;
} textarea:focus {
outline: none;
box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
border-color: #c19d68!important;
} .form-area.style-two .form-control {
width: 100%;
height: 167px;
background: transparent;
border-radius: 33px;
border: 2px solid rgba(255, 255, 255, 0.15);
outline: 0;
color: #fff;
padding: 15px 23px 18px;
}
.form-area.style-two input.form-control {
width: 100%;
height: 62px;
background: transparent;
padding: 6px 23px;
text-transform: capitalize;
border-radius: 4px;
margin-bottom: 17px;
font-size: 15px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
border: 2px solid rgba(255, 255, 255, 0.15);
outline: 0;
border-radius: 30px;
}
.form-area.style-two .buttons input {
width: 100%;
height: 59px;
background: var(--primary-color);
border: 1px solid var(--primary-color);
outline: 0;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: var(--fonts-title);
border-radius: 30px;
transition: 0.5s;
margin-top: 19px;
}
.form-area.style-two .buttons input:hover {
background: transparent;
color: var(--primary-color);
} .contact-four .service-input-box h4 {
color: #616161;
font-size: 15px;
margin-bottom: 8px;
font-family: 'Lora';
font-weight: 400;
}
.contact-four .single-extra-box.two {
border-top: 2px solid rgba(30, 30, 30, 0.10196078431372549);
margin-top: 46px;
}
.contact-four input#datemax {
width: 100%;
height: 50px;
border: 1px solid var(--primary-color);
background: transparent;
padding: 6px 16px;
text-transform: uppercase;
border-radius: 4px;
margin-bottom: 0px;
}
.contact-four input#datemax2 {
width: 100%;
height: 50px;
border: 1px solid var(--primary-color);
background: transparent;
padding: 6px 16px;
text-transform: uppercase;
border-radius: 4px;
margin-bottom: 0px;
}
.contact-four select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.from-control {
width: 100%;
border: 1px solid var(--primary-color);
height: 50px;
padding: 0 6px;
outline: 0;
border-radius: 5px;
}
.contact-four .service-input-box p {
margin: 13px 0 9px;
}
.contact-four .room-details-extra-service {
display: block;
position: relative;
width: 100%;
color: #1e1e1e; font-weight: 600;
margin: 21px 0 8px;
padding: 0 14px;
}
.contact-four .single-extra-box {
width: 100%;
display: flex;
align-items: center;
border-top: 1px solid rgba(30, 30, 30, 0.1);
margin-top: 14px;
padding-top: 18px;
position: relative;
margin-left: 14px;
margin-right: 14px;
}
.contact-four .txtra-title h4 {
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
font-size: 14px;
margin: 0;
position: absolute;
right: 15px;
top: 17px;
}
.contact-four .extra-check input {
width: 15px;
height: 15px;
}
.contact-four .extra-check label {
color: #1e1e1e;
font-size: 14px;
margin-left: 11px;
position: relative;
top: -3px;
}
.contact-four .txtra-title label {
font-size: 14px;
line-height: 26px;
color: #1e1e1e;
font-weight: 400;
font-family: "Lora";
margin-left: 113px;
float: right;
text-align: right;
}
.contact-four .txtra-title select {
width: 64px;
height: 26px;
border: 1px solid var(--primary-color);
outline: 0;
font-size: 15px;
position: absolute;
right: 0px;
top: 16px;
}
.contact-four .extra-check p {
margin: 0;
}
.contact-four .txtra-title p {
margin: 0;
}
.contact-four .txtra-price p{
margin: 0;
}
.contact-four .txtra-price p span {
color: #1e1e1e;
font-size: 24px;
text-transform: uppercase;
margin: 0;
position: absolute;
right: 0;
top: 32px;
}
.contact-four .info-submit-button p {
margin: 0;
}
.contact-four .info-submit-button {
width: 100%;
}
.contact-four input.wpcf7-submit {
display: inline-block;
background: var(--primary-color);
color: #fff;
text-align: center;
width: 92%;
padding: 12px 0;
text-transform: uppercase;
font-size: 15px;
margin-top: 32px;
transition: 0.5s;
border: 1px solid var(--primary-color);
margin-left: 14px;
margin-right: 14px;
}
.contact-four input.wpcf7-submit:hover{
background: #1e1e1e;
} .marquee {
position: relative;
--duration: 30s;
--gap: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
gap:0px;
}
.marquee-block {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
gap:0px;
min-width: 100%;
-webkit-animation: scroll 30s linear infinite;
animation: scroll 30s linear infinite;
}
@-webkit-keyframes scroll {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-100% - var(--gap)));
transform: translateX(calc(-100% - var(--gap)));
}
}
.marquee-block .content-box {
position: relative;
margin-right:0px;
}
.marquee-block h3 {
margin: 0;
display: inline-block;
opacity: 0.702;
font-size: 40px;
line-height: 26px;
color: #ffffff;
font-weight: 600;
text-transform: uppercase;
font-family: var(--fonts-title);
}
.marquee-block h3 img {
padding: 0 21px;
}
.marquee-block .content-box:last-child {
margin-right:0px;
} .marquee.style2 .marquee-block h3 {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
color: #fff;
-webkit-text-stroke-width: 2px;
color: transparent;
-webkit-text-stroke-color: #fff;
font-size: 100px;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
margin: 0 17px;
}
.marquee.style2 .marquee-block {
-webkit-animation: scroll2 60s linear infinite;
animation: scroll2 60s linear infinite;
}
@-webkit-keyframes scroll2 {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(calc(-100% - var(--gap)));
transform: translateX(calc(-100% - var(--gap)));
}
} .contact-fron.style_three input.from-control {
background: transparent !important;
border: 1px solid #acacac4f;
color: #ffff;
outline: 0;
width: 100%;
height: 60px;
position: relative;
margin-bottom: 11px;
padding: 0 21px;
}
.contact-fron.style_three select.from-control {
background: transparent !important;
border: 1px solid #acacac4f;
color: #acacac;
outline: 0;
width: 100%;
height: 60px;
position: relative;
padding: 0 19px;
margin-top: 5px;
text-transform: capitalize;
margin-bottom: 20px;
}
.contact-fron.style_three p {
margin: 0;
}
.contact-fron.style_three input.from-control::placeholder {
color: #fff!important;
opacity: 0.4;
}
.contact-fron.style_three textarea.wpcf7-form-control.wpcf7-textarea {
color: #232323;
transition: .5s;
background: transparent !important;
border: 1px solid #acacac4f;
color: #acacac;
outline: 0;
width: 100%;
height: 120px;
position: relative;
padding: 9px 19px;
border-radius: 0;
}
.contact-fron.style_three input.button {
background: #C29D68;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: "Cormorant Garamond";
width: 100%;
border: transparent;
padding: 16px 0;
margin-top: 13px;
position: relative;
z-index: 1;
transition: 0.5s;
}
.contact-fron.style_three input.from-control {
color: #acacac!important;
} .main-contact input.from-control::placeholder {
color: #fff!important;
opacity: 0.6;
}
.main-contact textarea.from-control::placeholder {
color: #fff!important;
opacity: 0.6;
}
.form-area.style-three .form-control {
background: transparent !important;
border: 1px solid #acacac4f;
color: #ffff;
outline: 0;
width: 100%;
height: 60px;
position: relative;
margin-bottom: 11px;
padding: 0 21px;
border-radius: 4px;
}
.form-area.style-three input[type="email"] {
height: 57px;
padding: 5px 25px;
width: 100%;
border-radius: 5px;
outline: 0;
}
.form-area.style-three select.wpcf7-form-control.wpcf7-select {
background: transparent !important;
border: 1px solid #acacac4f;
color: #acacac;
outline: 0;
width: 100%;
height: 60px;
position: relative;
padding: 0 19px;
margin-top: 0px;
text-transform: capitalize;
border-radius: 4px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
background: transparent !important;
border: 1px solid #acacac4f;
color: #acacac;
outline: 0;
width: 100%;
height: 120px;
position: relative;
padding: 9px 19px;
margin-top: 0px;
}
.form-area.style-three .buttons input {
background: var(--primary-color);
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: var(--fonts-title);
width: 100%;
border: transparent;
padding: 16px 0;
margin-top: 0px;
position: relative;
z-index: 1;
transition: 0.5s;
border-radius: 4px;
}
.form-area.style-three .buttons input:hover {
background: #fff;
color: #af9556;
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
color: #6d6d6d!important;
} .contact-three .service-input-box {
margin-bottom: 12px;
display: block;
width: 100%;
}
.contact-three .service-input-box input[type="date"]::-webkit-calendar-picker-indicator {
filter: brightness(0) invert(0);
}
.contact-three .booking-button p {
margin: 0;
}
.contact-three .service-input-box input {
width: 100%;
height: 46px;
border: 1px solid #151515;
text-transform: uppercase;
padding: 0 13px;
outline: 0;
font-size: 14px;
opacity: 0.8;
}
.contact-three .service-input-box label {
color: #1e1e1e;
font-weight: 600;
text-transform: uppercase;
font-family: var(--fonts-title);
margin: 0 0 7px;
}
.contact-three .service-input-box input#datemax {
color: #151515!important;
}
.contact-three .service-input-box select {
width: 100%;
height: 46px;
border: 1px solid #151515;
text-transform: uppercase;
padding: 0 13px;
outline: 0;
font-size: 14px;
opacity: 0.8;
}
.contact-three .service-details-extra-service {
position: relative;
width: 100%;
}
.contact-three h4.text-service {
font-size: 30px;
color: #1e1e1e;
font-weight: 600;
margin: 5px 0 24px;
}
.contact-three .extra-service-box p span {
margin: 0;
position: relative;
top: 14px;
}
.contact-three .extra-service-box {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.contact-three .extra-service-box input {
width: 15px;
height: 15px;
position: relative;
top: 3px;
}
.contact-three h4.text-service.two {
margin-top: 37px;
}
.contact-three .extra-service-box h4 span{
color: #686868;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
margin: 0;
display: inline-block;
padding-left: 13px;
}
.contact-three .booking-button input.wpcf7-submit {
font-family: "Cormorant Garamond";
width: 100%;
border: 1px solid #1515154f;
background: transparent;
border-radius: 30px;
padding: 12px 0;
color: #151515;
text-transform: uppercase;
font-family: var(--fonts-title);
margin-top: 23px;
transition: 0.5s;
}
.contact-three .service-input-box h4 {
margin: 0 0 10px;
font-size: 14px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 600;
}
.contact-three .booking-button input.wpcf7-submit:hover{
background:var(--primary-color);
color: #fff;
border: 1px solid var(--primary-color);
}
.contact-three .booking-button {
position: inherit;
display: block;
z-index: 22;
width: 100%;
} .heading.style3 h3 {
position: relative;
display: inline-block;
}
.heading.style3 h3:before {
position: absolute;
content: "";
width: 20px;
height: 1px;
left: 0;
bottom: 0;
background: #C29D68;
} .heading.style4 h3 {
position: relative;
display: inline-block;
}
.heading.style4 h3:before {
position: absolute;
content: "";
width: 20px;
height: 1px;
left: 0;
bottom: -9px;
background: #C29D68;
}
.gallary_box {
position: relative;
top: 49px;
} .blog-post.style1 .post-item {
margin-bottom: 20px;
border-radius: 0;
background-color: #ffffff;
position: relative;
z-index: 1;
transition: .5s;
overflow: hidden;
padding: 0;
}
.blog-post.style1 .post-thumb {
position: relative;
overflow: hidden;
}
.blog-post.style1 .post-thumb img {
overflow: hidden;
transition: .5s;
transform: scale(1.1);
width: 100%;
}
.blog-post.style1 .categories {
position: absolute;
top: 10px;
left: 10px;
}
.blog-post.style1 .categories a {
padding: 4px 17px 2px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
font-family: "Fira Sans";
background: #c19d68;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
padding: 25px 20px 27px;
}
.blog-post.style1 .post-item .content .meta {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.blog-post.style1 .meta i {
color: #c19d68;
display: inline-block;
font-size: 14px;
margin-right: 7px;
}
.blog-post.style1 h3.title a {
display: inline-block;
font-size: 26px;
line-height: 36px;
font-weight: 600; color: var(--secondary-color);
transition: 0.5s;
}
.blog-post.style1 .meta {
display: inline-block;
margin-bottom: 3px;
}
.blog-post.style1 .date {
display: inline-block;
}
.blog-post.style1 .user_thumb {
display: inline-block;
height: 27px;
width: 27px;
margin-right: 14px;
float: left;
}
.blog-post.style1 .user_thumb img{
border-radius: 100%;
}
.blog-post.style1 .blog_post_user {
border-top: 1px solid rgba(29, 33, 36, 0.12);
padding: 17px 27px 0;
}
.blog-post.style1 .author {
display: inline-block;
}
.blog-post.style1 .author a {
display: inline-block;
color: #232323 !important;
text-transform: capitalize;
font-size: 16px;
margin: 0;
font-weight: 500;
}
.blog-post.style1 .single_blog_post_content {
background: #fff;
padding: 30px 33px 25px;
}
.blog-post.style1 .blog_btn {
border-top: 1px solid #00000036;
margin: 26px 0 0;
padding-top: 26px;
}
.blog-post.style1 .blog_btn a {
display: inline-block;
font-size: 16px !important;
font-family: var(--fonts-title);
color: var(--secondary-color);
font-weight: 500;
text-transform: uppercase;
transition: 0.5s;
}
.blog-post.style1 .blog_btn a i {
font-size: 16px;
display: inline-block;
color: #c19d68;
font-weight: 600;
margin-left: 5px;
} .post-item:hover {
filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
background-color: #ffffff;
}
.post-item:hover .post-thumb img {
transform: scale(1.4);
}
.blog-post.style1 h3.title a:hover{
color: #c19d68;
}
.blog-post.style1 .blog_btn a:hover {
color: #c19d68;
}
.blog-post.style1 .author a:hover{
color: #c19d68;
}
.blog-post.style1 .post-item .content .meta .date {
position: relative;
color: #616161;
font-size: 16px;
text-transform: capitalize;
}
.blog-post.style1 .post-item .content .meta .date i{
color: #3abba7;
margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
color: #3abba7;
margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
color: #616161;
font-size: 15px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
font-size: 24px;
font-weight: 600;
margin-bottom: 12px;
margin: 0;
}
.blog-post.style1 .post-item .content .title a {
color: var(--title-color);
font-size: 22px;
font-family: var(--title-font);
font-weight: 600;
transition: 0.3s;
}
.blog-post.style1 .post-item .content .description {
color: rgba(30, 38, 109, 0.9);
font-weight: 300;
margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
display: inline-block;
color: #1e266d;
} .blog_style_two .luxury-single-blog_adn {
position: relative;
z-index: 1;
transition: .5s; margin-bottom: 30px;
}
.blog_style_two .restu-single-blog_adn {
text-align: center;
}
.blog_style_two .luxury-blog-thumb_adn img {
width: 100%;
overflow: hidden;
transition: .5s;
transform: scale(1.1);
}
.blog_style_two .luxury-single-blog_adn:hover .luxury-blog-thumb_adn img {
transform: scale(1.4);
}
.blog_style_two .em-blog-content-area_adn {
border-radius: 0;
background-color: transparent;
position: relative;
z-index: 1;
transition: .5s;
padding: 29px 21px 0;
}
.blog_style_two .luxury-blog-thumb_adn {
position: relative;
z-index: 1;
overflow: hidden;
}
.blog_style_two ul.post-categories {
display: inline-block;
position: absolute;
bottom: 26px;
left: 30px;
}
.blog_style_two ul.post-categories li {
list-style: none;
}
.blog_style_two ul.post-categories li a {
padding: 4px 17px 2px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
background: #af9556;
border-radius: 0;
display: inline-block;
position: relative;
z-index: 1;
text-transform: uppercase;
}
.blog_style_two .user_url{
display:inline-block;
}
.blog_style_two .user_url a {
padding-right: 0px;
transition: .5s;
display: inline-block;
font-size: 14px;
line-height: 26px;
text-transform: uppercase;
color: #616161;
font-weight: 400;
margin-right: 28px;
margin-left: 13px;
margin-bottom: 15px;
position: relative;
}
.blog_style_two .user_url a:before {
position: absolute;
content: "";
width: 7px;
height: 7px;
left: -13px;
top: 10px;
background: #D1D1D1;
}
.blog_style_two .restu-blog-meta-left {
display: inline-block;
}
.blog_style_two .blog-page-title_adn h2 {
margin: 5px 0 0;
}
.blog_style_two .restu-blog-meta-left i {
color: #c19d68;
margin-right: 8px;
font-size: 12px;
color: var(--primary-color-2);
}
.blog_style_two .blog-page-title_adn h2 a {
display: inline-block;
font-size: 28px;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
transition: 0.5s;
margin-top: 7px;
}
.blog_style_two .blog-page-title_adn h2 a:hover {
text-decoration: underline!important;
color: var(--primary-color-2)!important;
}
.blog_style_two .luxury-blog-readmore {
border: 1px solid rgba(30,30,30,0.1);
border-top: transparent;
padding: 14px 31px;
}
.blog_style_two .luxury-blog-readmore a {
display: flex;
justify-content: space-between;
font-size: 16px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 500;
font-family: "Cormorant Garamond";
transition: 0.5s;
}
.blog_style_two .luxury-blog-readmore a:hover {
color: #c19d68;
} .single_blog_adn.style-3{
position: relative;
z-index: 1;
}
.single_blog_adn.style-3 .restu-single-blog_adn {
text-align: left;
}
.single_blog_adn.style-3 .restu-blog-thumb_adn {
overflow: hidden;
}
.single_blog_adn.style-3 .restu-blog-thumb_adn a img{
transition: .5s;
}
.single_blog_adn.style-3 .restu-single-blog_adn:hover .restu-blog-thumb_adn a img{
transform: scale(1.1);  
}
.single_blog_adn.style-3 .luxury-single-blog_adn{
position: relative;
z-index: 1;
transition: .5s;
overflow: inherit; 
margin: 19px 3px;
}
.single_blog_adn.style-3 .luxury-single-blog_adn:before {
position: absolute;
content: "";
top: 14px;
left: -14px;
height: 100%;
width: 100%;
border: dashed 1px#BE9D68;
z-index: -1;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .em-blog-content-area_adn {
position: relative;
z-index: 1;
transition: .5s;
border-top: transparent;
padding: 31px 31px 21px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog_style_two.style-3 ul.post-categories {
display: inline-block;
position: inherit;
bottom: 0;
left: 0;
}
.blog_style_two.style-3 .restu-blog-meta-top {
padding-top: 0;
position: inherit;
left: 0;
top: 0;
display: inline-block;
}
.blog_style_two.style-3 ul.post-categories li a {
padding: 0;
background: transparent;
border-radius: 0;
display: inline-block;
position: relative;
z-index: 1;
text-transform: uppercase;
display: inline-block;
margin-right: 7px;
margin-left: 14px;
margin-bottom: 2px;
position: relative;
font-size: 14px;
line-height: 26px;
text-transform: uppercase;
color: #acacac;
font-weight: 400;
}
.blog_style_two.style-3 .single_blog_adn.style-3 span.user i {
display: inline-block;
color: #c19d68;
background: #f8f6f3;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
text-align: center;
margin-right: 12px;
font-size: 12px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a:before {
display: none;
}
.blog_style_two .restu-blog-meta-left span:before {
display: none;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .user_url a {
padding-right: 0px;
transition: .5s;
display: inline-block;
font-size: 16px;
text-transform: capitalize;
margin-left: 0px;
margin-bottom: 0;
position: relative;
display: inline-block;
font-size: 15px;
color: #616161;
font-weight: 400;
font-family: "Lora";
margin-right: 27px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .restu-blog-meta-left i {
font-size: 12px;
display: inline-block;
color: #c19d68;
background: #f8f6f3;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
text-align: center;
margin-right: 12px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 {
margin: 7px 0 0px;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .restu-blog-meta-left a, 
.blog_style_two.style-3 .single_blog_adn.style-3 .restu-blog-meta-left time, 
.blog_style_two.style-3 .single_blog_adn.style-3 .restu-blog-meta-left span {
display: inline-block;
margin-right: 28px;
margin-left: 14px;
margin-bottom: 2px;
position: relative;
font-size: 14px;
line-height: 26px;
text-transform: uppercase;
color: #acacac;
font-weight: 400;
}
.blog_style_two.style-3 .restu-blog-meta-left span.date{
position: relative;
}
.blog_style_two.style-3 ul.post-categories li a:before,
.single_blog_adn.style-3 .restu-blog-meta-left span:before{
position: absolute;
content: "";
width: 8px;
height: 8px;
background-color: #af9556;
left: -15px;
top: 9px;
display: block;
}
.blog_style_two.style-3 .single_blog_adn.style-3 .blog-page-title_adn h2 a {
display: inline-block;
font-family: var(--fonts-title);
transition: 0.5s;
font-size: 28px;
line-height: 34px;
color: #ffffff;
font-weight: 600;
padding-right: 40px;
}
.blog_style_two.style-3 .blog-page-title_adn h2 a:hover{
color:#c19d68 !important;
}
.blog_style_two.style-3 .em_inner_content {
border: 1px solid rgba(255, 255, 255, 0.1);
border-top: transparent;
padding: 20px 29px;
margin: 0;
}
.blog_style_two.style-3 .restu-blog-readmore a {
padding-bottom: 0;
display: flex;
justify-content: space-between;
font-size: 16px;
text-transform: uppercase;
color: #acacac;
font-weight: 500;
font-family: var(--fonts-title);
transition: 0.5s;
}
.blog_style_two.style-3 .restu-blog-readmore a:hover{
color:#af9556;
} .blog_dark .blog_style_two .em-blog-content-area_adn {
background-color: transparent;
border: 1px solid #FFFFFF52;
border-top: transparent;
}
.blog_dark .blog_style_two .luxury-blog-readmore {
border: 1px solid #FFFFFF52;
border-top: transparent;
} .blog_dark_two .blog_style_two .em-blog-content-area_adn {
background-color: #272727;
border: 1px solid#272727;
border-top: transparent;
} .recent-post.style1 .post-item{
display: flex;
align-items: center;
margin-bottom: 22px;
padding-bottom: 22px;
border-bottom: 1px solid #616161;
overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
border: 0;
margin: 0;
padding: 0;
}
.recent-post.style1 .post-item .post-thumb{
flex-shrink: 0;
}
.recent-post.style1 .post-item .post-thumb img{
height: 90px;
width: 90px;
object-fit: cover;
border-radius: 10px;
}
.recent-post.style1 .post-item .content{
padding: 0 0 0 10px;
}
.recent-post.style1 .post-item .content .meta{
display: flex;
align-items: center;
}
.recent-post.style1 .post-item .content .meta .date{
position: relative;
color: #616161;
font-size: 14px;
font-family: 'Roboto', sans-serif;
}
.recent-post.style1 .post-item .content .meta .date i{
color: #3abba7;
margin-right: 5px;
}
.recent-post.style1 .post-item .content .title{
font-size: 16px;
font-weight: normal;
font-family: 'Roboto', sans-serif;
margin-bottom: 6px;
}
.recent-post.style1 .post-item .content .title a{
color: var(--title-color);
}
.recent-post.style1 .post-item .content .title a:hover{
color: var(--main-color);
}
.recent-post.style1 .post-item .content .description {
color: rgba(30, 38, 109, 0.9);
font-weight: 300;
margin-bottom: 20px;
} .portfolio-filter .filters {
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.portfolio-filter ul {
margin: 0;
list-style: none;
padding: 25px 0 0;
}
.portfolio-filter ul li {
background: #fff;
border: transparent;
border-radius: 0;
margin-right: 13px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 600;
font-family: "Cormorant Garamond";
font-size: 15px;
padding: 9px 25px;
display: inline-block;
cursor: pointer;
}
.portfolio-filter li.current_menu_item {
background: #c19d68;
color: #fff;
}
.portfolio-filter .single-content {
display: flex;
align-items: center;
background: #ffff;
gap: 27px;
padding: 20px 30px 20px 20px;
margin-bottom: 20px;
}
.portfolio-filter .port-thumb {
flex-shrink: 0;
display: inline-block;
float: left;
} .portfolio-filter .dolar {
color: #c19d68;
font-size: 20px;
position: absolute;
top: 38px;
right: 38px;
}
.portfolio-filter .content h2 {
font-size: 26px;
color: #1e1e1e;
font-weight: 500;
display: block;
margin: 0;
}
.portfolio-filter .content h6 {
border-top: 1px dashed #2222223d;
padding-top: 13px;
margin-top: 12px;
margin-bottom: 0;
font-size: 15px;
font-family: 'Lora', serif;
color: #616161;
font-weight: 400;
line-height: 26px;
} .portfolio_details {
overflow: hidden;
-webkit-box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
padding: 65px 50px 50px;
width:100%;
}
.portfolio_info {
padding-left: 50px;
padding-top: 48px;
}
.portfolio_info h2 {
font-size: 25px; padding-bottom: 17px;
}
.portfolio-details-box li strong {
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
font-size:20px;
font-weight:700;
margin-bottom:10px;
display:block;
} 
.port_dtl_social a {
display: inline-block;
width: 35px;
height: 35px;
background: #c19d68;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.portfolio_info ul {
list-style: none;
}
.portfolio_info ul li {
padding:5px 0;
}
.port_dtl_social {
margin-top: 20px;
}
.pr-title h2 {
font-size: 25px;
} .product_post_item {
overflow: hidden;
position: relative;
}
.product_post_item .post-thumb {
position: relative;
z-index: 1;
}
.product_post_item .dolar {
display: inline-block;
background: #f00;
line-height: 0;
padding: 21px 14px 26px;
position: absolute;
right: 0;
top: 26px;
}
.product_post_item .single_product_content {
background: #272727;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
bottom: 0;
z-index: 2;
right: 0;
}
.product_post_item .single_product_content h2 {
font-size: 22px;
font-weight: 600;
font-family: "Cormorant Garamond";
color: #fff;
position: relative;
z-index: 1;
padding: 0 0 0 28px;
transition: 0.5s;
margin: 0;
}
.product_post_item .dolar h2 {
margin: 0;
line-height: 0;
color: #fff;
}
.product_post_item .blog-page-title_adn {
padding: 0 28px 11px;
}
.product_post_item .case_post_icon a {
display: block;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 500;
display: inline-block;
position: relative;
background: #C29D68;
width: 68px;
height: 68px;
text-align: center;
line-height: 68px;
transition: 0.5s;
}
.product_post_item .single_blog_post_content {
position: relative;
z-index: 22;
}
.product_post_item p.heading-text span {
color: #f00;
} .product_post.style1 .owl-nav {
display: inline-block;
position: absolute;
z-index: 1;
top: -164px;
right: 6px;
}
.product_post.style1 button.owl-prev i,
.product_post.style1 button.owl-next i{
color: #fff;
display: inline-block;
border: 1px solid #ffffff8a;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: relative;
z-index: 1;
margin: 0 7px;
} .menu-service-menu-container ul {
list-style: none;
padding: 0;
}
.menu-service-menu-container ul li {
list-style: none;
margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
margin-bottom: 0;
}
.menu-service-menu-container ul li a {
position: relative;
display: block;
padding: 15px 7px 15px 49px;
background-color: #fff;
font-weight: 400;
font-size: 16px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #232323;
position: relative;
border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
background-color: #c19d68;
color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
background-color: #fff;
color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
content: '\f00c';
position: absolute;
left: 19px;
top: 18px;
font-size: 12px;
font-family: 'FontAwesome';
height: 22px;
width: 22px;
background: #E9E9E9;
text-align: center;
line-height: 22px;
border-radius: 100%;
transition: .5s;
}
.menu-service-menu-container ul li a:hover {
color: #fff;
background: #c19d68;
}
.menu-service-menu-container ul li a:hover:after{
background: #fff;
color:#FF3D00;
}
.details-service .dreamit-button .button {
padding: 11px 29px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
} .hero-single-slide{
min-height: 887px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;    
}
.hero-content-left h1 {
font-size: 50px;
margin-bottom: 0;
margin-top: 0;
font-weight: 800;
line-height: 1.1;
}
.hero-content-left h2 {
font-size: 50px;
font-weight: 800;
margin-bottom: 20px;
margin-top: 0;
line-height: 1.2;
}
.hero-content-left h3 {
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}
.hero-content-left p {
padding-right: 70px;
margin-bottom: 35px;
} .my-accordion li {
position: relative;
margin-bottom: 20px;
list-style: none;
z-index: 1;
background: #fff;
}
.my-accordion li p {
display: none;
padding: 17px 25px 3px;
color: #616161;
font-size: 16px;
}
.my-accordion a {
color: #1e1e1e;
z-index: 1;
font-size: 22px;
font-weight: 600;
padding: 20px 80px 20px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
font-family: "Cormorant Garamond";
transition: 0.5s;
}
a.active {
color: #fff;
background: #c19d68 !important;
}
a.active:hover {
color: #fff;
}
.my-accordion a:after {
width: 10px;
height: 2px;
background: #fff;
position: absolute;
right: 28px;
content: " ";
top: 31px;
transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
width: 2px;
height: 10px;
background: #fff;
position: absolute;
right: 32px;
content: " ";
top: 27px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
.my-accordion li p {
display: none;
font-size: 16px;
color: #B1B2B4;
padding: 22px 0 30px 30px;
}
a.active:after {
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #fff;
}
a.active:before {
display: none;
} .my-accordion.style-two li:after {
display:none;
}
.my-accordion.style-two li a {
padding: 19px 20px 19px 30px;
border-radius: 0;
background-color: rgba(255,255,255,0.050980392156862744);
border: 0;
}
.my-accordion.style-two li p {
padding: 25px 0 25px 30px;
background: #1F2932;
background-color: rgba(255,255,255,0.050980392156862744);
} .my-accordion.style5 a {
color: #1e1e1e!important;
z-index: 1;
font-size: 22px;
font-weight: 600;
padding: 16px 80px 16px 30px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
color: #fff;
font-family: "Cormorant Garamond";
transition: 0.5s;
background-color: #ffffff;
border: 1px solid rgba(30,30,30,0.1);
}
.my-accordion.style5 a.active {
color: #fff;
background: #f7f5f3 !important;
}
.my-accordion.style5 li p {
display: none;
font-size: 16px;
color: #B1B2B4;
padding: 22px 0 10px 30px;
border: 1px solid rgba(30,30,30,0.1);
border-top: none;
}
.my-accordion.style5 a:before {
width: 2px;
height: 10px;
background: #1e1e1e;
position: absolute;
right: 32px;
content: " ";
top: 27px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
.my-accordion.style5 a:after {
width: 10px;
height: 2px;
background: #1e1e1e;
position: absolute;
right: 28px;
content: " ";
top: 31px;
transition: all 0.2s ease-in-out;
}
.my-accordion.style5 a.active:after {
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #1f1f1f;
} .bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px); }
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
} @keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
} .subscribe-form input[type="email"] {
padding: 10px 15px 10px 15px;
border-radius: 0;
outline: 0;
width: 70%;
border: 0;
background: #fff;
height: 56px;
box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
color: #fff;
}
.subscribe-form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
height: 56px;
color: #fff;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
background-color: #b98d36;
padding: 0;
width: 30%;
border: 0;
outline: 0;
border-radius: 0;
} .custom-progress .elementor-progress-text {
margin-top: -20px;
color: #232323;
font-size: 16px;
padding-left: 0;
overflow: visible;
}
.custom-progress .elementor-progress-percentage {
padding-right: 15px;
margin-top: -20px;
color: #232323;
font-size: 16px;
}
.service_box.style8 {
background: #fff;
padding: 40px 30px;
text-align: center;
border-radius: 6px;
}
.service_box.style8 .service_content .title {
color: #232323;
font-size: 22px;
font-weight: 600;
margin: 30px 0 10px;
display: block;
}
.service_box.style8 .service-icon {
width: 90px;
height: 90px;
line-height: 90px;
display: inline-block;
background: #fff5f2;
border-radius: 100%;
position:relative;
z-index:99;
}
.service_box.style8 .service-icon:after {
width: 90px;
height: 90px;
line-height: 90px;
position: absolute;
left: -7px;
top: -7px;
border: 1px dashed #f00;
border-radius: 100%;
content: "";
}
.service_box.style8 .service-icon i{
font-size:40px;
color:#c19d68;
}
.service_box.style8 .service_btn a {
border: 1px solid #c19d68;
border-radius: 30px;
padding: 8px 25px;
color: #c19d68;
margin-top: 15px;
display: inline-block;
transition:.5s;
}
.service_box.style8:hover .service_btn a{
background:#c19d68;
border-color:#c19d68;
color:#fff;
} .service_list.style-1 .service-text {
background: #fff;
padding: 13px 26px;
margin-bottom: 16px;
display: block;
width: 100%;
}
.service_list.style-1 .service-text h3 {
color: #c19d68;
font-size: 16px;
font-family: 'Lora', serif;
font-weight: 400;
margin: 0;
}
.service_list.style-1 .service-text h3 strong {
color: #1e1e1e;
font-weight: 500;
font-family: "Lora";
font-size: 15px;
} .service_list.style-2 .service-text {
display: flex;
align-items: center;
border-bottom: 1px solid #61616129;
padding-bottom: 15px;
padding-top: 15px;
width: 100%;
}
.service_list.style-2 .service-text h3 {
font-family: 'Lora', serif;
font-size: 15px;
margin: 0;
color: #616161;
}
.service_list.style-2 .image {
display: inline-block;
margin-right: 12px;
}
.restu-blog-thumb img {
width: 100%;
}
.restu-blog-readmore a {
padding-bottom: 17px;
display: inline-block;
}
.restu-blog-readmore a i {
margin-left: 5px;
}   .curser {
position: fixed;
top: 0;
left: 0;
width: 50px;
height: 50px;
border: 1px solid #c19d68;
border-radius: 50%;
pointer-events: none;
transform: translate(-50%, -50%);
z-index: 9999;
transition: .1s;
}
.curser2 {
position: fixed;
top: 0;
left: 0;
width: 8px;
height: 8px;
background:  #c19d68 ;
border-radius: 50%;
pointer-events: none;
transform: translate(-50%, -50%);
z-index: 9999;
transition: .15s;
animation: Ripple 1.6s ease-in-out infinite;
-webkit-animation: Ripple 1.6s ease-in-out infinite;
-moz-animation: Ripple 1.6s ease-in-out infinite;
} .video__area {
position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video__area {
background-attachment: unset;
}
}
@media only screen and (max-width: 767px) {
.video__area {
background-attachment: unset;
}
}
.video__area:hover .play-now {
opacity: 0;
visibility: hidden;
}
.video__area .play-now {
display: inline-block;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #af9556;
background: #ffff;
text-transform: capitalize;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
width: 95px;
height: 95px;
line-height: 95px;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s;
transition: all 0.3s;
top: 50%;
left: 50%;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video__area .play-now {
width: 150px;
height: 150px;
line-height: 150px;
}
}
@media only screen and (max-width: 767px) {
.video__area .play-now {
width: 120px;
height: 120px;
line-height: 120px;
}
}
.video__content {
display: block;
width: 100%;
height: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.video__content {
height: 550px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.video__content {
height: 550px;
}
}
@media only screen and (max-width: 767px) {
.video__content {
height: 450px;
}
}
.video__content a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border: none;
background-color: transparent;
}
.cursor {
position: fixed;
pointer-events: none;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #af9556;
background:#fff;
text-transform: capitalize;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100px;
height: 100px;
border-radius: 100%;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
z-index: 999;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cursor.video {
width: 200px;
height: 200px;
}
@media only screen and (max-width: 767px) {
.cursor.video {
display: none;
}
}@media screen and (max-width: 1169px) {
.team.style4 ul.social-icon {
width: 82%;
}
.team.style4 .image img {
width: 100%;
}
.team.style4 ul.social-icon {
width: 40%;
}
.testimonial.style7 .owl-nav {
display: none;
}
.section-title.center .description {
width: 65%;
}
.testimonial-carouse09 .owl-nav {
display: none;
}
}
@media screen and (max-width: 991px) {
.section-title .title {
font-size: 36px;
} .case-study.style1 .case-grid {
grid-template-columns: repeat(2, 1fr);
} .filter-tab #tabs {
flex-wrap: wrap;
}
.filter-tab #tabs li{
margin-bottom: 30px;
flex: 0 0 auto;
width: 50%;
}
.filter-tab .content {
padding-top: 50px;
}
.filter-tab .content .text img{
margin-top: 30px;
}
.filter-tab .content .text .row{
margin-left: 0;
margin-right: 0;
}
.it-sp-shape {
display: none;
}
.single-slick.style-six .slider-single-image {
display: none;
}
.dreamit-slick-slider .style-seven .hero-text-wrap h1 {
font-size: 50px;
}
.team.style4 .image img {
width: 100%;
}
.team.style4 ul.social-icon {
width: 51%;
}
.section-title.style6 .title {
font-size: 35px;
}
}
@media screen and (max-width: 767px) {
.dreamit-slick-slider .single-slick .content-wrapper {
top: 50%;
transform: translateY(-50%);
}
.dreamit-slick-slider .hero-text h2 {
font-size: 58px;
}
.dreamit-slick-slider .hero-text h3 {
font-size: 18px;
}
.portfolio-filter ul li {
display: block;
}
.portfolio-filter ul li::before {
top: auto;
bottom: 0;
} .case-study.style1 .case-grid {
display: block;
}
.case-study.style1 .case-grid .gird-item {
margin-bottom: 20px;
}
.single-slick.style-six .hero-text-wrap h1 {
font-size: 45px;
}
.testimonial.style5 .owl-nav {
display: none;
}
.dreamit-slick-slider .style-seven .hero-text-wrap h1 {
font-size: 40px;
}
.team.style4 ul.social-icon {
width: 33%;
}
}
@media screen and (max-width: 600px) {
.main-contact.style_three .booking-button input.wpcf7-submit {
padding: 25px 50px;
font-size: 17px;
}
.filter-tab #tabs li{
width: 100%;
} .subscribe-form input[type="email"]{
width: 100%;
margin-bottom: 15px;
}
.subscribe-form input[type="submit"]{
position: static;
width: 100%;
}
.single-slick.style-six {
min-height: 600px !important;
}
.single-slick.style-six .hero-text-wrap h1 {
font-size: 32px;
}
.single-slick.style-six .hero-text-wrap p {
font-size: 15px;
width: 98%;
}
.icon-box.style17 .icon {
height: 70px;
width: 70px;
line-height: 70px;
}
.icon-box.style17 .icon i {
font-size: 30px;
}
.testimonial.style5 .bio .name {
font-size: 18px;
}
.testimonial.style5 .bio .designation {
font-size: 15px;
}
.testimonial.style5 .testimonial-item {
padding: 38px 35px 44px 35px;
}
.branding-title-style p.description {
width: 100%;
}
.testimonial.style5 .owl-nav {
display: none;
}
.dreamit-slick-slider .style-seven .hero-text-wrap h1 {
font-size: 40px;
}
.style-seven .it-shape3 {
bottom: 70px;
}
.style-seven .it-shape2 {
left: 35px;
bottom: 190px;
}
.style-seven .hero-text-wrap a.slider-button.two {
margin-top: 15px;
}
.section-title.style6 .title {
font-size: 30px;
}
.team.style4 ul.social-icon {
width: 41%;
}
.border-right-cnt-line:before {
display:none;
}
.border-right-cnt-line:after {
display:none;
}
.testimonial.style7 .reviews_rating {
display: none;
}
.testimonial.style7 .bio h4 {
font-size: 20px;
}
.single-slick.style-1.style-5 .hero-text-wrap h4 {
font-size: 17px;
}
.single-slick.style-1.style-5 .hero-text-wrap h1 {
text-transform: inherit;
font-size: 35px;
}
.video__area .play-now {
width: 100px;
height: 100px;
line-height: 100px;
}   
}
@media screen and (max-width: 360px){
.single-slick.style-1.style-5 .hero-text-wrap h4 {
font-size: 16px;
}
.single-slick.style-1.style-5 .hero-text-wrap h1 {
text-transform: inherit;
font-size: 30px;
}
.main-contact.style_three .booking-button input.wpcf7-submit {
padding: 25px 50px;
font-size: 17px;
}
.style-seven .it-shape3 {
display:none;
}
.style-seven .it-shape2 {
display:none;
}
.style-seven .it-shape4 {
display: none;
}
.section-title.style6 .title {
font-size: 25px;
}
.section-title.style6  h5.subtitle {
font-size: 15px;
padding-left:0;
}
.section-title.style6  h5.subtitle:before {
display:none;
}
.section-title.style6  h5.subtitle:after {
display:none;
}
.team.style4 ul.social-icon {
width: 66%;
}
.case-study.style6 h2.title {
font-size: 18px;
}
.testimonial.style7 .testimonial-item {
margin-left: 0;
text-align: center;
padding: 36px 10px 10px;
}
.testimonial.style7 .author_thumb {
margin-right: 28px;
margin-left: 17px;
float: inherit;
}
.testimonial.style7  .testimonial-content {
padding: 55px 5px 0px;
}
.testimonial.style7 .bio h5 {
margin-left: 0;
}
.testimonial.style7 .bio h5:before {
left: 22px;
}
.testimonial.style7 .reviews_rating {
display: none;
}
.testimonial.style7 .bio h4 {
font-size: 20px;
}
.video__area .play-now {
width: 80px;
height: 80px;
line-height: 80px;
}
}.rotation {
animation: rotate 20s linear infinite;
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.move-up-down{
animation: moving 2s linear infinite;
}
@keyframes moving {
0% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}@font-face {
font-family: "Flaticon";
src: url(//hoynatbungalow.com/wp-content/plugins/dreamit-restu-elementor-extension/assets/fonts/Flaticon.woff2) format("woff2"), url(//hoynatbungalow.com/wp-content/plugins/dreamit-restu-elementor-extension/assets/fonts/Flaticon.woff) format("woff");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
.flaticon-map:before {
content: "\f100";
}
.flaticon-mail:before {
content: "\f101";
}
.flaticon-call-answer:before {
content: "\f102";
}
.flaticon-chat:before {
content: "\f103";
}
.flaticon-left-arrow:before {
content: "\f104";
}
.flaticon-right-arrow:before {
content: "\f105";
}
.flaticon-back:before {
content: "\f106";
}
.flaticon-next:before {
content: "\f107";
}
.flaticon-play-button:before {
content: "\f108";
}
.flaticon-play-button-1:before {
content: "\f109";
}
.flaticon-upload:before {
content: "\f10a";
}
.flaticon-back-1:before {
content: "\f10b";
}
.flaticon-responsive:before {
content: "\f10c";
}
.flaticon-add:before {
content: "\f10d";
}
.flaticon-play-button-2:before {
content: "\f10e";
}
.flaticon-android:before {
content: "\f10f";
}
.flaticon-fire:before {
content: "\f110";
}
.flaticon-layers:before {
content: "\f111";
}
.flaticon-computer:before {
content: "\f112";
}
.flaticon-chip:before {
content: "\f113";
}
.flaticon-cogwheels:before {
content: "\f114";
}
.flaticon-support:before {
content: "\f115";
}
.flaticon-web:before {
content: "\f116";
}
.flaticon-headset:before {
content: "\f117";
}
.flaticon-facebook:before {
content: "\f118";
}
.flaticon-drop-of-liquid:before {
content: "\f119";
}
.flaticon-drop:before {
content: "\f11a";
}
.flaticon-placeholder:before {
content: "\f11b";
}
.flaticon-shield:before {
content: "\f11c";
}
.flaticon-fountain-pen:before {
content: "\f11d";
}
.flaticon-fountain-pen-1:before {
content: "\f11e";
}
.flaticon-settings:before {
content: "\f11f";
}
.flaticon-phone-call:before {
content: "\f120";
}
.flaticon-call:before {
content: "\f121";
}
.flaticon-settings-1:before {
content: "\f122";
}
.flaticon-placeholder-1:before {
content: "\f123";
}
.flaticon-pen:before {
content: "\f124";
}
.flaticon-analytics:before {
content: "\f125";
}
.flaticon-monitor:before {
content: "\f126";
}
.flaticon-email:before {
content: "\f127";
}
.flaticon-speech-bubble:before {
content: "\f128";
}
.flaticon-suitcase:before {
content: "\f129";
}
.flaticon-communications:before {
content: "\f12a";
}
.flaticon-cash:before {
content: "\f12b";
}
.flaticon-twitter:before {
content: "\f12c";
}
.flaticon-twitter-2:before {
content: "\f12d";
}
.flaticon-instagram-logo:before {
content: "\f12e";
}
.flaticon-instagram-1:before {
content: "\f12f";
}
.flaticon-whatsapp-1:before {
content: "\f130";
}
.flaticon-linkedin-2:before {
content: "\f131";
}
.flaticon-twitter-1:before {
content: "\f132";
}
.flaticon-facebook-3:before {
content: "\f133";
}
.flaticon-whatsapp-2:before {
content: "\f134";
}
.flaticon-xiaomi:before {
content: "\f135";
}
.flaticon-odnoklassniki:before {
content: "\f136";
}
.flaticon-pinterest:before {
content: "\f137";
}
.flaticon-pinterest-1:before {
content: "\f138";
}
.flaticon-wifi:before {
content: "\f139";
}
.flaticon-light-bulb:before {
content: "\f13a";
}
.flaticon-project-management:before {
content: "\f13b";
}
.flaticon-monitor-1:before {
content: "\f13c";
}
.flaticon-camera:before {
content: "\f13d";
}
.flaticon-user:before {
content: "\f13e";
}
.flaticon-advertising:before {
content: "\f13f";
}
.flaticon-select:before {
content: "\f140";
}
.flaticon-snowflake:before {
content: "\f141";
}
.flaticon-snowflake-1:before {
content: "\f142";
}
.flaticon-travel-agency:before {
content: "\f143";
}
.flaticon-bauble:before {
content: "\f144";
}
.flaticon-temporary-agency:before {
content: "\f145";
}
.flaticon-star:before {
content: "\f146";
}
.flaticon-snow-globe:before {
content: "\f147";
}
.flaticon-christmas-tree:before {
content: "\f148";
}
.flaticon-gift:before {
content: "\f149";
}
.flaticon-mortgage:before {
content: "\f14a";
}
.flaticon-monitoring:before {
content: "\f14b";
}
.flaticon-network-1:before {
content: "\f14c";
}
.flaticon-neural:before {
content: "\f14d";
}
.flaticon-networking:before {
content: "\f14e";
}
.flaticon-cloud-computing:before {
content: "\f14f";
}
.flaticon-cloud-computing-1:before {
content: "\f150";
}
.flaticon-microchip:before {
content: "\f151";
}
.flaticon-social-care:before {
content: "\f152";
}
.flaticon-help:before {
content: "\f153";
}
.flaticon-begging:before {
content: "\f154";
}
.flaticon-customer-service:before {
content: "\f155";
}
.flaticon-support-2:before {
content: "\f156";
}
.flaticon-support-3:before {
content: "\f157";
}
.flaticon-customer-service-1:before {
content: "\f158";
}
.flaticon-customer-support:before {
content: "\f159";
}
.flaticon-headphones:before {
content: "\f15a";
}
.flaticon-social-care-1:before {
content: "\f15b";
}
.flaticon-care:before {
content: "\f15c";
}
.flaticon-user-1:before {
content: "\f15d";
}
.flaticon-phone:before {
content: "\f15e";
}
.flaticon-search:before {
content: "\f15f";
}
.flaticon-facebook-4:before {
content: "\f160";
}
.flaticon-pin:before {
content: "\f161";
}
.flaticon-user-2:before {
content: "\f162";
}
.flaticon-internet:before {
content: "\f163";
}
.flaticon-user-3:before {
content: "\f164";
}
.flaticon-chat-1:before {
content: "\f165";
}
.flaticon-team:before {
content: "\f166";
}
.flaticon-connection:before {
content: "\f167";
}
.flaticon-bar-chart:before {
content: "\f168";
}
.flaticon-money:before {
content: "\f169";
}
.flaticon-file:before {
content: "\f16a";
}
.flaticon-linkedin-3:before {
content: "\f16b";
}
.flaticon-pinterest-2:before {
content: "\f16c";
}
.flaticon-google-browser:before {
content: "\f16d";
}
.flaticon-gmail-1:before {
content: "\f16e";
}
.flaticon-gmail-3:before {
content: "\f16f";
}
.flaticon-vimeo:before {
content: "\f170";
}
.flaticon-vimeo-2:before {
content: "\f171";
}
.flaticon-skype:before {
content: "\f172";
}
.flaticon-skype-1:before {
content: "\f173";
}
.flaticon-skype-2:before {
content: "\f174";
}
.flaticon-skype-3:before {
content: "\f175";
}
.flaticon-google-plus-logo:before {
content: "\f176";
}
.flaticon-like:before {
content: "\f177";
}
.flaticon-clock:before {
content: "\f178";
}
.flaticon-loupe:before {
content: "\f179";
}
.flaticon-money-1:before {
content: "\f17a";
}
.flaticon-hand-shake:before {
content: "\f17b";
}
.flaticon-team-1:before {
content: "\f17c";
}
.flaticon-money-2:before {
content: "\f17d";
}
.flaticon-man:before {
content: "\f17e";
}
.flaticon-value:before {
content: "\f17f";
}
.flaticon-share:before {
content: "\f180";
}
.flaticon-time:before {
content: "\f181";
}
.flaticon-school:before {
content: "\f182";
}
.flaticon-chart:before {
content: "\f183";
}
.flaticon-data:before {
content: "\f184";
}
.flaticon-photo:before {
content: "\f185";
}
.flaticon-internet-1:before {
content: "\f186";
}
.flaticon-money-3:before {
content: "\f187";
}
.flaticon-payment:before {
content: "\f188";
}
.flaticon-pin-1:before {
content: "\f189";
}
.flaticon-time-1:before {
content: "\f18a";
}
.flaticon-idea:before {
content: "\f18b";
}
.flaticon-download:before {
content: "\f18c";
}
.flaticon-growth:before {
content: "\f18d";
}
.flaticon-multimedia:before {
content: "\f18e";
}
.flaticon-network-2:before {
content: "\f18f";
}
.flaticon-next-1:before {
content: "\f190";
}
.flaticon-origami:before {
content: "\f191";
}
.flaticon-share-1:before {
content: "\f192";
}
.flaticon-clock-1:before {
content: "\f193";
}
.flaticon-refresh:before {
content: "\f194";
}
.flaticon-avatar:before {
content: "\f195";
}
.flaticon-support-4:before {
content: "\f196";
}
.flaticon-cursor:before {
content: "\f197";
}
.flaticon-brain:before {
content: "\f198";
}
.flaticon-laptop:before {
content: "\f199";
}
.flaticon-arrow:before {
content: "\f19a";
}
.flaticon-mortarboard:before {
content: "\f19b";
}
.flaticon-avatar-1:before {
content: "\f19c";
}
.flaticon-chat-2:before {
content: "\f19d";
}
.flaticon-question:before {
content: "\f19e";
}
.flaticon-test:before {
content: "\f19f";
}
.flaticon-doctor:before {
content: "\f1a0";
}
.flaticon-support-5:before {
content: "\f1a1";
}
.flaticon-map-1:before {
content: "\f1a2";
}
.flaticon-eye:before {
content: "\f1a3";
}
.flaticon-money-4:before {
content: "\f1a4";
}
.flaticon-world:before {
content: "\f1a5";
}
.flaticon-school-1:before {
content: "\f1a6";
}
.flaticon-chat-3:before {
content: "\f1a7";
}
.flaticon-idea-1:before {
content: "\f1a8";
}
.flaticon-support-6:before {
content: "\f1a9";
}
.flaticon-diamond:before {
content: "\f1aa";
}
.flaticon-time-2:before {
content: "\f1ab";
}
.flaticon-bag:before {
content: "\f1ac";
}
.flaticon-contract:before {
content: "\f1ad";
}
.flaticon-report:before {
content: "\f1ae";
}
.flaticon-folder:before {
content: "\f1af";
}
.flaticon-truck:before {
content: "\f1b0";
}
.flaticon-document:before {
content: "\f1b1";
}
.flaticon-plane:before {
content: "\f1b2";
}
.flaticon-time-3:before {
content: "\f1b3";
}
.flaticon-trash:before {
content: "\f1b4";
}
.flaticon-pin-2:before {
content: "\f1b5";
}
.flaticon-think:before {
content: "\f1b6";
}
.flaticon-idea-2:before {
content: "\f1b7";
}
.flaticon-download-1:before {
content: "\f1b8";
}
.flaticon-bell:before {
content: "\f1b9";
}
.flaticon-lock:before {
content: "\f1ba";
}
.flaticon-upload-1:before {
content: "\f1bb";
}
.flaticon-cinema:before {
content: "\f1bc";
}
.flaticon-goal:before {
content: "\f1bd";
}
.flaticon-work:before {
content: "\f1be";
}
.flaticon-design:before {
content: "\f1bf";
}
.flaticon-search-1:before {
content: "\f1c0";
}
.flaticon-food:before {
content: "\f1c1";
}
.flaticon-alert:before {
content: "\f1c2";
}
.flaticon-brain-1:before {
content: "\f1c3";
}
.flaticon-book:before {
content: "\f1c4";
}
.flaticon-time-4:before {
content: "\f1c5";
}
.flaticon-shield-1:before {
content: "\f1c6";
}
.flaticon-time-5:before {
content: "\f1c7";
}
.flaticon-man-1:before {
content: "\f1c8";
}
.flaticon-brain-2:before {
content: "\f1c9";
}
.flaticon-water:before {
content: "\f1ca";
}
.flaticon-content:before {
content: "\f1cb";
}
.flaticon-data-1:before {
content: "\f1cc";
}
.flaticon-like-1:before {
content: "\f1cd";
}
.flaticon-time-6:before {
content: "\f1ce";
}
.flaticon-sign:before {
content: "\f1cf";
}
.flaticon-book-1:before {
content: "\f1d0";
}
.flaticon-adjust:before {
content: "\f1d1";
}
.flaticon-menu:before {
content: "\f1d2";
}
.flaticon-calendar:before {
content: "\f1d3";
}
.flaticon-eye-1:before {
content: "\f1d4";
}
.flaticon-clock-2:before {
content: "\f1d5";
}
.flaticon-share-2:before {
content: "\f1d6";
}
.flaticon-fingerprint:before {
content: "\f1d7";
}
.flaticon-signal:before {
content: "\f1d8";
}
.flaticon-lock-1:before {
content: "\f1d9";
}
.flaticon-water-1:before {
content: "\f1da";
}
.flaticon-code:before {
content: "\f1db";
}
.flaticon-repeat:before {
content: "\f1dc";
}
.flaticon-map-2:before {
content: "\f1dd";
}
.flaticon-message:before {
content: "\f1de";
}
.flaticon-network-3:before {
content: "\f1df";
}
.flaticon-more:before {
content: "\f1e0";
}
.flaticon-random:before {
content: "\f1e1";
}
.flaticon-sign-1:before {
content: "\f1e2";
}
.flaticon-mail-1:before {
content: "\f1e3";
}
.flaticon-adjust-1:before {
content: "\f1e4";
}#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;box-sizing:border-box}#sb_instagram #sbi_images{box-sizing:border-box;display:grid;width:100%;padding:12px 0}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img{border:none}#sb_instagram #sbi_images .sbi_item{display:inline-block;width:100%;vertical-align:top;zoom:1;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0}#sb_instagram.sbi_col_1 #sbi_images,#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2 #sbi_images,#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:inherit;object-fit:cover;scale:1;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;vertical-align:middle}#sb_instagram .sbi_no_js img,#sb_instagram br,#sb_instagram p:empty,#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover,.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,.4));filter:drop-shadow( 0px 0px 2px rgba(0,0,0,.4))}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite sbi-sk-scaleout;animation:1s ease-in-out infinite sbi-sk-scaleout}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:1s steps(8) infinite fa-spin;animation:1s steps(8) infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important;overflow:hidden!important}#sb_instagram .sb_instagram_header,.sb_instagram_header{overflow:hidden;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{transition:color .5s;text-decoration:none}.sb_instagram_header.sbi_header_outside{float:none;margin-left:auto!important;margin-right:auto!important;display:flex}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sb_instagram_header .sbi_header_hashtag_icon{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3{line-height:1.4}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}}#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img{position:relative;width:50px;height:50px;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:50%}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden}#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover,.sbi_lb-nav a.sbi_lb-next:hover,.sbi_lb-nav a.sbi_lb-prev:hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text{display:flex;gap:20px;justify-content:flex-start;align-items:center}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text{gap:8px}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text{gap:4px}.sbi_feedtheme_header_text{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;flex-direction:column;gap:4px}#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3{font-size:16px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header p,.sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center;opacity:1;transition:.5s ease-in}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0;background:#333;text-decoration:none;line-height:1.5}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:.1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:.1s ease-in}.sbi_lb-nav a.sbi_lb-next,.sbi_lb-nav a.sbi_lb-prev{width:50px;padding-left:10px;padding-right:10px;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s}#sb_instagram .sbi_follow_btn{display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_width_resp{width:100%!important}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio{color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a{color:#fff}#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light{color:rgba(0,0,0,.85);background-color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio{color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a{color:#000}@media all and (max-width:800px){#sb_instagram.sbi_tab_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_tab_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_tab_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_tab_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_tab_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_tab_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_tab_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_tab_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_tab_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_tab_col_1 #sbi_images{grid-template-columns:1fr}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display:none!important}body:after{content:url(//hoynatbungalow.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbi_lightbox{position:absolute;left:0;width:100%;z-index:100000;text-align:center;line-height:0;font-weight:400}.sbi_lightbox .sbi_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;object-fit:contain}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.sbi_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{position:relative;top:0;left:0;width:100%;height:100%;bottom:0;right:0}.sbi_lb-loader{position:absolute;width:100%;top:50%;left:0;height:20px;margin-top:-10px;text-align:center;line-height:0}.sbi_lb-loader span{display:block;width:14px;height:14px;margin:0 auto;background:url(//hoynatbungalow.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat}.sbi_lb-container>.nav{left:0}.sbi_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.sbi_lb-next,.sbi_lb-prev{height:100%;cursor:pointer;display:block}.sbi_lb-nav a.sbi_lb-prev{left:-70px;float:left;transition:opacity .2s}.sbi_lb-nav a.sbi_lb-next{right:-70px;float:right;transition:opacity .2s}.sbi_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0;background:url(//hoynatbungalow.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbi_lb-dataContainer{margin:0 auto;padding-top:10px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position:relative;padding-right:300px;background:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper{position:relative;background:#000}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{width:300px!important;position:absolute;top:0;right:-300px;height:100%;bottom:0;background:#fff;line-height:1.4;overflow:hidden;overflow-y:auto;text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display:block!important;width:100%;margin-top:20px;padding:4px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number{padding-bottom:0}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{width:100%;max-width:100%;margin-bottom:20px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text{display:inline-block;padding-top:10px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display:block!important;width:100%;min-width:100%;float:left;clear:both;font-size:12px;padding:3px 20px 3px 0;margin:0 0 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter{font-weight:700;margin-right:5px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing:border-box;padding:15px 20px}.sbi_lb-data{padding:0 4px;color:#ccc}.sbi_lb-data .sbi_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbi_lb-data .sbi_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbi_lb-data .sbi_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lb-data .sbi_lb-caption a:hover{color:#fff;text-decoration:underline}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float:left;width:100%;color:#ccc;padding-bottom:0;display:block;margin:0 0 5px}#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username{color:#333}.sbi_lightbox .sbi_lightbox_username img{float:left;border:none;width:32px;height:32px;margin-right:10px;background:#666;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}.sbi_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px}.sbi_lb-data .sbi_lb-number{display:block;float:left;clear:both;padding:5px 0 15px;font-size:12px;color:#999}.sbi_lb-data .sbi_lb-close{display:block;float:right;width:30px;height:30px;font-size:18px;color:#aaa;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbi_lb-data .sbi_lb-close:hover{cursor:pointer;opacity:1;color:#fff}.sbi_lb-nav{top:0;left:0;width:100%;z-index:10;height:auto}.sbi-feed-block-cta,.sbi-feed-block-cta-img-ctn{width:100%!important;position:relative!important}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video{position:relative!important}.sbi_lb-container{padding:0}.sbi-feed-block-cta{border:1px solid #e8e8eb!important;border-radius:2px!important;text-align:center!important}.sbi-feed-block-cta-img-ctn{float:left!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sbi-feed-block-cta-img{width:65px!important;height:65px!important;position:relative!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;display:flex!important;justify-content:center!important;align-items:center!important}.sbi-feed-block-cta-img span svg{float:left!important}.sbi-feed-block-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sbi-feed-block-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sbi-feed-block-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sbi-feed-block-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important}.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sbi-feed-block-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sbi-feed-block-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sbi-feed-block-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sbi-feed-block-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sbi-feed-block-cta-desc span a,.sbi-feed-block-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sbi-feed-block-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sbi-feed-block-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sbi-feed-block-cta-selector span{color:#2c324c!important}.sbi-feed-block-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sbi-feed-block-cta-selector span a:first-of-type:after{content:','!important}.sbi-feed-block-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before{top:10px!important}