.section-title.style5 .subtitle {
display: inline-block;
font-size: 14px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 21px;
}
.section-title.style5 .title {
font-size: 47px;
margin: 0 0 5;
}
.section-title.style5 h2 {
font-size: 47px;
margin: 0 0 0;
}
.section-title.style5 .description {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
color: #555555;
margin-top: 25px;
}
.section-title.style5.bar .title_bar {
background: #e6e9ef;
height: 1px;
width: 100%;
position: relative;
border-radius: 30px;
margin-top: 34px;
}
.section-title.style5.bar .title_bar:before {
position: absolute;
content: "";
top: 0px;
left: 0;
height: 3px;
width: 10px;
border-radius: 50%;
background: #da242b;
border-radius: 10%;
-webkit-animation: Service-MOVIE-BG 15s linear infinite alternate;
animation: Service-MOVIE-BG 15s linear infinite alternate;
}
@keyframes Service-MOVIE-BG {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(622px);
transform: translateX(622px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.elec ul.item-list.style1 li {
list-style: none;
margin-bottom: 12px;
}
.electri-butt .dreamit-button.style3 .dreamit-button a {
padding: 10px 36px;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
border: 1px solid #da242b;
color: #fff;
background: #da242b;
border-radius: 1px;
display: inline-block;
margin-left: 0px;
position: relative;
z-index: 1;
}
.electri-butt .dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 1px;
background: #10102E;
transform: scale(0);
transition: .5s;
}
.electri-butt .dreamit-button.style3 .dreamit-button a:hover:before {
transform: scale(1);
}
.roofi-butt .dreamit-button.style3 .dreamit-button a {
padding: 13px 36px;
font-size: 15px;
text-transform: capitalize;
font-weight: 500;
border: transparent;
color: #fff;
background: #da242b;
border-radius: 5px;
display: inline-block;
margin-left: 0px;
position: relative;
z-index: 1;
}
.roofi-butt .dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 1px;
background: #10102E;
transform: scale(0);
transition: .5s;
}
.roofi-butt .dreamit-button.style3 .dreamit-button a:hover:before {
transform: scale(1);
}
.service_box.style3 .main {
position: relative;
}
.service_box.style3 .service_tottom {
display: flex;
align-items: center;
background: rgba(6, 36, 98, .7);
position: absolute;
bottom: 9px;
width: 100%;
transition:.5s;
}
.service_box.style3 .icon {
background-color: #da242b;
padding: 22px 20px 8px;
display: inline-block;
transition: .5s;
}
.service_box.style3  h3.title {
font-size: 23px;
color: #fff;
margin-top: 0px;
margin-left: 15px;
font-weight: 600;
}
.service_box.style3  h3 a{
color: #fff;
}
.service_box.style3:hover .service_tottom {
background-color: #da242b;
}
.service_box.style3:hover .icon {
background: rgba(6, 36, 98, 1);
}
.single-counter.style_six.style_three .counter-content span {
display: inline-block;
font-size: 48px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.single-counter.style_six.style_three h6 {
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 500;
margin: 5px 0px 0px;
}
.h-hom .service_box.style2 {
box-shadow: 0px 5px 20px 0px rgba(72, 72, 72, 0.1);
padding: 25px 5px 28px 30px;
}
.h-hom .service_box.style2 .service-btn a {
padding: 0; 
font-size: 15px;  background-color: #ffffff;
color: #232323;
border: none;
display: inline-block;
margin-top: 0px;
position: relative;
z-index: 1;
transition: .5s;
}
.h-hom .service_box.style2 h3 {
font-size: 21px;
margin-bottom: 10px;
}
.h-hom .service_box.style2 p.description {
font-size: 16px;
line-height: 1.7;
}
.service-box.style7 {
padding: 0px 25px 0px;
background-color: transparent;
border: none;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style7 .title {
font-size: 23px;
font-weight: 800;
padding: 24px 0 16px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px;
}
.service-box.style7 .service-number span.service-box-number {
color: #fff;
background-color: #062461;
display: block;
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 20px;
font-weight: 400;
opacity: 100%;
position: absolute;
top: 16px;
right: 54px;
text-align: center;
font-size: 16px;
left: inherit;
transition: .7s;
}
.service-box.style7:hover .service-number span.service-box-number{
background-color: #da242b;
transition: .5s;
transform:rotateY(360deg);
}
.service-box.style7:hover .service_img img{
transition:.7s;
}
.service-box.style7:hover .service_img img{
transform:rotateY(180deg);
}
.service-box.style7:hover .title{
color: #da242b;
transition: .5s;
}
.service-box.style7 .title:before {
display:none;
transition: .5s;
}
.service-box.style7:hover .content p {
color: #555555;
transition: .5s;
}
.service_box.style2 .service_box_icon i {
color: #da242b;
font-size: 35px;
margin-bottom:20px;
}
.testimonial.style5.testimonial-item .author img {
height: 65px;
width: 65px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.testimonial.style5 .testimonial-item .author {
display: flex;
align-items: center;
margin-bottom: 33px; }       .testimonial.style5 .testimonial-item .author img {
height: 65px;
width: 65px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.testimonial.style5 .testimonial-item h4.name {
font-size: 18px;
color: #fff;
margin: 0;
}
.testimonial.style5 .testimonial-item h5.designation {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.testimonial.style5 .testimonial-item p.quote {
color: #fff;
font-size: 16px;
margin-bottom: 31px;
}
.testimonial.style5 .testimonial-item .reviews_rating i {
color: #fda12b;
font-size: 16px;
margin-bottom: 14px;
}
.testimonial.style5 .testimonial-carousel.owl-carousel .owl-dots:before {
display:none;
}
.testimonial.style5 .testimonial-carousel.owl-carousel button.owl-dot {
position: relative;
z-index: 22; display: inline-block;
width: 12px;
height: 12px;
border-radius: 10px;
background-color: rgba(255,255,255,0.5019607843137255); margin-right: 7px;
transition: .5s;
border: 2px solid #fff;
background-color: transparent !important;
padding: 0 !important;
}
.testimonial.style5 .testimonial-carousel.owl-carousel button.owl-dot.active {
background-color: #fff!important;
}
.testimonial.style5 .testimonial-carousel.owl-carousel .owl-dots {
position: relative;
float: right;
bottom: 85px;
top: -90px;
}
.blog_style_five .single_blog_adn {
background-color: #fff;
padding: 13px 15px 36px;
}
.blog_style_five .single_blog_adn:hover .blog-page-title_adn h2 a,
.blog_style_five .single_blog_adn:hover .blog-meta-left{
color: #da242b;
transition: .5s;
}
.em-blog-content-area_adn {
padding: 26px 11px 0px;
}
.blog_style_five .single_blog_adn .blog-page-title_adn h2 a {
color: #062461;
font-size: 19px;
transition: .5s;
}
.blog_style_five .single_blog_adn .blog-meta-left {
display: flex;
justify-content: space-between;
transition: .5s;
}
.blog_style_five .single_blog_adn .blog-page-title_adn h2 {
line-height: .8;
margin-top: 2px;
} .roof-i .icon-box.style-two .title h4 {
font-size: 20px;
font-weight: 600;
margin-bottom: 11px;
margin-top: 17px;
}
.roof-i .icon-box.style-two .description p {
line-height: 1.6;
font-size: 16px;
color: #616161;
}
.roof-icon .icon-box.style-two .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 120px;
width: 120px;
line-height: 164px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
.roof-icon .icon-box.style-two .icon-box-icon{
position: relative;
display: inline-block;
}
.roof-icon .icon-box.style-two .icon-box-icon:before{
position: absolute;
content: '';
height: 94px;
width: 94px;
background-color: #ec344d;
border-radius: 50%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.roof-icon .icon-box.style-two:hover :before{
transition: .5s;
top: -6px;
right: -6px;
opacity: 1;
}
.roof-icon .icon-box.style-two:hover .img-icon{
background-color: #fff;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.roof-icon .icon-box.style-two .title h4 {
font-size: 24px;
color: #050505;
font-weight: 600;
margin: 30px 0px 13px;
transition: .5s;
}
.roof-icon .icon-box.style-two:hover .title h4 {
color: #ee213c;
transition: .5s;
}
.icon-box.style-15 .icon-box-icon {
text-align: center;
}
.icon-box.style-15 .title h4 {
text-align: center;
font-size: 18px;
color: #fff;
font-weight: 500;
}
.icon-box.style-15 .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 100px;
width: 100px;
line-height: 127px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
.icon-box.style-15 .icon-box-icon{
position: relative;
display: inline-block;
}
.icon-box.style-15 .icon-box-icon:before{
display: none;
}
.icon-box.style-15:hover :before{
transition: .5s;
top: -6px;
right: -6px;
opacity: 1;
}
.icon-box.style-15:hover .img-icon{
background-color: #fff;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.icon-box.style-15 .number {
margin-bottom: -7px;
}
.icon-box.style-15 .number h4 {
color: #fff;
background-color: #da242b;
display: inline-block; border-radius: 50%;
font-size: 14px;
transition: .5s;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
}
.icon-box.style-15:hover .number h4 {
color: #da242b;
background-color: #fff;
transition: .5s;
}
.testimonial.style6 .testimonial-item {
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Hendre-scsHome.jpg);
padding: 81px 30px 33px 30px;
border-radius: 5px; z-index: 1;
transition: .5s;
transition: all 400ms linear;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.testimonial.style6 .testimonial-item .author {
align-items: center;
height: 80px;
width: 80px;
background-color: #e0dbdb;
padding: 25px;
border-radius: 50%;
transition: .5s;
transform: translate(-50%, -50%);
margin-left: 50%;
margin-bottom: -15px;
}
.testimonial.style6 .testimonial-item:hover .author{
background-color: #ee213c;
transition: .5s;
}
.testimonial.style6 .testimonial-item .reviews_rating .testi-star i {
color: #ffc107;
font-size: 12px;
}
.service_cursousel_sliderr5 .em-service.style_5{
text-align: center;
position: relative; 
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb{
position: relative;
overflow: hidden;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb:before {
position: absolute;
content: '';
bottom: 8px;
left: 0;
right: 0;
margin: auto;
height: 100%;
width: 96%;
background-color: rgba(5, 5, 5, .5);
transform: scale(0);
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5:hover .em-service-thumb:before {
transform: scale(1);
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb img {
display: inline-block !important;
}
.service_cursousel_sliderr5 .em-service.style_5 .em_single_service_text {
position: absolute;
top: 45%;
opacity: 0;
left: 0;
right: 0;
z-index: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5:hover .em_single_service_text {
top: 45%;
opacity: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-title h2 {
font-size: 22px;
color: #fff;
font-weight: 600;
margin-bottom: 8px;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a {
padding: 0; 
font-size: 15px;
border-radius: 22px;
background-color: transparent;
color: #fff;
border: none;
display: inline-block;
margin-top: 0px;
position: relative;
z-index: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a i {
font-size: 30px;
color: #fff;
margin-left: 0px;
transition: .5s;
width: 100px;
height: 100px;
line-height: 100px;
background: rgba(218,36,43,1);
border-radius: 100%;
margin-bottom: 20px;
transition: .5s;
display: inline-block;
font-weight: 800;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a i:hover{
background:#fff;
color:rgba(218,36,43,1);
}
.team.style4{
position: relative;
}
.team.style4 .image img {
width: 100%;
}
.team.style4 ul.social-icon {
right: 15px;
position: absolute;
bottom: 0px;
border-radius: 15px;
background: #da242b;
padding: 7px 8px 7px;
transition: .5s;
opacity: 0;
}
.team.style4:hover ul.social-icon {
bottom: 25px;
opacity: 1;
}
.team.style4 ul.social-icon li {
list-style: none;
}
.team.style4 .bio {
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
text-align: center;
background-color: #fff;
padding: 30px 0px 40px;
position: absolute;
width: 100%;
bottom: -80px;
opacity: 0;
transition: .5s;
}
.team.style4:hover .bio {
opacity: 1;
transition: .5s;
}
.team.style4 .bio h2.name {
font-size: 21px;
color: #ee213c;
font-weight: 500;
margin: 0;
}
.team.style4 h5.designation {
font-size: 15px;
color: #616161;
font-weight: 400;
margin: 0;
}
.team.style4 .image {
vertical-align: middle !important;
}
.team.style4 ul.social-icon {
right: 0;
position: absolute;
bottom: -40px;
border-radius: 15px;
background: transparent;
padding: 7px 8px 7px;
transition: .5s;
opacity: 0;
left: 0;
margin: auto;
text-align: center;
}
.team.style4 .social-icon li i {
color: #fff;
font-size: 15px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background: #ee213c;
border-radius: 2px;
margin: 1px;
transition: .5s;
}
.team.style4 .social-icon li i:hover{
color: #fff;
background: #ee213c;
transition: .5s;
}
.blog_style_six .single_blog_adn .categories li {
list-style: none;
}
.blog_style_six .single_blog_adn{
position: relative; 
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
margin-bottom: 30px;
}
.blog_style_six .single_blog_adn .categories li a {
color: #ee213c;
background-color: #fff;
padding: 11px 10px;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.blog_style_six .single_blog_adn:hover .categories li a{
color: #fff;
background-color: #ee213c;
transition: .5s;
}
.blog_style_six .single_blog_adn .em-blog-content-area_adn {
padding: 26px 30px 31px;
}
.blog_style_six .single_blog_adn .categories {
position: absolute;
top: 51%;
left: 30px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 {
font-size: 22px;
line-height: 1.5;
margin: 0;
}
.blog_style_six .single_blog_adn .blog_btn {
margin-top: 15px;
}
.blog_style_six .single_blog_adn .blog-meta-left a {
margin-right: 70px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore a{
font-size: 14px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore i{
margin-left: 8px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore {
border-top: 1px solid #e7e7e7;
padding: 25px 0px 25px;
margin-top: 25px;
} .section-title.style7.left .subtitle {
display: inline-block;
font-size: 16px;
color: #ff531f;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-left: 55px;
}
.section-title.style7.left h5 {
position: relative;
color: #ff531f;
text-transform: capitalize;
}
.section-title.style7.left h5:before {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1bmb-Recover.png);
left: -34px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.section-title.style7 .title {
font-size: 40px;
margin: 0 0 0;
color: #120a08;
}
.section-title.style7 h2 {
font-size: 40px;
margin: 0 0 25px;
color: #120a08;
}
.section-title.style7 .description {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
margin-top: 28px;
}
.section-title.style7.center{
}
.section-title.style7.center h5 {
position: relative;
padding: 0px 45px 0px;
color: #ff531f;
text-transform: capitalize;
}
.section-title.style7.center h5:before {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1bmb-Recover.png);
left: -90px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.section-title.style7.center h5:after {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1-Recoveascr-Recovered.png);
right: -90px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.dreamit-button.style8 .dreamit-button .button {
font-size: 15px;
padding: 15px 32px;
background: transparent;
color: #ff531f;
font-weight: 500;
display: inline-block;
border-radius: 0px 0px 0px 0px; 
position: relative;
z-index: 1;
border: 1px solid #ff531f;
transition: .5s;
}
.dreamit-button.style8 .button i {
color: inherit;
}
.dreamit-button.style8 .dreamit-button .button:hover {
color: #fff;
}
.dreamit-button.style8 .dreamit-button .button:hover:before {
transform: scale(1);
}
.dreamit-button.style8 .dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 0px 0px 0px 0px;
background: #ff531f;
transform: scale(0);
transition: .5s;
}
ul.my-accordion.style5 a.active {
border-radius: 0px 0px 0 0;
background: #ff531f;
color: #fff !important;
}
ul.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: #fff;
}
ul.my-accordion.style5 a {
position: relative;
width: 100%;
display: block;
cursor: pointer;
font-family: 'Inter';
font-weight: 500;
font-size: 17px;
color: #fff !important;
background-color: #120a08;
padding: 14px 25px;
border-radius: 0px 0px 0px 0px;
z-index: 1;
display: inline-block;
}
ul.my-accordion.style5 li p {
display: none;
font-size: 16px;
padding: 25px 30px 20px;
background: #fafafa;
overflow: hidden;
border-radius: 0 0 0px 0px;
font-weight: 400;
margin: 0;
}
ul.my-accordion.style5 a:before {
width: 2px;
height: 10px;
background: #fff;
position: absolute;
right: 32px;
content: " ";
top: 22px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
ul.my-accordion.style5 a:after {
width: 10px;
height: 2px;
background: #fff;
position: absolute;
right: 28px;
content: " ";
top: 26px;
transition: all 0.2s ease-in-out;
}
.call-b .dreamit-button.style8 .dreamit-button .button {
font-size: 15px;
padding: 10px 32px;
background: #fff;
color: #ff531f;
font-weight: 500;
display: inline-block;
border-radius: 0px 0px 0px 0px; 
position: relative;
z-index: 1;
border: 1px solid #fff;
transition: .5s;
}
.call-b .dreamit-button.style8 .dreamit-button .button:hover {
color: #fff;
border: 1px solid #fff;
}
.call-b .dreamit-button.style8 .dreamit-button .button:hover:before {
transform: scale(1);
}
.call-b .dreamit-button.style8 .dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 0px 0px 0px 0px;
background: #ff531f;
transform: scale(0);
transition: .5s;
}
.service-box.style8 {
padding: 0;
background-color: transparent;
border: none;
text-align: center;
position: relative; 
z-index: 1;
margin-bottom: 50px;
}
.service-box.style8::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
opacity: 0; background-color: rgba(18, 10, 8, .4);
}
.service-box.style8:hover::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
opacity: 1;
z-index: 1; 
background-color: rgba(18, 10, 8, .4);
}
.service-box.style8 .service_img {
line-height: 0;
}
.service-box.style8 .title {
font-size: 20px;
font-weight: 600;
padding: 15px 0 20px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px;
color: #fff;
}
.service-box.style8 .title:before {
display:none;
}
.service-box.style8 .content .icon {
top: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
border-radius: 50%;
background-color: #ff531f;
border: 1px solid rgba(35, 35, 35, 0.1);
transition: .5s;
display: inline-block;
}
.service-box.style8 .content {
position: absolute;
top: 50px;
opacity: 0;
transition: .5s;
padding: 0px 40px 0px;
z-index: 99;
}
.service-box.style8:hover .content {
opacity: 1;
transition: .5s;
}
.service-box.style8 .content p.description {
transition: .5s;
color: #fff;
}
.service-box.style8 .icon_2 .image-th{
top: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
background-color: #ffffff;
transition: .5s;
display: inline-block;
}
.service-box.style8 .hover h3.titles {
font-size: 18px;
margin-top: 0px;
margin-left: 20px;
}
.service-box.style8 .hover {
display: flex;
align-items: center;
box-shadow: 0px 8px 15px 0px rgba(18, 10, 8, 0.05);
width: 86%;
position: absolute;
left: 0;
right: 0;
margin: auto; bottom: -38px;
background-color: #fff;
opacity: 1;
transition: .5s;
}
.service-box.style8:hover .hover {
opacity: 0;
transition: .5s;
}
.service-box.style8 .service-btn a {
padding: 10px 18px 10px 24px;
font-size: 15px;
border-radius: 0px;
background-color: #ff531f;
color: #fff;
border: none;
display: inline-block;
margin-top: 11px;
position: relative;
z-index: 1;
transition: .5s;
}
.service-box.style8:hover .service-btn a i {
color: #fff;
}
.service-box.style8 :hover .service-btn a {
color: #fff;
border: none;
}
.service-box.style8 .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ff531f;
border-radius: 30px;
transform: scale(0);
transition: .5s;
}
.single-video.style-three.six .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%);
z-index: 99!important;
}
.single-video.style-three.six .video-icon a::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 99px;
width: 99px;
background: rgba(255, 83, 31, .8);
z-index: -1;
border-radius: 5%;
-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;
}
.single-video.style-three.six .video-icon a i {
background: #fff;
height: 80px;
width: 80px;
line-height: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 5%;
color: #ff531f;
border: transparent;
font-size: 26px;
position: relative;
}
.team.style5 {
box-shadow: 0px 8px 10px 0px rgba(18, 10, 8, 0.05);
position: relative;
background-color: #fff;
padding: 185px 0px 30px;
}
.team.style5 .image {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: -130px;
}
.social-icon li {
list-style: none;
display: inline-block;
}
.team.style5 ul.social-icon {
text-align: center;
}
.team.style5 h2.name {
text-align: center;
font-size: 18px;
}
.team.style5 h5.designation {
color: #ff531f;
font-size: 16px;
text-align: center;
font-weight: 400;
margin-bottom: 30px;
}
.team.style5 ul.social-icon i {
height: 47px;
width: 47px;
line-height: 47px;
text-align: center;
background-color: #ff531f;
color: #fff;
margin: 0px 5px;
transition: .5s;
}
.team.style5 ul.social-icon i:hover{
background-color: #120a08;
color: #fff;
transition: .5s;
}
.case-study.style4 .single_case_study{
position: relative;
}
.case-study.style4 .single_case_study::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
transform: scale(0); background-color: rgba(18, 10, 8, .7);
}
.case-study.style4 .single_case_study:hover::before {
transition: .5s;
transform: scale(1);
}
.case-study.style4 .single_case_study .dreamit-single-cases-study {
position: relative;
z-index: -1;
}
.case-study.style4 .single_case_study .cases-study-content {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
background: #fafafa;
margin: auto;
padding: 0px 30px 18px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
transform: scale(1);
}
.case-study.style4 .single_case_study:hover .cases-study-content {
transform: scale(0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.case-study.style4 .single_case_study .cases-study-content a {
font-size: 18px;
color: #120a08;
}
.case-study.style4 .single_case_study .cases-study-content h2.title {
margin-top: 0px;
}
.case-study.style4 .col-md-12.col-xs-12.col-sm-12 {
margin: 0;
padding: 0;
}
.case-study.style4 .single_case_study .em-case-study-button i { color: #ff531f;
height: 55px;
width: 55px;
line-height: 55px;
text-align: center;
background: #fff;
}
.case-study.style4 .single_case_study .em-case-study-button {
margin-top: 0px;
position: absolute;
left: 0;
right: 0;
top: 50%;
margin: auto;
text-align: center;
transform: scale(0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.case-study.style4 .single_case_study:hover .em-case-study-button {
transform: scale(1);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-box.style10 {
padding: 0px 25px 30px;
background-color: #fff;
border: none;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style10 .service-box-number {
COLOR: #fff8f6; FONT-SIZE: 148PX; font-weight: 700;
opacity: 100%;
position: absolute;
left: 51%;
top: 42px;
}
.service-box.style10 .icon {
position: relative;
top: 0px;
width: 140px;
height: 140px;
line-height: 180px;
text-align: center;
border-radius: 0%;
background-color: transparent;
border: none;
transition: .5s;
display: inline-block;
border: 2px solid #ff531f;
}
.service-box.style10:hover .icon {
background-color: transparent;
}
.service-box.style10 .title {
font-size: 26px;
font-weight: 600;
padding: 35px 0 13px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px; 
}
.service-box.style10 .title:before {
display: none;
}
.service-box.style10:hover .title {
color: #152b63;
}
.service-box.style10:hover .content p {
color: #616161;
}
.service-box.style10:hover .icon img {
filter:none;
}
.testimonial.style5.style7 .testimonial-item h4.name {
font-size: 22px;
color: #ff531f;
margin: 0;
}
.testimonial.style5.style7 .testimonial-item h5.designation {
color: #616161;
font-size: 16px;
font-weight: 400;
}
.testimonial.style5.style7 .testimonial-item p.quote {
color: #616161;
font-size: 16px;
margin-bottom: 25px;
font-style: italic;
}
.testimonial.style5.style7 .testimonial-item .reviews_rating i {
color: #120a08;
font-size: 16px;
margin-bottom: 4px;
}
.testimonial.style5.style7 .testimonial-item .testi-star {
background-color: #f8e6e1;
display: inline-block;
padding: 2px 10px 2px;
}
.testimonial.style5.style7 .testimonial-item .author img {
height: 92px;
width: 100px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.blog_style_two.eight .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #ff531f;
color: #fff;
display: inline-block;
border-radius: 2px;
position: relative;
z-index: 1;
text-decoration: none;
}
.blog_style_two.eight .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #120a08;
border-radius: 2px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_two.eight .single_blog_adn:hover .luxury-blog-readmore a {
color: #ff531f;
font-style: italic;
}
.blog_style_two.eight .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #120a08;
}
.blog_style_two.eight .single_blog_adn .luxury-blog-thumb_adn a::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
transform: scale(0); background-color: rgba(255, 83, 31, .4);
}
.blog_style_two.eight .single_blog_adn:hover .luxury-blog-thumb_adn a::before {
transition: .5s;
transform: scale(1);
}
.blog_style_two.eight .single_blog_adn{
margin-bottom: 20px;
transition: .5s;
}
.blog_style_two.eight .single_blog_adn:hover{
box-shadow: 0px 8px 15px 0px rgba(18, 10, 8, 0.05);
transition: .5s;
} .repair-1 .section-title .subtitle {
display: inline-block;
font-size: 16px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 20px;
}
.repair-1 .section-title .title {
line-height: 45px;
}
.section-title.center h2 {
font-size: 40px;
}
.repair-1 .section-title span{
color: #da242b;
}
.repair-1 .icon-box.style10 {
border-radius: 50px;
background: transparent;
padding: 12px 0 12px 14px;
display: flex;
align-items: center;
transition: .5s;
}
.repair-1 .icon-box.style10:hover {
background: transparent;
}
.repair-1 .icon-box.style10 .icon-box-icon .icon {
color: #fff;
background-color: #da242b;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
margin-right: 15px;
}
.repair-1 .icon-box.style10 .icon-box-icon .icon i {
font-size: 23px;
}
.repair-1 .icon-box.style10 p.description {
margin: 0;
font-size: 15px;
font-weight: 300;
color: #616161;
transition: 0.5s;
}
.repair-1 .icon-box.style10 .icon-box-content .title {
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 0;
color: #062461;
}
.case-study.style5 .single_case_study .case-study-thumb {
position: relative;
z-index: 1;
}
.case-study.style5 .single_case_study .case-study-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(218,36,43,0.8);
transition: .5s;
border-radius: 5px 5px 0 0;
}
.case-study.style5 .single_case_study .case-study-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(6,36,98,0.8);
transition: .5s;
border-radius: 0 0 5px 5px;
}
.case-study.style5 .single_case_study:hover .case-study-thumbb:before {
height: 50%;
}
.case-study.style5 .single_case_study:hover .case-study-thumb:after {
height: 50%;
}
.case-study.style5 .single_case_study:hover .em-case-study-button i {
opacity: 1;
visibility: visible;
}
.case-study.style5 .single_case_study .cases-study-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/12/feature-ct.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 28px 30px 26px;
transition: .5s;
}
.case-study.style5 .single_case_study .cases-study-content h2.title {
text-align: left;
font-size: 20px;
}
.rep-i ul.item-list.style2 li {
list-style: none;
margin-bottom: 10px;
color: #062461;
font-weight: 500;
}
.rep-i ul.item-list.style2 li i {
color: #fff;
background-color: #da242b;
padding: 4px;
border-radius: 50%;
font-size: 12px;
margin-right: 10px;
}
.dreamit-button.style10 .dreamit-button a {
font-size: 15px;
padding: 15px 9px 15px 42px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 35px 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 38px;
}
.dreamit-button.style10 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 35px 5px 5px;
background: #da242b;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style10 .dreamit-button a:hover::before {
transform: scale(1);
}
.dreamit-button.style10 .dreamit-button a i {
font-size: 11px;
width: 28px;
height: 28px;
line-height: 25px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
left: 20px;
transition: .5s;
font-weight: 800;
}
.cou .single-counter.style_six.style_three .counter-content span {
display: inline-block;
font-size: 35px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.em-service.style_6 .em_service_content {
padding: 34px 25px 35px 35px;
background: #fff;
margin-right: 15px;
border-radius: 0 0 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
}
.em-service.style_6 .em_service_content:before {
position: absolute;
content: "";
top: 0;
right: -15px;
width: 15px;
height: 90%;
background: #da242b;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
}
.em-service.style_6:hover .em_service_content:before {
width: 100%;
height: 100%;
right: 0;
border-radius: 0 0 5px 5px;
}
.em-service.style_6:hover .em_service_content {
margin-right: 0;
}
.em-service.style_6 .em-service-thumb {
position: relative;
}
.em-service.style_6 .em-service-thumb .image img {
border-radius: 5px 5px 0px 0px;
width: 100%;
}
.em-service.style_6{
margin-right: 15px;
}
.em-service.style_6 .em-service-thumb .icon img {
position: absolute;
bottom: -22px;
left: 25px;
z-index: 2;
transition: .5s;
}
.em-service.style_6:hover .em-service-thumb .icon img {
filter: hue-rotate(217deg);
transition: .5s;
}
.em-service.style_6 .em-service-title h2 {
font-size: 22px;
margin: 8px 0 12px;
}
.service-box-desc p {
transition: .5s;
}
.em-service.style_6:hover .em-service-title h2,
.em-service.style_6:hover .service-box-desc p{
color: #fff;
}
.em-service.style_6:hover .service-btn a{
border-color: #fff;
color: #DA242B;
}
.em-service.style_6:hover .service-btn a:before{
background: #fff;
}
.em-service.style_6 .service-btn a {
font-size: 15px;
padding: 7px 0px 7px 30px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 2px 25px 2px 2px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 6px;
}
.em-service.style_6 .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 2px 25px 2px 2px;
background: #da252c;
transform: scale(0);
transition: .5s;
}
.em-service.style_6 .service-btn a i {
font-size: 11px;
width: 24px;
height: 24px;
line-height: 22px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
left: 8px;
transition: .5s;
font-weight: 800;
}
.em-service.style_6:hover .service-btn a::before {
transform: scale(1);
} .service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev {
-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: 56px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50px;
background-color: #203B72;
position: absolute;
top: -685px;
bottom: 20px;
margin: auto;
transition: .5s;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next {
-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: 0;
width: 48px!important;
height: 48px!important;
line-height: 48px!important;
text-align: center;
border-radius: 50px;
background-color: #203B72!important;
position: absolute;
top: -685px;
bottom: 20px;
margin: auto;
transition: .5s;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev:hover,
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:hover{
background:#DA242B!important ;
color: #fff;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:hover{
background:#DA242B !important;
color: #fff;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev::before,
.service_cursousel_sliderr_six.slick-initialized.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;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:before {
content: "\f105"!important;
font-family: FontAwesome;
}
.repai .single-video.style-three.six .video-icon a{
background: #fff;
height: 80px;
width: 80px;
line-height: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
color: #da242b;
border: 1px solid #da242b;
font-size: 26px;
position: relative;
}
.repai .single-video.style-three.six .video-icon a::before {
display: none;
}
.repai .single-video.style-three.six .video_title {
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 47%;
left: 50%;
}
.repai .single-video.style-three.six .video_title h4 {
color: #da242b;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
}
.rep .filter-tab #tabs li a.inactive h5.text {
color: #fff;
}
.rep .filter-tab #tabs li a:before {
position: absolute;
content: "";
top: -64px;
left: 0;
height: 80px;
width: 100%;
background: #DA242B;
opacity: 0.8;
border-radius: 4px;
}
.rep .filter-tab #tabs h5.text {
position: absolute;
top: -34px;
left: 0;
right: 0;
margin: auto; color: #fff;
font-weight: 500;
text-align: center;
font-size: 18px;
}
.rep .filter-tab .content h1, .filter-tab .content h2 {
margin-left: 0;
color: #062461;
line-height: 40px;
font-size: 40px;
font-weight: 700;
margin-bottom: 15px;
}
.rep .filter-tab .tab_content span {
color: #da242b;
}
.rep .filter-tab a.tab_button {
font-size: 15px;
padding: 15px 9px 15px 42px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 35px 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 38px;
}
.rep .filter-tab a.tab_button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 35px 5px 5px;
background: #da242b;
transform: scale(0);
transition: .5s;
}
.rep .filter-tab a.tab_button:hover::before {
transform: scale(1);
}
.rep .filter-tab a.tab_button i {
font-size: 13px;
width: 26px;
height: 26px;
line-height: 23px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
top: 3px;
left: 20px;
transition: .5s;
}
.rep .filter-tab a.tab_button:hover i {
border: 2px solid #da242b;
}
.team.style6 .single-team {
position: relative;
border-radius: 5px;
}
.team.style6 .single-team .image img {
width: 100%;
}
.team.style6 .single-team .social-icon {
right: -33px;
position: absolute;
bottom: 95px;
border-radius: 15px;
background: #da242b;
padding: 14px 8px 14px;
transition: .5s;
opacity: 0;
}
.team.style6 .single-team:hover .social-icon {
bottom: 95px;
opacity: 1;
right: 15px;
}
.team.style6 .single-team .social-icon li a {
font-size: 14px;
color: #fff;
transition: .5s;
line-height: 24px;
}
.team.style6 .single-team .image {
overflow: hidden;
position: relative;
line-height: 0;
}
.team.style6 .single-team .social-icon li {
display: block;
transition: .5s;
}
.team.style6 .single-team .content {
display: block !important;
background-color: #1e3971;
margin-top: 0;
padding: 16px 0px 25px;
border-radius: 0 0 5px 5px;
}
.team.style6 .single-team .content h2.name {
font-size: 20px;
color: #fff;
text-align: center;
}
.team.style6 .single-team .content h5.designation {
font-size: 14px;
color: #da242b;
text-align: center;
font-weight: 400;
}
.testimonial.style3.style9 .testimonial-item {
text-align: center;
padding: 60px 41px 107px;
position: relative;
z-index: 1;
border-radius: 7px;
}
.testimonial_section{
position: relative;
}
.testimonial_section:after{
position: absolute;  
content: "";
left: -57px;
top: 0;
height: 58px;
width: 58px;
background: #8C0B10;
clip-path: polygon(30% 100%, 100% 0%, 100% 100%, 100% 100%);
}
.testimonial.style3.style9 .testimonial-item .testi_icon i {
display: inline-block;
font-size: 41px;
background: #fff;
color: #da242b;
height: 80px;
width: 81px;
line-height: 81px;
border-radius: 10px;
}
.testimonial.style3.style9 .testimonial-item p.quote {
font-size: 18px;
color: #fff;
font-weight: 300;
font-family: 'Inter';
line-height: 32px;
padding: 12px 0 0px;
width: 91%;
margin: 21px auto 25px;
}
.testimonial.style3.style9 .testimonial-item .reviews_rating .testi-star i {
color: #ffef38;
margin: 0 2px;
font-size: 13px;
}
.testimonial.style3.style9 .testimonial-item .bio .name {
font-size: 18px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin: 13px 0 5px;
text-align: center;
}
.testimonial.style3.style9 .testimonial-item .bio .designation {
font-size: 15px;
color: #fff;
margin: 0 0 0;
font-weight: 300;
}
.testimonial.style3.style9 .testimonial-carousel.owl-carousel .owl-dots {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: inherit;
}
.testimonial.style3.style9 .testimonial-carousel.owl-carousel button.owl-dot.active {
background: #fff!important;
}
.testimonial.style3.style9 .author {
display: inline-block;
margin-top: 24px;
}
.form-area.contact-form.contact-repair .form-control {
transition: 0.5s;
width: 100%;
height: 52px;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6;
}
.form-area.contact-form.contact-repair input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
color: #0D0E14!important;
opacity: 0.8!important;
}
.form-area.contact-form.contact-repair textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
color: #0D0E14!important;
opacity: 0.8!important;
}
.form-area.contact-form.contact-repair .form-select {
transition: 0.5s;
width: 100%;
height: 52px;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6;
color: #232323;
font-weight: 400;
opacity: 0.8;
}
.form-area.contact-form.contact-repair textarea.wpcf7-form-control.wpcf7-textarea {
transition: 0.5s;
width: 100%;
height: 122px !important;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6 !important;
}
.form-area.contact-form.contact-repair .buttons input {
text-align: center;
transition: .5s;
border: none;
display: inline-block;
color: #fff;
font-weight: 400;
text-transform: capitalize;
font-size: 15px;
z-index: 1;
border-radius: 6px;
overflow: hidden;
margin-top: 5px;
background: #da242b;
border: none;
position: relative;
width: 35%;
padding: 15px 0 15px;
transition: .5s;
}
.form-area.contact-form.contact-repair .buttons input:hover{
background: #062461;
}
.repair-ic .icon-box.style-15 .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 140px;
width: 140px;
line-height: 140px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control:focus {
border-color: #da242b!important;
outline: 0;
box-shadow: none;
}
select.form-select option {
background: #da242b;
color:#fff;
}
select.form-select option:hover{
background: #062461!important;
}
.repair-ic .icon-box.style-15{
position: relative;
text-align: center;
}
.repair-ic .icon-box.style-15 .icon-box-icon .img-icon{
position: relative;
}
.repair-ic .icon-box.style-15 .icon-box-icon .img-icon:before {
position: absolute;
content: "";
left: -10px;
top: -10px;
width: 160px;
height: 160px;
line-height: 160px;
border-radius: 50%;
border: 2px dashed #da242b;
opacity: 1;
transition: .5s;
}
.repair-ic .icon-box.style-15:hover .icon-box-icon .img-icon:before {
opacity: 1;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
}
.repair-ic .icon-box.style-15 .number h4 {
font-size: 14px;
font-weight: 600;
color: #fff;
background: #da242b;
border-radius: 30px;
font-family: 'Inter';
height: 36px;
width: 36px;
line-height: 22px;
text-align: center;
display: inline-block;
}
.repair-ic .icon-box.style-15 .number {
transition: .5s;
position: absolute;
z-index: 9;
right: -20px;
top: 4px;
}
.repair-ic .icon-box.style-15 .title h4 {
text-align: center;
font-size: 22px;
color: #fff;
font-weight: 500;
margin-top: 30px;
margin: 30px 0px 18px;
}
.repair-ic .icon-box.style-15:hover .number {
top: 5px;
right: -6px;
}
.repair-ic .icon-box.style-15 .description p {
color: #fff;
opacity: .7;
}
.blog_style_two.nine .single_blog_adn {
background-color: #f6f6f6;
} 
.blog_style_two.nine .single_blog_adn .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #062462;
color: #fff;
display: inline-block;
border-radius: 30px;
position: relative;
z-index: 1;
text-decoration: none;
}
.blog_style_two.nine .single_blog_adn .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #da242b;
border-radius: 30px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_two.nine .single_blog_adn:hover .author a:before {
transform: scale(1);
}
.blog_style_two.nine .single_blog_adn .blog-page-title_adn h2 {
color: #062462;
}
.blog_style_two.nine .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #062462;
transition: .5s;
}
.blog_style_two.nine .single_blog_adn .blog-page-title_adn h2 a:hover {
color: #da242b;
transition: .5s;
}
.blog_style_two.nine .single_blog_adn:hover .luxury-blog-readmore a {
color: #da242b;
font-style: none;
}
.service-box.style12  {
padding: 0px 0px 30px;
background-color: transparent;
border: none;
text-align: left;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style12 .service_img {
line-height: 0;
}
.service-box.style12 .icon {
position: relative;
top: -40px;
left: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
border-radius: 50%;
background-color: transparent;
border: none;
transition: .5s;
display: inherit;
}
.service-box.style12:hover .icon {
background-color: transparent;
}
.service-box.style12:hover .icon img {
filter: brightness(1) invert(0);
}
.service-box.style12 .content {
background-color: #fff;
padding: 0px 30px 30px; position: relative; transition: .5s;
width: 96%;
}
.service-box.style12 .content:before {
position: absolute;
content: "";
top: 0;
right: -15px;
width: 15px;
height: 90%;
background: #da242b;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
}
.service-box.style12 .title {
font-size: 20px;
font-weight: 600;
padding: 0 0 10px;
line-height: 1.4;
position: inherit;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: -14px;
}
.service-box.style12 .title:before {
display:none;
}
.service-box.style12:hover .title {
color: #062461;
}
.service-box.style12 .content p {
color: #616161;
}
.service-box.style12:hover .content p {
color: #616161;
}
.service-box.style12 .content .service-btn a {
font-size: 15px;
padding: 7px 0px 7px 30px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 2px 25px 2px 2px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 0;
}
.service-box.style12 .content .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #da242b;
border-radius: 2px 25px 2px 2px;
transform: scale(0);
transition: .5s;
}
.service-box.style12:hover .content .service-btn a::before {
transform: scale(1);
}
.service-box.style12 .content .service-btn a i {
font-size: 12px;
width: 24px;
height: 24px;
line-height: 22px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
top: 3px;
left: 8px;
transition: .5s;
}
.service-box.style12:hover .content .service-btn a  {
border: 2px solid #fff;
}
.filter-tab #tabs li a:before {
top: -41px;
height: 55px;
} .product_post.style1 .container{
max-width: 1320px;
margin: auto;
padding: 0 10px;
}
.service_post{
border-radius: 10px;
filter: drop-shadow(0px 10px 15px rgba(206,206,206,0.4));
background-color: #ffffff;
}
.product_content{
padding: 0 30px;
}
.post_item_one {
background-color: #f8f9f7;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin-bottom: 30px;
}
.post_item_one .post-thumb {
position: relative;
z-index: 1;
line-height: 0;
border-radius: 4px;
overflow: hidden;
}
.post_item_one .post-thumb img {
width: 100%;
}
.post_item_one .dolar {
display: inline-block;
background: #f00;
line-height: 0;
padding: 21px 14px 26px;
position: absolute;
right: 0;
top: 26px;
}
.post_item_one .post-thumb .case_post_icon {
position: absolute;
top: 15px;
left: 15px;
transition: .5s;
opacity: 1;
}
.post_item_one .post-thumb:hover .case_post_icon {
transition: .5s;
opacity: 0;
}
.post_item_one .product_single_meta_top {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/02/feature-ct.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 5px 30px 5px;
transition: .5s;
opacity: 1;
}
.post_item_one:hover .product_single_meta_top{
opacity: 0;
}
.post_item_one .product_single_meta_top h2 {
padding: 10px 0px 20px;
}
.post_item_one .product_single_meta_top h2 a {
display: inline-block;
font-size: 22px;
color: #fff;
}
.post_item_one .dolar h2 {
margin: 0;
line-height: 0;
color: #fff;
}
.post_item_one .post-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(218,36,43,0.8);
transition: .5s;
border-radius: 5px 5px 0 0;
}
.post_item_one .post-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(6,36,98,0.8);
transition: .5s;
border-radius: 0 0 5px 5px;
}
.post_item_one .post-thumb:hover:before {
height: 50%;
}
.post_item_one .post-thumb:hover:after {
height: 50%;
}
.post_item_one .post-thumb:hover .case_post_icons .learn_btn i {
opacity: 1;
visibility: visible;
}
.post_item_one .post-thumb .case_post_icons .learn_btn i {
font-size: 24px;
width: 66px;
height: 66px;
line-height: 66px;
color: #da242b;
background: #fff;
display: inline-block;
text-align: center;
border-radius: 66px;
transform: rotate(-40deg);
opacity: 0;
visibility: hidden;
transition: .5s;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 40%;
z-index: 99;
}
p.heading-text span {
color: #f00;
} .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);
}
}
.branding-shape {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape {
-webkit-animation: moveBounce 2.5s linear infinite;
animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape-three img {
-webkit-animation: moveLeftBounceright 2s linear infinite;
animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(35px);
transform: translateX(35px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.dance {
-webkit-animation: dance 1.5s alternate infinite;
animation: dance 1.5s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.5);
}
}
.about-dance {
-webkit-animation: about-dance 3s alternate infinite;
animation: about-dance 3s alternate infinite;
}
@keyframes about-dance {
0% {
-webkit-transform: scale(3);
}
100% {
-webkit-transform: scale(3);
}
}
.finace-shape-about img {
-webkit-animation: moveUpBounce 2s linear infinite;
animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(35px);
transform: translateY(35px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.hen-whychoose-rotateme {
-webkit-animation-name: hen-whychoose-rotateme;
animation-name: hen-whychoose-rotateme;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@keyframes hen-whychoose-rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}::-webkit-scrollbar {
width: 15px;
} ::-webkit-scrollbar-thumb {
background: #da242b; 
} ::-webkit-scrollbar-thumb:hover {
background: #152b63; 
} .section-title.style4 {
padding: 0 0 19px 0;
}
.section-title.style4  .subtitle {
display: inline-block;
margin: 0 0 15px 90px;
font-size: 16px;
text-transform: uppercase;
color: #fd8f15;
font-weight: 500;
position: relative;
}
.section-title.style4 .section-title.center .subtitle {
margin: 0 0 15px 0;
}
.section-title.style4 .subtitle-highlight {
color: #2ab685;
}
.section-title.style4 .subtitle-highlight {
color: #2ab685;
}
.section-title.style4 .section-title.left .subtitle:before {
content: "";
position: absolute;
width: 70px;
height: 1px;
background: #2ab685;
left: -90px;
top: 5px;
transition: 0.4s;
}
.section-title.style4 .section-title.left .subtitle:after {
content: "";
position: absolute;
width: 80px;
height: 1px;
background: #2ab685;
left: -90px;
top: 10px;
transition: 0.4s;
}
.section-title.style4 .section-title h3 {
margin: 0;
font-size: 55px;
color: #10102e;
font-weight: 700;
padding: 0 0 5px 0;
}
.section-title.style4 .section-title h2 {
margin: 0;
font-size: 55px;
color: #10102e;
font-weight: 700;
display:inline-block;
}
.section-title.style4 .section-title.left span {
color: #2ab685;
}
.section-title.style4 .section-title.center span {
color: #fd8f15;
}
.section-title.style4 .section-title.center .subtitle-highlight {
color: #2ab685;
} .icon-box.style13 {
display: flex;
align-items: center;
background: #F4FBF9;
padding: 6px 30px 5px 15px;
margin: 0 0 10px 0;
transition: 0.4s;
z-index: 1;
position: relative;
}
.icon-box-style13-two .icon-box.style13 {
background: #FFF9F3;
}
.icon-box.style13:before{
position:absolute; 
content:"";
width:0%;
height:100%; 
left:0;
top:0;
background:#2ab685;
z-index:-1;
transition:.5s;
}
.icon-box.style13:hover:before{
width:100%;
}
.icon-box.style13 .icon-box-icon {
margin-right: 30px;
}
.icon-box.style13 .img-icon {
background: #fff;
height: 120px;
width: 100px;
text-align: center;
line-height: 154px;
display: inline-block;
position: relative;
transition:.5s;
}
.icon-box.style13 .icon-box-content h4 {
font-size: 22px;
line-height: 30px;
font-weight: 600;
padding: 15px 0 12px 0;
margin: 0;
}
.icon-box.style13:hover .icon-box-content h4 {
color: #fff;
}
.icon-box.style13:hover .icon-box-content p {
color: #fff;
}
.icon-box.style13 .icon-box-content p {
font-size: 16px;
line-height: 30px;
color: #616161;
font-weight: 400;
} .icon-box.style14 {
display: flex;
transition:0.4s;
}
.icon-box.style14 .icon-box-icon {
margin-right: 20px;
position: relative;
bottom: 5px;
}
.icon-box.style14 .img-icon img {
border: 2px solid #fd8f15;
border-radius: 100%;
}
.icon-box.style14:hover .img-icon img {
border: 2px solid #2ab685;
}
.icon-box.style14 .icon-box-content h4 {
font-size: 18px;
color: #fd8f15;
font-weight: 600;
padding: 0;
margin: 0;
line-height: 28px;
}
.icon-box.style14 .icon-box-content .description {
font-size: 16px;
color: #616161;
font-weight: 400;
transition: .5s;
margin: 0;
padding: 0;
} .dreamit-button.style7 .button {
display: inline-block;
font-size: 17px;
text-transform: capitalize;
font-weight: 500;
font-family: 'Poppins';
background: #2ab685;
text-decoration: none;
color: #fff;
padding: 13px 39px;
border-radius: 28px;
position: relative;
transition: .5s;
z-index: 1;
overflow: hidden;
}
.dreamit-button.style7 .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 30px 30px 30px;
background: #cd0d14;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style7 .button:before {
border-radius: 28px;
background: #fd8f15;
}
.dreamit-button.style7 .dreamit-button .button i {
font-size: 16px;
color: #fff;
display: inline-block;
margin-left: 6px;
} .move-top {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: move-top;
animation-name: move-top;
}
@keyframes move-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(35px);
transform: translateY(35px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .service_box.style4 .content {
background: #29B585;
text-align: center;
padding: 38px 14px 18px 14px;
position: relative;
}
.heating-service-box .service_box.style4 .content {
background: #fd8f15;
}
.service_box.style4 .service_box_icon {
line-height: 0;
}
.service_box.style4 .service_box_icon img {
width: 100%;
}
.service_box.style4 .service_icon-img {
position: absolute;
display: inline-block;
background: #fd8f15;
height: 80px;
width: 80px;
line-height: 102px;
text-align: center;
border-radius: 100%;
top: -40px;
left: 0;
right: 0;
margin: auto;
transition:.5s;
}
.heating-service-box .service_box.style4 .service_icon-img {
background: #29B585;
}
.service_box.style4:hover .service_icon-img{
transform:rotateY(180deg);
}
.service_box.style4 .service_box-title h3 {
font-size: 24px;
color: #ffffff;
font-weight: 700;
margin: 33px 0 16px 0;
}
.service_box.style4 p.description {
transition: .5s;
font-size: 16px;
line-height: 28px;
color: #ffffff;
font-weight: 400;
} .my-accordion.style4 li a.active {
background: #29B585;
color: #fff!important;
font-weight: 600;
border-radius: 28px;
font-size: 18px;
}
.my-accordion.style4 li {
position: relative;
margin-bottom: 30px;
list-style: none;
z-index: 1;
}
.my-accordion.style4 li a {
position: relative;
width: 100%;
cursor: pointer;
font-family: 'Inter';
font-weight: 600;
font-size: 18px;
color: #10102e  !important;
background-color: #fff;
padding: 13px 25px;
border-radius: 28px;
z-index: 1;
display: inline-block;
}
.my-accordion.style4 li p {
display: none;
font-size: 16px;
padding: 25px 30px 0px;
background: inherit;
overflow: hidden;
font-weight: 400;
margin: 0;
}
.my-accordion.style4 a.active:after {
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #fff;
}
.my-accordion.style4 a:before {
width: 2px;
height: 12px;
background: #fd8f15;
position: absolute;
right: 33px;
content: " ";
top: 21px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
.my-accordion.style4 a:after {
width: 12px;
height: 2px;
background: #fd8f15;
position: absolute;
right: 28px;
content: " ";
top: 26px;
transition: all 0.2s ease-in-out;
} .single-video.style-five {
position: relative;
text-align: center;
background: #FD8F15;
border-radius: 50%;
}
.single-video.style-five .video-icon a {
-webkit-transition: .5s;
background: transparent;
font-size: 25px;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
display: inline-block; border-radius: 50%;
color: #fff;
text-transform: uppercase;
} .portfolio-filter.style_2 {
transition: 0.5s;
position: relative;
z-index: 1;
}
.portfolio-filter.style_2 .filters.filter-button-group {
display: inline-block;
background: #2ab685;
border-radius: 43px;
padding: 4px 5px 4px 5px;
margin: 0 0 50px 0;
position: absolute;
top: -122px;
right: 20px;
}
.portfolio-filter.style_2 ul {
padding: 0 0 0;
}
.portfolio-filter.style_2 ul li {
text-transform: uppercase;
background: #232323;
transition: 0.5s;
color: #fff;
padding: 10px 30px 10px 30px;
margin: 0 0 0 6px;
}
.portfolio-filter.style_2 ul li:hover {
background: #fd8f15;
}
.portfolio-filter.style_2 li.current_menu_item {
background: #232323;
color: #fff;
margin: 0;
}
.portfolio-filter.style_2 .port_btn a {
padding: 0;
}
.portfolio-filter.style_2 .content .grid-item .prot_content p {
display: none;
}
.portfolio-filter.style_2 .single-content .prot_content {
position: absolute;
padding: 0;
left: 0;
bottom: 32px;
text-align: left;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
transition: all 400ms linear;
}
.portfolio-filter.style_2 .single-content:hover .prot_content {
bottom: 32px;
}
.portfolio-filter.style_2 .content .grid-item .prot_content h4 {
margin: 0;
padding: 16px 32px 16px 28px;
font-family: 'Inter';
color: #fff;
background: #fd8f15;
display: inline-block;
border-radius: 0 28px 28px 0;
transition:0.5s;
}
.portfolio-filter.style_2 .single-content:hover .prot_content h4 {
background: #2ab685;
}
.portfolio-filter.style_2 .content .grid-item .prot_content h4 a {
display: inline-block;
color: #fff;
font-size: 22px;
font-weight: 700;
}
.portfolio-filter.style_2 .port-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background: #fd8f15;
transition: all 400ms linear;
border-radius: 0 0 5px 5px;
opacity: .45;
}
.portfolio-filter.style_2 .port-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background: #fd8f15;
transition: all 400ms linear;
border-radius: 5px 5px 0 0;
opacity: .45;
}
.portfolio-filter.style_2 .port_btn a {
padding: 0;
background: inherit;
display: block;
color: #fff;
position: relative;
}
.portfolio-filter.style_2 .port_btn .span {
float: right;
font-size: 15px;
font-weight: 400;
transition: .5s;
position: absolute;
right: -56px;
bottom: 12px;
background: #fd8f15;
padding: 9px;
border-radius: 50%;
opacity: 0;
}
.portfolio-filter.style_2 .single-content:hover .port_btn .span {
right: -18px;
opacity: 1;
} .testimonial.style4 .testimonial-item {
background: #F4FBF9;
padding: 32px 30px 25px 30px;
border-radius: 5px;
position: relative;
z-index: 1;
transition: .5s;
transition: all 400ms linear;
}
.testimonial.style4 .testimonial-item:before {
position: absolute;
content: "";
bottom: 22px;
right: 26px;
height: 26px;
width: 80px;
transition: .5s;
z-index: -1;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-testi-shape.png);
background-repeat: no-repeat;
}
.testimonial.style4 .testimonial-item .author {
display: flex;
align-items: center;
margin-bottom: 20px;
position: relative;
}
.testimonial.style4 .testimonial-item .author:before {
position: absolute;
content: "";
bottom: 15px;
right: 0;
height: 40px;
width: 40px;
transition: .5s;
z-index: -1;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-testi-shape2.png);
background-repeat: no-repeat;
}
.testimonial.style4 .testimonial-item .author img {
height: 70px;
width: 70px;
object-fit: cover;
margin-right: 18px;
border-radius: 50%;
border: 2px solid #FD8F15;
}
.testimonial.style4 .testimonial-item .author .bio .name {
font-weight: 600;
font-size: 20px;
margin:0;
color: #121d17;
transition: 0.3s;
}
.testimonial.style4 .testimonial-item .author .bio .designation {
transition: all 400ms linear;
font-size: 14px;
color: #FD8F16;
font-weight: 400;
margin: 9px 0 0 0;
}
.testimonial.style4 .testimonial-item .quote {
margin: 4px 0 16px;
transition: all 400ms linear;
font-size: 15px;
font-weight: 400;
}
.testimonial.style4 .testimonial-item .testi-star i.active {
font-size: 16px;
list-style: none;
display: inline-block;
margin-right: 5px;
color: #FD8F15;
}
.testimonial.style4 .testimonial-item:hover {
background: #121D17;
}
.testimonial.style4 .testimonial-item:hover .author .bio .name {
color: #fff;
}
.testimonial.style4 .testimonial-item:hover .quote {
opacity: 0.7;
color: #fff;
} .subscribr_three input[type="email"] {
font-size: 14px;
height: 54px;
position: relative;
width: 100%;
margin: auto;
border: 0;
color: #fff;
outline: 0;
border-radius: 27px;
background: rgba(255,255,255,0.1);
padding: 0 20px 0 20px;
}
.subscribr_three input[type="email"]::placeholder {
color: #919694 !important;
}
.subscribr_three p.mailchimp-form button {
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 16px;
background: #FD8F15;
color: #fff;
font-weight: 400;
margin: auto;
padding: 12px 32px;
height: 100%;
display: inline-block;
position: relative;
right: inherit;
top: 15px;
border-radius: 28px;
left: 5px;
}
.footer_em_post.heating .recent-post-image {
top: 10px;
position: relative;
}
.footer_em_post.heating p.mailchimp-form button:hover {
background: #2ab685;
color: #fff;
}
.subscribr_four input[type="email"] {
font-size: 14px;
height: 55px;
padding: 5px 60px 5px 25px;
position: relative;
width: 77%;
background: #fff;
margin: auto;
border-radius: 28px;
color: #616161;
outline: 0;
border: 1px solid #10102e;
font-weight: 400;
font-family: "Poppins";
}
.subscribr_four input[type="email"]::placeholder{
color: #616161 !important;
}
.subscribr_four p.mailchimp-form button {
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 16px;
background: #fd8f15;
color: #fff;
font-weight: 400;
margin: auto;
padding: 0 33px;
height: 100%;
display: inline-block;
position: absolute;
right: 0;
top: 0;
} .blog_style_four .single_blog_adn {
background: #f6f6f6;
border-radius: 5px;
position: relative;
transition: 0.5s;
margin: 30px 0 0 0;
}
.blog_style_four .luxury-blog-thumb_adn a {
position: relative;
}
.blog_style_four .luxury-blog-thumb_adn a:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background: #3BCB99;
transition: all 400ms linear;
opacity: 0.6;
border-radius: 0;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-thumb_adn a:before {
height: 50%;
}
.blog_style_four .luxury-blog-thumb_adn a:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background:#fd8f15;
transition: all 400ms linear;
border-radius: 0;
opacity: 0.6;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-thumb_adn a:after {
height: 50%;
}
.blog_style_four .luxury-blog-meta-left {
position: absolute;
right: 40px;
top: -30px;
background: #FD8F15;
width: 65px;
color: #fff;
padding: 14px 0 0 0;
height: 80px;
line-height: 25px;
text-align: center;
transition:0.4s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-left {
background:#2ab685;
}
.blog_style_four .luxury-blog-meta-left:before {
position: absolute;
content: "";
height: 31px;
width: 30px;
background: #E47800;
left: -30px;
top: 0;
border-radius: 55px 0 0 0;
clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
transition:0.4s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-left:before {
background:#2ab685;
}
.blog_style_four .em-blog-content-area_adn {
position: relative;
padding: 33px 35px 30px;
transition: .5s;
border-radius: 5px;
background: #fff;
z-index: 1;
}
.blog_style_four .em-blog-content-area_adn:before {
position: absolute;
content: "";
bottom: 22px;
right: 26px;
height: 26px;
width: 80px;
transition: .5s;
z-index: -1;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/heating-blog-shape2.png);
background-repeat: no-repeat;
-webkit-filter: grayscale(1);
}
.blog_style_four .single_blog_adn:hover .em-blog-content-area_adn:before {
-webkit-filter: grayscale(0);
}
.blog_style_four .blog-page-title_adn h2 {
margin: 11px 0 18px 0;
}
.blog_style_four .blog-page-title_adn h2 a {
font-size: 22px;
font-weight: 600;
font-family: 'Inter';
line-height: 30px;
display: inline-block;
text-decoration: none;
margin: 0;
color: #10102e;
transition:0.4s;
}
.blog_style_four .single_blog_adn .blog-page-title_adn h2 a:hover{
color: #FD8F15;
}
.blog_style_four .luxury-blog-readmore a {
font-size: 17px;
color: #fd8f15;
font-weight: 500;
padding: 0 0 0;
display: inline-block;
transition: .5s;
text-decoration: none;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-readmore a {
color: #2ab685;
}
.blog_style_four .author {
display: inline-block;
position: absolute;
top: -22px;
}
.blog_style_four .luxury-blog-meta-top a {
font-size: 16px;
padding: 9px 35px 9px 35px;
background: #3BCB99;
color: #fefefe;
display: inline-block;
border-radius: 30px;
z-index: 1;
text-decoration: none;
position: absolute;
top: -25px;
}
.blog_style_four .luxury-blog-meta-top ul li {
list-style: none;
}
.blog_style_four .luxury-blog-meta-top a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #FD8F14;
border-radius: 30px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-meta-top a:before {
transform: scale(1);
}
.blog_style_four .luxury-blog-readmore a i {
font-size: 14px;
display: inline-block;
margin-left: 5px;
color:#FD8F15;
transition:0.3s;
}
.blog_style_four .single_blog_adn:hover .luxury-blog-readmore a i {
margin-left: 10px;
color:#29B585;
}
.blog_style_four .hendre-blog-meta-top {
padding-top: 0;
position: absolute;
left: 35px;
bottom: inherit;
z-index: 22;
top: -21px;
}
.blog_style_four .single_blog_adn:hover .hendre-blog-meta-top li a{
background:#FD8F14;
}
.blog_style_four .hendre-blog-meta-top li a {
display: inline-block;
text-transform: uppercase;
color: #fff;
font-size: 14px;
padding: 7px 30px 7px 30px;
background: #2AB685;
border-radius: 30px;
}
.blog_style_four .blog_btn a {
color: #FD8F14;
font-weight: 500;
}
.blog_style_four .blog_btn a i{
display:inline-block;
margin-left:5px;
}
.blog_style_four .blog_btn a:hover{
color:#2AB685;
} .heating-banner-shape{
position: relative;
z-index:1;
display: inline-block;
}
.heating-banner-shape:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 1px;
width: 52px;
transition: .5s;
z-index: 1;
background: #fd8f15;
-webkit-animation: moveLeftBouncesheating 5s linear infinite;
animation: moveLeftBouncesheating 5s linear infinite;
}
@keyframes moveLeftBouncesheating {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(210px);
transform: translateX(210px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .why-choose-us-main-area{
padding:20px 150px 0 150px;
}
.heating-why-choose-us{
padding:10px 20px 0 150px;
}
.heating-blog-area{
padding:75px 50px 110px 0;
}
.heating-main-blog-area{
padding: 20px 0 0 75px;  
}
.heating-blog-area .owl-nav {
display: none;
}
.testimonial.style4 .owl-nav {
display: none;
}  .icon-box.style16 {
display: flex;
align-items: center;
background: #fff;
border-radius: 20px;
padding: 50px 0 50px 40px;
transition:0.4s;
}
.icon-box.style16 .icon-box-icon {
margin-right: 25px;
}
.icon-box.style16 .icon-box-icon .icon {
border: none;
border-radius: 50%;
padding: 0;
}
.icon-box.style16 .icon-box-icon .icon i {
display: inline-block;
font-size: 26px;
height: 80px;
width: 80px;
line-height: 80px;
color:#21c58e;
text-align: center;
background-color: #DEF6EE;
border-radius: 50%;
transition:0.4s;
}
.icon-box.style16:hover .icon-box-icon .icon i {
background-color: #21C58E;
color:#fff;
}
.icon-box.style16 .icon-box-content p.description {
transition: .5s;
padding: 0 30px 0 0;
margin: 0;
font-size: 18px;
color: #21c58e;
font-weight: 400;
}
.icon-box.style16  .icon-box-content h4 {
padding: 6px 0 0 0;
margin: 0;
font-size: 23px;
font-weight: 600;
} .section-title.style8.left .subtitle {
display: inline-block;
font-size: 16px;
color: #21C58D;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-left: 53px;
}
.section-title.style8.center .subtitle {
display: inline-block;
font-size: 16px;
color: #21C58D;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-left:0;
}
.section-title.style8 h5 {
position: relative;
}
.section-title.style8.left h5:before {
position: absolute;
content: '';
background: #21c58e;
left: 0;
top: 13px;
height: 2px;
width: 45px;
}
.section-title.style8 .title {
font-size: 43px;
margin: 0 0 0;
color: #0a1328;
font-weight: 700;
}
.section-title.style8 h2 {
font-size: 43px;
margin: 3px 0 0;
color: #120a08;
}
.section-title.style8 .description {
font-size: 16px;
margin-bottom: 0;
margin-top: 14px;
color: #888f99;
font-weight: 400;
font-family: "Poppins";
} .dreamit-button.style9 .dreamit-button {
margin: 10px 0 0 0;
}
.dreamit-button.style9 .dreamit-button .button {
font-size: 15px;
padding: 11px 36px;
background: #21c58e;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px;
position: relative;
z-index: 1;
border: none;
transition: .5s;
}
.dreamit-button.style9 .dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 3px;
background: #8dedcd;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style9 .dreamit-button .button:hover {
color: #fff;
}
.dreamit-button.style9 .dreamit-button .button:hover:before {
transform: scale(1);
} .section-title.style8.center {
text-align: center;
padding: 0 0 30px 0;
}
.service-box.style9 {
padding: 48px 25px 48px;
background-color: #F1F5F5;
border: none;
text-align: center;
position: relative;
z-index: 1;
border-radius: 10px;
margin-bottom: 10px;
transition: .5s;
}
.service-box.style9:hover {
background-color: #fff;
filter: drop-shadow(0 0 25px rgba(211,211,211,0.25));
}
.service-box.style9:before {
display:none;
}
.service-box.style9 .icon {
position: relative;
top: 0;
width: 85px;
height: 85px;
line-height: 108px;
text-align: center;
border-radius: 50%;
background: #21c58e;
transition: .5s;
display: inline-block;
}
.service-box.style9:hover .icon img {
filter: inherit;
}
.service-box.style9 .icon:before {
position: absolute;
content: "";
z-index: -1;
top: -13px;
left: -13px;
background: #DEF6EE;
border-radius: 100%;
transition: .5s;
width: 110px;
height: 110px;
border: 20px dashed #DEF6EE;
}
.service-box.style9:hover .icon {
background: #21c58e;
}
.service-box.style9:hover .icon:before {
border: 2px dashed #21c58e;
}
.service-box.style9 .title {
padding: 28px 0 12px 0;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0;
font-size: 24px;
line-height: 42px;
color: #0a1328;
font-weight: 700;
}
.service-box.style9 .title:before {
display:none;
}
.service-box.style9:hover .title{
color: #0a1328;
}
.service-box.style9 p.description {
transition: .5s;
color: #888f99;
}
.service-box.style9:hover .content p {
color: #888f99;
}
.service-box.style9 .service-btn a {
padding: 10px 40px 10px 40px;
font-size: 16px;
font-family: inherit;
border-radius: 5px;
background-color: #ffffff;
color: #21c58e;
border: 1px solid #21c58e;
display: inline-block;
margin-top: 2px;
position: relative;
z-index: 1;
transition: .5s;
}
.service-box.style9:hover .service-btn a {
color: #fff;
}
.service-box.style9 .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #21c58e;
border-radius: 5px;
transform: scale(0);
transition: .5s;
} .section-title.style9.left .subtitle {
display: inline-block;
font-size: 16px;
color: #21C58D;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-right: 53px;
}
.section-title.style9.center .subtitle {
display: inline-block;
font-size: 16px;
color: #21C58D;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-left:0;
}
.section-title.style9 h5 {
position: relative;
}
.section-title.style9.left h5:before {
position: absolute;
content: '';
background: #21c58e;
right: 0;
top: 13px;
height: 2px;
width: 45px;
}
.section-title.style9.center h5:before {
position: absolute;
content: '';
background: #21c58e;
right: -53px;
top: 13px;
height: 2px;
width: 45px;
}
.section-title.style9 .title {
font-size: 43px;
margin: 0 0 0;
color: #0a1328;
font-weight: 700;
}
.section-title.style9 h2 {
font-size: 40px;
margin: 3px 0 0;
color: #120a08;
}
.section-title.style9 .description {
font-size: 16px;
margin-bottom: 0;
margin-top: 14px;
color: #888f99;
font-weight: 400;
font-family: "Poppins";
} .single-video.style-seven {
position: relative;
text-align: center;
}
.single-video.style-seven .video-icon{
text-align: center;
background: #FD8F15;
border-radius: 50%;
left: 50%;
position: absolute;
top: 46%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.single-video.style-seven .video-icon a {
-webkit-transition: .5s;
background: #21C58D;
font-size: 18px;
width: 60px;
height: 60px;
line-height: 62px;
text-align: center;
display: inline-block;
border: 0;
border-radius: 50%;
color: #fff;
text-transform: uppercase;
} .testimonial.style8 .testimonial-item {
text-align: center;
}
.testimonial.style8 .testimonial-item .author {
display: inline-block;
position: relative;
transition: .5s;
}
.testimonial.style8 .testimonial-item .author img {
height: 125px;
width: 125px;
object-fit: cover;
margin-right: 0;
border-radius: 100%;
border: 8px solid #254040;
transition: .5s;
}
.testimonial.style8 .testimonial-item:hover .author img {
border: 8px solid #21c58e;
}
.testimonial.style8 .testimonial-item p.quote {
margin-bottom: 31px;
padding: 60px 0 0 0;
font-size: 23px;
line-height: 33px;
color: #ffffff;
font-weight: 500;
font-style: italic;
text-align: center;
transition: .5s;
position: relative;
font-family: "Poppins";
}
.testimonial.style8 .testimonial-item p.quote:before {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/pet-testi-shape.png);
left: 0;
top: 5px;
height: 30px;
width: 38px;
right: 0;
margin: auto;
}
.testimonial.style8 .testimonial-item h4.name {
margin: 20px 0 0 0;
font-size: 18px;
line-height: 33px;
color: #21c58e;
font-weight: 500;
text-align: center;
transition: .5s;
}
.testimonial-carousel-8 .owl-nav {
display: inline-block !important;
position: relative;
left: 50%;
}
.testimonial-carousel-8 .owl-prev {
position: absolute;
bottom: -85px;
left: -71px;
right: 0;
}
.testimonial-carousel-8 .owl-next {
position: absolute;
bottom: -85px;
left: 25px;
right: 0;
}
.testimonial-carousel-8 .owl-nav .owl-prev i {
font-size: 20px;
color: #21c58e;
text-align: center;
border-radius: 5px;
border: 1px solid #21c58e;
background: inherit;
padding: 11px 17px 11px 17px;
font-weight: 600;
transition: .5s;
}
.testimonial-carousel-8 .owl-nav .owl-prev i:hover {
color: #fff;
background: #21c58e;
}
.testimonial-carousel-8 .owl-nav .owl-next i {
font-size: 20px;
color: #21c58e;
text-align: center;
border-radius: 5px;
border: 1px solid #21c58e;
background: inherit;
padding: 11px 17px 11px 17px;
font-weight: 600;
transition: .5s;
}
.testimonial-carousel-8 .owl-nav .owl-next i:hover {
color: #fff;
background: #21c58e;
} .icon-box.style17 {
display: flex;
border: none;
padding: 25px 30px 18px 42px;
margin-bottom: 0;
background: #fff;
border-radius: 10px;
}
.icon-box.style17 .img-icon {
position: relative;
top: 18px;
width: 75px;
height: 75px;
line-height: 85px;
text-align: center;
border-radius: 50%;
background: #DEF6EE;
display: inline-block;
z-index: 1;
border: 8px solid #DEF6EE;
outline: 2px solid #DEF6EE;
transition: .5s;
margin: 0 22px 0 0;
}
.icon-box.style17:hover .img-icon {
background: #21C58D;
border: 8px solid #DEF6EE;
outline: 2px dashed #21C58D;
}
.icon-box.style17:hover .img-icon img {
filter: brightness(0)invert(1);
transition: .3s;
}
.icon-box.style17 .icon i {
color: #21c58e;
font-size: 22px;
transition: .5s;
}
.icon-box.style17 .icon-box-content h4 {
font-size: 22px;
line-height: 30px;
color: #0a1328;
font-weight: 500;
font-family: "Inter";
}
.pest-call-contact span{
color: #21C58D;
}
.pest-call-contact .dreamit-button.style9 .dreamit-button .button {
font-size: 16px;
padding: 15px 44px;
} .blog_style_seven .single_blog_adn {
position: relative;
box-shadow: 0px 0 6px rgba(212, 212, 212, 0.40);
margin-bottom: 30px;
border-radius: 8px;
margin-top: 20px;
}
.blog_style_seven .single_blog_adn .categories {
position: absolute;
top: 51%;
left: 30px;
}
.blog_style_seven .single_blog_adn .categories li {
list-style: none;
}
.blog_style_seven .single_blog_adn .categories li a {
color: #21C58D;
background-color: #fff;
padding: 11px 10px;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.5);
transition: .5s;
}
.blog_style_seven .single_blog_adn .em-blog-content-area_adn {
padding: 25px 30px 35px;
}
.blog_style_seven .single_blog_adn .blog-meta-left a {
margin-right: 70px;
color: #0a1328;
transition: 0.4s;
}
.blog_style_seven .single_blog_adn .blog-meta-left a span {
margin-right: 70px;
color: #888f99;
transition: 0.4s;
}
.blog_style_seven .single_blog_adn .blog-meta-left a:hover {
color: #21C58D;
}
.blog_style_seven .single_blog_adn .blog-page-title_adn h2 {
font-size: 22px;
margin: 4px 0 20px 0;
}
.blog_style_seven .single_blog_adn .blog-page-title_adn a:hover {
color: #21C58D;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore {
border-top: 1px solid #e7e7e7;
padding: 25px 0px 25px;
margin-top: 25px;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore a {
font-size: 15px;
color: #888f99;
transition: 0.4s;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore a:hover {
color: #21C58D;
}
.blog_style_seven .single_blog_adn .luxury-blog-readmore i {
margin-left: 8px;
transition: 0.4s;
}
.blog_style_seven .single_blog_adn .hendre-blog-thumb_adn img {
vertical-align: middle;
width: 100% !important;
border-radius:8px;
}
.blog_style_seven .single_blog_adn .blog_btn a {
padding: 8px 15px;
background: #21C58D;
color: #fff;
display: inline-block;
border-radius: 5px;
margin-top: 10px;
border:2px solid transparent;
transition:.5s;
}
.blog_style_seven .single_blog_adn .blog_btn a:hover{
border-color:#21C58D;
color:#21C58D;
background:transparent;
}
.blog_style_seven .single_blog_adn .hendre-blog-thumb_adn {
padding: 31px 31px 0 31px;
} .service-box.style11 {
padding: 48px 0 0 0;
text-align: center;
position: relative;
z-index: 1;
border-radius: 5px;
filter: drop-shadow(0 0 25px rgba(235,237,241,0.5));
background-color: #ffffff;
border: 2px solid transparent;
margin: 0 0 10px 0;
transition: 0.4s;
}
.service-box.style11:hover {
border: 2px solid #21C58D;
}
.service-box.style11::before {
display:none;
}
.service-box.style11 .service_img img {
z-index: -1;
position: relative;
}
.service-box.style11 .content {
position: relative;
padding: 27px 30px 24px 33px;
background: #F1F5F5;
text-align: left;
border-radius: 0 0 5px 5px;
z-index:1;
transition:.5s;
}
.service-box.style11 .content:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background: #21C58D;
z-index: -1;
transition:.5s;
}
.service-box.style11:hover .content:before{
height:100%;
}
.service-box.style11 .title {
font-size: 22px;
line-height: 30px;
margin: 0 0 10px;
padding: 0;
transition: .5s;
color: #0a1328;
font-weight: 500;
}
.service-box.style11:hover .title {
color: #fff;
}
.service-box.style11 p.description {
transition: .5s;
margin: 0;
font-size: 16px;
letter-spacing: 1px;
line-height: 30px;
color: #0a1328;
font-weight: 500;
font-family: "Poppins";
}
.service-box.style11:hover .content p {
color: #fff;
}
.service-box.style11 .icon {
position: relative;
top: -26px;
width: 62px;
height: 62px;
line-height: 65px;
text-align: center;
border-radius: 50%;
background: #21C58D;
border: 1px solid  #21C58D;
transition: .5s;
display: inline-block;
font-size: 20px;
color: #fff;
margin: 0 0 18px 0;
}
.service-box.style11 .icon:before {
position: absolute;
content: "";
z-index: -1;
top: -10px;
left: -10px;
background: #DEF6EE;
border-radius: 100%;
transition: .5s;
width: 80px;
height: 80px;
border: 2px dashed #21C58D;
}
.service-box.style11:hover .icon {
background: #21C58D;
}
.service-box.style11 .title:before {
display:none;
} .dancetwo {
-webkit-animation: dancetwo 2s alternate infinite;
animation: dancetwo 2s alternate infinite;
}
@keyframes dancetwo {
0% {
-webkit-transform: scale(0.7);
}
100% {
-webkit-transform: scale(1.1);
}
}
.dancethree {
-webkit-animation: dancethree 2s alternate infinite;
animation: dancethree 2s alternate infinite;
}
@keyframes dancethree {
0% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1.1);
}
}
.service_box.style3 .image img {
width: 100%;
height: 100%;
}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: red;
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;
} .dreamit-slick-slider .container{
max-width: 1320px;
margin: 0 auto;
}
.dreamit-slick-slider .single-slick {
position: relative;
min-height: 790px;
z-index: 1;
}
.slide-img, .parallax-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.dreamit-slick-slider .slick-dots {
bottom: 50px !important;
position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
width: 63%;
}
.dreamit-slick-slider .hero-text {
padding-left: 50px;
position: relative;
z-index: 2;
}
.dreamit-slick-slider .hero-text:before {
position: absolute;
content: "";
left: 0;
top: 5px;
width: 100%;
height: 100%;
background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/02/shape.png);
background-repeat: no-repeat;
}
.dreamit-slick-slider .hero-text-wrap h4 {
-webkit-animation: 0.8s 0.8s fadeInUp both;
animation: 0.8s 0.8s fadeInUp both;
margin: 0 0 5px;
font-size: 16px;
color: #cd0d14;
text-transform: uppercase;
font-weight: 600;
padding: 0 0 18px 40px;
}
.dreamit-slick-slider .hero-text-wrap h1 span{
color: #da242b;
}
.dreamit-slick-slider .hero-text-wrap h1 {
-webkit-animation: 1s 1.6s fadeInUp both;
animation: 1s 1.6s fadeInUp both;
font-size: 58px;
line-height: 76px;
font-weight: 800;
color: #152b63;
text-transform: uppercase;
}
.dreamit-slick-slider .hero-text-wrap p {
animation: 1s 2s fadeInUp both;
width: 68%;
padding: 7px 0 8px;
color: #152b63;
} .single-slick.style-two .hero-text-wrap h4 {
animation: 0.8s 0.8s fadeInUp both;
font-size: 16px;
line-height: 42px;
text-transform: uppercase;
color: #fd8f15;
font-weight: 500;
font-family: "Inter";
margin: 0 0 0px 30px;
position: relative;
z-index: 1;
}
.single-slick.style-two .hero-text-wrap h4::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: -5px;
left: -53%;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/shap-1.png);
background-position: center center;
z-index: -1;
background-repeat: no-repeat;
}
.single-slick.style-two .hero-text-wrap h1 {
animation: 1s 1.6s fadeInUp both;
font-size: 68px;
line-height: 80px;
color: #fff;
text-transform: capitalize;
margin: 0;
font-weight: 800;
position: relative;
z-index: 1;
}
.single-slick.style-two .hero-text-wrap h1 span {
color: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn {
margin-top: 37px;
display: inline-block;
font-size: 15px;
color: #ffffff;
font-weight: 500;
font-family: "Poppins";
text-decoration: none;
background: #FD8F14;
padding: 17px 39px;
border-radius: 30px;
position: relative;
z-index: 1;
}
.single-slick.style-two .hero-text-wrap .btn::before {
position: absolute;
content: "";
z-index: -1;
left: 32px;
top: 15px;
right: 0;
height: 28px;
width: 28px;
line-height: 25px;
border-radius: 50px;
background: #020B07;
transition: .5s;
}
.single-slick.style-two .hero-text-wrap .btn::after {
border-radius: 30px;
background: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn:hover {
color: #fff;
border-color: #2AB685;
}
.single-slick.style-two .hero-text-wrap .btn:hover:after{
}
.single-slick.style-two .hero-text-wrap p {
display: none;
} .lines {
padding: 15px 0 40px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.lines .line {
position: relative;
width: 87%;
height: 1px;
background-color: rgba(255, 255, 255, 0.3);
overflow: hidden;
z-index: 5;
}
.lines .line::after {
content: "";
display: block;
position: relative;
height: 1px;
width: 35px;
top: 0;
left: 0px;
background-color: #da242b;
-webkit-animation: moveLeftBounces-two 35s linear infinite;
animation: moveLeftBounces-two 35s linear infinite;
overflow: hidden;
}
.lines .line:nth-child(1)::after {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateY(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(585px);
transform: translateX(585px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .dreamit-slick-slider .hero-text-wrap .btn {
font-size: 15px;
padding: 17px 41px 17px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 35px 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
-webkit-animation: 1s 1.8s fadeInUp both;
animation: 1s 1.8s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 35px 5px 5px;
background: #da242b;
transform: scale(0);
transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn i {
font-size: 9px;
margin-left: 5px;
font-weight: 800;
font-size: 10px;
width: 26px;
height: 26px;
line-height: 24px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: absolute;
top: 12px;
right: -10px;
transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover i {
background: #DA242B;
border: 2px solid #fff;
color: #fff;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover {
color: #fff;
border-color: #da242b;
background: #da242b;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
transform: scale(1);
} .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: #da242b;
TEXT-ALIGN: CENTER;
border: 2px solid #da242b;
border-radius: 100%;
font-size: 28px;
line-height: 56px;
margin-right: 10px;
} .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: absolute;
right: 0;
animation: 0.6s 0.6s fadeInUp both;
text-align: right;
right: 11%;
bottom: 8px;
}
.dreamit-slick-slider .slider-single-image img {
display: block;
}
.dreamit-slick-slider .single-slick.two .slider-single-image {
right: 62px;
bottom: 56px;
}
.dreamit-slick-slider .single-slick.two .slider-single-image img {
display: block;
width: 86%;
}
.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: #da242b;
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;
top: 50%;
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;
}
.slick-prev {
background-color: rgba(0,0,0,0.40);
border-radius: 100%;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
height: 60px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 60px;
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: 60px;
color: #fff;
border: 0;
}
.slick-next {
background-color: rgba(0,0,0,0.40)!important;
border-radius: 100%;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
height: 60px!important;
top: 50%;
width: 60px!important;
line-height: 60px!important;
color: #fff;
border: 0;
}
.slick-next:hover{
background-color: #da242b!important;
color: #FFF;
}
.slick-next:hover: before{
color: #FFF!important;
}
.slick-next::before {
font-size: 26px!important;
color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
left: -94px;
}
.dreamit-slick-slider .slick-next {
right: -80px;
top: 50%;
opacity: 1;
color: #fff!important;
transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
right: 50px;
}
.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: #da242b;
color: #FFF;
border: 0;
outline:0;
}
.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;
}
@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);
}
} .dreamit-slick-slider .single-slick.style_three{
min-height:800px!important;
}
.dreamit-slick-slider .single-slick.style_three .hero-text{
padding: 0;
}
.dreamit-slick-slider .single-slick.style_three .hero-text:before{
display: none;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h4 {
padding: 0 0 19px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h1 {
-webkit-animation: 1s 1.6s fadeInUp both;
animation: 1s 1.6s fadeInUp both;
color: #fff;
font-size: 56px;
line-height: 68px;
color: #ffffff;
font-weight: 700;
font-family: "Inter";
padding-left: 33px;
text-transform: capitalize;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h1:before {
position: absolute;
content: "";
top: 13px;
left: 0;
height: 110px;
width: 6px;
background: #da242b;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap p {
animation: 1s 2s fadeInUp both;
width: 68%;
padding: 26px 0 14px;
color: #fff;
line-height: 28px;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon {
position: inherit;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn {
background: #da242b;
border-radius: 5px;
margin-right: 30px;
margin-left: 0;
margin-top: 0;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon a {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 17px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:after {
background: #fff;
transform: scale(0);
transition: .5s;
border-radius:5px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:hover:after {
transform: scale(1);
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .btn:hover{
color:#da242b;
border-color:#da242b;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon a:after {
display:none;
}
.dreamit-slick-slider .single-slick.style_three .slider-video-icon .video_title {
position: inherit;
display: inline-block;
transform: inherit;
color: #fff;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid#fff;
margin-left: 11px;
}
.dreamit-slick-slider .single-slick.style_three .slider-single-image {
right: 10%;
bottom: 0;
z-index: 1;
}
.dreamit-slick-slider .single-slick.style_three .slider_shape_three {
position: absolute;
right: 11%;
top: 5%;
animation: 0.9s 0.9s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_three .slider_shape_four {
top: 0;
position: absolute;
left: 0;
z-index: -1;
} .section-title{
position: relative;
}
.section-title .subtitle {
display: inline-block;
font-size: 16px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 21px;
}
.section-title .title {
font-size: 40px;
margin: 0 0 0;
}
.section-title .title span {
color: #da242b;
}
.section-title .description {
font-size: 16px;
font-weight: 300;
margin-bottom: 0;
}
.opacity-low{
opacity: 70%;
}
.section-title h2 {
font-size: 40px;
} .section-title.style2 .subtitle {
position: relative;
display: inline-block;
color: #FF8E16;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 15px;
font-size: 16px;
left: 0;
}
.section-title.style2 .title {
font-size: 40px;
color: #131E18;
}
.section-title.style2 .title span {
color: #FD8F15;
}
.section-title.style2 .description {
font-size: 16px;
line-height: 28px;
color: #2ab685;
font-weight: 600;
font-family: "Inter";
margin: 19px 0 19px 50px;
position: relative;
z-index: 1;
}
.section-title.style2 .description::before {
position: absolute;
content: "";
top: 15px;
left: -49px;
height: 2px;
width: 40px;
background: #39BB8E;
} .section-title.style3 .subtitle {
font-size: 18px;
text-transform: capitalize;
font-weight: 500;
color: #da242b;
margin: 0 0 16px;
position: relative;
margin-left: 0px;
display: block;
}
.section-title.style3 .title span {
color: #2f6eff;
}
.section-title.style3 .subtitle::before {
position: absolute;
content: "";
left: 0;
top: 9px;
background: rgba(20,24,64,0.10196078431372549);
height: 1px;
width: 44%;
}
.section-title.style3 .subtitle::after {
position: absolute;
content: "";
right: 0;
top: 9px;
background: rgba(20,24,64,0.10196078431372549);
height: 1px;
width: 44%;
}
.section-title.style3 .section-title.left .subtitle::before {
display: none;
}
.section-title.style3 .section-title.left .subtitle::after {
display: none;
}
.section-title-three .section-title.style3 .subtitle::before{
background: #F1F1F1;
opacity: 0.2;
}
.section-title-three .section-title.style3 .subtitle::after{
background: #F1F1F1;
opacity: 0.2;
} .about_page .section-title.style3 .title span{
color:#D9242B;
} .feature-box.style1{
position: relative;
}
.feature-box.style1 {
text-align: left;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #F6F6F6;
padding: 44px 23px 44px 32px;
border-radius: 0 10px 10px 0;
width: 63%;
border-left: 5px solid #29B584;
}
.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 {
-o-transition: .5s;
transition: .5s;
margin: 15px 0 15px;
font-size: 20px;
line-height: 32px;
color: #121d17;
font-weight: 600;
margin: 0 0 10px;
}
.feature-box.style1 .feature-box-desc {
font-weight: 300;
margin-bottom: 0;
transition: .5s;
}
.feature-box.style1 .feature-box-icon {
display: none;
}
.feature-box.style1 .feature-box-icon i {
display: inline-block;
color: #fff;
font-size: 36px;
height: 86px;
width: 86px;
line-height: 80px;
text-align: center;
background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);;
border: 4px solid #fff;
border-radius: 50%;
box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
transition: 0.5s;
} .feature-box.style2 {
text-align: center;
z-index: 99;
padding: 38px 30px 18px;
border: 1px solid #ebebfd;
border-radius: 5px;
background: #fff;
overflow: hidden;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.feature-box.style2:hover{
border: 1px solid transparent;
box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}
.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 {
font-size: 22px;
font-weight: 600;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 15px 0 15px;
}
.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.style-ten {
background: #d9232b;
text-align: center;
padding: 31px 0 10px;
height: 170px;
width: 160px;
border-radius: 5px;
}
.feature-box.style-ten .feature-box-title h2 {
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
font-family: "Inter";
text-align: center;
margin: 10px 0 0;
} .dreamit-button .button {
font-size: 15px;
padding: 15px 32px;
background: #152b63;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 30px 30px 30px;
position: relative;
z-index: 1;
transition: .5s;
}
.dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 30px 30px 30px;
background: #cd0d14;
transform: scale(0);
transition: .5s;
}
.dreamit-button .button i {
color: #fff;
display: inline-block;
margin-left: 6px;
font-weight: 800;
font-size: 11px;
}
.dreamit-button .button:hover {
color: #fff;
}
.dreamit-button .button:hover:before {
transform: scale(1);
} .dreamit-button.style3 .dreamit-button a {
padding: 6px 25px;
font-size: 15px;
font-weight: 500;
border: 1px solid #da242b;
color: #fff;
background: #da242b;
border-radius: 30px;
display: inline-block;
margin-left: 15px;
position: relative;
z-index: 1;
}
.dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 30px;
background: #10102E;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style3 .dreamit-button a:hover:before{
transform: scale(1);
} .dreamit-button.style4 .button {
display: inline-block;
text-decoration: none;
background: #fff;
border-radius: 30px;
padding: 10px 9px 10px 20px;
position: relative;
z-index: 1;
color: #333;
font-weight: 400;
}
.dreamit-button.style4 .button span {
background: #FD8F14;
padding: 6px 13px;
border-radius: 30px;
color: #fff;
margin-left: 16px;
}
.dreamit-button.style4 .button:before {
border-radius: 30px;
background: #2AB685;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style4:hover .button:before{
transform: scale(1); 
}
.dreamit-button.style4:hover .button{
color: #fff;
} .dreamit-button.style5 .button {
padding: 15px 32px;
display: inline-block;
color: #fff;
text-decoration: none;
border: 3px solid #fff;
padding: 13px 35px;
border-radius: 30px;
font-weight: 500;
position: relative;
z-index: 1;
transition: .5s;
background: transparent;
}
.dreamit-button.style5 .button::after {
position: absolute;
content: "";
top: 14px;
left: 28px;
height: 25px;
width: 25px;
border-radius: 50%;
background: #FD8F14;
z-index: -1;
}
.dreamit-button.style5 .button:before {
border-radius: 30px;
background: #FD8F14;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style5:hover .button:before{
transform: scale(1); 
}
.dreamit-button.style5:hover .button:before{
transform: scale(1); 
}
.dreamit-button.style5:hover .button{
background: #FD8F14;
color: #333;
border: 3px solid #FD8F14;
} .dreamit-button.style6 .button {
display: inline-block;
font-size: 15px;
text-transform: capitalize;
font-weight: 500;
font-family: 'Poppins';
background: #306EFF;
text-decoration: none;
color: #fff;
padding: 15px 41px;
border-radius: 30px;
position: relative;
transition: .5s;
z-index: 1;
overflow: hidden;
}
.dreamit-button.style6 .button:before {
border-radius: 30px;
background: #FFC703;
}
.dreamit-button.style6 .button:hover:before {
transform: scale(1);
} .dreamit-button.style11 .dreamit-button .button {;
padding: 15px 32px;
border-radius: 5px;
}
.dreamit-button.style11 .dreamit-button a i {
display: inline-block;
margin-right: 9px;
font-size: 16px!important;
}
.dreamit-button.style11 .button:before {
border-radius: 5px;
}  .service-box.style1 {
padding: 0;
position: relative;
z-index: 1;
}
.service-box.style1 .content {
padding: 44px 25px 35px 35px;
background: #fff;
margin-right: 15px;
border-radius: 0 0 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
box-shadow: 0 2px 16px 0px rgb(0 0 0 / 10%);
}
.service-box.style1 .content:before {
position: absolute;
content: "";
top: 0;
right: -15px;
width: 15px;
height: 90%;
background: #da242b;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
}
.service-box.style1:hover .content {
margin-right: 0;
}
.service-box.style1:hover .content:before {
width: 100%;
height: 100%;
right: 0;
border-radius: 0 0 5px 5px;
}
.service-box.style1 .service_img {
line-height: 0;
position: relative;
}
.service-box.style1 .service_img:before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 0;
height: 100%;
background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
opacity: 0;
transition: .5s;
border-radius: 5px 5px 0 0;
}
.service-box.style1:hover .service_img:before {
opacity: .45;
left: 0;
width: 100%;
}
.service-box.style1 .service_img img {
width: 100%;
}
.service-box.style1 .title {
font-size: 22px;
font-weight: 600;
position: relative;
z-index: 1;
transition: .5s;
margin: 0 0 13px;
}
.service-box.style1 .icon {
position: absolute;
z-index: 55;
top: -77px;
left: 35px;
}
.service-box .icon img {
transition: .5s;
}
p.description {
transition: .5s;
}
.service-box:hover .title,
.service-box:hover .content p {
color: #fff;
}
.service-box:hover .icon img {
filter: hue-rotate(203deg);
} .service-btn a {
font-size: 15px;
padding: 7px 0px 7px 30px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 2px 25px 2px 2px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 8px;
}
.service-btn a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 2px 25px 2px 2px;
background: #fff;
transform: scale(0);
transition: .5s;
}
.service-box:hover .service-btn a:before {
transform: scale(1);
}
.service-box:hover .service-btn a {
color:#DA242B;
}
.service-box:hover .service-btn a i {
color: #062462;
} .service-box.style2 {
padding: 47px 22px 13px;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.9019607843137255);
filter: drop-shadow(0px 10px 30px rgba(116, 100, 95, 0.2));
text-align: center;
margin-bottom: 0;
position: relative;
z-index: 1;
clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.style_two .service-box.style2 {
clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.style_three .service-box.style2 {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
padding: 47px 22px 25px;
}
.style_four .service-box.style2 {
clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
padding: 47px 22px 25px;
}
.service-box.style2 .service-number {
text-align: center;
margin: auto;
display: inline-block;
margin-bottom: 61px;
}
.service-box.style2 span.service-box-number {
font-size: 24px;
font-weight: 500;
line-height: 26px;
color: #fff;
position: relative;
z-index: 22;
opacity: 1;
}
.service-box.style2 span.service-box-number:before {
position: absolute;
content: "";
left: -24px;
top: -15px;
width: 60px;
height: 55px;
background: url(//genarilaclama.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process-i1.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
transition: .5s;
}
.service-box.style2 span.service-box-number:after{
position: absolute;
content: "";
left: -24px;
top: -15px;
width: 60px;
height: 55px;
background: url(//genarilaclama.com/wp-content/plugins/dreamit-elementor-extension/assets/images/process-i2.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
transition: .5s;
opacity: 0;
}
.service-box.style2 .service-box-title h3 {
font-size: 22px;
color: #232323;
font-weight: 600;
font-family: "Fira Sans";
transition: .5s;
margin-top: 0;
margin-bottom: 8px;
}
.service-box.style2 .service-box-content p{
transition: .5s;
}
.service-box.style2 .service-box-title h3 span ,
.service-box.style2 .service-box-title h2 span {
color: #f83d04;
} .service-box.style2:hover .service-box-title h3,
.service-box.style2:hover .service-box-content p{
color: #fff;
}
.service-box.style2:hover span.service-box-number:before{
opacity: 0;
}
.service-box.style2:hover span.service-box-number:after{
opacity: 1;
} .service_box.style1 {
padding: 45px 19px 49px 40px;
border: 0;
text-align: left;
position: relative;
z-index: 1;
margin-bottom: 30px;
overflow: hidden;
border-top: 5px solid #FF3D00;
transition: .5s;
background: #fff;
box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}
.service_box.style1:before {
position: absolute;
content: "";
right: 0;
bottom: 0;
width: 80px;
height: 80px;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/05/box-bg2.png);
transition: all 400ms linear;
opacity: 0;
z-index: -1;
}
.service_top{
transition: all 400ms linear;
}
.service_box.style1 .icon {
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 17px;
}
.service_box.style1 .icon:after {
position: absolute;
content: "";
top: 10px;
left: 14px;
height: 74px;
width: 74px;
background: #f5f5f5;
border-radius: 100%;
z-index: -1;
}
.service_box.style1 .service_content h3 {
margin: 11px 0 14px 0;
font-size: 24px;
font-weight: 600;
}
.service_box.style1 .service_bar {
background: #da242b;
height: 3px;
width: 64px;
position: relative;
border-radius: 30px;
margin-top: 34px;
}
.service_box.style1 .service_bar:before {
position: absolute;
content: "";
top: 0px;
left: 0;
height: 3px;
width: 10px;
border-radius: 50%;
background: #fff;
border-radius: 10%;
-webkit-animation: MOVIE-BG 4s linear infinite alternate;
animation: MOVIE-BG 4s linear infinite alternate;
} .service_box.style1 .service_back {
position: absolute;
top: 0;
left: 0;
height: 44%;
width: 100%;
text-align: left;
background: #131323ed;
padding: 32px 20px 0 46px;
transform: perspective(500px)rotateX(-90deg);
opacity: 1;
transform-origin: 50% 0%;
transition: all 400ms linear;
}
.service_box.style1 .service_back .description {
color: #da242b;
font-size: 16px;
font-weight: 500;
margin: 0 0 0;
position: relative;
left: 40px;
}
.service_box.style1 .service_back .description:before {
position: absolute;
content: "";
top: 10px;
left: -40px;
height: 2px;
width: 35px;
background: #da242b;
}
.service_box.style1 .service_back .title {
margin: 7px 0 14px 0;
font-size: 24px;
font-weight: 600;
color: #fff;
}
.service_box.style1 .service_number {
display: inline-block;
text-align: center;
position: absolute;
right: 0;
top: 74px;
margin: auto;
height: 58px;
width: 58px;
background: #da242b;
line-height: 58px;
border-radius: 100%;
left: 0;
bottom: -73px;
font-size: 24px;
color: #fff;
cursor: pointer;
} .service_box.style1:hover:before {
width: 100%;
height: 100%;
opacity: 1;
}
.service_box.style1:hover .service_top{
opacity: 0;
}
.service_box.style1:hover .service_back {
transform: perspective(500px)rotateX(0deg);
} @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);
}
} .service-box.style3 {
border: none;
border-radius: 3px;
text-align: left;
z-index: 1;
position: relative;
background: #F6F6F6;
border-radius: 5px;
padding: 15px 13px 18px 18px;
margin: 0;
transition: 0.5s;
display: flex;
align-items: center;
position:relative;
z-index:1;
}
.service-box.style3:before{
content:"";
position:absolute;
left:0;
top:0;
width:0%;
height:100%;
background:#306EFF;
z-index:-1;
transition:.5s;
border-radius: 5px;
}
.service-box.style3:hover:before{
width:100%;
}
.service-box.style3 .icon {
top: 0;
width: inherit;
height: inherit;
background-color: transparent;
border: none;
line-height: 0px;
margin-right: 15px;
}
.service-box.style3 .title {
padding: 0;
font-size: 17px;
color: #141840;
font-weight: 600;
margin: 0;
transition:.5s;
}
.service-box.style3:hover .title {
color: #fff;
}
.service-box.style3 .title:before {
display: none;
}
.service-box.style3 .service-btn a {
padding: 9px 18px 9px 24px;
font-size: 15px;
color: #232323;
border: none;
background-color: #f6f5f5;
margin-top: 8px;
}
.service-box.style3 .service-btn a i {
font-size: 10px;
font-weight: 700;
}
.service-box.style3 .service-btn a:before {
border-radius: 22px;
}
.service-box.style3 .service-box-number {
position: absolute;
right: -1px;
top: 50%;
opacity: 0.102;
font-size: 24px;
line-height: 42px;
color: #141840;
font-weight: 700;
font-family: "Inter";
transition: 0.5s;
transform: translate(-50%, -50%);
left: inherit;
}
.service-box.style3 p.description {
transition: .5s;
margin: 0;
display: none;
} .service-box.style3:hover .icon img {
filter: brightness() invert(0);
}
.service-box.style3:hover .title:before {
background: #fff;
}
.service-box.style3:hover .service-box-number{
opacity: 1;
color: #1550D4;
}
.service-box.style3:hover .service-btn a{
color: #fff;
} .service .service-box.style3{
background: #F5F5F5;
}
.service .service-box.style3 .icon:after {
top: 12px;
background: #fff;
}
.service .service-box.style3:hover .icon:after {
background: #FF784E;
}
.service .service-box.style3 .service-btn a{
background: #fff;
color: #232323;
}
.service .service-box.style3:hover .service-btn a{
color: #fff;
}
.service .service-box.style3 .service-btn a i{
color: #da242b;
} .service-box.style4 {
text-align: center;
background: #121D17;
padding: 39px 28px 60px;
border: none;
margin: 0;
}
.service-two .service-box.style4{
background: #FD8F14;
}
.service-box.style4 .icon {
top: 0;
width: inherit;
height: inherit;
line-height: 0;
border-radius: 0;
background-color: transparent;
border: none;
}
.service-box.style4:hover .icon img {
filter: brightness(1) invert(0);
}
.service-box.style4 .title {
font-size: 22px;
padding: 0;
margin: 0 0 10px;
margin-top: 0;
color: #fff;
}
.service-box.style4 .title:before{
display: none;
}
.service-box.style4 p.description {
transition: .5s;
opacity: 0.702;
font-size: 14px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin: 0;
} .service-box.style5 {
padding: 15px 15px 0px;
background-color: transparent;
border: none;
text-align: left;
position: relative;
z-index: 1;
margin-bottom: 0;
border-radius: 5px;
}
.service-box.style5 .service_img {
line-height: 0;
}
.service-box.style5 .service_img img {
width: 100%;
height: 292px;
object-fit: cover;
border-radius: 10px;
}
.service-box.style5 .content {
position: relative;
padding: 0 15px 0;
}
.service-box.style5 .icon {
border: none;
display: inline-block;
height: 70px;
width: 70px;
line-height: 91px;
text-align: center;
position: absolute;
top: -80px;
z-index: 22;
background: #cd0d14;
right: 26px;
border-radius: 50%;
transition: .5s;
}
.service-box.style5 .title {
font-size: 22px;
line-height: 30px;
color: #141840;
font-weight: 600;
margin: 30px 0 11px;
padding: 0;
}
.service-box.style5 p.description {
transition: .5s;
margin: 0 0 15px;
}
.service-box.style5 .title:before {
display: none;
}
.service-box.style5 .service-btn a {
padding: 0;
font-size: 15px;
font-family: 'Poppins';
border-radius: 0;
background-color: transparent;
border: none;
margin-top: 0;
font-size: 15px;
transition: .5s;
}
.service-box.style5 .service-btn a i {
color: #616161;
}      .service-box.style5 .service-btn a:before{
display: none;
}
.service-box.style5:hover p.description{
color:#616161 ;
}
.service-box.style5:hover .service-btn a{
color:#616161 ;
}
.service-box.style5:hover .service-btn a i{
color:#616161 ;
}
.service-box.style5 .service-btn a:hover{
color: #E1A701;
}
.service-box.style5 .service-btn a:hover i{
color:#E1A701 ;
} .service-box.style5.six:hover .icon img {
filter: brightness() invert(1);
}
.service-box.style5.six .icon {
height: 0;
width: inherit;
line-height: 0;
position: inherit;
top: 0;
background: transparent;
right: 0;
border-radius: 0;
transition: .5s;
}
.service-box.style5.six .title {
margin: 26px 0 8px;
} .service_item.style_one {
background: #fff;
border-radius: 5px;
position: relative;
z-index: 1;
padding: 30px;
margin: 0 15px;
overflow: hidden;
}
.service_item.style_one:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 80%;
width: 83%;
background: #dfe5f1;
clip-path: polygon(50% 0%, 0 43%, 0 0);
transition: .5s;
}
.service_item.style_one:before {
position: absolute;
content: "";
top: 0;
left: -100px;
height: 80%;
width: 83%;
background: #dfe5f1;
clip-path: polygon(50% 0%, 0 43%, 0 0);
transition: .5s;
}
.service_item.style_one:hover:before{
background: #d9232b;
left:0px;
}
.service_item.style_one:hover:after{
left: -170px;
}
.service_item.style_one .service_img {
position: relative;
z-index: 22;
}
.service_item.style_one .service_content {
position: relative;
padding: 8px 0 0px;
}
.service_item.style_one .icon {
display: inline-block;
width: 68px;
height: 68px;
border-radius: 5px;
background-color: #062462;
text-align: center;
line-height: 93px;
position: absolute;
right: 30px;
top: -45px;
transition: .5s;
z-index: 22;
}
.service_item.style_one:hover .icon{
background-color: #d9232b;  
}
.service_item.style_one .icon img {
display: inline-block;
width: 36px;
transition: .5s;
}
.service_item.style_one .service_title h2 a {
font-size: 24px;
color: #062461;
font-weight: 600;
font-family: "Inter";
margin: 0 0 9px;
display: inline-block;
}
.service_item.style_one .service_title h2 a:hover{
color:#d9232b;
}
.service_item.style_one .room-details-button {
margin-top: 28px;
}
.service_item.style_one .room-details-button a {
background: #f0f3f9;
padding: 4px 21px;
font-size: 15px;
line-height: 42px;
color: #062462;
font-weight: 500;
display: block;
transition: .5s;
border-radius: 5px;
}
.service_item.style_one:hover .room-details-button a{
background:#052361;
color:#fff;
}
.service_item.style_one .room-details-button a i {
margin-right: 8px;
font-weight: 700;
transition: .5s;
} .service_carousel.style1 .owl-nav {
display: block;
position: absolute;
right: -87px;
top: 50%;
transform: translate(-50%, -50%);
}
.service_carousel.style1 button.owl-prev {
display: block;
margin: 0 0 19px;
}
.service_carousel.style1 button.owl-prev i,
.service_carousel.style1 button.owl-next i{
width: 54px;
height: 54px;
border-radius: 27px;
background-color: #ffffff;
display: block;
line-height: 54px;
transition: .5s;
font-weight:700;
}
.service_carousel.style1 button.owl-prev i:hover,
.service_carousel.style1 button.owl-next i:hover{
background-color: #052361; 
color:#fff;
}
.heading.style_2 p a {
color: #da242b;
border-bottom: 1px solid#da242b;
} .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: #da242b;
}
.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{
display: flex;
align-items: center;
padding-bottom: 5px;
}
.icon-box.style1 .icon-box-icon{
margin-right: 25px;
}
.icon-box.style1 .icon-box-content h2{
color: var(--title-color);
font-size: 20px;
font-weight: 700;
margin: 0 0 7px 0;
}
.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: block;
} .icon-box.style3 {
display: flex;
align-items: center;
padding: 0;
transition: 0.5s;
margin-bottom: 6px;
}
.icon-box.style3 .icon-box-icon {
flex-shrink: 0;
margin-right: 24px;
}
.icon-box.style3 .icon i {
font-size: 11px;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
background-color: #da242b;
border-radius: 50%;
color: #fff;
}
.icon-box.style3 .icon-box-content .title {
font-size: 20px;
font-family: var(--title-font);
margin: 0 0 3px;
color: #fff;
font-weight: normal;
font-size: 16px;
}
.icon-box.style3 .icon-box-content .description {
color: var(--main-color);
font-size: 18px;
font-weight: 500;
margin-bottom: 0;
width: 85%;
} .icon-box.style4 {
background: #F6F6F6;
padding: 0 17px 0 0;
margin-top: 0;
border-radius: 0 10px 10px 0;
transition: 0.5s;
display: flex;
align-items: center;
}
.icon-box.style4 .icon {
display: inline-block;
font-size: 36px;
background: #FD8F14;
color: #fff;
height: 80px;
width: 80px;
line-height: 81px;
text-align: center;
border-radius: 7px 0px 0px 7px;
}
.icon-box.style4 .icon-box-content h4 {
font-size: 20px;
font-weight: 500;
margin: 0 0 7px;
padding: 0 0 0 32px;
position: relative;
}
.icon-box.style4 .icon-box-content p {
font-size: 15px;
margin: 0;
font-style: italic;
line-height: 26px;
}
.icon-box.style4 .icon-box-content h4:before {
display: none;
} .icon-box.style5 {
display: flex;
background: #ffff;
padding: 30px 35px 32px;
border-radius: 5px 5px 60px 5px;
margin: 0 3px 30px;
position: relative;
z-index: 1;
transition: .5s;
overflow: hidden;
}
.icon-box.style5:hover {
border-radius: 5px 5px 60px 60px;
}
.icon-box.style5::before {
position: absolute;
z-index: -1;
content: "";
bottom: 0;
width: 100%;
height: 0;
right: 0;
transition: .5s;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/contact-bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.icon-box.style5:hover:before{
height: 100%;
}
.icon-box.style5 .icon-box-icon {
margin-right: 20px;
}
.icon-box.style5 .icon-box-content h4 {
font-size: 20px;
padding: 0px 0 8px;
margin-top: 0;
transition: .5s;
font-weight: 500;
}
.icon-box.style5 p.description {
transition: .5s;
margin: 0;
line-height: 24px;
}
.icon-box.style5:hover .icon-box-content h4,
.icon-box.style5:hover p.description{
color: #fff;
} .icon-box.style6 .icon {
height: 92px;
width: 92px;
line-height: 98px;
background: #fff;
text-align: center;
border-radius: 100%;
display: inline-block;
}
.icon-box.style6 .icon-box-icon{
display: inline-block;
margin-right: 125px;
border: 2px dashed #ffffff;
border-radius: 50%;
padding: 8px;
}
.icon-box.style6 .icon i {
font-size: 45px;
color: #da242b;
transition: 0.5s;
animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
display: inline-block;
font-size: 27px
} .icon-box.style7 {
padding: 30px 0;
position: relative;
z-index: 1;
}
.icon-box.style7::before {
position: absolute;
content: "";
top: -15px;
left: 0;
right: 0;
height: 100%;
width: 100%;
text-align: center;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/fea-cir.png);
background-position: center center;
z-index: -1;
background-repeat: no-repeat;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 20s;
opacity: 0;
transition: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.icon-box.style7:hover::before {
opacity: 1;
}
.icon-box.style7 .icon_box {
padding: 35px 31px 38px;
background: #fff;
border-radius: 8px;
transition: 0.5s;
margin-bottom: 30px;
position: relative;
z-index: 1;
display: flex;
align-items: center;
}
.icon-box.style7 .icon_box:before {
position: absolute;
content: "";
right: 10px;
top: 50%;
transform: translate(-50%,-50%);
height: 66px;
width: 19px;
background-repeat: no-repeat;
background-position: center center;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/feature.png);
background-size: cover;
transition: .5s;
}
.icon-box.style7:hover .icon_box {
background: #052361;
}
.icon-box.style7 .icon_box .img-icon {
display: inline-block;
background: #29B585;
height: 70px;
width: 70px;
line-height: 96px;
text-align: center;
border-radius: 50%;
margin-right: 20px;
}
.icon-box.style7 .icon {
display: inline-block;
margin-right: 22px;
}
.icon-box.style7 .icon i {
display: inline-block;
height: 62px;
width: 62px;
line-height: 62px;
text-align: center;
background: #fff;
background: rgb(255,255,255,0.2);
color: #fff;
border-radius: 5px;
font-size: 27px;
transition: .5s;
}
.icon-box.style7 .icon-box-content .title {
font-size: 24px;
line-height: 35px;
color: #121d17;
font-weight: 600;
margin: 0;
transition: 0.5s;
}
.icon-box.style7 .icon-box-content .description {
margin: 0;
font-size: 16px;
line-height: 28px;
color: #616161;
font-weight: 400;
position: relative;
z-index: 1;
transition: 0.5s;
margin-left: 0px;
}
.icon-box.style7:hover .icon-box-content .title,
.icon-box.style7:hover .icon-box-content .description{
color: #fff;
} 
.icon-box.style7:hover  .icon_box .img-icon {
background: #FC9012;
} .icon_active .icon-box.style7:before{
opacity: 1;
}
.icon_active .icon-box.style7 .icon_box {
background: #052361;
}
.icon_active .icon-box.style7:hover .icon_box .img-icon{
background: #FC9012;
}
.icon_active .icon-box.style7 .icon-box-content .title,
.icon_active .icon-box.style7 .icon-box-content .description{
color: #fff;
} .icon-box.style7:hover .icon i{
background: #da242b;
}
.about_service.solar .icon-box.style7 .icon_box:before {
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/10/cntr-shap.png);
background-size: cover;
transition: .5s;
}
.about_service.solar .icon-box.style7 .icon_box .img-icon {
display: inline-block;
background: #D9232B;
}
.about_service.solar .icon-box.style7 .icon-box-content .description::before {
background: #D9232B;
}
.about_service.solar .icon-box.style7:hover .icon-box-content .description::before{
background:#fff;
} .icon-box.style8 {
background: transparent;
padding: 0;
border-radius: 0;
display: flex;
align-items: center;
}
.icon-box.style8 .img-icon {
display: inline-block;
height: 70px;
width: 70px;
border-radius: 5px;
background: #fff;
line-height: 98px;
text-align: center;
margin-right: 23px;
}
.icon-box.style8 .icon-box-icon {
display: inline-block;
font-size: 36px;
background: #2AB685;
color: #fff;
height: 110px;
width: 110px;
line-height: 110px;
text-align: center;
}
.icon-box.style8 .icon-box-content h4 {
font-size: 22px;
line-height: 50px;
color: #121d17;
font-weight: 600;
position: relative;
margin: 0 0 0;
padding-left: 189px;
}
.icon-box.style8 .icon-box-content h4::before {
content: "";
position: absolute;
height: 2px;
width: 50px;
background: #FD8F14;
top: 25px;
left: 110px;
}
.icon-box.style8 p.description {
transition: .5s;
margin: 0;
} .icon-box.style9 p.description {
margin: 0;
} .icon-box.style10 {
border-radius: 50px;
background: #2F6EFF;
padding: 12px 0 12px 14px;
display: flex;
align-items: center;
transition: .5s;
}
.icon-box.style10:hover{
background:#FFC703;
}
.icon-box.style10 .img-icon {
display: inline-block;
text-align: center;
margin-right: 13px;
position: relative;
top:4px;
}
.icon-box.style10 .icon-box-content .title {
font-size: 16px;
line-height: 28px;
font-weight: 600;
font-family: "Inter";
margin: 0;
color: #fff;
}
.icon-box.style10 p.description {
margin: 0;
font-size: 14px;
font-weight: 300;
color: #fff;
transition: 0.5s;
} .icon-box.style11 {
display: flex;
align-items: center;
}
.icon-box.style11 .icon-box-icon .icon {
height: 71px;
width: 71px;
line-height: 71px;
background: #fff;
border-radius: 100%;
text-align: center;
}
.icon-box.style11 .icon-box-icon {
margin-right: 25px;
}
.icon-box.style11 .icon-box-icon .icon i {
font-size: 33px;
color: #da242b;
display: inline-block;
}
.icon-box.style11 p.description {
transition: .5s;
margin: 0 0 5px;
}
.about_service .icon-box.style7::before {
display: none;
} .icon-box.style12 {
display: flex;
border-bottom: 1px solid rgba(255,255,255,0.12156862745098039);
padding: 0 0 12px;
margin-bottom: 0;
}
.last_child .icon-box.style12:last-child{
border-bottom:none;
padding-bottom: 6px;
}
.icon-box.style12 .icon {
margin-right: 20px;
width: 55px;
height: 55px;
line-height: 55px;
background-color: #cd0d14;
text-align: center;
border-radius: 0 50px 50px 50px;
display: inline-block;
transition: .5s;
}
.icon-box.style12 .icon i {
color: #fff;
font-size: 22px;
transition: .5s;
}
.icon-box.style12 .icon-box-content .title {
font-weight: 600;
font-size: 17px;
color: #fff;
margin: 0 0 0;
}
.icon-box.style12 .icon-box-content .description {
font-size: 14px;
line-height: 23px;
color: #fff;
opacity: .702;
font-weight: 400;
font-family: 'Poppins';
margin-top: 5px;
}
.icon-box.style12:hover .icon {
background: #cd0d14;
} .icon-box.style18 {
display: flex;
align-items: center;
}
.icon-box.style18 .img-icon {
width: 80px;
height: 80px;
border-radius: 5px;
background-color: rgba(8,49,132,0.10196078431372549);
text-align: center;
line-height: 111px;
display: inline-block;
margin-right: 27px;
}
.icon-box.style18 .title h4 {
font-size: 22px;
line-height: 28px;
color: #062461;
font-weight: 600;
font-family: "Inter";
margin: 0 0 4px;
}
.icon-box.style18 .description p {
margin: 0;
width: 85%;
} .icon-box.style19 {
display: flex;
align-items: center;
}
.icon-box.style19 .img-icon {
width: 20px;
height: 20px;
border-radius: 10px;
background-color: #da242b;
text-align: center;
line-height: 20px;
margin-right: 10px;
}
.icon-box.style19 .title h4 {
font-size: 16px;
color: #062461;
font-weight: 400;
margin: 0;
}
.icon-box.style19 .description p {
margin: 0;
} .icon-box.style20 {
display: flex;
align-items: center;
}
.icon-box.style20 .img-icon {
width: 70px;
height: 70px;
border-radius: 5px;
background-color: #062462;
text-align: center;
line-height: 100px;
}
.icon-box.style20 .description p {
margin: 0;
} @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);
}
} .counter-content.counter {
display: flex; }
.single-counter .icon {
margin-bottom: 0;
}
.counter_number {
font-size: 22px;
background: #2AB685;
padding: 20px 13px;
border-radius: 10px;
color: #fff;
margin: 0;
display: inline-block;
margin-right: 18px;
}
.single-counter .icon i {
font-size: 50px;
color: #da242b;
}
.counter-content span {
font-size: 22px;
font-weight: 600;
color: #fff;
display: inline-block;
margin-bottom: 0;
display: inline-block;
}
.counter-content .suffix {
color: #fff;
}
.counter-content h6 {
font-size: 16px;
line-height: 26px;
color: #121d17;
font-weight: 500;
font-family: "Inter";
margin: 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: #da242b;
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 {
display: flex;
align-items: center;
}
.single-counter.style_three .icon {
margin-right: 18px;
}
.single-counter.style_three .counter-content.counter {
display: block;
}
.single-counter.style_three .counter-content span {
display: inline-block;
font-size: 24px;
line-height: 28px;
color: #141840;
font-weight: 700;
font-family: "Inter";
}
.single-counter.style_three .counter-content .suffix {
color: #141840;
}
.single-counter.style_four .counter-content.counter {
display: inherit;
margin-top: 32px;
}
.single-counter.style_four .counter-content h6 {
font-size: 18px;
color:#fff;
}
.single-counter.style_four .counter-content span {
font-size: 40px;
} .single-counter.style_five .counter-content.counter {
background: #cd0d14;
padding: 12px 7px 12px 30px;
border-radius: 5px 30px 0px 0px;
height: 74px;
width: 232px;
align-items: center;
}
.single-counter.style_five .counter-content h6 {
font-size: 15px;
line-height: 26px;
display: inline-block;
color: #fff;
position:relative;
}
.single-counter.style_five .counter-content h6:before {
position: absolute;
content: "";
left: -16px;
top: 0;
width: 2px;
height: 22px;
background-color: rgba(255,255,255,0.30196078431372547);
z-index: 1;
}
.single-counter.style_five .counter-content span {
font-size: 30px;
font-weight: 600;
color: #fff;
display: inline-block;
padding-right: 12px;
} .single-counter.style_seven {
display: flex;
align-items: center;
}
.single-counter.style_seven .counter-content.counter {
display: block;
}
.single-counter.style_seven .icon {
margin-bottom: 0;
height: 82px;
width: 82px;
line-height: 115px;
background: #062462;
border-radius: 5px;
text-align: center;
margin-right: 26px;
transition: .5s;
}
.single-counter.style_seven:hover .icon{
background:#d9232b;
}
.single-counter.style_seven .counter-content span {
font-size: 40px;
font-weight: 600;
color: #062462;
margin: 0 0 15px;
}
.single-counter.style_seven .counter-content .suffix {
color: #062462;
}
.single-counter.style_seven .counter-content h6 {
font-size: 16px;
color: #062462;
} .single-counter.style_eight .counter-content.counter {
display: block;
float: left;
margin-right: 24px;
margin-top: 15px;
}
.single-counter.style_eight .counter-content span {
font-size: 90px;
font-weight: 800;
font-family: "Inter";
}
.single-counter.style_eight .counter-content .suffix {
font-size: 60px!important;
top: -28px;
position: relative;
}
.single-counter.style_eight .counter-content h6 {
font-size: 15px;
color: #fff;
font-weight: 400;
margin: 0;
opacity: 0.6;
margin-top: 8px;
}
.single-counter.style_eight .inner_content {
overflow: hidden;
padding-left: 25px;
border-left: 3px solid #da242b;
}
.single-counter.style_eight .inner_content p {
color: #fff;
opacity: 0.6;
font-size: 15px;
margin: 3px 0 6px;
}
th.gyan-table-thead-icon-left {
padding: 14px;
background: #da242b;
color: #fff;
font-size: 20px;
font-weight: 600;
}
tr.elementor-repeater-item-4dae089 {
background: #ddd;
}
th.elementor-repeater-item-a7c4510 {
padding: 15px 20px;
} .single_service_box {
overflow: hidden;
position: relative;
padding-bottom: 70px;
}
.single_service_box .service_imge {
position: relative;
z-index: 2;
}
.single_service_box .service_imge:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 90px;
height: 90px;
background-color: #cd0d14;
transition: .5s;
}
.single_service_box:hover .service_imge:before{
background-color: #152B63; 
}
.single_service_box:hover .service_box_img{
background-color: #CD0D14;  
}
.single_service_box .service_imge img{
width: 100%;
}
.single_service_box .service_box_img {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
width: 92px;
height: 92px;
line-height: 106px;
text-align: center;
background-color: #162B64;
display: inline-block;
border-radius: 0 50px 50px 50px;
transition: .5s;
}
.single_service_box .service_box_img img {
width: 42%;
}
.single_service_box .service_body { padding: 39px 30px 6px;
background: #f5f8fe;
margin-right: 72px; border-radius: 0 0 61px 5px;
position: absolute;
z-index: 22;
transition: .5s;
width: 81%;
height: 16%; bottom: 35px;
}
.single_service_box .service_body:before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/srv-cnt-bg.png);
background-repeat: no-repeat;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
opacity: 0;
transition: .5s;
}
.single_service_box:hover .service_body:before {
opacity: 1;
}
.single_service_box:hover .service_body {
bottom: 38px;
height: 39%;
}
.single_service_box:hover .service_featur{
opacity: 1;
}
.single_service_box:hover .service_box_title h3{
color: #fff;
}
.single_service_box .service_content{
position: relative;
}
.single_service_box .service_featur {
transition: .4s;
opacity: 0;
}
.single_service_box .service_box_title h3 {
font-size: 20px;
transition: .5s;
font-weight: 600;
margin: 0 0 23px;
color: #152b63;
transition: .5s;
}
.single_service_box .service_featur ul li {
list-style: none;
margin: 0 0 4px;
font-size: 14px;
padding: 0 0 5px;
color: #F5F8FF; transition: .5s;
}
.single_service_box .service_featur ul li i{
color: #cd0d14;
font-size: 11px;
margin-right: 5px;
}
.single_service_box .service_btn a {
position: absolute;
top: -79px;
right: -69px;
z-index: 1;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #cd0d14;
display: inline-block;
border-radius: 50px 50px 50px 0px;
font-size: 10px;
color: #fff;
}
.single_service_box .service_btn a i {
display: inline-block;
font-weight: 800;
} .single_service_box.style2 {
border-radius: 5px;
padding: 87px 0 0;
position: relative;
z-index: 1;
transition: 0.5s;
overflow: inherit;
}
.single_service_box.style2:before {
position: absolute;
content: "";
bottom: 28px;
right: 23px;
height: 38px;
width: 85px;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/dott.png);
background-position: center center;
transition: .5s;
background-repeat: no-repeat;
}   .single_service_box.style2 .service_imge {
position: relative;
z-index: 2;
z-index: 1;
display: inline-block;
height: 75px;
width: 75px;
background: #2AB685;
border-radius: 100%;
line-height: 69px;
text-align: center;
position: relative;
top: -49px;
margin: 0 auto 0;
left: 92px;
right: 0;
}
.single_service_box.style2 .service_box_img {
z-index: 1;
display: inline-block;
height: 75px;
width: 75px;
background: transparent;
border-radius: 100%;
line-height: 69px; position: relative;  left: 0; }
.single_service_box.style2 .service_imge::before {
content: "";
position: absolute;
left: -12px;
top: -12px;
width: 100px;
height: 100px;
border-radius: 100%;
background: #2AB685;
z-index: -1;
opacity: 0.2;
display:block;
}
.single_service_box.style2 .service_imge::after {
content: "";
position: absolute;
left: -14px;
top: -15px;
width: 105px;
height: 105px;
background: transparent;
border: 2px dashed #2AB685;
border-radius: 100%;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 10s;
opacity: 0;
transition: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.single_service_box.style2:hover .service_imge::after{
opacity:1;
}
.single_service_box.style2 .service_box_img::after {
content: "";
position: absolute;
left: -14px;
top: -15px;
width: 105px;
height: 105px;
background: transparent;
border: 2px dashed #2AB685;
border-radius: 100%;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 10s;
opacity: 0;
transition: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.single_service_box.style2 .service_box_img img {
width: 51%;
}
.single_service_box.style2 .service_box_title {
display: inline-block;
background: #F6F6F6;
padding: 12px 78px 12px 31px;
border-radius: 0 5px 5px 0;
transition: 0.5s;
border-left: 3px solid#2AB685;
margin-bottom: 23px;
}
.single_service_box.style2 .service_box_title h3 {
font-size: 18px;
transition: .5s;
font-weight: 600;
margin: 0;
color: #141840;
transition: .5s;
}
.single_service_box.style2:hover .service_box_title{
background: #2AB685;
} 
.single_service_box.style2:hover .service_box_title h3{
color: #fff;
} 
.single_service_box.style2 .service_featur ul li {
margin: 0 0 4px;
font-size: 14px;
padding: 0 0 5px;
color: #616161;
}
.single_service_box.style2 .service_featur ul li i {
display: inline-block;
font-size: 11px;
color: #2AB685;
margin-right: 5px;
transition: 0.5s;
}
.single_service_box.style2 .service_btn a {
position: inherit;
top: -79px;
right: -69px;
z-index: 1;
width: inherit;
height: inherit;
line-height: inherit;
text-align: center;
background-color: transparent;
display: inline-block;
border-radius: 0;
font-size: 15px;
color: #141840;
margin-top: 15px;
}
.single_service_box.style2 .service_btn a i{
margin-left: 5px;
}
.single_service_box.style2 .service_body {
padding: 39px 30px 0;
background: transparent;
margin-right: 70px; border-radius: 0;
position: inherit;
z-index: 22;
transition: .5s;
width: inherit;
height: inherit;
bottom: 35px;
}
.single_service_box.style2 .service_body:before{
display: none;
}
.single_service_box.style2 .service_featur {
opacity: 1;
}
.single_service_box.style2:hover .service_box_img::after {
opacity: 1;
}
.single_service_box.style2:hover .service_featur ul li,
.single_service_box.style2:hover .service_btn a{
color: #fff;
}
.box_two .single_service_box.style2 .service_imge{
background:#FD8F14;
}
.box_two .single_service_box.style2 .service_imge::before {
content: "";
position: absolute;
left: -12px;
top: -12px;
width: 100px;
height: 100px;
border-radius: 100%;
background: #FD8F14;
z-index: -1;
opacity: 0.2;
display:block;
}
.box_two .single_service_box.style2 .service_imge::after {
content: "";
position: absolute;
left: -14px;
top: -15px;
width: 105px;
height: 105px;
background: transparent;
border: 2px dashed #FD8F14;
border-radius: 100%;
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 10s;
opacity: 0;
transition: 0.5s;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.box_two .single_service_box.style2:hover .service_imge::after{
opacity:1;
} .single_service_box.style2.three {
background: #fff;
border-radius: 30px;
padding: 69px 0 20px 0px;
position: relative;
z-index: 1;
transition: 0.5s;
margin: 0;
}
.single_service_box.style2.three:before {
display: none;
}
.single_service_box.style2.three:hover{
background: #306EFF;
}
.single_service_box.style2.three .service_imge {
padding-left: 30px;
}
.single_service_box.style2.three  .service_imge {
position: relative;
z-index: 2;
z-index: 1;
display: inline-block;
height: 0;
width: 0;
background: transparent;
border-radius: 0;
line-height: 0;
text-align: center;
position: inherit;
top: -77px; left: 0; }
.single_service_box.style2.three .service_imge::before,
.single_service_box.style2.three .service_imge::after{
display:none;
}
.single_service_box.style2.three .service_box_img img{
transition: .5s;
}
.single_service_box.style2 .service_box_img::before,
.single_service_box.style2 .service_box_img::after {
display: none;
}
.single_service_box.style2.three .service_box_img {
border-radius: 10px;
line-height: 94px;
position: inherit;
height: 70px;
width: 70px;
background: #306EFF;
}
.single_service_box.style2.three .service_body {
padding: 27px 30px 0;
background: transparent;
margin-right: 0;
bottom: 0px;
}
.single_service_box.style2.three .service_box_title {
background: #F6F6F6;
padding: 12px 43px 12px 28px;
border-radius: 0 30px 30px 0;
border-left: 3px solid#306EFF;
margin-bottom: 0px;
margin-top: 63px;
display: inline-block;
position: relative;
left: -34px;
}
.single_service_box.style2.three .service_box_number {
position: absolute;
top: 52px;
right: 25px;
}
.single_service_box.style2.three .service_box_number h3 {
font-size: 40px;
line-height: 26px;
color: #f0f0f0;
font-weight: 700;
font-family: "Inter";
margin: 0;
transition: 0.5s;
}
.single_service_box.style2.three .service_featur ul li i {
font-size: 11px;
color: #FFC704;
}
.single_service_box.style2.three.service_btn a i {
color: #FFC704;
}
.single_service_box.style2.three:hover .service_box_title{
background: #fff;
border-left: 3px solid#fff;
}
.single_service_box.style2.three:hover .service_box_title h3{
color: #141840;
}
.single_service_box.style2.three:hover .service_box_img{
background:#FFC704;
}
.single_service_box.style2.three:hover .service_box_img img {
filter: brightness(0);
}
.single_service_box.style2.three:hover .service_box_number h3 {
color: #f0f0f0;
opacity: 0.3;
} .team.style1{
text-align: center;
}
.team.style1 .image {
line-height: 0;
position: relative;
}
.team.style1 .image img {
max-height: 261px;
width: 100%;
}
.team.style1 ul.social-icon {
right: 15px;
position: absolute;
bottom: 0px;
border-radius: 5px;
background: #da242b;
padding: 0px 20px 0px;
transition: .5s;
opacity: 0;
}
.team.style1 ul.social-icon li {
list-style: none;
}
.team.style1 ul.social-icon li a {
font-size: 14px;
color: #fff;
transition: .5s;
display: block;
margin: 14px 3px;
}
.team.style1 .content {
padding: 15px 0 26px;
background: #2C3053;
border-radius: 0 0 5px 5px;
}
.team.style1 .bio .name {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 7px;
}
.team.style1 .bio .designation {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.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{
display: inline-block;
color: #fff;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background-color: #1f3654;
border-radius: 3px;
}
.team.style1 .content .social-icon li a i:hover{
background-color: #da242b;
}
.team.style1:hover ul.social-icon {
bottom: 60px;
opacity: 1;
} .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: #da242b;
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: #da242b;
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{
position: relative;
text-align: center;
}
.team.style3 .image {
line-height: 0;
}
.team.style3 .image img{
width: 100%;
}
.team.style3 .content {
padding: 25px 0 10px;
background: #1E3970;
border-radius: 0 0 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
}
.team.style3 .bio .name {
color: #fff;
font-size: 20px;
font-weight: 600;
margin: 0 0 12px;
}
.team.style3 .bio .designation {
font-size: 14px;
padding: 0;
color: #da242b;
transition: .5s;
font-weight: 400;
margin: 0 0 21px;
}
.team.style3 ul.social-icon {
padding: 6px 0 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
transition: .5s;
opacity: 0;
}
.team.style3 ul.social-icon li {
display: inline-block;
margin: 0 4px;
}
.team.style3 ul.social-icon li a {
font-size: 13px;
color: #fff;
background: transparent;
width: 27px;
height: 27px;
line-height: 27px;
border: 1px solid #fff;
border-radius: 28px;
display: inline-block;
margin-right: 7px;
transition: .5s;
}
.team.style3:hover .content{
margin-top: -60px;
padding:25px 0 64px;
background:#da242b;
position: relative;
}
.team.style3:hover ul.social-icon {
opacity: 1;
bottom: 30px;
}
.team.style3:hover .bio .designation {
color: #fff;
}  .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 h4 {
border-bottom: 2px solid#DDE0E7;
padding-bottom: 20px;
} .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-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;
}
.process-bg-shape {
position: relative
}
.process-bg-shape:before {
position: absolute;
right: 0;
bottom: -27px;
width: 100%;
content: "";
background: url(//genarilaclama.com/wp-content/plugins/dreamit-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.style-two{
position: relative;
}
.fast_box .work_progress.style-two:before {
display: none;
}
.work_progress.style-two:before {
position: absolute;
content: "";
right: 51px;
top: 60px;
width: 100%;
height: 100%;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/09/arrow.png);
background-repeat: no-repeat;
}
.work_progress.style-two:hover .work_progress-number {
right: -14px;
top: -45px;
}
.work_progress_icon {
position: relative;
z-index: 1;
width: 142px;
height: 142px;
line-height: 187px;
border-radius: 71px;
background-color: #f5f8fe;
transition: .5s;
display: inline-block;
}
.work_progress_icon:before {
position: absolute;
content: "";
left: -9px;
top: -9px;
width: 160px;
height: 160px;
line-height: 160px;
border-radius: 50%;
border: 2px dashed #152b63;
opacity: .154;
transition: .5s;
}
.work_progress_icon:after {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
bottom: 0;
right: 0;
border-radius: 71px;
background: #cd0d14;
transform: scale(0);
transition: .5s;
}
.work_progress.style-two:hover .work_progress_icon:before {
border: 2px dashed #cd0d14;
opacity: 1;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
}
.work_progress.style-two:hover .work_progress_icon:after {
transform: scale(1);
}
.work_progress.style-two .work_progress-number {
position: absolute;
right: -20px;
top: -18px;
transition: .5s;
}
.work_progress.style-two .work_progress-number span {
font-size: 14px;
font-weight: 600;
color: #fff;
background: #152b63;
border-radius: 30px;
font-family: 'Inter';
height: 36px;
width: 36px;
line-height: 36px;
text-align: center;
display: inline-block;
}
.work_progress.style-two .work_progress-title h2 {
font-size: 22px;
font-weight: 600;
margin: 12px 0 7px;
}
.work_progress.style-two .work_progress-desc {
padding-top: 5px;
opacity: 0.6;
} .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: #da242b;
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;
} .container{
max-width:1320px!important;
padding:0 10px;
margin:auto;
}
.pricing-single-items.style_one {
background: #eff3f9;
border-radius: 10px;
padding: 20px 20px 41px;
text-align: left;
position: relative;
z-index: 1;
overflow: hidden;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:after {
position: absolute;
content: "";
bottom: -72px;
height: 39%;
right: 0;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2024/01/testimonial-shape.png);
background-position: center center;
background-repeat: no-repeat;
z-index: -1;
width: 83%;
opacity: 0;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover:after{
bottom:0;
opacity:1;
}
.pricing-area.style_one .tab {
position: relative;
overflow: hidden;
-webkit-font-smoothing: antialiased;
text-align: center;
}
.pricing-area.style_one .tabs {
display: inline-block;
position: relative;
overflow: hidden;
margin: 0;
background: #F6F4F5;
padding: 5px 9px;
border-radius: 20px;
margin-bottom: 20px;
}
.pricing-area.style_one .tabs li {
float: left;
overflow: hidden;
padding: 0;
position: relative;
}
.pricing-area.style_one .tabs li a {
outline: none;
padding: 2px 18px;
transition: all 0.2s ease-in-out;
font-size: 16px;
color: #062462;
font-weight: 500;
display: inline-block;
border-radius: 20px;
}
.pricing-area.style_one .tabs_item {
display: none;
padding: 30px 0;
}
.pricing-area.style_one .tabs_item:first-child {
display: block;
}
.pricing-area.style_one li.current a {
background: #d9232b!important;
color: #fff;
}
.pricing-area.style_one .price_item {
padding: 42px 39px 34px;
background: #fff;
border-radius: 10px;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover .price_item{
background: #062462; 
}
.pricing-single-items.style_one:hover span.curencyp,
.pricing-single-items.style_one:hover span.tk,
.pricing-single-items.style_one:hover h3.pricing-plan ,
.pricing-single-items.style_one:hover span.bootmp{
color:#fff;
}
.pricing-area.style_one .price_item_inner{
display: flex;
align-items: center; 
}
.pricing-area.style_one ul.features {
padding: 35px 19px 24px;
}
.pricing-area.style_one ul.features li img {
margin-right: 7px;
}
.pricing-area.style_one .thumb {
display: inline-block;
width: 80px;
height: 80px;
border-radius: 5px;
background-color: #062462;
line-height: 124px;
text-align: center;
margin-right: 23px;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-single-items.style_one:hover .thumb{
background:#fff;
}
.pricing-area.style_one span.curencyp {
font-size: 22px;
color: #062462;
font-weight: 600;
font-family: "Inter";
position: relative;
top: -13px;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one span.tk {
font-size: 56px;
color: #062462;
font-weight: 600;
font-family: "Inter";
margin: 0 5px;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one span.bootmp {
font-size: 16px;
color: #062462;
font-weight: 400;
font-family: "Inter";
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.pricing-area.style_one h3.pricing-plan {
font-size: 22px;
color: #062462;
font-weight: 500;
font-family: "Inter";
margin: 28px 0 0;
}
.pricing-area.style_one ul.features li {
margin-bottom: 10px;
list-style:none;
}
.pricing-area.style_one .pricing-btn {
display: inline-block;
padding: 0 20px;
}
.pricing-area.style_one .pricing-btn a {
color: #062462;
font-weight: 500;
font-family: "Poppins";
background: #fff;
display: inline-block;
border-radius: 5px;
padding: 15px 30px;
position: relative;
z-index: 1;
}
.pricing-area.style_one .pricing-btn a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px;
background: #062462;
transform: scale(0);
transition: .5s;
}
.pricing-area.style_one .pricing-btn a:hover:before {
transform: scale(1);
}
.pricing-area.style_one .pricing-btn a:hover{
color:#fff;
}
.pricing-area.style_one .pricing-btn a i {
margin-right: 8px;
font-weight: 700;
}
.pricing-toggle {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 3px;
}
.pricing-toggle span {
font-size: 16px;
color: #636363;
font-weight: 600;
}
.switch {
position: relative;
display: inline-block;
width: 45px;
height: 20px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #da242b;
transition: 0.4s;
border-radius: 10px;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 2px;
background-color: #fff;
transition: 0.4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #fff;
}
input:checked + .slider:before {
transform: translateX(26px);
background-color:#da242b;
} span.elementor-progress-percentage {
position: relative;
top: -22px!important;
} .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 {
background: #F6F6F6;
padding: 32px 30px 25px 30px;
border-radius: 5px;
position: relative;
z-index: 1;
transition: .5s;
transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item:before {
position: absolute;
content: "";
bottom: 22px;
right: 26px;
height: 26px;
width: 80px;
transition: .5s;
z-index: -1;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/08/dott-1.png);
background-repeat: no-repeat;
}
.testimonial.style1 .testimonial-item .author {
display: flex;
align-items: center;
margin-bottom: 20px;
position: relative;
}
.testimonial.style1 .testimonial-item .author:before {
content: "";
font-size: 18px;
position: absolute;
bottom: 3px;
left: 43px;
background-repeat: no-repeat;
background-position: center center;
width: 31px;
height: 31px;
transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .author img {
height: 74px;
width: 74px;
object-fit: cover;
margin-right: 18px;
border-radius: 50%;
}
.testimonial.style1 .testimonial-item .author .bio .name {
font-weight: 600;
font-size: 20px;
margin: 0 0 8px;
color: #121d17;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
transition: all 400ms linear;
font-size: 14px;
color: #da242b;
font-weight: 400;
transition: .5s;
}
.testimonial.style1 .testimonial-item .quote {
margin: 4px 0 16px;
transition: all 400ms linear;
font-size: 15px;
font-weight: 400;
transition: .5s;
}
.testimonial.style1 .testimonial-item .testi-star i {
color: #ddd;
font-size: 10px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
font-size: 14px;
list-style: none;
display: inline-block;
margin-right: 5px;
color: #fd8f15;
} .testimonial.style1 .testimonial-item:hover{
background:#121D17;
}
.testimonial.style1 .testimonial-item:hover .quote{
opacity: 0.7;
color: #fff;
}
.testimonial.style1 .testimonial-item:hover .author .bio .designation{
color: #fff;
}
.testimonial.style1 .testimonial-item:hover .author .bio .name{
color: #fff;
} .testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav {
position: absolute;
right: 43px;
top: -146px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav .owl-prev {
left: inherit;
right: 18px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav .owl-next {
left: auto;
right: -50px;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
color: inherit;
border: none;
padding: 12px!important;
font: inherit;
line-height: 17px;
background: #3BCB99;
height: 50px;
width: 50px;
z-index: 1;
color: #fff;
border: 0;
text-align: center;
font-size: 18px;
transition: .5s;
border-radius: 50%;
display: inline-block;
}
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover{
background:#FD8F15 ;
} .solar_testi .testimonial.style1 .testimonial-item:hover{
background: #062462; 
}
.solar_testi .testimonial.style1 .testimonial-item:before {
position: absolute;
content: "";
bottom: 22px;
right: 26px;
height: 26px;
width: 80px;
transition: .5s;
z-index: -1;
background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/02/dot-2.png);
background-repeat: no-repeat;
}
.solar_testi .testimonial.style1 .testimonial-carousel.owl-carousel .owl-nav {
display: none;
} .testimonial.style1 .owl-dots {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
display: inline-block;
bottom: -36px;
cursor: pointer;
z-index: 99999;
}
.testimonial-carousel button {
transition: all 0.4s ease 0s;
border: medium none;
border-radius: 35px;
background: #da242b;
color: #fff;
font-weight: 500;
text-align: center;
padding: 13px 30px;
position: absolute;
right: inherit; 
top: 9px;
display: inline-block;
z-index: 1;
margin: 0 9px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel button.owl-dot {
background: rgba(255, 255, 255, 0.30196078431372547);
color: inherit;
border: none;
padding: 0 0px 0 10px!important;
font: inherit;
right: 0;
text-align: center;
left: 0;
border-radius: 4px;
}
.testimonial-carousel.owl-carousel button.owl-dot {
position: relative;
z-index: 22;
height: 5px;
width: 9px;
margin: 0 2px;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 10px;
background-color: rgba(255,255,255,0.5019607843137255);
display: inline-block;
margin-right: 7px;
transition: .5s;
}
.testimonial-carousel.owl-carousel button.owl-dot.active {
background: #da242b!important;
}
.testimonial-carousel.owl-carousel .owl-dots {
position: relative;
top: -18px;
}
.testimonial-carousel.owl-carousel .owl-dots:before {
position: absolute;
content: "";
left: 40px;
bottom: 0;
width: 635px;
height: 1px;
background: rgba(255,255,255,0.30196078431372547);
opacity: .3;
} .testimonial.style2{
padding: 10px;
}
.testimonial.style2 .testimonial-item {
margin: 0;
padding: 0;
box-shadow: none;
}
.testimonial.style2 .testimonial-item h3.title {
color: #fff;
font-size: 26px;
font-weight: 500;
margin: 0 0 19px;
}
.testimonial.style2 .testimonial-item .author{
display: flex;
align-items: center;
margin-bottom: 33px;
}
.testimonial.style2 .testimonial-item .author img{
height: 65px;
width: 65px;
object-fit: cover;
margin-right: 18px;
border-radius: 50%;
}
.testimonial.style2 .testimonial-item .author .bio .name {
font-weight: 600;
margin: 0 0 7px;
font-size: 18px;
color: #fff;
padding: 2px 0 3px;
}
.testimonial.style2 .testimonial-item .quote {
font-size: 17px;
color: #fff;
font-weight: 300;
font-family: 'Inter';
line-height: 30px;
padding: 1px 0 14px;
display: inline-block;
width: 89%;
}
.testimonial.style2 .testimonial-item .quote{
font-size: 16px;
font-weight: normal;
}
.testimonial.style2 .testimonial-item .testi-star i {
font-size: 13px;
color: #ffb526;
letter-spacing: 5px;
float: right;
position: relative;
top: -60px;
display: inline-block;
right: 60px;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
color: #F9BF00;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
margin: 0;
font-size: 14px;
color: #cd0d14;
font-weight: 500;
font-style: italic;
} .testimonial.style3 .testimonial-item {
text-align: center;
padding: 40px 41px 36px;
position: relative;
z-index: 1;
}
.testi_section{
position: relative;
z-index: 2;
}
.testi_section:before {
position: absolute;
content: "";
height: 65px;
width: 145px;
background: #FFC804;
left: -23px;
top: 29px;
z-index: -1;
clip-path: polygon(13% 95%, 100% 1%, 100% 100%, 100% 100%);
transform: rotate(-153deg);
text-align: center;
margin: 0 auto 0;
transition: 0.5s;
z-index: 22;
}
.testimonial.style3 .author {
display: inline-block;
}
.testimonial.style3 .author img {
width: 70px;
margin: auto;
}
.testimonial.style3 .testi_icon i {
display: inline-block;
font-size: 41px;
background: #1550D4;
color: #fff;
height: 80px;
width: 81px;
line-height: 81px;
border-radius: 10px;
}
.testimonial.style3 p.quote {
text-align: center;
font-size: 18px;
font-weight: 400;
width: 96%;
margin: 21px auto 25px;
color: #333;
}
.testimonial.style3 .testi-star {
color: #FF660C;
margin-bottom: 22px;
}
.testimonial.style3 .bio .name {
font-size: 18px;
line-height: 32px;
color: #141840;
font-weight: 500;
margin: 13px 0 5px;
text-align: center;
}
.testimonial.style3 .bio .designation {
font-size: 15px;
color: #616161;
margin: 0 0 0;
font-weight: 300;
}
.testimonial.style3 .testimonial-carousel.owl-carousel .owl-dots {
position: absolute;
bottom: -31px;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: inherit;
}
.testimonial-carousel.owl-carousel button.owl-dot {
background-color: #ED9295;
} .testimonial-item.style_10 {
border-radius: 5px;
text-align: center;
margin-top: 25px;
}
.testimonial-item.style_10 .quote_image {
display: inline-block;
top: -22px;
position: relative;
}
.testimonial-item.style_10 .author img {
display: inline-block;
width: 82px;
}
.testimonial-item.style_10 .bio_content {
position: relative;
background: #fff;
border-radius: 5px;
padding: 7px 38px 68px;
transition: .5s;
z-index: 1;
}
.testimonial-item.style_10 .bio_content:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/01/hendrio-4.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
opacity:0;
}
.testimonial-item.style_10:hover .bio_content:after{
opacity:1;
}
.testimonial-item.style_10 p.quote {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.testimonial-item.style_10:hover p.quote{
color:#fff;
}
.testimonial-item.style_10 .reviews_rating i {
color: #ffa71d;
margin: 0 3px;
}
.testimonial-item.style_10 .author {
margin-top: -43px;
z-index: 2;
position: relative;
}
.testimonial-item.style_10 h4.name {
font-size: 22px;
color: #062462;
font-weight: 600;
font-family: "Inter";
text-align: center;
margin: 3px 0 8px;
}
.testimonial-item.style_10 h5.designation {
font-size: 16px;
color: #616161;
font-weight: 400;
font-family: "Poppins";
text-align: center;
margin: 0;
} .testimonial.style10 .owl-nav {
display: block;
position: absolute;
right: -24px;
top: -29%;
transform: translate(-50%, -50%);
}
.testimonial.style10 button.owl-prev {
display: block;
margin: 0 0 19px;
}
.testimonial.style10 button.owl-prev i, 
.testimonial.style10 button.owl-next i {
width: 54px;
height: 54px;
border-radius: 5px;
background-color: #062462;
display: block;
line-height: 54px;
transition: .5s;
font-weight: 700;
color: #fff;
}
.testimonial.style10 button.owl-prev i:hover,
.testimonial.style10 button.owl-next i:hover{
background-color: #D9242B; 
color:#fff;
} .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: -44px;
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: 9px;
width: 9px;
margin: 0 3px;
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: #CACCCB;
color: inherit;
border: none;
padding: 0 5px 0 3px!important;
font: inherit;
right: 0;
text-align: center;
left: 0;
border-radius: 4px;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
background: #FD8F14!important;
} .single-portfolio {
margin: 0 15px 0px;
position: relative;
}
.case-study.style2 .case-study-thumb::before {
transition: all 400ms linear;
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.30);
transition: .5s;
opacity: 0;
border-radius: 5px;
}
.case-study.style2 .single_case_study:hover .case-study-thumb:before {
opacity: 1;
}
.case-study.style2 .video-icon a {
width: 48px;
height: 48px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: #fff;
background: #da242b;
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 h2.title a:hover{
color: #131E18;
font-style: italic;
letter-spacing: 1px;
}
.case-study.style2 .cases-study-content {
position: absolute;
text-align: left;
background: transparent;
margin: auto;
padding: 20px 30px 0px;
bottom: -110px;
transition: all 400ms linear;
}
.case-study.style2 h2.title {
margin: 0;
}
.case-study.style2 h2.title a {
display: inline-block;
color: #fff;
font-size: 22px;
font-weight: 600;
text-decoration: none;
background: #FD8F14;
margin: 0;
padding: 15px 40px 15px 23px;
transition: .5s;
}
.case-study.style2 .case_category span {
transition: all 400ms linear;
color: #fff;
background: #2AB685;
padding: 8px 50px 10px 25px;
font-size: 16px;
font-weight: 500;
line-height: 35px;
font-family: 'Inter';
}
.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:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(47,110,255,0.8);
transition: all 400ms linear;
border-radius: 5px 5px 0 0;
}
.case-study.style3 .case-study-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(253,143,20,0.8);
transition: all 400ms linear;
border-radius: 0 0 5px 5px;
}
.case-study.style3 .dreamit-single-cases-study:hover .case-study-thumb:after, 
.case-study.style3 .dreamit-single-cases-study:hover .case-study-thumb:before {
height: 50%;
}
.case-study.style3 .dreamit-single-cases-study:hover .cases-study-content{
top: -70px;
}
.case-study.style3 .cases-study-content {
left: 0;
bottom: 0;
-o-transition: .5s;
transition: .5s;
width: 100%;
position: relative;
transition: all 400ms linear;
background: #fff;
top: -55px;
width: 85%; padding: 25px 0px 25px 28px;
margin-left: 0px;
text-align: left;
}
.case-study.style3 .case_post_icon {
display: inline-block;
}
.case-study.style3 .case_category {
display: inline-block;
}
.case-study.style3 .cases-study-content h2.title {
font-size: 22px;
color: #141740;
font-weight: 600;
font-family: "Inter";
margin: 0 0 0;
}
.case-study.style3 .cases-study-content h2.title a:hover{
color: #5C85FF;
}
.case-study.style3 .cases-study-content .case_category span {
color: #5C85FF;
margin: 0 0 8px;
display: block;
}
.case-study.style3 .cases-study-content .em-case-study-button {
margin-top: 0;
position: absolute;
right: 0;
top: 50%;
transform: translate(37%, -50%);
}
.case-study.style3 .cases-study-content .em-case-study-button a {
display: inline-block;
background: #306EFF;
color: #fff;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
transition: 0.5s;
font-size: 12px;
font-weight: 800;
}
.case-study.style3 .dreamit-single-cases-study:hover .em-case-study-button a {
background: #FFCE05;
color: #333;
} .single_case_study.style_6 .dreamit-single-cases-study {
position: relative;
z-index: 999;
overflow: hidden;
}
.single_case_study.style_6 .case-study-thumb {
position: relative;
z-index: 1;
}
.single_case_study.style_6 .case-study-thumb img {
border-radius: 5px;
}
.single_case_study.style_6 .case-study-thumb: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;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-radius: 5px;
}
.single_case_study.style_6 .case-study-thumb:after {
position: absolute;
content: "";
top: 0px;
left: 0;
height: 100%;
width: 100%;
border-radius: 5px;
background-image: linear-gradient(0deg, rgba(6,36,98,0.3) 0%, 
rgba(6,36,98,0.3) 15%, rgba(6,36,98,0) 70%, rgba(217,35,43,0) 100%);
right: 0;
margin: auto;
z-index: 1;
opacity: 1;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border-radius: 5px;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .case-study-thumb:before {
opacity: 1;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .case-study-thumb:after {
opacity: 1;
background-image: linear-gradient(0deg, rgba(217,35,43,0.9999999999999999) 0%, 
rgba(217,35,43,0.9999999999999999) 15%, rgba(217,35,43,0) 70%, rgba(217,35,43,0) 100%);
}
.single_case_study.style_6 span.category-item {
text-transform: uppercase;
color: #ffffff;
font-weight: 400;
font-family: "Inter";
font-size: 16px;
margin: 0 0 11px;
display: block;
}
.single_case_study.style_6 .content {
text-align: center;
padding: 0 0 0;
position: absolute;
left: 0;
right: 0;
bottom: 0px;
z-index: 22;
opacity:0;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.single_case_study.style_6 .dreamit-single-cases-study:hover .content{
bottom:50px;
opacity:1;
}
.single_case_study.style_6 h4.title a {
font-size: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Inter";
}
.single_case_study.style_6 a.case-btn {
position: absolute;
left: 50%;
right: 0;
margin: auto;
top: 65%;
z-index: 22;
text-align: center;
transform: translate(-50%, -50%);
opacity: 0;
transition: .5s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.single_case_study.style_6:hover a.case-btn {
top:50%;
opacity:1;
}
.single_case_study.style_6 .case-study-thumb a i {
width: 66px;
height: 66px;
border-radius: 33px;
background-color: #f6f6f6;
text-align: center;
line-height: 66px;
display: inline-block;
font-size: 18px;
font-weight: 700;
color: #da242b;
transform: rotate(-45deg);
} .case-study.style6 .case_study_carousel6 .owl-dots {
margin: 19px 0 0;
}
.case-study.style6 .case_study_carousel6 button.owl-dot {
position: relative;
z-index: 22;
margin: 0 2px;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 10px;
background-color: #50668F;
display: inline-block;
margin-right: 7px;
transition: .5s;
}
.case-study.style6 .case_study_carousel6 button.owl-dot.active{
position: relative;
margin: 0 2px;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 10px;
background-color: #D9242D;
}
.case-study.style6 .case_study_carousel6 .owl-dots .owl-dot span {
display: none;
} .brand-item img {
width: 54%!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 {
-webkit-transition: .5s;
color: #fff;
background: transparent;
font-size: 16px;
width: 100px;
height: 100px;
line-height: 96px;
text-align: center;
display: inline-block;
border: 2px solid #ffffff;
border-radius: 50%;
text-transform: uppercase;
}
.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)
}
}
.video_title {
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 39%;
left: 50%;
} .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-three .video-icon {
left: 41%;
position: absolute;
top: 33%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 99!important;
}
.single-video.style-three .video-icon a i {
text-align: center;
display: inline-block;
position: relative;
z-index: 99;
display: inline-block;
font-size: 40px;
color: #FD8F14;
border: 3px solid #FD8F15;
height: 80px;
width: 80px;
line-height: 81px;
background: #fff;
border-radius: 50%;
}
.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(253, 143, 20,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: 80px;
width: 80px;
line-height: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
color: #FD8F14;
font-size: 26px;
position: relative;
} .single-video.style_four .video-icon a {
display: inline-block;
font-size: 40px;
color: #fff;
background: #D9242B;
height: 100px;
width: 100px;
line-height: 100px;
text-align: center;
} @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);
}
} .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%;
}
}
span.solar {
color: #2AB685;
} .pricing.style1 {
position: relative;
padding: 113px 0px 30px;
background-color: #fff;
border-radius: 10px;
text-align: left;
transition: .5s;
}
.pricing.style1:hover{
background:#306EFF;
}
.pricing.style1 {
box-shadow: 0 0 5px Rgba(0,0,0,0.10);
}
.pricing.style1 .pricing_img {
display: inline-block;
height: 82px;
width: 82px;
text-align: center;
line-height: 110px;
background: #da242b;
border-radius: 5px;
}
.pricing.style1 .pricing-head {
text-align: left;
position: relative;
padding: 0 31px;
}
.pricing.style1 .pricing-title {
font-size: 22px;
font-weight: 500;
position: relative;
z-index: 1;
margin: 33px 0 27px;
background: #F6F6F6;
display: inline-block;
padding: 10px 98px 10px 030px;
border-radius: 0 5px 05px 0;
transition: .5s;
color: #141840;
border-radius: 0 30px 30px 0;
border-left: 3px solid#306EFF;
}
.pricing.style1 .price-item {
display: inline-block;
content: "";
left: 0;
right: 0;
text-align: center;
height: 118px;
width: 118px;
background: #306EFF;
z-index: 1;
margin: 0 auto 0;
border-radius: 0 10px 10px 10px;
transition: 0.5s;
position: absolute;
top: -26px;
}
.pricing.style1 .price-item .price_dolar::after {
position: absolute;
content: "";
height: 36px;
width: 36px;
background: #306EFF;
left: -120px;
right: 0;
top: -24px;
z-index: 1;
clip-path: polygon(13% 95%, 100% 1%, 100% 100%, 100% 100%);
transform: rotate(-134deg);
text-align: center;
margin: 0 auto 0;
transition: 0.5s;
}
.pricing.style1 .price-item .price_dolar {
position: relative;
top: 33px;
}
.pricing.style1 .price-item .currency {
font-size: 20px;
color: #ffffff;
font-weight: 600;
font-family: "Inter";
text-align: center;
}
.pricing.style1 .price-item .tk {
font-size: 42px;
color: #ffffff;
font-weight: 700;
font-family: "Inter";
text-align: center;
margin: 0;
}
.pricing.style1 .price-item .month {
display: block;
font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Inter";
text-align: center;
}
.pricing.style1 .pricing-body {
padding: 0 31px;
}
.pricing.style1 .pricing-body ul{
margin: 0;
padding: 0;
list-style: none;
}
.pricing.style1 .pricing-body ul li {
font-weight: 400;
margin-bottom: 9px;
}
.pricing.style1 .pricing-body ul li i {
display: inline-block;
color: #FFC704;
font-size: 12px;
margin-right: 6px;
}
.pricing.style1 .pricing-button {
transition: .5s;
font-size: 15px;
line-height: 42px;
color: #ffffff;
font-weight: 500;
font-family: "Poppins";
background: #306EFF;
text-decoration: none;
padding: 3px 30px;
border-radius: 30px;
position: relative;
transition: 0.5s;
margin-top: 29px;
display: inline-block;
} .pricing.style1:hover .price-item{
background: #FFC704;
}
.pricing.style1:hover .price_dolar::after{
background: #FFC704;
}
.pricing.style1:hover .pricing-title{
background: #F6F6F6; 
border-color: #F6F6F6;
}
.pricing.style1:hover .pricing-body ul li{
color: #fff; 
}
.pricing.style1:hover .pricing-body ul li i{
color: #FFC704; 
}
.pricing.style1:hover .price-item .currency,
.pricing.style1:hover .price-item .tk,
.pricing.style1:hover .price-item .month{
color: #333;
}
.pricing.style1:hover .pricing-button{
background: #FFC704;
color: #333;
} .pricing.style1.active {
position: relative;
z-index: 1;
}
.pricing.style1.active:before{
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index:-1;
border-radius: 5px;
}
.pricing.style1.active .pricing_img {
background: #fff;
}
.pricing.style1.active .pricing-title{
background-color: rgba(255,255,255,0.2);
}
.pricing.style1.active .pricing-title:before{
background:transparent;
} .pricing.style2{
padding: 40px 30px 40px;
background: #fff;
border-radius: 5px;
margin-bottom: 30px;
position: relative;
z-index: 1;
outline-offset: -1px;
transition: all 0.5s linear;
outline: 0;
}
.pricing.style2:hover {
background-color: #fff !important;
background: linear-gradient(90deg, #D9242B 50%, transparent 0) repeat-x, linear-gradient(90deg, #D9242B 50%, transparent 0) repeat-x, linear-gradient(0deg, #D9242B 50%, transparent 0) repeat-y, linear-gradient(0deg, #D9242B 50%, transparent 0) repeat-y;
background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
background-position: 0 0, 0 100%, 0 0, 100% 0;
-webkit-animation: linearGradientMove 0.3s infinite linear;
animation: linearGradientMove 0.3s infinite linear;
}
.pricing.style2 .pricing_img {
height: 90px;
width: 90px;
line-height: 124px;
text-align: center;
background: #062462;
border-radius: 4px;
transition: .5s;
z-index: 1;
position: relative;
}
.pricing.style2 .pricing_img:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #da242b;
border-radius: 4px;
transform: scale(0);
transition: .5s;
}
.pricing.style2:hover .pricing_img:before{
transform: scale(1);
}
.pricing.style2 .price_dolar {
display: inline-block;
right: 32px;
position: absolute;
top: 60px;
}
.pricing.style2 span.tk {
display: inline-block;
font-size: 42px;
font-weight: 700;
color: #da242b;
transition: .5s;
}
.pricing.style2 span.month {
font-size: 14px;
display: block;
letter-spacing: 1px;
line-height: 18px;
}
.pricing.style2 span.currency {
position: relative;
font-size: 20px;
font-weight: 500;
font-family: 'Inter';
color: #da242b;
top: -15px;
transition: .5s;
}
.pricing.style2 h3.pricing-title {
font-size: 22px;
padding: 24px 0 30px;
position: relative;
z-index: 1;
}
.pricing.style2 .pricing-body ul li {
list-style: none;
display: block;
padding: 0 0 8px;
font-weight: 400;
}
.pricing.style2 a.pricing-button.singinp {
padding: 10px 30px;
font-weight: 500;
color: #062462;
border: 1px solid rgba(6,36,98,0.2);
display: inline-block;
border-radius: 4px;
margin-top: 29px;
position: relative;
z-index: 1;
}
.pricing.style2:hover a.pricing-button.singinp{
background: #062462;
color: #fff;
}
.pricing.style2:hover span.tk,
.pricing.style2:hover span.currency{
color: #062462;
}
.pricing.style2 ul.features li i {
color: #da242b;
font-size: 13px;
margin-right: 7px;
} @-webkit-keyframes linearGradientMove {
100% {
background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
}
}
@keyframes linearGradientMove {
100% {
background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
}
} .filter-tab #tabs {
margin: 0;
padding: 0;
list-style: none;
display: flex;
padding-right: 2px;
}
.filter-tab ul li {
display: block;
position: relative; border-radius: 4px;
margin-right: 20px;
}
.filter-tab ul li:last-child{
margin-right:0px;
}
.tab_thumb {
position: relative;
z-index: 1;
}
.filter-tab #tabs li a {
border-radius: 5px;
position: relative;
z-index:1;
}
.filter-tab #tabs li a:before {
position: absolute;
content: "";
top: -54px;
left: 0;
height: 70px;
width: 100%;
background: #DA242B;
opacity: 0.8;
border-radius: 0 35px 35px 30px;
}
.filter-tab #tabs li a:after {
position: absolute;
content: "";
z-index: 9999;
left: 0;
right: 30px;
bottom: -2px;
margin: auto;
width: 23px;
transform: rotate(45deg);
transition: .5s;
border: 18px solid;
border-right-color: #cd0d14;
border-top-color: transparent;
border-left-width: 0;
border-left-color: transparent;
border-bottom-width: 0;
}
.filter-tab #tabs li a.inactive:after{
display: none;
}
.filter-tab #tabs li a.inactive:before{
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #2F6EFF;
opacity: 0!important;
}
.filter-tab #tabs h5.text {
position: absolute;
top: -28px;
left: 0;
right: 0;
margin: auto; color: #152b63;
font-weight: 500;
text-align: center;
font-size: 18px;
}
.filter-tab #tabs li a h5.text {
color: #fff;
}
.filter-tab #tabs li a.inactive h5.text {
color: #152b63; 
}
.filter-tab #tabs a {
cursor:pointer;
}
.filter-tab #tabs li a.inactive {
background: transparent;
outline: none;
position: relative;
}
.filter-tab #tabs li a:hover,
.filter-tab #tabs li a.inactive:hover {
color: #5685bc;
outline:none;
}
.filter-tab #tabs li a h3 {
color: #fff;
font-size: 22px;
font-weight: 600;
margin: 25px 0 20px;
}
.filter-tab #tabs li a p{
color: #fff;
}
.filter-tab #tabs li a.inactive p{
color: #828fa0;
}
.filter-tab .content {
padding-top: 51px;
}
.filter-tab .content .title{
color: #fff;
font-size: 22px;
font-weight: 600;
}
.filter-tab .content h1, .filter-tab .content h2 {
margin-left: 0;
color: #062461;
line-height: 40px;
font-size: 40px;
font-weight: 700;
}
.filter-tab .content .text h3{
font-size: 22px;
font-weight: 600;
}
.filter-tab .text .tab_content p.description {
margin-top: 20px;
}
.filter-tab .content .text p {
color: #828fa0;
margin: 0px 0 13px;
}
.filter-tab .content .text ul{
margin: 0 0 35px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.filter-tab .content .text ul li{
position: relative;
color: #828fa0;
font-size: 16px;
padding-left: 25px;
margin-right: 30px;
}
.filter-tab .content .text ul li:last-child{
margin-right: 0;
}
.filter-tab .content .text ul li::before{
content: '\f058';
position: absolute;
left: 0;
font-family: "Font Awesome 5 Free";
color: #533efe;
}
.tab_content h4 {
font-size: 16px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 23px;
}
.description{
display: block;
}
a.tab_button {
font-size: 15px;
padding: 15px 30px;
background: #152b63;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 30px 30px 30px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 20px;
}
a.tab_button:before{
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 30px 30px 30px;
background: #cd0d14;
transform: scale(0);
transition: .5s;
}
a.tab_button:hover{
color: #fff;
}
a.tab_button:hover:before{
transform: scale(1);
}
a.tab_button i {
font-size: 11px;
margin-left: 8px;
} .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: #da242b;
z-index: -1;
border-radius: 3px 3px 0 0;
}
.contact:after {
position: absolute;
content: "";
top: 137px;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
background-repeat: no-repeat;
background-size: contain;
}
.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: #da242b;
} 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: #da242b!important;
} .form-area.style-two .form-control {
border:none;
width: 100%;
height: 56px;
background: #fff;
border-radius: 4px;
}
.form-area.style-two input.form-control {
border:none;
width: 100%;
height: 56px;
background: #fff;
border-radius: 4px;
}
.form-area.style-two .buttons input {
padding: 14px 33px;
background: #da242b;
border: none;
font-weight: 500;
width: inherit;
border-radius: 4px;
} .form-area.style-three .form-control {
border: 0;
width: 100%;
height: 57px;
padding-left: 25px;
background: #fff;
border-radius: 5px;
color: #232323;
border: none;
}
.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 {
width: 100%;
height: 57px;
border: none;
padding: 0 25px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
background: #fff;
height: 138px;
border: none;
border-radius: 5px;
}
.form-area.style-three .buttons input {
padding: 13px 40px;
background: #da242b;
border-radius: 30px;
width: inherit;
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
color: #6d6d6d!important;
} .blog-post.style1 .container {
max-width: 1320px;
margin: 0 auto;
}
.blog-post.style1 .post-item {
margin-bottom: 20px;
border-radius: 3px;
border: none;
position: relative;
z-index: 1;
transition: .5s;
overflow: hidden;
}
.blog-post.style1 .post-item .post-thumb {
position: relative;
overflow: hidden;
}
.blog_style_two.three .luxury-single-blog_adn .luxury-blog-thumb_adn a img {
border-radius: 5px!important;
}
.blog-post.style1 .post-item .post-thumb:before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(10deg, #062462 0%, #062462 100%); transition: .5s;
border-radius: 5px;
opacity: .45;
z-index: 1;
transform: scale(0);
}
.blog-post.style1 .post-item:hover .post-thumb:before{
transform: scale(1);
}
.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;
background: #da242b;
display: inline-block;
position: relative;
z-index: 1;
border-radius: 5px 30px 30px 30px;
}
.blog-post.style1 .post-item .blog_post_inner_content {
padding: 32px 35px 25px;
transition: .5s;
background: #f5f8fe;
border-radius: 0 0 50px 5px;
position: relative;
}
.blog-post.style1 .post-item .content .meta {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.blog-post.style1 .meta i {
color: #da242b;
display: inline-block;
font-size: 14px;
margin-right: 7px;
}
.blog-post.style1 h3.title a {
color: #152b63;
font-size: 20px;
font-weight: 600;
font-family: 'Inter';
line-height: 30px;
display: inline-block;
}
.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;
position: absolute;
top: -22px;
}
.blog-post.style1 .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #152b63;
color: #fff;
font-weight: 300;
display: inline-block;
border-radius: 5px 30px 30px 30px;
position: relative;
z-index: 1;
}
.blog-post.style1 .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #da242b;
border-radius: 5px 30px 30px 30px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog-post.style1 .author a:after {
position: absolute;
content: "";
left: 20px;
top: 22px;
background: #fff;
width: 20px;
height: 1px;
} .blog-post.style1 .post-item:hover .author a:before{
transform: scale(1);
}
.blog-post.style1 .blog_btn a {
font-size: 15px;
color: #141840;
font-weight: 500;
padding: 0;
display: inline-block;
transition: .5s;
margin-top: 23px;
}
.blog-post.style1 .blog_btn a i {
font-size: 14px;
display: inline-block;
margin-left: 5px;
} .post-item:hover {
filter: none;
background-color: #ffffff;
border: 1px solid rgba(29, 33, 36, 0.12);
}
.post-item:hover .post-thumb img {
transform: scale(1.4);
}
.blog-post.style1 h3.title a:hover{
color: #da242b;
}
.post-item:hover .blog_btn a i{
margin-left: 10px;
}
.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;
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;
} .new_blog .blog-post.style1 .post-item .post-thumb {
line-height: 0;
}
.new_blog .blog-post.style1 .categories a {
opacity: 0;
}
.new_blog .blog-post.style1 .post-thumb img {
transform: scale(1.0);
border-radius: 5px;
}
.new_blog .blog-post.style1 .post-item .blog_post_inner_content {
padding: 31px 35px 23px;
background: #f5f5f5;
border-radius: 0 0 5px 5px;
}
.new_blog .blog-post.style1 .author a {
background: #052361;
border-radius: 30px;
}
.new_blog .blog-post.style1 .author a:before {
border-radius: 30px;
}
.new_blog .blog-post.style1 .blog_btn a:hover {
color: #d9232b;
} .blog_style_two .em-blog-content-area_adn {
position: relative;
padding: 32px 35px 25px;
transition: .5s;
border-radius: 5px;
}
.blog_style_two .blog-page-title_adn h2 a {
font-size: 20px;
font-weight: 600;
font-family: 'Inter';
line-height: 30px;
display: inline-block;
text-decoration: none;
margin: 0;
color: #111D16;
}
.blog_style_two .author {
display: inline-block;
position: absolute;
top: -22px;
}
.blog_style_two .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #3BCB99;
color: #fff;
display: inline-block;
border-radius: 30px;
position: relative;
z-index: 1;
text-transform: capitalize;
text-decoration: none;
}
.blog_style_two .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #FD8F14;
border-radius: 30px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_two .author a:after {
position: absolute;
content: "";
left: 20px;
top: 22px;
background: #fff;
width: 20px;
height: 1px;
}
.blog_style_two .blog_btn a {
font-size: 15px;
color: #141840;
font-weight: 500;
padding: 0;
display: inline-block;
transition: .5s;
margin-top: 23px;
}
.blog_style_two .blog_btn a i {
font-size: 14px;
display: inline-block;
margin-left: 7px;
}
.blog_style_two .blog_btn a {
font-size: 15px;
color: #141840;
font-weight: 500;
padding: 0 0 0;
display: inline-block;
transition: .5s;
text-decoration: none;
} .blog_style_two .single_blog_adn:hover .author a:before{
transform: scale(1);
}
.blog_style_two .single_blog_adn:hover .blog-page-title_adn h2 a{
color: #2AB685;
}
.blog_style_two .single_blog_adn:hover .blog_btn a {
color: #FD8F14;
font-style: italic;
}
.blog_style_two .single_blog_adn:hover .blog_btn a i {
margin-left: 14px;
} .blog_style_two.three .single_blog_adn {
background: #f6f6f6;
border-radius: 5px;
}
.blog_style_two .hendre-blog-thumb_adn a{
position: relative;
}
.blog_style_two .hendre-blog-thumb_adn a img {
border-radius: 5px;
}
.blog_style_two.three .hendre-blog-thumb_adn a:before{
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(253, 143, 20, 0.8);
transition: all 400ms linear;
border-radius: 5px 5px 0 0;
}
.blog_style_two.three .hendre-blog-thumb_adn a:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(47, 110, 255, 0.8);
transition: all 400ms linear;
border-radius: 0px 0px 5px 5px;
}
.blog_style_two.three .single_blog_adn:hover .hendre-blog-thumb_adn a:after, 
.blog_style_two.three .single_blog_adn:hover .hendre-blog-thumb_adn a:before {
height: 50%!important;
visibility: visible;
}
.blog_style_two .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #2AB685;
}
.blog_style_two.three .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #306EFF;
}
.blog_style_two.three .single_blog_adn:hover .blog_btn a {
color: #306EFF;
font-style: italic;
}
.blog_style_two.nine .blog-thumb{
position: relative;
z-index: 1;
}
.blog_style_two.nine .blog-thumb:before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 0;
height: 100%;
background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
visibility: hidden;
transition: .5s;
border-radius: 5px;
opacity: .45;
}
.blog_style_two.three .single_blog_adn:hover .blog-thumb:before{
width: 100%;
left: 0;
visibility: visible;
}
.blog_style_two.three .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #306EFF;
} .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;
}
span.pbgcolor {
background: #da242b;
color: #fff;
padding: 5px 0;
}
span.bbgcolor {
background: #d8d8d8;
padding: 5px 0;
}
span.cbgcolor {
background: #000;
color: #fff;
padding: 5px 0;
} .filters.filter-button-group {
margin-bottom: 60px;
text-align: center;
}
.portfolio-filter ul {
margin: 0;
list-style: none;
padding: 28px 0 0;
}
.portfolio-filter ul li {
font-weight: 500;
text-transform: capitalize;
margin: 0 25px;
padding: 10px 0;
cursor: pointer;
background: #F6F5F5;
font-size: 15px;
transition: all 0.5s ease 0s;
cursor: pointer;
padding: 6px 25px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border-radius: 30px;
}
.portfolio-filter li.current_menu_item {
background: #da242b;
color: #fff;
}
.portfolio-filter .content {
width: 100%;
margin: 0 auto;
padding: 0px;
text-align: center;
}
.port-thumb {
position: relative;
overflow: hidden;
line-height: 0;
}
.portfolio-filter .port-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background: #052361;
transition: all 400ms linear;
border-radius: 5px 5px 0 0;
opacity: .45;
}
.portfolio-filter .port-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background: #052361;
transition: all 400ms linear;
border-radius: 0 0 5px 5px;
opacity: .45;
}
.portfolio-filter .port-thumb:hover:after, 
.portfolio-filter .port-thumb:hover:before {
height: 50%;
}
.portfolio-filter .content .single-content img {
width: 100%;
height: 100%;
}
.portfolio-filter .content .grid-item {
margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
position: relative;
overflow: hidden;
z-index: 1;
}
.portfolio-filter .single-content .prot_content{
position: relative;
z-index: 2;
border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content .prot_content:before {
position: absolute;
content: "";
z-index: -1;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
height: 160px;
border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content::before{
content: '';
position: absolute;
background: rgba(0, 0, 0, 0.30);
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.portfolio-filter .single-content:hover:before{
opacity: 1;
}
.portfolio-filter .single-content .prot_content {
position: absolute;
padding: 18px 27px 26px;
left: 0;
bottom: -162px;
text-align: left;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
transition: all 400ms linear;
}
.portfolio-filter .single-content:hover .prot_content{
bottom: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 {
margin: 0;
padding: 14px 80px 14px 25px;
font-size: 18px;
font-weight: 600;
font-family: 'Inter';
color: #062461;
background: #fff;
display: inline-block;
border-radius: 0 5px 5px 5px;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
display: inline-block;
color: #062461;
font-size: 20px;
font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content p {
font-size: 15px;
color: #fff;
font-weight: 500;
background: #DA242B;
display: inline-block;
line-height: 28px;
padding: 4px 25px;
border-radius: 5px 5px 0 0;
margin: 0;
}
.portfolio-filter .single-content .picon {
cursor: pointer;
z-index: 22;
position: absolute;
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 50%;
color: #fff;
background: #da242b;
display: inline-block;
font-size: 16px;
top: -52px;
transition: all 400ms linear;
left: 32%;
right: 0;
margin: auto;
}
.portfolio-filter .content .picon a i{
color: #fff;
}
.portfolio-filter .content .video-icon {
display: inline-block;
transition: all 500ms linear;
position: absolute;
top: -52px;
z-index: 2;
right: 48px;
}
.portfolio-filter .content .video-icon a {
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 50%;
color: #fff;
background: #da242b;
display: inline-block;
font-size: 13px;
}
.portfolio-filter .port_btn a {
font-size: 15px;
padding: 24px 29px;
font-weight: 500;
background: #f6f6f6;
display: block;
color: #062462;
position: relative;
z-index: 1;
border-radius: 0 0 5px 5px;
text-align: left;
}
.portfolio-filter span.span {
float: right;
font-size: 18px;
transition: .5s;
} .portfolio-filter .single-content:hover .picon{
top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
top: 7%;
}
.portfolio-filter .single-content:hover .port_btn a{
background:#062462 ;
color: #fff;
} .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%;
background: #fff;
}
.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: #da242b;
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;
}
.port_dtl_social i {
margin: 0 7px;
cursor: pointer;
}
.port_btn {
display: none;
} .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: #da242b;
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: #da242b;
}
.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;
}
.my-accordion li:before {
position: absolute;
content: "";
z-index: -1;
right: 20px;
top: 14px;
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.10196078431372549);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.my-accordion li p {
display: none;
padding: 17px 25px 3px;
color: #616161;
font-size: 16px;
}
.my-accordion a {
position: relative;
width: 100%;
display: block;
cursor: pointer;
font-family: 'Inter';
font-weight: 500;
font-size: 17px;
color: #152b63 !important;
background-color: #fff;
padding: 16px 25px;
border-radius: 5px 5px 30px 5px;
z-index: 1;
display: inline-block;
}
a.active {
border-radius: 5px 0px 0 0;
background: #152b63;
color: #fff !important;
}
a.active:hover {
color: #da242b;
}
.my-accordion a:after {
width: 10px;
height: 2px;
background: #152b63;
position: absolute;
right: 28px;
content: " ";
top: 26px;
transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
width: 2px;
height: 10px;
background: #152b63;
position: absolute;
right: 32px;
content: " ";
top: 22px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
.my-accordion li p {
display: none;
font-size: 15px;
padding: 25px 30px 28px;
background: #fff;
overflow: hidden;
border-radius: 0 0 30px 5px;
font-weight: 300;
margin: 0;
}
a.active:after {
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #da242b;
}
a.active:before {
display: none;
} .my-accordion.style2 a {
font-family: 'Inter';
font-weight: 500;
font-size: 17px;
z-index: 1;
display: inline-block;
color: #152b63 !important;
background-color: transparent;
padding: 16px 25px;
border-radius: 5px 5px 5px 5px;
border: 1px solid rgba(19,17,37,0.15);
}
.my-accordion.style2 a.active{
border-top: 1px solid rgba(19,17,37,0.15) !important;
border-right: 1px solid rgba(19,17,37,0.15) !important;
border-left: 5px solid #da242b;
border-bottom: 0;
border-radius: 5px 5px 0 0;
padding: 25px 20px 15px 30px;  
}
.my-accordion.style2 li p {
font-weight: 300;
font-size: 16px;
padding: 0px 15px 25px 30px;
margin: 0;
background: transparent;
backdrop-filter: blur(1.9px);
overflow: hidden;
border-radius: 5px;
border-bottom: 1px solid rgba(19,17,37,0.15);
border-right: 1px solid rgba(19,17,37,0.15);
border-left: 5px solid #da242b;
border-radius: 0 0 5px 5px;
} .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_cursousel_sliderr .em-service.style_4 {
margin: 0 15px 5px;
}
.service_cursousel_sliderr .em_service_content {
padding: 12px 26px 35px;
box-shadow: 1px 6px 6px #f9f6f6;
}
.service_cursousel_sliderr .em-service-title h2 {
font-size: 24px;
margin-bottom: 8px;
}
.service_cursousel_sliderr ul.slick-dots {
list-style: none;
display: inline-block;
margin-top: 30px;
}
.service_cursousel_sliderr ul.slick-dots li {
display: inline-block;
margin: 0 7px;
height: 20px;
width: 20px;
line-height: 20px;
}
.breadcumb-inner {
text-align: center;
}
.hendre-blog-thumb img {
vertical-align: middle;
width: 100%;
}
.cleaning-footer .subscribr_two p.mailchimp-form button {
background: #FFC704;
}@media screen and (max-width: 991px) {
.blog_style_five .owl-nav {
display: none;
}
.em-service.style_6 .em-service-title h2 {
font-size: 20px;
margin: 8px 0 12px;
}
.em-service.style_6 .icon img {
width: 80px;
}
.product_post.style1 .post-thumb .case_post_icon img {
width: 80%;
height: 80%;
}
.section-title .title {
font-size: 30px;
}
.icon-box.style17 {
display: block;
text-align: center;
}
.icon-box.style17 .img-icon {
margin: 0;
} .case-study.style1 .case-grid {
grid-template-columns: repeat(2, 1fr);
} .filter-tab #tabs {
flex-wrap: wrap;
text-align:center;
}
.filter-tab #tabs li {
margin-bottom: 30px;
flex: 0 0 auto;
width: 47%;
}
.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;
}
.blog_wrap.blog_carousel_nine .owl-nav {
display: none;
}
.testimonial-carouse09 .owl-nav {
display: none;
}
.single-counter.style_eight .counter-content span {
font-size: 70px;
}
.single-counter.style_eight .counter-content .suffix {
font-size: 50px!important;
top: -8px;
}
}
@media screen and (max-width: 767px) {
.icon-box.style19 {
padding: 20px 0 0 0;
}
.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.style_2 ul li {
padding: 10px 20px 10px 20px;
display: inline-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;
}
}
@media screen and (max-width: 600px) {
.brand-item img {
width: 75%!important;
}
.dreamit-slick-slider .single-slick.style_three {
min-height: 680px!important;
}
.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%;
}
}.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(//genarilaclama.com/wp-content/plugins/dreamit-elementor-extension/assets/fonts/Flaticon.woff2) format("woff2"), url(//genarilaclama.com/wp-content/plugins/dreamit-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:after{content: "";display: table;clear: both;}#sb_instagram.sbi_fixed_height{overflow: hidden;overflow-y: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_images{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram .sbi_header_link {-webkit-box-shadow: none;box-shadow: none;}#sb_instagram .sbi_header_link:hover {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: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity: 0;}#sb_instagram #sbi_images {display: grid;width: 100%;padding: 12px 0;}#sb_instagram.sbi_col_1 #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(10, 1fr);}#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: -webkit-transform .5s ease-in-out;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{display: none;}#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{outline: none;}#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,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:hover, #sb_instagram .sbi_link a:focus{text-decoration: underline;}#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{display: block;}#sb_instagram svg:not(:root).svg-inline--fa {height: 1em;display: inline-block;}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{display: block !important;position: absolute;z-index: 1;color: #fff;color: rgba(255,255,255,0.9);font-style: normal !important;text-shadow: 0 0 8px rgba(0,0,0,0.8);}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .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,0.3);}.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{-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: #000;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;animation: sbi-sk-scaleout 1.0s infinite ease-in-out;}#sb_instagram br {display: none;}#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.0);opacity: 0;}}@keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#sb_instagram .fa-spin, #sbi_lightbox .fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear }#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8) }@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }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 {text-decoration: none;transition: color 0.5s ease;}.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, 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_header.sbi_medium .sbi_header_img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img 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_info, #sb_instagram .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 .sbi_bio{font-size: 14px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{line-height: 1.4 }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img{width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img 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_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{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,0.75);}#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .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_header_img_hover, .sb_instagram_header .sbi_header_img_hover{z-index: 2;transition: opacity 0.4s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in{opacity: 1;transition: opacity 0.2s ease-in-out;}#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_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 a, .sb_instagram_header a{text-decoration: none;}#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 p:empty {display: none;}#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;}#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{opacity: 1;transition: all 0.5s ease-in;}#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{opacity: 1;transition: all 0.1s ease-in;}#sb_instagram .sbi_hidden{opacity: 0 !important;}#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{display: inline-block;vertical-align: top;zoom: 1;padding: 7px 14px;margin: 5px auto 0 auto;background: #333;border: none;color: #fff;text-decoration: none;font-size: 13px;line-height: 1.5;-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;}#sb_instagram #sbi_load .sbi_load_btn {position: relative;}#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_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{transition: all 0.1s ease-in;}#sb_instagram #sbi_load .sbi_load_btn:hover{outline: none;box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);}#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{outline: none;box-shadow: inset 0 0 10px 20px #359dff;}#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{box-shadow: inset 0 0 10px 20px rgba(0,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_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{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_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{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_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_width_resp{width: 100% !important;}}@media all and (max-width: 480px){#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, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}}#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_no_js #sbi_images .sbi_item.sbi_transition {opacity: 1;}#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{display: none;}#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: #ddd;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: #ccc;background: rgba(0,0,0,.15) }#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {margin-right: 2px }.sbi_header_outside.sbi_header_palette_dark, #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{background-color: rgba(0,0,0,.85);color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #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_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{color: rgba(255,255,255,.75);}.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {color: rgba(255,255,255,.75);}.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #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_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #fff;}.sbi_header_outside.sbi_header_palette_light, #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{color: rgba(0,0,0,.85);background-color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #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_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{color: rgba(0,0,0,.85);}.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {color: rgba(0,0,0,.85);}.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #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_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #000;}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.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) }}@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_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.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(//genarilaclama.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: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.sbi_lightbox {position: absolute;left: 0;width: 100%;z-index: 100000;text-align: center;line-height: 0;font-weight: normal;}.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_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active{outline: none;}.sbi_lightbox a img {border: none;}.sbi_lb-outerContainer {position: relative;background-color: #000;*zoom: 1;width: 250px;height: 250px;margin: 0 auto 5px auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.sbi_lb-outerContainer:after {content: "";display: table;clear: both;}.sbi_lb-container-wrapper{height: 100%;}.sbi_lb-container {position: relative;padding: 4px;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(//genarilaclama.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav {top: 0;left: 0;width: 100%;z-index: 10;}.sbi_lb-container > .nav {left: 0;}.sbi_lb-nav a {position: absolute;z-index: 100;top: 0;height: 90%;outline: none;background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);}.sbi_lb-prev, .sbi_lb-next {height: 100%;cursor: pointer;display: block;}.sbi_lb-nav a.sbi_lb-prev {width: 50px;left: -70px;padding-left: 10px;padding-right: 10px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav a.sbi_lb-next {width: 50px;right: -70px;padding-left: 10px;padding-right: 10px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav span{display: block;top: 55%;position: absolute;left: 20px;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(//genarilaclama.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;*zoom: 1;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_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {content: "";display: table;clear: both;}.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 0;-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: normal;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: bold;text-decoration: none;}.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter: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 0;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color: #fff;text-decoration: underline;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {color: #333;}.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 a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #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-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{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: bold;font-size: 13px;}.sbi_lb-data .sbi_lb-number {display: block;float: left;clear: both;padding: 5px 0 15px 0;font-size: 12px;color: #999999;}.sbi_lb-data .sbi_lb-close {display: block;float: right;width: 30px;height: 30px;font-size: 18px;color: #aaa;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-data .sbi_lb-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;color: #fff;}.sbi_lb-nav {height: auto;}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {position: relative !important;}.sbi_lb-container{padding: 0;}.sb-elementor-cta {width: 100% !important;border: 1px solid #E8E8EB !important;border-radius: 2px !important;position: relative !important;text-align: center !important;}.sb-elementor-cta-img-ctn {width: 100% !important;position: relative !important;float: left !important;display: flex !important;justify-content: center !important;align-items: center !important;margin-top: 50px !important;margin-bottom: 35px !important;}.sb-elementor-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;}.sb-elementor-cta-img span svg {float: left !important;}.sb-elementor-cta-img>* {-webkit-transform: rotate(3deg) !important;transform: rotate(3deg) !important;}.sb-elementor-cta-logo {position: absolute !important;right: -15px !important;bottom: -19px !important;z-index: 1 !important;}.sb-elementor-cta-heading {font-size: 19px !important;padding: 0px !important;margin: 0px !important;display: inline-block !important;width: 100% !important;font-weight: 700 !important;line-height: 1.4em !important;margin-bottom: 30px !important;}.sb-elementor-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;}.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after {content: '' !important;position: absolute !important;width: 2px !important;height: 12px !important;background: #fff !important;left: 20px !important;top: 14px !important;}.sb-elementor-cta-btn:after {-webkit-transform: rotate(90deg) !important;transform: rotate(90deg) !important;}.sb-elementor-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;}.sb-elementor-cta-desc strong {color: #141B38 !important;font-size: 16px !important;font-weight: 600 !important;margin-bottom: 8px !important;}.sb-elementor-cta-desc span {color: #434960 !important;font-size: 14px !important;line-height: 1.5em !important;padding: 0 20% !important;}.sb-elementor-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;}.sb-elementor-cta-feedselector {border: 1px solid #D0D1D7 !important;padding: 8px 16px 8px 16px !important;margin-bottom: 15px !important;max-width: 100% !important;min-width: 400px !important;}.sb-elementor-cta-selector span {color: #2C324C !important;}.sb-elementor-cta-selector span a {text-transform: capitalize !important;text-decoration: underline !important;font-weight: 600 !important;}.sb-elementor-cta-selector span a:after {color: #2C324C !important;margin-left: 2px !important;font-weight: 400 !important;text-decoration-color: #fff !important;}.sb-elementor-cta-selector span a:first-of-type:after {content: ',' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {content: 'or' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {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");}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-retina .hfe-retina-image-container .hfe-retina-img{border-color:var( --e-global-color-primary );}.elementor-widget-retina .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-navigation-menu a.hfe-menu-item, .elementor-widget-navigation-menu a.hfe-sub-menu-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item{color:var( --e-global-color-text );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus{color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent .sub-menu .hfe-has-submenu-container a:after{background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after{border-color:var( --e-global-color-accent );}
.elementor-widget-navigation-menu .sub-menu li a.hfe-sub-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-sub-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover{background-color:var( --e-global-color-accent );}.elementor-widget-page-title .elementor-heading-title, .elementor-widget-page-title .hfe-page-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-page-title .hfe-page-title-icon i{color:var( --e-global-color-primary );}.elementor-widget-page-title .hfe-page-title-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .elementor-heading-title, .elementor-widget-hfe-site-title .hfe-heading a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hfe-site-title .hfe-heading-text{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .hfe-icon i{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-title .hfe-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-hfe-site-tagline .hfe-site-tagline{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-secondary );}.elementor-widget-hfe-site-tagline .hfe-icon i{color:var( --e-global-color-primary );}.elementor-widget-hfe-site-tagline .hfe-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img{border-color:var( --e-global-color-primary );}.elementor-widget-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-hfe-search-button input[type="search"].hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-search-icon-toggle{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hfe-search-button .hfe-search-form__input{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__input::placeholder{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__container, .elementor-widget-hfe-search-button .hfe-search-icon-toggle .hfe-search-form__input,.elementor-widget-hfe-search-button .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{border-color:var( --e-global-color-primary );}.elementor-widget-hfe-search-button .hfe-search-form__input:focus::placeholder{color:var( --e-global-color-text );}.elementor-widget-hfe-search-button .hfe-search-form__container button#clear-with-button,
.elementor-widget-hfe-search-button .hfe-search-form__container button#clear,
.elementor-widget-hfe-search-button .hfe-search-icon-toggle button#clear{color:var( --e-global-color-text );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}