@charset "UTF-8";
.style-nine .bar-main {
display: none;
}
.style-nine .section-title h5 {
font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
}
.style-nine .section-title h3 {
font-size: 36px;
}
.style-nine .section-title h2 {
font-size: 36px;
}
.style-nine .section-title.t_center {
margin: auto;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 30px;
}
.style-nine .section-title.t_left {
margin-bottom: 22px;
}
.style-nine .section-title.t_left p {
margin-top: 18px;
margin-bottom: 0;
width: 100%;
} .feature-box.style-12 {
background: #F7F7F7;
text-align: center;
padding: 39px 21px 47px;
transition: 0.5s;
position: relative;
overflow: hidden;
z-index: 1;
margin: 0;
}
.feature-box.style-12:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
top: 0;
transform: scale(0);
background: #050A1E;
z-index: -1;
transition: 0.5s;
}
.feature-box.style-12:hover:before {
transform: scale(1);
}
.feature-box.style-12:after {
position: absolute;
content: "";
top: -136px;
left: -137px;
z-index: 1;
height: 300px;
width: 300px;
opacity: 0;
transition: 0.5s;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/feature-box-shape1.png);
}
.feature-box.style-12:hover:after {
opacity: 1;
}
.feature-box.style-12 .feature-box-icon i {
display: inline-block;
color: #FF3B00;
font-size: 45px;
transition: 0.3s;
}
.feature-box.style-12:hover .feature-box-title h2 {
color: #ffffff;
}
.feature-box.style-12 .feature-box-desc p {
transition: .5s;
padding: 0 0 10px 0;
}
.feature-box.style-12 .btn-read-more a{
font-size: 16px;
color: #050a1e;
font-weight: 400;
border-bottom: 1px solid #AEAFB4;
transition: 0.3s;
font-family: "Rubik",Sans-serif;
}
.feature-box.style-12 .btn-read-more a i {
display: inline-block;
font-size: 14px;
transform: rotate(309deg);
position: relative;
left: 6px;
top: 0px;
color: #050a1e;
transition: 0.3s;
}
.feature-box.style-12 .feature-box-title h2 {
font-size: 20px;
font-weight: 500;
margin: 12px 0 17px;
transition: 0.5s;
}
.feature-box.style-12:hover .feature-box-desc p {
color: #9d9d9d;
}
.feature-box.style-12:hover .btn-read-more a {
color: #ff3c00;
border-bottom: 1px solid #ff3c00;
}
.feature-box.style-12:hover .btn-read-more a i{
color: #ff3c00;
} .feature-box.style-13 {
text-align: center;
padding: 32px 13px 12px;
transition: 0.5s;
position: relative;
overflow: hidden;
z-index: 1;
margin: 0;
border-radius: 4px;
background-color: #ffffff;
border: 1px solid rgba(85,85,85,0.1);
}
.feature-box.style-13:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
top: 0;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/branding-feture-shape.png);
background-repeat:no-repeat;
background-size:cover;
z-index: -1;
transition: 0.5s;
height:0%;
}
.feature-box.style-13:hover:before {
height:100%;
}
.feature-box.style-13 .feature-box-icon i {
display: inline-block;
color: #FF3B00;
font-size: 45px;
transition: 0.3s;
}
.feature-box.style-13:hover .feature-box-icon i{
color: #fff;
}
.feature-box.style-13:after {
position: absolute;
content: "";
left: 0;
right: 0;
margin: auto;
top: 0;
width: 80px;
height: 112px;
background-color: #f6f7f9;
z-index: -1;
border-radius: 0 0 40px 40px;
transition: 0.5s;
}
.feature-box.style-13:hover:after {
opacity: 0.25;
background-color: #ff3c00;
}
.feature-box.style-13 .feature-box-title h2 {
font-size: 20px;
font-weight: 500;
margin: 16px 0 10px;
transition: 0.5s;
}
.feature-box.style-13:hover .feature-box-title h2 {
color: #ffffff;
}
.feature-box.style-13 .feature-box-desc p {
transition: .5s;
padding: 0 0 10px 0;
}
.feature-box.style-13:hover .feature-box-desc p {
color: #fff;
}
.feature-box.style-13:hover .btn-read-more a {
color: #ff3c00;
border-bottom: 1px solid #ff3c00;
} .dit-button.style-eight a {
display: inline-block;
background: #050A1E;
color: #fff;
padding: 15px 32px 15px 60px;
margin-top: 19px;
font-weight: 500;
font-family: "Poppins";
position: relative;
z-index: 1;
transition: 0.5s;
border: 1px solid #050A1E;
}
.dit-button.style-eight a:before {
position: absolute;
content: "";
width: 0;
height: 100%;
right: 0;
top: 0;
background: #fff;
z-index: -1;
transition: 0.5s;
}
.dit-button.style-eight a:after {
position: absolute;
content: "";
left: 0;
left: 22px;
top: 11px;
height: 33px;
width: 33px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/setting.png);
background-repeat: no-repeat;
background-position: center center;
}
.dit-button.style-eight a:hover {
border: 1px solid #FF3C00;
}
.dit-button.style-eight a:hover:before {
width: 100%;
left: 0;
background: #FF3C00;
}
.dit-button.style-nine a {
display: inline-block;
background: #FF3C00;
color: #fff;
padding: 15px 32px 15px 60px;
margin-top: 0;
font-weight: 500;
position: relative;
z-index: 1;
transition: 0.5s;
border: 1px solid #FF3C00;
}
.dit-button.style-nine a:before {
position: absolute;
content: "";
width: 0;
height: 100%;
right: 0;
top: 0;
background: #fff;
z-index: -1;
transition: 0.5s;
}
.dit-button.style-nine a:after {
position: absolute;
content: "";
left: 0;
left: 22px;
top: 11px;
height: 33px;
width: 33px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/setting.png);
background-repeat: no-repeat;
background-position: center center;
}
.dit-button.style-nine a:hover {
border: 1px solid #050A1E;
}
.dit-button.style-nine a:hover:before {
width: 100%;
left: 0;
background: #050A1E;
} .dit-button.style-ten a {
display: inline-block;
color: #fff;
padding: 15px 32px 15px 60px;
margin-top: 0;
font-weight: 500;
position: relative;
z-index: 1;
transition: 0.5s;
background: transparent;
border: 2px solid #78878E;
}
.dit-button.style-ten a:before {
position: absolute;
content: "";
width: 0;
height: 100%;
right: 0;
top: 0;
background: #FF3C00;
z-index: -1;
transition: 0.5s;
}
.dit-button.style-ten a:after {
position: absolute;
content: "";
left: 0;
left: 22px;
top: 11px;
height: 33px;
width: 33px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/setting.png);
background-repeat: no-repeat;
background-position: center center;
}
.dit-button.style-ten a:hover:before {
width: 100%;
left: 0;
}
.dit-button.style-ten a:hover {
border-color:#FF3C00;
} .icon-box.style-14 {
background: #fff;
padding: 9px 9px 9px;
margin-bottom: 10px;
position: relative;
z-index: 1;
}
.icon-box.style-14 .icon-box-icon {
display: flex;
}
.icon-box.style-14:before {
position: absolute;
content: "";
width: 0;
height: 100%;
top: 0;
left: 0;
background: #ff3c00;
z-index: -1;
transition: 0.5s;
}
.icon-box.style-14:hover:before {
width: 100%;
}
.icon-box.style-14 .title h2 {
display: inline-block;
font-size: 18px;
line-height: 28px;
color: #050a1e;
font-weight: 500;
transition: 0.5s;
margin: 0;
}
.icon-box.style-14 .title {
position: relative;
margin: auto;
}
.icon-box.style-14:hover .title h2 {
color: #fff;
}
.icon-box.style-14 .icon {
background: #F0F0F0;
width: 114px;
height: 88px;
text-align: center;
line-height: 88px;
margin-right: 19px;
transition: 0.5s;
}
.icon-box.style-14:hover .icon {
background: #fff;
}
.icon-box.style-14 .icon-box-icon .icon i {
display: inline-block;
font-size: 45px;
color: #f12a02;
transition: 0.5s;
} .style-nine .dreamit-single-cases-study {
position: relative;
transition: 0.5s;
overflow: hidden;
z-index: 1;
}
.style-nine .em-cases-study-content {
position: absolute;
bottom: 30px;
left: 0;
width: 83%;
right: 0;
margin: auto;
z-index: 1;
opacity: 1;
padding: 0;
background-color: rgba(255,255,255,0.14901960784313725);
}
.style-nine .dreamit-single-cases-study:hover .em-cases-study-content {
bottom: 30px;
left: 0;
width: 83%;
right: 0;
margin: auto;
}
.style-nine .em-cases-study-content:before {
position: absolute;
content: "";
width: 3px;
height: 100%;
background: #ff3c00;
left: 0;
top: 0;
z-index: -1;
transition: 0.5s;
}
.style-nine .dreamit-single-cases-study:hover .em-cases-study-content:before {
width: 100%;
}
.style-nine .em-cases-study-title h2 a {
display: inline-block;
padding: 18px 0 18px 22px;
font-size: 20px;
color: #ffffff;
font-weight: 600;
transition: 0.5s;
}
.style-nine .case_category {
display: none;
}
.style-nine .em-cases-study-title h2 {
font-size: 20px;
font-weight: 700;
line-height: 1;
margin: 0 0 0 0;
text-align: left;
}
.style-nine .btn-details a {
position: absolute;
top: 20px;
right: 19px;
opacity: 0;
transition: 0.5s;
z-index: 2;
}
.style-nine .btn-details a i {
background: #ff3c00;
color: #fff;
width: 54px;
height: 54px;
text-align: center;
line-height: 55px;
border-radius: 50px;
font-size: 20px;
transform: rotate(317deg);
margin: auto;
display: inline-block;
}
.style-nine .dreamit-single-cases-study:hover .btn-details a {
opacity: 1;
}
.case-study-thumb::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(0deg, rgba(5,9,29,0.99) 0%, rgba(5,9,29,0) 64%, rgba(5,9,29,0) 100%);
content: "";
opacity: 1;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 5px;
} .service-cursousel-style-six {
text-align: center;
background-color: rgba(255,255,255,0.10196078431372549);
border: 2px solid rgba(255,255,255,0.2);
padding: 28px 0 0 0;
margin: 0 -4px 0;
position: relative;
z-index: 1;
transition: 0.5s;
}
.service-cursousel-style-six:before {
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
bottom: 0;
background: #ff3c00;
z-index: -1;
transition: 0.5s;
}
.service-cursousel-style-six:hover:before {
height: 100%;
border: 1px solid #ff3c00;
}
.service-cursousel-style-six:hover {
border: 2px solid #ff3c00;
}
.service-cursousel-style-six .service-box-icon {
border: 1px solid rgba(255,255,255,0.2);
display: inline-block;
width: 84px;
height: 84px;
line-height: 84px;
border-radius: 100%;
position: relative;
transition: 0.5s;
}
.service-cursousel-style-six .service-box-icon i {
display: inline-block;
color: #FF3C00;
transition: 0.5s;
}
.service-cursousel-style-six .service-box-title h3 {
font-size: 18px;
font-weight: 500;
color: #fff;
margin-top: 49px;
position: relative;
}
.service-cursousel-style-six .service-box-title h3:before {
position: absolute;
content: "";
width: 20px;
height: 2px;
left: 0;
right: 0;
top: -21px;
background: #ff3c00;
margin: auto;
transition: 0.5s;
}
.service-cursousel-style-six.slick-slide {
height: inherit;
}
.service-cursousel-style-six .service-btn {
display:none;
}
.service-cursousel-style-six.slick-slide.service-box {
margin: 0 10px 40px 10px;
}
.service-cursousel-style-six:hover .service-box-title h3:before {
background: #ffffff;
}
.service-cursousel-style-six:hover .service-box-icon {
border: 1px solid #fff;
}
.service-cursousel-style-six:hover .service-box-icon i{
color:#fff;
}
.element-email-icon i{
padding: 9px 0 0 0;
}
.brand-item {
-webkit-filter: grayscale(100%);
transition: .5s;
}
.brand-item:hover {
-webkit-filter: grayscale(0);
} .single_testimonial.style10 {
background: #fff;
padding: 41px 41px 3px;
position: relative;
margin-top: 18px;
}
.single_testimonial.style10 .testi_content {
padding: 25px 0 0;
text-align: left;
line-height: 26px;
}
.single_testimonial.style10 .testi_text {
font-size: 15px;
font-style: inherit;
width: 100%;
margin: 0 auto 0;
}
.single_testimonial.style10 .testi_title h2 {
font-size: 22px;
text-align: left;
}
.single_testimonial.style10 .testi_title span {
font-size: 16px;
position: relative;
color: #686868;
font-weight: 300;
padding: 0;
margin: 5px 0 0 0;
}
.single_testimonial.style10 .em_reviews_rating i {
color: #FF3C00;
margin-left: 4px;
font-size: 14px;
}
.single_testimonial.style10 .em_reviews_rating {
position: absolute;
right: 42px;
top: 50px;
}
.single_testimonial.style10 .author {
background: #EEEEEE;
width: 80px;
height: 78px;
text-align: center;
line-height: 76px;
margin-right: 17px;
margin-top: -3px;
}
.single_testimonial.style10 .author img {
position: relative;
top: 18px;
}
.single_testimonial.style10 .testi_title {
margin-top: 0;
}
.single_testimonial.style10:before {
position: absolute;
content: "";
width: 90px;
height: 9px;
left: -10px;
top: -10px;
background: #E7E7E7;
transition: 0.5s;
}
.single_testimonial.style10:after {
position: absolute;
content: "";
width: 9px;
height: 80px;
left: -10px;
top: -1px;
background: #E7E7E7;
transition: 0.5s;
}
.single_testimonial.style10:hover:before {
background: #ff3c00;
}
.single_testimonial.style10:hover:after {
background: #ff3c00;
} .style10 .section-title.t_center h5 {
position: relative;
margin: 0 0 22px 0;
display: inline-block;
}
.style10 .section-title.t_left h5 {
position: relative;
margin: 0 0 22px 0;
left: 55px;
display: inline-block;
}
.style10 .section-title.t_center h5:before {
position: absolute;
content: "";
top: 9px;
left: -50px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style10 .section-title.t_left h5:before {
position: absolute;
content: "";
top: 10px;
left: -50px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style10 .section-title.t_center h5:after {
position: absolute;
content: "";
top: 9px;
right: -50px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style10 .section-title h2 {
font-size: 38px;
}
.style10 .section-title.t_center p {
width: 70%;
margin: 26px auto 0;
}
.style10 .section-title.t_center {
margin-bottom: 35px;
}
.style10 .section-title.t_left {
margin-bottom: 22px;
}
.style10 .section-title h3, 
.section-title h2 {
font-size: 38px;
}
.style10 .section-title.t_left p {
margin: 26px auto 0;
} .dit-button.style-12 a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: capitalize;
padding: 15px 48px;
transition: .5s;
position: relative;
z-index: 1;
font-weight: 500;
border-radius: 30px;
overflow: hidden;
font-family: 'Fira Sans';
}
.dit-button.style-12 a:before {
position: absolute;
content: "";
background: #232323;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
top: 0;
right: 0;
left: inherit;
border-radius: 30px;
}
.dit-button.style-12 a:hover:before {
width: 100%;
left: 0;
} .counter-box-style-7{
border-radius: 120px;
filter: drop-shadow(0px 10px 25px rgba(109,109,109,0.1));
background-color: #ffffff;
}
.single_counter.style-7 {
text-align: center;
}
.single_counter.style-7 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single_counter.style-7 .countr_text > h1 {
font-size: 40px;
font-weight: 600;
color: #FF3C00;
display: inline-block;
font-family: 'Fira Sans';
}
.single_counter.style-7 .countr_text > h3 {
font-size: 45px;
color: #FF3C00;
display: inline-block;
margin: 0;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.single_counter.style-7 .counter_title h4 {
text-transform: capitalize;
margin-top: 4px;
letter-spacing: 0;
font-family: "Rubik",Sans-serif;
font-size: 17px;
color: #555555;
font-weight: 500;
} .service-box.style25 {
display: flex;
align-items: center;
padding: 28px 25px 17px 26px;
position: relative;
margin: 0 0 10px 50px;
border-radius: 10px;
filter: drop-shadow(0px 15px 30px rgba(109,109,109,0.1));
background-color: #ffffff;
}
.service-box.style25 .service-box-icon {
margin-bottom: 15px;
display: inline-block;
color: #FF3C00;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 35px;
background-color: #f6f7f9;
text-align: center;
}
.service-box.style25 .service-content {
padding-left: 29px;
}
.service-box.style25 .service-content h3 {
font-size: 19px;
line-height: 28px;
color: #232323;
font-weight: 600;
margin: 0 0 9px;
}
.service-box.style25 .service-content p {
font-size: 16px;
line-height: 28px;
color: #555555;
font-weight: 400;
} .single_testimonial.style11 {
text-align: left;
border-radius: 5px;
filter: drop-shadow(0px 10px 25px rgba(104,104,104,0.08));
padding: 40px 30px 40px 36px;
background: #fff;
margin: 10px 0;
}
.single_testimonial.style11 .testi_text {
width: inherit;
margin: 0;
font-size: 15px;
line-height: 28px;
color: #555555;
font-weight: 400;
padding: 20px 00 0 0;
font-style: inherit;
}
.single_testimonial.style11 .testi_title {
margin: 0 0 0 20px;
}
.single_testimonial.style11 .testi_title h2 {
margin-bottom: 0px;
text-transform: capitalize;
letter-spacing: 0;
font-size: 20px;
color: #232323;
font-weight: 600;
}
.single_testimonial.style11 .testi_title span {
display: block;
padding-top: 5px;
transition: .5s;
font-size: 16px;
color: #ff3c00;
font-weight: 400;
}
.single_testimonial.style11 .testi-single-thumb {
display: flex;
align-items: center;
position: relative;
}
.single_testimonial.style11 .testi-single-thumb:before {
content: "";
position: absolute;
top: 30px;
right: 0;
height: 40px;
width: 60px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-qu.png);
background-repeat: no-repeat;
background-position: center;
}
.testimonial_list_style11.owl-carousel .owl-nav.disabled {
display: block;
}
.testimonial_list_style11.owl-carousel .owl-nav .owl-next {
left: auto;
right: -50px;
display: none;
}
.testimonial_list_style11.owl-carousel  .owl-nav .owl-prev {
right: auto;
left: -50px;
display: none;
}
.testimonial_list_style11.owl-carousel .owl-dots.disabled {
display: block;
}
.testimonial_list_style11.owl-carousel .owl-dot {
width: 30px;
margin: 0 7px;
}
.testimonial_list_style11.owl-carousel .owl-dots {
bottom: -55px;
}
.testimonial_list_style11.owl-carousel .owl-dot.active {
background: #FF3C00;
} .branding-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.branding-shape img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.finace-shape img {
-webkit-animation: moveBounce 2.5s linear infinite;
animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
position: absolute !important;
left: 0;
top: 40%;
z-index: -1;
}
.finace-shape-two img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape-three {
position: absolute !important;
left: 50%;
top: 15%;
z-index: -1;
}
.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 1.5s alternate infinite;
animation: about-dance 1.5s alternate infinite;
}
@keyframes about-dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
}
}
.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);
}
}
.finace-shape-border{
position:relative;
transition:0.5s;
}
.finace-shape-border:hover{
left:-15px;
transition:0.5s;
} .single_testimonial.style12 {
position: relative;
top: 0;
margin: 0 -15px 0 -15px;
padding: 0;
background: #F1F2F3;
}
.single_testimonial.style12 .testi-single-thumb {
align-items: center;
float: left;
}
.single_testimonial.style12 .testi-single-thumb {
float: left;
margin-right: 28px;
position: relative;
margin-left: 0;
display: inline-block;
top: 0;
background: #000;
padding: 26px;
z-index: 1;
}
.single_testimonial.style12 .testi_title h2 {
font-size: 16px;
text-align: left;
font-weight: 400;
font-family: 'Rubik';
}
.single_testimonial.style12 .testi_title span {
font-size: 15px;
font-weight: 400;
position: relative;
color: #FF3C00;
margin: 0 5px 0 0;
display: inline-block;
}
.single_testimonial.style12 .testi_content {
text-align: left;
line-height: 26px;
padding: 25px 0 28px 0;
margin: 0;
}
.single_testimonial.style12 .testi_text {
width: 100%;
font-size: 15px;
line-height: 26px;
color: #686868;
font-weight: 400;
font-style: italic;
font-family: "Rubik";
}
.single_testimonial.style12 .author {
border: 3px solid #FF3C00;
border-radius: 50%;
height: 78px;
width: 78px;
}
.single_testimonial.style12 .testi_title {
margin-top: 0;
}
.style-six.style-12 .section-title h3 {
font-size: 36px;
}
.style-six.style-12 .section-title .title h2 {
font-size: 36px;
}
.single_testimonial.style12 .testi-single-thumb:before {
position: absolute;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-shape-line.png);
background-repeat: no-repeat;
z-index:-1;
} .dit-button.style-14 a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: capitalize;
padding: 18px 49px 16px 49px;
transition: .5s;
position: relative;
z-index: 1;
font-weight: 500;
border-radius: 30px;
overflow: hidden;
font-family: 'Fira Sans';
}
.dit-button.style-14 a:hover {
color: #fff;
}
.dit-button.style-14 a:before {
position: absolute;
content: "";
background: rgb(255, 119, 119);
height: 3px;
width: 100%;
transition: .5s;
z-index: -1;
bottom: 0;
right: 0;
border-radius: 30px;
}
.dit-button.style-14 a:hover:before {
height: 100%;
} .service-box.style-27 {
background: #fff;
padding: 35px 30px 30px 30px;
position: relative;
z-index: 1;
overflow: hidden;
margin: 0 0 10px 0;
transition:0.5s;
}
.service-box.style-27:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-service-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
transition:0.5s;
}
.service-box.style-27:hover:before {
width: 100%;
}
.service-box.style-27 .service-box-img {
position: relative;
z-index: 1;
transition: 0.5s;
}
.service-box.style-27:hover .service-box-img img{
filter: brightness(0)invert(1);
}
.service-box.style-27 .service-content h3 {
font-size: 18px;
line-height: 26px;
color: #232323;
font-weight: 500;
width: 85%;
margin: 27px 0 20px 0;
transition:0.5s;
}
.service-box.style-27:hover .service-content h3 {
color: #fff;
}
.service-box.style-27 .service-number {
display: inline-block;
position: absolute;
top: 0;
right: 0;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
background: #FF3C00;
transition:0.5s;
}
.service-box.style-27 .service-box-number {
background: #FF3C00;
position: relative;
margin: 0;
color: #fff;
font-size: 16px;
transition:0.7s;
}
.service-box.style-27:hover .service-box-number {
color: #FF3C00;
background: #fff;
}
.service-box.style-27 .service-box-number::before {
display:none;
}
.service-box.style-27 .service-bar {
background: #E9E9E9;
height: 2px;
width: 100%;
position: relative;
border-radius: 30px;
margin: 0 0 23px 0;
transition:0.5s;
}
.service-box.style-27:hover .service-bar {
background-color: rgba(255,255,255,0.2);
}
.service-box.style-27 .service-content p {
font-size: 16px;
line-height: 26px;
color: #6d6d6d;
font-weight: 400;
font-family: "Rubik";
transition:0.5s;
}
.service-box.style-27:hover .service-content p {
color: #fff;
}
.service-box.style-27 .service-btn {
margin-top: 26px;
}
.service-box.style-27 .service-btn a {
border-radius: 20px;
background-color: #ffffff;
border: 1px solid rgba(35,35,35,0.1);
padding: 9px 20px 9px 20px;
font-size: 14px;
color: #232323;
font-weight: 400;
text-align: center;
font-family: "rubik";
text-transform: inherit;
transition:0.5s;
}
.service-box.style-27:hover .service-btn a {
color: #fff;
background-color: inherit;
border: 1px solid #fff;
}
.service-box.style-27 .service-btn a i {
color: #ff3c00;
font-size: 11px;
transition:0.5s;
}
.service-box.style-27:hover .service-btn a i {
color: #fff;
} .service-box.style-27 .service-bar:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 2px;
width: 30px;
background: #FF3C00;
color: #FF3C00;
border-radius: 10%;
-webkit-animation: Servive-MOVIE-BG 6s linear infinite alternate;
-moz-animation: Servive-MOVIE-BG 6s linear infinite alternate;
-o-animation: Servive-MOVIE-BG 6s linear infinite alternate;
animation: Servive-MOVIE-BG 6s linear infinite alternate;
opacity: 1;
z-index: 1;
transition:0.5s;
}
.service-box.style-27:hover .service-bar:before {
color: #fff;
background: #FFf;
}
@keyframes Servive-MOVIE-BG {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(170px);
transform: translateX(170px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .finace-whychoose-rotateme {
-webkit-animation-name: finace-whychoose-rotateme;
animation-name: finace-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 finace-whychoose-rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.finace-progress-css .elementor-title {
position: relative;
top: -9px;
}
.finace-progress-css .elementor-progress-percentage {
margin-top: -26px;
font-size: 16px;
} .single-counter.style9 {
background: #f4f4f4;
text-align: center;
position: relative;
z-index: 1;
padding: 30px 0 25px 0;
}
.single-counter.style9 .count.percent {
font-size: 30px;
line-height: 22px;
color: #232323;
font-weight: 600;
}
.single-counter.style9 .icon i {
font-size: 45px;
color: #ff3c00;
}
.single-counter.style9 h6 {
font-size: 16px;
line-height: 26px;
color: #686868;
font-weight: 400;
font-family: "Rubik";
margin: 0;
padding: 8px 0 0 0;
}
.single-counter.style9 #counter {
position: relative;
z-index: 1;
margin: 27px 0 0 0;
}
.single-counter.style9 .plus {
color: #FF3C00;
position: relative;
top: -15px;
line-height: 0;
font-size: 15px;
font-weight: 700;
padding: 0;
}
.single-counter.style9 .counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: inherit;
margin-right: 0;
}
.single-counter.style9.style10 .count.percent {
display: none;
}
.single-counter.style9.style10 {
background: inherit;
padding: 48px 0 39px 0;
}
.single-counter.style9.style10 h6 {
color: #fff;
}
.single-counter.style9.style10 #counter {
position: relative;
z-index: 1;
margin: 7px 0 0 0;
}
.single-counter.style9.style11 {
background: inherit;
}
.single-counter.style9.style11 .count.percent {
color: #fff;
font-size: 40px;
}
.single-counter.style9.style11 h6 {
color: #9d9ea6;
}
.single-counter.style9.style11 .plus {
font-size: 40px;
top:2px;
}
.single-counter.style9.style11 #counter {
margin: 0;
right: 0;
position: relative;
display: inline-block;
text-align: left;
}
.single-counter.style9.style11 {
padding: 0;
position: relative;
right: 0;
text-align: right;
}
.single-counter.style9.style11 .counter-box-thumb {
display: none;
} .style-nine.style11 .case-study-thumb {
position: relative;
z-index: 1;
transition: 0.5s;
}
.style-nine.style11 .case-study-thumb :before {
content: "";
position: absolute;
height: 78px;
width: 78px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/finace-case-hover-shape.png);
top: -80px;
right: -80px;
transition:0.5s;
}
.style-nine.style11 .dreamit-single-cases-study:hover .case-study-thumb :before {
top: 0;
right: 0;
}
.style-nine.style11 .case_category {
display: block;
text-align: left;
}
.style-nine.style11 .em-cases-study-content:before {
display:none;
}
.style-nine.style11 .em-cases-study-content {
position: absolute;
bottom: -140px;
left: 0;
right: inherit;
width: 80%;
z-index: 1;
opacity: 1;
padding: 27px 0 22px 30px;
background-color: #fff;
transition: 0.5s;
}
.style-nine.style11 .dreamit-single-cases-study:hover .em-cases-study-content {
bottom: 30px;
left: 0;
width: 80%;
right: inherit;
margin: inherit;
}
.style-nine.style11 .em-cases-study-title h2 a {
display: inline-block;
padding: 11px 0 8px 0;
font-size: 20px;
color: #232323;
font-weight: 600;
transition: 0.5s;
}
.style-nine.style11 .em-cases-study-title h2 a:hover {
color: #ff3c00;
}
.style-nine.style11 .case_category span a {
font-size: 16px;
line-height: 22px;
color: #ff3c00;
font-weight: 500;
position: relative;
padding: 0 0 0 30px;
}
.style-nine.style11 .case_category span a:before {
background: #ff3c00;
font-weight: 500;
content: "";
position: absolute;
height: 2px;
width: 20px;
top: 9px;
left: 0;
}
.style-nine.style11 .dreamit-single-cases-study:hover .em-cases-study-content {
bottom: 30px;
left: 0;
width: 80%;
right: inherit;
margin: inherit;
}
.style-nine.style11 .btn-details a {
position: relative;
top: 0;
right: 0;
opacity: 1;
transition: 0.5s;
z-index: 2;
}
.style-nine.style11 .btn-details a {
position: absolute;
top: -25px;
right: -25px;
opacity: 1;
transition: 0.5s;
z-index: 2;
}
.style-nine.style11 .btn-details a i {
background: #ff3c00;
color: #fff;
width: 48px;
height: 48px;
text-align: center;
line-height: 50px;
border-radius: 50px;
font-size: 16px;
transform: rotate(0deg);
margin: auto;
display: inline-block;
border:1px solid #ff3c00;
transition:0.5s;
}
.style-nine.style11 .btn-details a:hover i {
background: #fff;
color: #ff3c00;
}
.style-nine.style11 .case-study-thumb::after {
display:none;
}
.style-nine.style11 .case-study-thumb::before {
display:none;
}
.style-nine.style11 .owl-dots {
position: absolute;
left: 50%;
bottom: -93px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.dit-button.style-14.style15 a {
background: #232323;
}
.dit-button.style-14.style15 a:before {
background: #7a7a7a;
} .single_testimonial.style13 {
text-align: left;
margin: 10px 0;
transition:0.5s;
}
.single_testimonial.style13 .testi_content {
background: #fff;
padding: 42px 0 40px 32px;
position: relative;
z-index: 1;
}
.single_testimonial.style13 .testi_content:before {
content: "";
position: absolute;
width: 4px;
height: 120px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-img-bg.png);
left: 0;
top: 0;
bottom: 0;
margin: auto;
transition:0.5s;
z-index:-1;
}
.single_testimonial.style13:hover .testi_content:before {
width:100%;
height: 100%;
}
.single_testimonial.style13 .testi_content:after {
content: "";
position: absolute;
width: 18px;
height: 18px;
background: #fff;
left: 20px;
bottom: -9px;
transition: 0.5s;
z-index: -9;
transform: rotate(45deg);
}
.single_testimonial.style13:hover .testi_content:after {
background: #FF3C00;
}
.single_testimonial.style13 .testi_text {
width: inherit;
margin: 0;
padding: 0;
font-style: inherit;
font-size: 16px;
line-height: 30px;
color: #686868;
font-weight: 400;
font-family: "Rubik";
transition:0.5s;
}
.single_testimonial.style13:hover .testi_text {
color: #fff;
}
.single_testimonial.style13 .em_reviews_rating {
padding: 20px 0 0 0;
position: relative;
}
.single_testimonial.style13 .em_reviews_rating:before {
content: "";
position: absolute;
height: 28px;
width: 38px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/testi-qu-shape.png);
top: 20px;
right: 30px;
transition: 0.5s;
}
.single_testimonial.style13:hover .em_reviews_rating:before {
filter: brightness(0)invert(1);
}
.single_testimonial.style13 .testi-star i.active {
color: #FF3C00;
font-size: 15px;
margin: 0 1px;
transition:0.5s;
}
.single_testimonial.style13:hover .testi-star i.active {
color: #fff;
}
.single_testimonial.style13 .testi_title {
margin: 0 0 0 15px;
}
.single_testimonial.style13 .testi_title h2 {
margin-bottom: 0;
text-transform: capitalize;
letter-spacing: 0;
font-size: 19px;
color: #fff;
font-weight: 500;
}
.single_testimonial.style13 .testi_title span {
display: block;
padding-top: 5px;
transition: .5s;
font-size: 14px;
line-height: 24px;
color: #9d9ea6;
font-weight: 400;
font-family: "Rubik";
}
.single_testimonial.style13 .testi-single-thumb {
display: flex;
align-items: center;
position: relative;
}
.single_testimonial.style13 .author img {
height: 65px;
width: 65px;
line-height: 65px;
border: 3px solid #ffffff;
border-radius: 50%;
transition:0.5s;
}
.single_testimonial.style13:hover .author img {
border: 3px solid #FF3C00;
}
.single_testimonial.style13 .testi-single-thumb:before {
display:none;
}
.testimonial_list_style13.owl-carousel .owl-nav.disabled {
display: block;
}
.testimonial_list_style13.owl-carousel .owl-nav .owl-next {
left: auto;
right: -50px;
display: none;
}
.testimonial_list_style13.owl-carousel  .owl-nav .owl-prev {
right: auto;
left: -50px;
display: none;
}
.testimonial_list_style13.owl-carousel .owl-dots.disabled {
display: block;
}
.testimonial_list_style13.owl-carousel .owl-dot {
width: 30px;
margin: 0 7px;
}
.testimonial_list_style13.owl-carousel .owl-dots {
bottom: -65px;
}
.testimonial_list_style13.owl-carousel .owl-dot.active {
background: #FF3C00;
} .form-area.contact-form.finace-consultant .form-control {
height: 54px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: inherit ;
border: 1px solid rgba(255,255,255,0.2);
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
color:#fff;
}
.form-area.contact-form.finace-consultant .form-control::placeholder {
opacity: 0.500;
font-size: 15px;
color: #ffffff;
font-weight: 400;
font-family: "Rubik";
}
.form-area.contact-form.finace-consultant textarea {
height: 150px;
width: 100%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: inherit ;
border: 1px solid rgba(255,255,255,0.2);
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
opacity: 0.500;
color: #ffffff;
}
.form-area.contact-form.finace-consultant textarea ::placeholder {
font-size: 15px;
opacity: 0.500;
color: #ffffff;
font-weight: 400;
font-family: "Rubik";
}
.form-area.contact-form.finace-consultant .form-control:focus{
background: inherit !important;
border-color: #FF3C00 !important;
outline: 0;
box-shadow: none !important;;
}
.form-area.contact-form.finace-consultant textarea:focus{
background: inherit !important;
border-color: #FF3C00 !important;
outline: 0;
box-shadow: none !important;;
}
.form-area.contact-form.finace-consultant .button {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: capitalize;
padding: 17px 49px 17px 49px;
transition: .5s;
position: relative;
z-index: 1;
font-weight: 500;
border-radius: 30px;
overflow: hidden;
font-family: 'Fira Sans';
margin: 5px 0 0 0;
}
.form-area.contact-form.finace-consultant .button:hover {
color: #fff;
background: rgb(255, 119, 119);
} .single-video.style-three .video-icon a i{
font-size: 20px;
}
.single-video.style-three .video-icon a {
background: #FF3C00;
height: 60px;
width: 60px;
left: 0;
right: 0;
margin: auto;
text-align: center;
line-height: 60px;
color: #fff;
font-size: 15px;
position: relative;
top: inherit;
}
.single-video.style-three .video-icon a{
border-radius: 50%;
display: block;
-webkit-animation: ripple-white-color 1s linear infinite;
animation: ripple-white 1s linear infinite;
-webkit-transition: .5s
}
@-webkit-keyframes ripple-white-color {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7)
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7), 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 0 20px rgba(255, 255, 255, 0.7), 0 0 0 30px rgba(255, 255, 255, 0)
}
} .finace-footer-shape {
-webkit-animation: footermoveLeftBounceright 2s linear infinite;
animation: footermoveLeftBounceright 2s linear infinite;
}
@keyframes footermoveLeftBounceright {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(35px);
transform: translateX(35px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.finace-footer-shape-up {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}.icon-box.style-13 .icon-box-icon {
display: flex;
align-items: center;
}
.icon-box.style-13 .title h2 {
font-size: 20px;
font-weight: 500;
display: inline-block;
margin-bottom: 12px;
margin-top: 8px;
margin-left: 13px;
}
.dit-button.style-seven a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 17px;
padding: 15px 30px;
transition: .5s;
z-index: 1;
border-radius: 30px;
overflow: hidden;
}
.dit-button.style-seven i {
margin-left: 5px;
}
.service-box-content.twenty-one{
background-color: #fff;
position: relative;
padding: 35px 15px 10px 15px;
border-radius: 5px;
transition: .5s;
}
.service-box-content.twenty-one:hover{
transition: .5s;
background: transparent;
}
.service-box-content.twenty-one .service-box-title h2{
margin: 5px 0 17px 0;
font-size: 20px;
padding: 0;
font-weight: 500;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box-content.twenty-one .service-box-icon i {
transition: .5s;
font-size: 45px;
}
.service-box-content.twenty-one:hover .service-box-icon i {
transition: .5s;
color: #fff;
}
.service-box-content.twenty-one:hover .service-box-title h2{
transition: .5s;
color: #ff3c00;
}
.service-box-content.twenty-one:hover .service-box-desc p{
transition: .5s;
color: #fff;
}
.service-box-content.twenty-one .service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-bottom: 33px;
}
.service-box-content.twenty-one .service-btn > a {
border-radius: 30px;
color: #fff;
display: inline-block;
font-size: 14px;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform: uppercase;
font-weight: 400;
height: 40px;
width: 40px;
line-height: 40px;
background-color: #ff3c00;
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
margin-top: -15px;
}
.service-box-content.twenty-two {
padding: 38px 10px 50px 10px;
border-radius: 5px;
transition: .5s;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Consen-2vb.jpg);
}
.service-box-content.twenty-two:hover {
padding: 38px 10px 50px 10px;
border-radius: 5px;
transition: .5s;
background: none;
}
.service-box-content.twenty-two .service-box-icon i {
margin-bottom: 26px;
display: inline-block;
color: #FF3C00;
font-size: 45px;
transition: .5s;
}
.service-box-content.twenty-two .service-box-title h2 {
margin: 0 0 21px 0;
font-size: 22px;
padding: 0;
font-weight: 500;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box-content.twenty-two:hover .service-box-title h2{
color: #FF3C00;
transition: .5s;
}
.service-box-content.twenty-two:hover .service-box-desc p,
.service-box-content.twenty-two:hover .service-box-icon i{
color: #fff;
transition: .5s;
}
.service-box-content.twenty-two .service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
font-weight: 400;
margin-bottom: 32px;
}
.service-box-content.twenty-two .service-btn > a {
color: #232321;
font-size: 17px;
border: 1px solid#232321;
padding: 15px 26px 15px;
text-transform: capitalize;
transition: .5s;
background: transparent;
}
.service-box-content.twenty-two:hover .service-btn > a {
background: #FF3D00;
color: #fff;
border-color: #FF3D00;
transition: .5s;
}
.style8 .itsoft-single-cases-study .em-cases-study-content {
position: absolute;
left: 0;
bottom: -100%;
right: 0;
text-align: left;
background: #0a0a1d; padding: 30px 35px 30px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
opacity: 0;
border-bottom: 4px solid #FF3C00;
border-radius: 0px 0px 7px 7px;
}
.style8 .owl-item:nth-child(odd) {
margin-top: 20px;
}
.style8 .itsoft-single-cases-study .case-study-thumb{
position: relative;
}
.style8 .itsoft-single-cases-study .case-study-thumb::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,.7));
content: "";
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 5px;
}
.style8 .itsoft-single-cases-study .case-study-thumb img{
width: 100%;
}
.style8 .itsoft-single-cases-study .em-cases-study-title h2 a {
font-size: 20px;
font-weight: 400;
margin: 0 0 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
line-height: 1.4;
}
.style8 .itsoft-single-cases-study .case_category span{
position: relative;
padding-left: 50px;
}
.style8 .itsoft-single-cases-study .case_category span::before{
position: absolute;
content: '';
left: 0px;
top: 10px;
background-color: #fff;
height: 1px;
width: 45px;  
}
.style8 .itsoft-single-cases-study .case-study-thumb::after {
display: none;
}
.my-accordion.style3 li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #fff;
z-index: 99999;
}
ul.my-accordion.style3 li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #0a0a1d;
transition: .3s;
margin-left: 0; padding: 14px 20px 14px 52px;
border-radius: 5px;
background-color: #f7f7f7;
}
ul.my-accordion.style3 li a.active {
border-radius: 5px;
}
.my-accordion.style3 li a.active::before {
width: 30px;
right: 20px;
height: 30px; top: 12px;
background: transparent;
}
.my-accordion.style3 li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;  background: transparent;
box-shadow: none;
border: none; 
}
.my-accordion.style3 li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #0a0a1d;
}
.my-accordion.style3 p {
display: none; padding: 24px 25px 24px;
line-height: 28px;
color: #0a0a1d;
opacity: 0.7;
background-color: #f7f7f7;
margin: 0px;
}
.team.style8 .team-content {
padding: 28px 20px 25px;
text-align: center;
border-bottom: 3px solid #FF3C00;
position: relative;
margin-bottom: -3px;
}
.team.style8 .team-content:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Consen-fec2.jpg);
transition: .5s;
}
.team.style8 .team-content:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 0%;
background: rgba(10, 10, 29, .8);
transition: .5s; }
.team.style8:hover .team-content:after {
width: 100%;
}
.team.style8 .bio {
position: relative;
z-index: 9;
}
.team.style8 .team-content h2 {
font-size: 20px;
color: #0a0a1d;
font-weight: 600;
transition: .5s;
}
.team.style8 .team-content h5 {
font-size: 16px;
color: #686868;
font-weight: 400;
margin-top: 10px;
margin: 0;
transition: .5s;
}
.team.style8:hover .team-content h2,
.team.style8:hover .team-content h5{
transition: .5s;
color: #fff;
}
.team.style8 .image{
overflow: hidden;
z-index: 1;
position: relative;
}
.team.style8 .image:before {
position: absolute;
content: "";
left: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s;
background: linear-gradient(0deg, rgba(255, 59, 0, 0.802) 0%,     rgba(255, 59, 0, 0.802) 10%, rgba(255, 59, 0, 0) 60%, rgba(255, 59, 0, 0) 40%);
}
.team.style8:hover .image:before{
opacity: 1;
bottom: 0;
}
.team.style8 .image .social-icon {
position: absolute;
bottom: -50%;
right: 16px;
margin: auto;
transition: .5s;
z-index: 999;
}
.team.style8:hover .image .social-icon {
bottom: 23px;
}
.team.style8 .image .social-icon li i {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
background: #0a0a1d;
text-align: center;
color: #fff;
border-radius: 100%;
margin: 5px;
}
.team.style8 .image .social-icon li {
list-style: none;
}
.team.style8 .image .social-icon li:nth-child(2) i {
background: #FB3C00;
}
.team.style8 .team-content .share-icon {
position: relative;
display: block;
}
.team.style8 .team-content .share-icon span {
display: block;
position: absolute;
top: -44px;
right: 3px;
width: 35px;
height: 35px;
border-radius: 100%;
line-height: 35px;
text-align: center;
font-size: 20px; z-index: 3;
background: #FB3C00;
color: #fff;
transition: .5s;
}
.team.style8:hover .team-content .share-icon span{
background: #fff;
color: #e9455a;
transition: .5s;
}
.rubik .blog_style_five .itsoft-blog-readmore a {
font-family: "Rubik",Sans-serif;
}
.rubik .blog-page-title_adn a {
font-weight: 500;
font-size: 20px;
}
.rubik ul.post-categories {
display: none;
}
.home06 .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 63px;
padding: 5px 15px;
width: 100%;
background: #041c39;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
color: #fff;
}
.home06 .mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus {
outline: 0;
box-shadow: #00142C;
border-color: #00142C;
box-shadow: inset 0 1px 1px rgba(0, 20, 44, .075), 0 0 8px rgba(0, 20, 44, .6);
}
.home06 input[type="email"]::placeholder {
color: #fff;
}
.home06 .mc4wp-form-fields button {
height: 100%;
position: absolute;
right: 6px;
top: 0px;
border-radius: 5px;
background-image: linear-gradient(to right, #f9664b, #ffcc30);
}
.home06 .mc4wp-form-fields button:hover {
background: linear-gradient(-90deg, #ff783c, #feb835);
}
.service-box.style23 {
display: flex;
align-items: center;
position: relative;
}
.service-box.style23 .service-box-img {
margin-right: 30px;
}
.service-box.style23 .service-content h3 {
margin: 0 0 5px 0;
font-size: 24px;
color: #fff;
font-weight: 600;
}
.service-box.style23 .service-content p {
color: #b1b5d3;
margin-bottom: 0;
}
.service-box.style23 .service-btn {
margin: 0;
position: absolute;
right: 75px;
}
.service-box.style23 .service-btn > a i {
font-size: 35px;
color: #fff;
}
.service-box.style23 .service-btn > a{
position: relative;
}
.service-box.style23 .service-btn > a::after {
position: absolute;
left: -41px;
content: "";
border: 1px solid #293e57;
height: 85%;
width: 59px;
border-radius: 5px;
top: 2px;
}
.dit-button.style-eleven a {
display: inline-block;
background: #01213f;
color: #fff;
padding: 19px 40px 20px 28px;
font-size: 18px;
font-weight: 600;
transition: .5s;
position: relative;
transition: .5s;
border-radius: 5px;
height: 100px;
z-index: 1;
}
.dit-button.style-eleven i {
font-size: 16px;
color: #d1683d;
transform: rotate(30deg);
position: absolute;
right: 20px;
bottom: 15px;
background: transparent;
transition: none;
}
.dit-button.style-eleven a:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: linear-gradient(90deg, #ff783c, #feb835);
border-radius: 7px;
}
.dit-button.style-eleven a:hover::before{
width: 100%;
transition: .5s;
}
.home06 .section-title.t_center p {
width: 60%;
margin: 18px auto 0;
}
.service-box.style-twenty-four {
padding: 0 35px 44px;
text-align: center;
position: relative;
background: #011936;
transition: .5s;
border: none;
border-radius: 5px;
z-index: 1;
overflow: hidden;
}
.service-box.style-twenty-four .service-box-title h2 {
margin: 25px 0 20px 0;
font-size: 24px;
color: #fff;
font-weight: 600;
}
.service-box.style-twenty-four .service-box-desc p {
color: #b1b5d3;
margin-bottom: 32px;
}
.service-box.style-twenty-four .service-btn a {
padding: 15px 20px;
background: linear-gradient(90deg, #ff783c, #feb835);
color: #fff;
border: none;
border-radius: 5px;
font-family: "Inter", sans-serif;
text-transform: uppercase;
font-size: 14px;
transition: .5s;
-webkit-transition: .5s;
}
.service-box.style-twenty-four .service-btn a:hover {
background: linear-gradient(-90deg, #ff783c, #feb835);
color: #fff;
}
.single-counter.style6 {
text-align: center;
}
.single-counter.style6 .icon i {
display: inline-block;
margin-bottom: 21px;
font-size: 30px;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
background: linear-gradient(90deg, #ff783c, #feb835);
border-radius: 50%;
color: #fff;
}
.single-counter.style6 span.count.percent {
font-size: 34px;
font-weight: 600;
color: #fff;
}
.single-counter.style6 span.plus {
color: #ff783c;
font-size: 34px;
}
.single-counter.style6 h6 {
font-size: 18px;
font-weight: 400;
color: #fff;
margin-top: 9px;
}
.single-counter.style6 span{
margin-bottom: 21px;
}
.icon-box.d-flex.style-sixteen .icon-box-icon .icon i {
font-size: 12px;
color: #fff;
height: 25px;
width: 25px;
line-height: 25px;
text-align: center;
background: linear-gradient(90deg, #ff783c, #feb835);
border-radius: 50%;
}
.icon-box.d-flex.style-sixteen .icon-box-content h2 {
color: #fff;
font-size: 18px;
font-weight: 400; margin-left: 16px;
}
.Home06 .dit-button.style5 a {
padding: 15px 20px;
background: linear-gradient(90deg, #ff783c, #feb835);
color: #fff;
border: none;
border-radius: 5px;
text-transform: uppercase;
font-size: 14px;
transition: .5s;
-webkit-transition: .5s;
font-weight: 400;
}
.Home06 .dit-button.style5 a:hover {
background: linear-gradient(-90deg, #ff783c, #feb835);
}
.Home06 .service-box.style19 {
border: none;
border-radius: 10px;
background: #011936;
padding: 38px 25px 30px;
transition: .5s;
}
.Home06 .service-box.style19:hover .service-box-img {
transform: rotate3d(20, 15, 20, 360deg);
transition: .5s;
}
.Home06 .service-box.style19 .service-content h3 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin: 22px 0 18px;
}
.Home06 .service-box.style19 .service-content p {
color: #b1b5d3;
margin-bottom: 20px;
}
.Home06 .service-box.style19 .service-btn a {
color: #ff783c;
text-transform: uppercase;
border: none;
transition: .5s;
margin-top: 0px;
}
.Home06 .service-box.style19 .service-btn a:hover {
letter-spacing: 1px;
background: transparent;
transition: .5s;
}
.Home06 .service-box.style19:hover .service-btn a{
background: transparent;
transition: .5s;
}
.Home066 .Home06 .service-box.style19 {
border: none;
border-radius: 10px;
background: #011936;
padding: 0px 10px 30px 0px;
transition: .5s;
}
.Home066 .Home06 .service-box.style19:hover .service-box-img {
transform: none;
transition: .5s;
}
.Home066 .Home06 .service-box.style19 .service-content h3 {
font-size: 24px;
color: #fff;
font-weight: 600;
margin: 22px 29px 18px 0px;
}
.Home06 .style-nine .section-title h5 {
font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 0px 0;
}
.blog_style.eight .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #021c3b;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 0px; 
}
.blog_style.eight .itsoft-blog-thumb_adn{
position: relative;
transition: .5s;
}
.blog_style.eight .itsoft-blog-thumb_adn::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgb(2, 28, 59, 0.5);
z-index: 1;
transition: .5s;
}
.blog_style.eight .itsoft-single-blog_adn:hover .itsoft-blog-thumb_adn::before {
opacity: 0;
transition: .5s;
}
.blog_style.eight .em-blog-content-area_adn {
padding: 25px 28px 30px;
text-align: left;
position: relative;
}
.blog_style.eight span {
color: #737a96;
}
.blog_style.eight .blog-page-title_adn h2 {
font-size: 20px;
margin: 17px 0 7px;
line-height: 1.2;
}
.blog_style.eight .blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #fff;
font-weight: 500;
font-size: 22px;
}
.blog_style.eight .blog-content_adn p {
margin: 16px 0 15px;
color: #b1b5d3;
}
.blog_style.eight .itsoft-blog-readmore a { display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #ff783c;
text-transform: uppercase;
margin-top: 14px;
padding: 0px;
}
.home06 .style7 .section-title h5 {
font-size: 15px;
line-height: 28px;
color: #ff3c00;
font-weight: 500;
font-family: "Poppins";
margin: 0 0 15px 0px;
}
.Home66 .home06 .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 68px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 6px;
color: #afaeae;
}
.Home66 .home06 input[type="email"]::placeholder {
color: #afaeae;
}
.Home66 .home06 .mc4wp-form-fields button {
height: 85%;
position: absolute;
right: 6px;
top: 5px;
border-radius: 5px;
background-image: linear-gradient(to right, #f9664b, #ffcc30);
}
.Home66 .home06 .mc4wp-form-fields button:hover {
background: linear-gradient(-90deg, #ff783c, #feb835);
}
.icon-box.style-seventeen .icon-top {
display: flex;
align-items: center;
}
.icon-box.style-seventeen .icon-box-icon .icon i {
display: inline-block;
font-size: 35px;
color: #fff;
transition: 0.5s;
background-color: #fe3c00;
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
border-radius: 5px;
}
.icon-box.style-seventeen .title h2 {
font-size: 20px;
font-weight: 500;
margin-left: 30px;
position: relative;
padding-top: 5px;
}
.icon-box.style-seventeen .title h2:before {
position: absolute;
content: "";
left: -9px;
top: -3px;
width: 69px;
height: 2px;
background: #ff3c00;
transition: .5s;
}
.icon-box.style-seventeen .title h2:after {
position: absolute;
content: "";
left: -10px;
top: -3px;
height: 66px;
width: 2px;
background: #ff3c00;
transition: .5s;
}
.icon-box.style-seventeen .icon-box-content .description p {
margin: 25px 0px 0px;
font-family: Rubik !important;
transition: .5s;
color: #686868;
font-size: 16px;
}
.icon-box.style-seventeen {
padding: 40px 30px 34px 40px;
background-color: #ffffff;
border-radius: 10px;
filter: drop-shadow(0 0 25px rgba(241,229,225,0.45));
transition: .5s;
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 30px;
}
.icon-box.style-seventeen::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
clip-path: polygon(0 1, 101% 0%, 100% 100%);
transform: scale(0);
transform-origin: top right;
background: #ff3c00;
pointer-events: none;
transition: .7s;
z-index: -1;
height: 100%;
border-radius: 5px;
}
.icon-box.style-seventeen:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
clip-path: polygon(0 1, 0% 100%, 101% 100%);
transform: scale(0);
transform-origin: bottom left;
background: #ff3c00;
pointer-events: none;
transition: .7s;
z-index: -1;
border-radius: 5px;
}
.icon-box.style-seventeen:hover:before {
transform: scale(1);
}
.icon-box.style-seventeen:hover:after {
transform: scale(1);
}
.icon-box.style-seventeen:hover .title h2,
.icon-box.style-seventeen:hover .icon-box-content .description p{
color: #fff;
}
.icon-box.style-seventeen:hover .title h2:before,
.icon-box.style-seventeen:hover .title h2:after,
.icon-box.style-seventeen:hover .icon-box-icon .icon i{
background: #fff;
}
.icon-box.style-seventeen:hover .icon-box-icon .icon i{
color: #ff3c00;
}
.style-11 .section-title h5 {
color: #FF3C00;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 23px 34px;
position: relative;
display: inline-block;
padding-right: 8px;
}
.style-11 .section-title h5:before {
position: absolute;
content: "";
left: -31px;
top: 0px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/section.png);
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.style-11 .section-title h5:after {
position: absolute;
content: "";
top: 0px;
left: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/section.png);
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.style-11 .section-title .title h3, .section-title .title h2{
font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.style-11 .section-title.t_left p {
margin-top: 7px;
margin-bottom: 0;
width: 100%;
margin: auto;
margin-top: 32px;
}
.Home07 .icon-box.style-seventeen .title h2:before{
display:none;
}
.Home07 .icon-box.style-seventeen .title h2:after{
display:none;
}
.Home07 .icon-box.style-seventeen .icon-box-icon .img-icon{
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 5px;
background-color: #f7f0ed;
display: inline-block;
}
.Home07 .icon-box.style-seventeen{
padding: 0px 0px 0px 0px;
background: transparent;
border-radius: 10px;
filter: drop-shadow(0 0 25px rgba(241,229,225,0.45));
transition: .5s;
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 30px;
}
.Home07 .icon-box.style-seventeen .title h2 {
font-size: 24px;
font-weight: 500;
margin-left: 15px;
position: relative;
padding-top: 5px;
}
.Home07 .icon-box.style-seventeen::before {
display:none;
}
.Home07 .icon-box.style-seventeen::after {
display:none;
}
.Home07 .icon-box.style-seventeen:hover .title h2,
.Home07 .icon-box.style-seventeen:hover .icon-box-content .description p {
color: #232323;
}
.Home07 .icon-box.style-seventeen .icon-box-content .description p {
margin: 14px 0px 0px;
transition: .5s;
color: #686868;
font-size: 16px;
}
.dit-button.style-thirteen a {
background: #FB3C00;
color: #fff;
font-size: 17px;
padding: 15px 30px;
transition: .5s;
z-index: 1;
border-radius: 30px;
position: relative;
}
.dit-button.style-thirteen a:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
width: 100%;
background: transparent;
transition: .7s;
z-index: -1;
height: 100%;
border-radius: 31px;
border: 1px solid #FB3C00;
}
.dit-button.style-thirteen a:hover:before{
top: 0px;
left: 0px;
transition: .7s;
}
.service-box-content.twenty-six .single-service {
background-color: #fff;
padding: 40px 33px 40px 33px;
border-radius: 10px;
transition: 0.5s;
}
.service-box-content.twenty-six .single-service:hover .service-box-desc p,
.service-box-content.twenty-six .single-service:hover .service-box-title h2{
color: #fff;
transition: 0.5s;
}
.service-box-content.twenty-six .single-service:hover{
background-color: transparent;
transition: 0.5s;
}
.service-box-content.twenty-six .service-top-text {
display: flex;
align-items: center;
}
.service-box-content.twenty-six .service-box-icon i{
display: inline-block;
font-size: 35px;
color: #ff3c00;
transition: 0.5s;
background-color: #f5eeec;
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
border-radius: 5px;
}
.service-box-content.twenty-six .service-box-title h2{
margin: 0 0 20px 20px;
font-size: 20px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-weight: 500;
}
.service-box-content.twenty-six .slid_bar {
padding: 15px 0 25px;
}
.service-box-content.twenty-six .service-bar {
background: #E9E9E9;
height: 2px;
width: 100%;
position: relative;
border-radius: 30px;
margin: 16px 0 23px 0;
transition: 0.5s;
}
.service-box-content.twenty-six .service-bar:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 2px;
width: 30px;
background: #FF3C00;
color: #FF3C00;
border-radius: 10%;
-webkit-animation: Servive-MOVIE-BG 6s linear infinite alternate;
-moz-animation: Servive-MOVIE-BG 6s linear infinite alternate;
-o-animation: Servive-MOVIE-BG 6s linear infinite alternate;
animation: Servive-MOVIE-BG 6s linear infinite alternate;
opacity: 1;
z-index: 1;
transition: 0.5s;
}
.service-box-content.twenty-six .bg-bar::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 50px;
border-radius: 50%;
background: #ff3c00;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: mh-hassan;
animation-name: mh-hassan;
}
.service-box-content.twenty-six .service-btn a {
padding: 12px 25px 12px 30px;
font-size: 16px;
font-family: 'Fira Sans';
border-radius: 22px;
background-color: #ffffff;
color: #232323;
border: 1px solid rgba(35, 35, 35, 0.1);
display: inline-block;
margin-top: 21px;
position: relative;
z-index: 1;
text-transform: capitalize;
transition: .5s;
}
.single_pricing.five{
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/pric-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: 30px;
border-radius: 9px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 0px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: left;
box-shadow: none;
}
.single_pricing.five .pricing_top_bar {
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/prc-hd.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 56px 40px 29px;
border-radius: 5px 5px 0 0;
position: relative;
border-radius: 9px;
z-index: 1;
}
.single_pricing.five .pricing_top_bar:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 5px 0 0;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/prc-hd2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(0.0, 1);
border-radius: 9px;
transition: .5s;
}
.single_pricing.five:hover .pricing_top_bar:before {
transform: scale(1);
}
.single_pricing.five .pricing_top_bar .pricing_title h3 {
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
padding-bottom: 11px;
color: #fff;
background-color: #1a161e;
display: inline-block;
padding: 5px 17px;
border-radius: 30px;
transition: .5s;
}
.single_pricing.five:hover .pricing_top_bar .pricing_title h3 {
background-color: #ec3902;
transition: .5s;
}
.single_pricing.five .price_item_inner .price_item_inner_center .curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #fff !important;
}
.single_pricing.five .price_item_inner .price_item_inner_center span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #fff;
font-family: 'Fira Sans', sans-serif;
}
.single_pricing.five .price_item_inner .price_item_inner_center .monthp .bootmp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
color: #fff !important;
}
.single_pricing.five .pricing_content .pricing_body {
padding: 25px 45px 39px;
}
.single_pricing.five .pricing_content .pricing_body ul li i {
margin-right: 10px;
color: #ff3c00;
}
.single_pricing.five .pricing_content .pricing_body .order_now a {
display: inline-block;
font-size: 16px;
font-weight: 400;
text-align: center;
width: 100%;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #FF3C00;
border: 1px solid #FF3C00;
border-radius: 30px;
margin-top: 8px;
}
.single_pricing.five:hover .pricing_content .pricing_body .order_now a{
color: #fff;
transition: .5s;
}
.single_counter.style-8 .counter_title .counter_title h4 {
text-transform: capitalize;
font-size: 17px;
color: #686868;
}
.single_counter.style-8 .countr_text > h1 {
font-size: 50px;
display: inline-block;
font-weight: 500;
margin: 0;
}
.single_counter.style-8 .countr_text > h3 {
font-size: 50px;
display: inline-block;
font-weight: 500;
margin: 0;
}
.blog_style_adn_2.style10 .single_case_study .itsoft-single-cases-study .em-cases-study-content {
position: absolute;
left: 0;
right: 0;
text-align: left;
background: #fff; padding: 16px 30px 2px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
}
.blog_style_adn_2.style10 .single_case_study .case-study-thumb::before {
display:none;
}
.blog_style_adn_2.style10 .single_case_study .case-study-thumb::after {
display:none;
}
.blog_style_adn_2.style10 .single_case_study .case-study-thumb img{
width: 100%;
}
.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .em-cases-study-title h2 a{
font-size: 22px;
font-weight: 700;
line-height: 1;
margin: 0 0 5px;
color: #0a060e;
}
.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .em-cases-study-title h2 {
line-height: 1.5;
margin: 4px 6px 5px 0px;
}
.blog_style_adn_2.style10 .single_case_study .em-cases-study-content .case_category span {
color: #ff3c00;
}
.blog_style_adn_2.style10 .single_case_study .em-cases-study-content i {
transform: rotate(-30deg);
position: absolute;
right: 40px;
top: 37%;
font-size: 24px;
color: #ff3c00;
} .service-box.style-28 {
background: #fff;
padding: 35px 30px 30px 30px;
position: relative;
z-index: 1;
overflow: hidden;
margin: 0 20px 10px 20px;
transition:0.5s;
border-radius: 9px;
}
.service-box.style-28:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background: red;
z-index: -1;
transition:0.5s;
}
.service-box.style-28:hover:before {
width: 100%;
}
.service-box.style-28 .service-box-icon i {
font-size: 47px;
}
.service-box.style-28:hover .service-box-icon i {
color: #fff;
transition: 0.5s;
}
.service-box.style-28 .service-content h3 {
font-size: 22px;
line-height: 26px;
color: #232323;
font-weight: 500; margin: 13px 0 20px 0;
transition: 0.5s;
}
.service-box.style-28:hover .service-content h3 {
color: #fff;
}
.service-box.style-28 .service-number {
display: inline-block;
position: absolute;
top: 0;
right: 0;
height: 60px;
line-height: 60px;
width: 60px;
text-align: center;
background: #FF3C00;
transition:0.5s;
border-radius: 0px 0px 0px 9px;
}
.service-box.style-28 .service-box-number {
background: #FF3C00;
position: relative;
margin: 0;
color: #fff;
font-size: 16px;
transition:0.7s;
border-radius: 0px 0px 0px 9px;
}
.service-box.style-28:hover .service-box-number {
color: #FF3C00;
background: #fff;
border-radius: 0px 0px 0px 9px;
}
.service-box.style-28 .service-box-number::before {
display:none;
}
.service-box.style-28:hover .service-bar {
background-color: rgba(255,255,255,0.2);
}
.service-box.style-28 .service-content p {
font-size: 16px;
line-height: 26px;
color: #6d6d6d;
font-weight: 400;
font-family: "Rubik";
transition:0.5s;
}
.service-box.style-28:hover .service-content p {
color: #fff;
}
.service-box.style-28 .service-btn {
margin-top: 26px;
}
.service-box.style-28 .service-btn a {
border-radius: 20px;
background-color: #ffffff;
border: 1px solid rgba(35,35,35,0.1);
padding: 9px 20px 9px 20px;
font-size: 14px;
color: #232323;
font-weight: 400;
text-align: center;
font-family: "rubik";
text-transform: inherit;
transition:0.5s;
}
.service-box.style-28:hover .service-btn a {
color: #fff;
background-color: inherit;
border: 1px solid #fff;
}
.service-box.style-28 .service-btn a i {
color: #ff3c00;
font-size: 11px;
transition:0.5s;
}
.service-box.style-28:hover .service-btn a i {
color: #fff;
}
.blog_style_nine .single_blog_adn{
position:relative;
z-index: 1;
transition: .5s;
}
.blog_style_nine .single_blog_adn:before {
position: absolute;
content: "";
z-index: -1;
right: 0;
top: 10px;
height: 100%;
width: 0;
background: #FF3C00;
border-radius: 15px;
transition: .5s;
}
.blog_style_nine .single_blog_adn:hover:before {
left: 8px;
width: 96%;
}
.blog_style_nine .single_blog_adn:hover .itsoft-blog-meta-name,
.blog_style_nine .single_blog_adn:hover .itsoft-blog-readmore a,
.blog_style_nine .single_blog_adn:hover .blog-page-title a{
color: #fff;
transition: .5s;
}
.blog_style_nine .single_blog_adn:after {
position: absolute;
content: "";
z-index: -1;
right: 0;
top: 0;
height: 100%;
width: 0;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/Home-1ddd.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 10px;
transition: .5s;
}
.blog_style_nine .single_blog_adn:hover:after {
left: 0;
width: 100%;
transition: .5s;
}
.blog_style_nine .single_blog_adn:hover .itsoft-single-blog_adn{
background: transparent;
transition: .5s;
}
.blog_style_nine .single_blog_adn .itsoft-single-blog_adn {
margin-bottom: 30px;
margin-top: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 25px 35px 15px 15px;
border-radius: 9px;
}
.blog_style_nine .single_blog_adn .top-content {
display: flex;
align-items: center;
}
.blog_style_nine .single_blog_adn .top-content .user_thumb img {
width: 56%;
border-radius: 30px;
}
.blog_style_nine .single_blog_adn .post-categories li {
list-style: none;
display: inline-block;
}
.blog_style_nine .single_blog_adn .post-categories li a {
display: inline-block;
background: #FF3C00;
padding: 6px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 30px;
letter-spacing: 1px;
margin-right: 5px;
margin-bottom: 10px;
}
.blog_style_nine .single_blog_adn .em-blog-content-area_adn {
padding: 21px 18px 15px;
text-align: left;
position: relative;
}
.blog_style_nine .single_blog_adn .itsoft-blog-meta-name a {
color: #ff3c00;
}
.blog_style_nine .single_blog_adn .itsoft-blog-meta-name {
margin-top: 15px;
}
.blog_style_nine .single_blog_adn .itsoft-blog-readmore a {
padding: 0px; 
display: inline-block;
font-weight: 600;
border-radius: 3px;
transition: .5s;
color: #616161;
}
.blog_style_nine .single_blog_adn:hover .itsoft-blog-readmore a {
color: #FF3C00;
transition: .5s;
}
.blog_style_nine .single_blog_adn .blog-page-title > h2 {
margin-bottom: 25px;
margin-top: 35px;
} .branding-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.branding-shape img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.finace-shape img {
-webkit-animation: moveBounce 2.5s linear infinite;
animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two {
position: absolute !important;
left: 0;
top: 40%;
z-index: -1;
}
.finace-shape-two img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape-three {
position: absolute !important;
left: 50%;
top: 15%;
z-index: -1;
}
.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 1.5s alternate infinite;
animation: about-dance 1.5s alternate infinite;
}
@keyframes about-dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
}
}
.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);
}
}.elementor-progress-percentage {
margin-top: -15px;
font-size: 16px;
}
.itsoft-button {
margin-top: 25px;
}
.elementor-accordion-item{
margin-bottom: 20px;
} .single-slick{
position: relative;
min-height: 700px;
z-index: 1;
}
.single-slick.style-five {
min-height: 950px;
}
.slider-height-five .single-slick{
height:800px;
}
.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 h1 {
font-size: 60px;
-webkit-animation: 1s 1.6s fadeInUp both;
animation: 1s 1.6s fadeInUp both;
font-weight: 700;
line-height: 1.1;
}
.dreamit-slick-slider .hero-text-wrap h4{
font-size: 19px;
letter-spacing: 2px;
margin: 0 0 24px;
border-top: 2px solid #FF3C00;
display: inline-block;
color: #232323;
-webkit-animation: 0.8s 0.8s fadeInUp both;
animation: 0.8s 0.8s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 20px;
margin: 25px 0 35px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap .btn{
font-size: 17px;
color:#fff;
background: #FF3C00;
padding: 12px 32px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .text-left .hero-text-wrap .btn {
margin-right: 15px;
}
.dreamit-slick-slider .text-right .hero-text-wrap .btn {
margin-left: 0;
margin-right: 10px;
}
.dreamit-slick-slider .text-center .hero-text-wrap .btn {
margin: 0 7px 0;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover{
background: #fff;
color: #FF3C00;
}
.btn-md.btn-animated-none.btn-two {
background: #fff;
color: #FF3C00;
}
.btn-md.btn-animated-none.btn-two:hover {
background: #FF3C00;
color: #fff;
}
.dreamit-slick-slider .slider-video-icon {
padding-left: 30px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: inline-block;
}
.slider-single-image img {
display: block;
width: 660px;
}
.dreamit-slick-slider .style-two .slider-video-icon {
padding-left: 0;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: block;
margin-bottom: 50px;
}
.dreamit-slick-slider .style-two .hero-text-wrap p {
margin: 15px 0 30px;
}
.slider-single-image {
position: absolute;
bottom: 0px;
right: 10%;
}
.text-right .slider-single-image {
left: 10%;
right:inherit;
}
.text-center .slider-single-image {
display:none;
}
.text-right .hero-text-wrap {
text-align: left;
float: right;
} .style-three .hero-text-wrap {
position: relative;
background: #FFF;
WIDTH: 100%;
PADDING: 45px 40px 45px;
max-width: 560px;
border-radius: 10px;
box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45,45,45,.13);
}
.style-three .hero-text-wrap h1 {
font-size: 45px;
} .single-slick.slider-style-four {
min-height: 880px;
} .style-five .slider-single-image {
position: absolute;
bottom: 171px;
right: 3%;
} .single-slick.style-six .slider-single-image{
right: 2%;
}
.single-slick.style-six .slider-single-image img{
width: 100%;
}
.single-slick.style-six .hero-text-wrap{
position: relative;
z-index: 1;
}
.single-slick.style-six .hero-text-wrap h1 span{
color: #FF3C00;
}
.single-slick.style-six .hero-text-wrap p{
color: rgba(255, 255, 255, 0.8);
font-size: 16px;
font-family: "Fira Sans", Sans-serif;
}
.single-slick.style-six .hero-text-wrap .btn {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
font-weight: 500;
font-family: "Fira Sans", Sans-serif;
text-transform: uppercase;
padding: 8px 26px;
transition: .5s;
position: relative;
z-index: 1;
border-radius: 30px;
}
.single-slick.style-six .hero-text-wrap .btn:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:10%;
transition: .5s;
z-index: -1;
top: 0;
left: 0;
border-radius: 30px;
opacity: 0;
}
.single-slick.style-six .hero-text-wrap .btn:hover:before{
width: 100%;
opacity: 1;
}
.single-slick.style-six .hero-text-wrap .btn:hover i{
background:#FB3C00;
color:#fff;
}
.single-slick.style-six .hero-text-wrap .btn i {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #fff;
color: #f00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 17px;
transition: .5s;
}
.single-slick.style-six .shape1{
position: absolute;
right: 0;
top: 0;
}
.single-slick.style-six .shape2 {
position: absolute;
left: 36%;
top: 75%;
}
.single-slick.style-six .shape3 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape4{
position: absolute;
right: 0;
top: 0;
}
.single-slick.style-six .shape5 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape6 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape7 {
position: absolute;
top: 0;
left: 0;
}
.branding-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.branding-shape img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.shape19 {
position: absolute !important;
right: 43%;
bottom: -31px;
z-index: -1;
}
.shape19 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}
.shape20 {
position: absolute !important; 
right: 55%;
bottom: 5%;
z-index: -1;
}
.shape20 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}
.shape21 {
position: absolute !important;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
.shape21 img {
-webkit-animation: moveBounce 5s linear infinite;
animation: moveBounce 5s linear infinite;
}
.shape22 {
position: absolute !important;
left: 5%;
top: 15%;
z-index: -1;
}
.shape22 img {
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
.shape23 {
position: absolute !important;
left: 10%;
bottom: 10%;
z-index: -1;
}
.shape23 img {
-webkit-animation-name: rotateMe;
animation-name: rotateMe;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.shape24 {
position: absolute !important;
left: 25%;
top: 40%;
z-index: -1;
}
.shape24 img {
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
.shape25 {
position: absolute !important;
left: 40%;
bottom: 10%;
z-index: -1;
}
.shape25 img {
-webkit-animation-name: rotateMe;
animation-name: rotateMe;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.shape26 {
position: absolute !important;
left: 30%;
top: 15%;
z-index: -1;
}
.shape26 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}  .shape-rotate {
position: absolute  !important;
left: 13%;
top: 23%;
z-index: -1;
opacity: .3;
}
@keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
@-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 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);
}
}
@-webkit-keyframes moveLeftBounce {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes moveLeftBounce {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slider-video-icon a i {
line-height: 50px;
}
.slider-video-icon a {
position:relative;
}
@-webkit-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.7);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
opacity: 0;
}
}
@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.7);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
opacity: 0;
}
}
.slider-video-icon a i{
font-size: 23px;
}
.slider-video-icon a {
background: #FF3C00;
height: 50px;
width: 50px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
line-height: 50px;
color: #fff;
font-size: 15px;
position: relative;
display: inline-block;
}
.slider-video-icon a{
border-radius: 50%;
display: block;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
-webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
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(255, 255, 255, 0)
}
}
.rotateme {
-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);
}
}
.slider-shape1.rotateme {
position: absolute;
left: -74px;
top: 80px;
}
.slider-shape2.rotateme {
position: absolute;
right: 200px;
top: 200px;
}
.slider-shape3 {
position: absolute;
left: 212px;
top: 351px;
-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;
}
rs-layer#slider-4-slide-7-layer-4 {
background: transparent!important;
color: #fff;
border: 2px solid#fff!important;
border-radius: 100%;
height: 70px!important;
width: 70px!important;
line-height: 70px!important;
}
.ripple-video a {
color: #fff;
height: 70px!important;
width: 70px!important;
line-height: 67px!important;
position: relative;
display: inline-block;
left: 17px;
font-size: 14px;
} .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, .slick-next {
background-color: transparent;
border-radius: 4px;
-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;
background: rgba(0,0,0,0.4);
}
.em-slick-slider-new .slick-prev {
left: -57px;
}
.em-slick-slider-new .slick-next {
right: -57px;
}
.em-slick-slider-new:hover .slick-prev {
left: 50px;
}
.em-slick-slider-new:hover .slick-next {
right: 50px;
}
.slick-prev::before,
.slick-next::before {
color: #fff;
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;
}
.slick-next:before {
content: "\f105";
font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
background: #FF3C00;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
color: #fff;
}
.em-slick-slider-new .slick-dots {
bottom: 35px;
position: absolute;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.slick-dots {
bottom: 0px !important;
position: relative;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li {
height: 5px;
margin: 0 3px;
width: 20px;
}
.slick-dots li button {
background-color: #ddd;
border: 0 none;
height: 13px;
padding: 0;
text-indent: -99999px;
width: 13px;
border-radius: 100%;
}
.slick-dots .slick-active button {
background-color: #FF3C00;
}
.bnrsk:after {
background-color: rgba(0, 0, 0, 0.0);
}
.em_slick_testimonial .slick-dots li button {
background-color: #333;
}
.em_slick_testimonial .slick-dots .slick-active button {
background-color: #FF3C00;
} .em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slick-slider-new.em-image-sliderslick .slick-dots {
bottom: 20px;
position: relative;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
background-color: #000;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
background-color: #FF3C00;
} .em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
color: #fff;
background-color: #fff;
}
.em-slick-testi-wraper .slick-active .em_testi_title_ar {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .about-image-slider .em-slick-slider-new .slick-prev {
left: 0px;
}
.about-image-slider .em-slick-slider-new .slick-next {
right: 0px;
}
.about-image-slider .em-image-sliderslick .slick-prev,
.about-image-slider .em-image-sliderslick .slick-next,
.about-image-slider .em-image-sliderslick .slick-dots li button {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-image-slider .slick-prev,
.about-image-slider .slick-next {
border-radius: 0;
height: 47px;
line-height: 47px;
color: #fff !important;
background: rgba(0, 0, 0, 0.60);
}
.about-image-slider .slick-prev::before,
.about-image-slider .slick-next::before {
color: #fff;
}
.about-image-slider .em-image-sliderslick:hover .slick-prev,
.about-image-slider .em-image-sliderslick:hover .slick-next {
background: #FF3C00;
color: #fff;
} .single-slick.style-two {
min-height: 860px;
}
.dreamit-slick-slider .single-slick.style-two.text-left .slider-video-icon {
padding-left: 0;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: inline-block;
position: absolute;
right: 20%;
top: 50%;
transform: translateY(-50%);
} .revolution-video a {
border-radius: 50%;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
-webkit-transition: .5s;
display: inline-block;
height: 60px;
width: 60px;
background: #FF3C00;
color: #fff;
} .section-title {
margin: auto auto auto 0;
width: 100%;
text-align: left;
position: relative;
margin-bottom: 45px;
}
.section-title.t_center {
margin: auto;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 45px;
}
.section-title.t_center p {
width: 53%;
margin: 18px auto 0;
}
.section-title.t_left {
margin: auto auto auto 0;
width: 100%;
text-align: left;
position:relative;
margin-bottom: 10px;
}
.section-title.t_right {
margin: auto 0 auto auto;
width: 63%;
text-align: right;
}
.section-title.t_right .em-bar {
margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
margin: 0 0 5px;
}
.section-title h3, .section-title h2 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.section-title h2 {
font-size: 39px;
}
.section-title h5 {
color: #FF3C00;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.section-title p {
margin-top: 7px;
margin-bottom: 0;
}
.section-title.t_left p {
margin-top: 7px;
margin-bottom: 0;
width: 100%;
margin: auto;
}
.bar-main {
margin: 18px 0 30px;
}
.bar.bar-big {
margin: 20px auto;
position: relative;
}
.bar.bar-big::before {
display: block;
content: "";
position: absolute;
width: 52px;
height: 4px;
left: 0;
border: 4px solid transparent;
border-bottom: 0;
border-top-color: #FF3C00;
top: auto;
}
.t_center .bar.bar-big::before {
right: 0;
margin: auto;
}
.t_right .bar.bar-big::before {
left: auto;
margin: auto;
right: 0;
}
.section-title span {
color: #FF3C00;
} .style-three .bar.bar-big::before {
width: 100%;
height: 1px;
border: none;
background: #3A3E49;
top: 26px;
}
.style-three .bar.bar-big::after{
width: 35px;
height: 2px;
border: none;
content: "";
position: absolute;
background: #FF3C00;
top: 26px;
left: 0;
border-radius: 50%;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
}
.style-three .section-title.t_left p {
margin: 18px auto 0;
opacity: 0.7;
}
.style-three .bar.bar-big {
margin: 0 auto;
position: relative;
}
.style-three .bar-main {
margin: 0px 0 25px;
}
@-webkit-keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(510px);
transform: translateX(510px);
}
}
@keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(510px);
transform: translateX(510px);
}
}
rs-layer#slider-2-slide-5-layer-6{
position: relative;
}
rs-layer#slider-2-slide-5-layer-6:before {
position: absolute;
content: "";
top: 0;
height:1px;
width:25px;
background:#FB3C00;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
} .style-four .section-title.t_center p {
width: 100%;
margin: 18px auto 0;
position: relative;
display: inline-block;
}
.style-four .section-title.t_center p:before {
position: absolute;
content: "";
top: 12px;
left: 0;
height: 2px;
width: 362px;
background: #3A3E49;
}
.style-four .section-title.t_center p:after{
position: absolute;
content: "";
top: 12px;
left: inherit;
right: 0;
height: 2px;
width: 362px;
background: #3A3E49;
}
.style-four .section-title.t_center {
margin: auto;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 0;
} .new-process .style-four .section-title.t_center p:before{
background:#E4E5E7;
}
.new-process .style-four .section-title.t_center p:after{
background:#E4E5E7;
} .style-five .bar.bar-big::before {
width: 100%;
height: 1px;
border: none;
background: #3A3E49;
top: 20px;
}
.style-five .bar.bar-big::after{
width: 35px;
height: 2px;
border: none;
content: "";
position: absolute;
background: #FF3C00;
top: 20px;
left: 0;
border-radius: 50%;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
}
.style-five .section-title.t_left p {
margin: 18px auto 0;
opacity: 0.7;
}
.style-five .bar.bar-big {
margin: 0 auto;
position: relative;
}
.style-five .bar-main {
margin: 0px 0 25px;
} .section .section-title.t_center p {
margin: 45px auto 0;
}
.service-section .section-title.t_center p {
width: 71%;
margin: 44px auto 0;
} .style-six .section-title h5 {
font-size: 18px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
margin: 0 0 18px;
position: relative;
left: 53px;
}
.style-six .section-title h5:before {
position: absolute;
content: "";
top: 10px;
left: -53px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style-six .section-title.t_left p {
width: 100%;
margin: 20px auto 0;
}
.style-six .section-title.t_center.section-title h5 {
margin: 0 0 18px;
left: 0;
display: inline-block;
}
.style-six .section-title.t_center.section-title h5:after{
position: absolute;
content: "";
top: 10px;
right: -53px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style-six .section-title.t_center {
margin-bottom: 30px;
} .style7 .section-title.t_left h5{
position: relative;
display: inline-block;
color: #FF3C00;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 15px;
font-size: 18px;
left: 53px;
}
.style7 .section-title.t_left h5:before {
position: absolute;
content: "";
top: 10px;
left: -53px;
height: 2px;
width: 41px;
background: #FF3C00;
}
.style7 .section-title.t_left {
margin-bottom: 0;
} .style7 .section-title h5 {
font-size: 15px;
line-height: 28px;
color: #ff3c00;
font-weight: 500;
font-family: "Poppins";
margin: 0 0 15px 55px;
} .style8 .section-title.t_left h5 {
font-size: 17px;
position: relative;
padding-left: 85px;
margin-bottom: 16px;
}
.style8 .section-title.t_left h5:before {
position: absolute;
content: "";
left: 0;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.style8 .section-title.t_center {
margin-bottom: 30px;
}
.style8 .section-title.t_center h5 {
font-size: 17px;
position: relative;
padding-left: 85px;
margin-bottom: 16px;
display: inline-block;
}
.style8 .section-title.t_center h5:before {
position: absolute;
content: "";
left: 0;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.style8 .section-title.t_center h5:after {
position: absolute;
content: "";
right: -90px;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape2.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
} .feature-box {
margin-bottom: 30px;
}
.default-style.feature-box {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: center;
z-index: 99;
position: relative;
padding: 38px 30px 18px 30px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
border-radius: 5px;
background: #fff;
overflow: hidden;
}
.feature-box.default-style:hover {
transform: translateY(-5px);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.default-style.feature-box .feature-box-content {
float: left;
}
.feature-box-number {
position: absolute;
bottom: 37%;
left: 50%;
transform: translateX(-50%);
}
.feature-box-number h4 {
font-size: 110px;
line-height: 0.4;
color: #666;
opacity: 0.07;
}
.default-style.feature-box .feature-box-title h3 {
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.default-style.feature-box .feature-box-title h2 {
font-size: 20px;
font-weight: 600;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 15px 0 15px;
}
.default-style.feature-box .feature-box-desc {
margin-bottom: 20px;
transition: .5s;
}
.default-style.feature-box .feature-box-icon{
display:inline-block;
position:relative;
font-size:56px;
} .default-style.feature-box:hover .feature-box-icon::before {
transform: rotate(25deg) !important;
}
.default-style.feature-box .feature-box-icon i {
font-size: 56px;
text-align: center;
transition: .5s;
color:#FF3C00;
}
.default-style.feature-box .feature-btn a i {
font-size: 23px;
}
.feature-btn a {
text-transform: uppercase;
font-size: 14px;
position: relative;
display: inline-block;
color: #616161;
margin-top: 20px;
}
.default-style.feature-box .feature-btn a i {
font-size: 18px;
position: absolute;
margin-bottom: -7px;
right: -12px;
} .feature-box.style-two {
background: #F4F7FC;
position: relative;
display: block;
padding: 40px 45px 0px 45px;
transition: all 500ms ease;
border-bottom: 5px solid #e5e5e5;
text-align: center;
z-index:1
}
.feature-box.style-two:after {
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
right: 0px;
bottom: 0px;
transition: all 500ms ease;
background: #FF3C00;
z-index:-1;
}
.feature-box.style-two:hover:after {
height: 100%;
top: 0px;
}
.feature-box.style-two:hover {
padding-bottom: 40px;
margin-bottom: -50px;
}
.style-two .feature-box-title h2 {
font-size: 20px;
margin: 10px 0 34px;
position: relative;
}
.style-two .feature-box-title h2::before {
position: absolute;
bottom: -17px;
left: 0;
width: 100%;
content: "";
background:#ddd;
height: 1px;
transition:.3s;
}
.style-two.feature-box:hover .feature-box-title h2::before{
background:rgba(255,255,255,0.3);
}
.style-two.feature-box .feature-btn a {
text-transform: uppercase;
font-size: 14px;
position: relative;
display: inline-block;
color: #fff;
margin-top: 5px;
opacity: 0;
transition-delay: .5s;
}
.style-two.feature-box:hover .feature-btn a{
opacity:1;
}
.style-two.feature-box .feature-box-icon i {
color: #FF3C00;
font-size: 50px;
}
.feature-box.style-two:hover .feature-box-title h3,
.feature-box.style-two:hover .feature-box-title h2,
.feature-box.style-two:hover .feature-box-icon i,
.feature-box.style-two:hover .feature-box-desc{
color:#fff;
} .one .default-style.feature-box {
border-top-left-radius: 5px!important;
border-bottom-left-radius: 5px;
}
.service .default-style.feature-box {
border-radius: 0;
}
.service .default-style.feature-box:hover{
border-radius:5px;
}
.two .feature-box.default-style {
background: #FF3C00;
border-radius:0;
}
.two .default-style.feature-box .feature-box-icon i,
.two .default-style.feature-box .feature-box-title h2,
.two .default-style.feature-box .feature-box-desc{
color: #fff;
}
.service .default-style.feature-box .feature-box-icon::before {
position: absolute;
content: '';
width: 56px;
height: 71px;
right: -20px;
top: 0px;
background-repeat: no-repeat;
transition: .5s;
background: url(https://wp.dreamitsolution.net/itsoft-elementor/wp-content/uploads/2022/01/icon-1.png);
}
.three .default-style.feature-box {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
} .feature-box.style-four {
background: #fff;
padding: 40px 30px 35px;
position:relative;
z-index:1;
border-radius: 3px;
}
.feature-box.style-four::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #FF3C00;
z-index: -1;
transition: .5s;
border-radius: 3px;
}
.feature-box.style-four:hover::before {
width:100%;
}
.style-four .feature-box-title h2 {
font-size: 22px;
margin: 32px 0 12px;
position: relative;
}
.style-four.feature-box .feature-box-icon i {
background: #FF3C00;
font-size: 30px;
width: 70px;
height: 70px;
color: #fff;
display: inline-block;
line-height: 70px;
text-align: center;
border-radius: 4px;
transition:.5s;
}
.style-four.feature-box:hover .feature-box-title h3,
.style-four.feature-box:hover .feature-box-title h2,
.style-four.feature-box:hover .feature-btn a,
.style-four.feature-box:hover .feature-box-desc{
color:#fff;
}
.style-four.feature-box:hover .feature-box-icon i{
background:#fff;
color:#FF3C00;
}
.feature-box-desc p {
transition: .5s;
}
.feature-box.style-six {
border-radius: 10px;
}
.style-six .feature-box-thumb img {
border-radius: 10px;
padding: 10px;
background: #fff;
}
.style-six .feature-box-content {
position: relative;
width: 90%;
margin: auto;
text-align: center;
box-shadow: 0 20px 50px rgba(0,0,0,.07);
border-radius: 10px;
margin-top: -60px;
background: #fff;
padding: 0 20px 25px;
z-index: 1;
}
.feature-box.style-six .feature-box-content{
position:relative;
z-index:1;
}
.feature-box.style-six .feature-box-title h2 {
font-size: 22px;
}
.feature-box.style-six .feature-box-content:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background: #FF3C00;
z-index: -1;
border-radius: 10px;
transition: .4s;
}
.feature-box.style-six:hover .feature-box-content:before {
height: 100%;
}
.style-six .feature-box-icon i {
display: inline-block;
width: 50px;
height: 50px;
background: #FF3C00;
color: #fff;
text-align: center;
line-height: 40px;
border: 5px solid #fff;
border-radius: 100%;
position: relative;
margin-top: -27px;
margin-bottom: 20px;
}
.feature-box.style-six:hover .feature-box-icon i,
.feature-box.style-six:hover .feature-box-title h2,
.feature-box.style-six:hover .feature-box-desc {
color: #fff;
}
.gradient .front{
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .flipper .back a.button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.itsoft_flipbox .front,
.itsoft_flipbox .back{
-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}
@media (min-width: 320px) and (max-width: 999px) {
.default-style.feature-box {
display: block;
padding: 40px 40px;
box-shadow: 0 0 15px rgba(0,0,0,0.15);
margin-bottom: 30px;
} 
.default-style.feature-box .feature-box-icon i {
margin-right: 0;
color:#FF3C00;
}
.default-style.feature-box .feature-box-content {
float: none;
}
.default-style.feature-box .feature-box-title h2 {
color: #232323;
}
} .style-three.feature-box {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
z-index: 99;
position: relative;
padding: 50px 30px 39px 30px;
box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
border-radius: 5px;
background: #fff;
position: relative;
z-index:1;
}
.feature-box.style-three:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #f4f7fc;
content: "";
z-index: -1;
border-radius: 5px;
transition:.5s;
}
.style-three .feature-box-icon i {
font-size: 26px;
height: 60px;
width: 60px;
background: #f00;
display: inline-block;
text-align: center;
line-height: 60px;
color: #fff;
border-radius: 50%;
}
.style-three .feature-box-title h2 {
font-size: 25px;
}
.style-three .feature-box-icon {
margin-bottom: 20px;
}
.style-three .feature-box-number {
position: absolute;
top: 65px;
right: 0;
transform: translateX(-50%);
left: inherit;
bottom: inherit;
}
.style-three.feature-box:hover:before{
width:100%;
}
.feature-box.style-seven {
background: #FF3C00;
padding: 18px 40px 25px;
position: relative;
}
.style-seven.feature-box .feature-box-icon i {
font-size: 50px;
color: #fff;
}
.style-seven.feature-box .feature-box-title h2 {
font-size: 25px;
font-weight: 600;
color: #fff;
}
.style-seven.feature-box .feature-btn {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
.style-seven.feature-box .feature-btn a {
text-transform: uppercase;
font-size: 23px;
position: relative;
display: inline-block;
color: #fff;
margin-top: 10px;
width: 61px;
height: 61px;
border: 2px solid #fff;
text-align: center;
line-height: 58px;
transition:.3s;
}
.style-seven.feature-box .feature-btn a:hover {
color: #FF3C00;
background: #fff;
}
.style-seven.feature-box .feature-box-number h4 {
font-size: 110px;
line-height: 0.1;
color: #fff;
opacity: 0.10;
}
.style-seven.feature-box .feature-box-number {
position: absolute;
bottom: 24%;
left: 50%;
transform: translateX(-50%);
} .style-eight.feature-box {
margin-bottom: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
padding: 37px 30px 20px 30px;
border-radius: 4px;
position: relative;
z-index: 1;
background: #fff;
transition:.3s;
}
.style-eight .feature-box-icon {
float: right;
margin: 0 -64px 0 30px;
overflow: hidden;
box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}
.style-eight .feature-box-icon i {
font-size: 31px;
width: 65px;
height: 65px;
display: block;
background: #FF3C00;
color: #fff;
text-align: center;
line-height: 65px;
border-radius: 5px;
transition:.3s;
}
.style-eight .feature-box-content {
overflow: hidden;
}
.style-eight .feature-box-title h2 {
font-size: 21px;
transition:.3s;
}
.style-eight .feature-box-desc{
transition:.3s;  
}
.icon-left .style-eight .feature-box-icon {
float: left;
margin: 0 30px  0 -63px;
overflow: hidden;
box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}
.feature-box.style-eight:hover{
background:#FF3C00;
}
.feature-box.style-eight:hover .feature-box-title h2,
.feature-box.style-eight:hover .feature-box-desc {
color: #fff;
}
.feature-box.style-eight:hover .feature-box-icon i{
background:#232323;
color:#fff;
} .feature-box.style-nine {
position: relative;
z-index:1;
}
.feature-box.style-nine::before {
position: absolute;
left: 0;
content: "";
height: 250px;
width: 250px;
background: #FF3C00;
right: 0;
bottom: 0px;
margin: auto;
border-radius: 50%;
transition: .5s;
}
.feature-box.style-nine:hover::before {
bottom: -23px;
}
.feature-box.style-nine .single-feature-box-inner {
border: 1px solid #e9e9e9;
padding: 50px 23px;
transition: .5s;
position: relative;
z-index: 1;
background: #fff;
}
.feature-box.style-nine .single-feature-box-inner:hover {
box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.feature-box.style-nine .feature-box-icon i {
color: #FF3C00;
display: inline-block;
font-size: 65px;
}
.feature-box.style-nine  h2 {
font-size: 25px;
margin: 15px 0 20px;
}
.feature-box.style-nine .feature-content p {
padding: 0 0 30px;
margin: 0;
}
.feature-box.style-nine .btn-read-more a {
text-transform: uppercase;
font-size: 14px;
display: inline-block;
color: #616161;
}
.feature-box.style-nine .btn-read-more a span {
margin-left: 6px;
} .feature-box.style-ten {
padding: 54px 26px;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.feature-box.style-ten::before {
position: absolute;
content: "";
left: 0;
top: -3px;
height: 3px;
width: 0%;
background: #FF3C00;
right: 0;
margin: auto;
transition: .5s;
}
.feature-box.style-ten:hover::before,
.feature-box.style-ten:hover::after  {
width: 80%;
}
.feature-box.style-ten::after  {
position: absolute;
content: "";
left: 0;
bottom: -3px;
height: 3px;
width: 0%;
background: #FF3C00;
right: 0;
margin: auto;
transition: .5s;
}
.feature-box.style-ten .feature-number {
position: absolute;
bottom: 31%;
left: 50%;
transform: translateX(-50%);
}
.feature-box.style-ten .feature-number h1 {
font-size: 280px;
line-height: 0.4;
color: #666;
opacity: 0.05;
font-weight: 400;
}
.feature-box.style-ten .feature-content  h2 {
font-size: 25px;
margin: 0 0 20px;
}
.feature-box.style-ten .feature-content p {
padding: 0;
}
.feature-box.style-ten .feature-box-icon i {
font-size: 150px;
color: #FF3C00;
}
.feature-box.style-ten .btn-read-more  a{
color: #616161;
font-size: 14px;
text-transform: uppercase;
}
.feature-box.style-ten .btn-read-more  a i {
font-size: 11px;
font-weight: 600;
color: #FF3C00;
margin-left: 6px;
}
.feature-box.style-ten:hover .feature-content h2,
.feature-box.style-ten:hover .feature-content p,
.feature-box.style-ten:hover .btn-read-more  a {
color: #fff;
} .active .feature-box.style-nine::before {
bottom: -23px;
} .feature-box.style-11 {
padding: 38px 30px 18px;
background: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 0;
border-bottom: 3px solid#FF3C00!important;
}
.feature-box.style-11 .feature-box-icon i {
display: inline-block;
color: #FF3B00;
font-size: 50px;
}
.feature-box.style-11 .feature-box-title h2 {
font-size: 22px;
font-weight: 700;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 18px 0 15px;
}  .service-box{
margin:0 0 30px;
}
.em_service_content {
overflow: hidden;
}
.service_top_text {
display: block;
}
.service-box-icon {
color: #333;
font-size: 35px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #FF3C00;
}
.service-box-title {
overflow: hidden;
}
.service-box-title h2,
.service-box-title h3 {
margin: 0 0 20px 0;
font-size: 20px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box-title h2:hover{
color:#FF3C00;
}
.service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-btn {
margin-top: 15px;
}
.service-btn > a {
border-radius: 30px;
color: #616161;
display: inline-block;
font-size: 14px;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform:uppercase;
font-weight:400;
}
.service-btn > a i{
margin-left:7px;
}
.service-btn a:hover {
color: #FF3C00;
}
.service-box-thumb {
}
.slick-slide,
.slick-slider {
outline: 0 !important;
} .service-box.service-style-two {
padding: 60px 30px 58px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-two::before {
width: 100%;
height: 0px;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #FF3C00;
}
.service-box.service-style-two:hover::before{
height:100%; 
}
.service-box.service-style-two:hover {
transform: translateY(-8px);
}
.service-box.service-style-two .service-box-icon i {
font-size: 60px;
display: inline-block;
color: #FF3C00;
transition: .5s;
margin: 0;
}
.service-box.service-style-two .service-box-title h2 {
margin: 25px 0 15px 0;
transition: .5s;
font-size: 20px;
font-weight: 500;
}
.service-box.service-style-two .service-btn {
margin-top: 0;
position: absolute;
bottom: -24px;
left: 0;
right: 0;
opacity: 0;
transition:.4s;
transform:scale(0);
}
.service-box.service-style-two:hover .service-btn{
opacity:1;
transform:scale(1);
}
.service-box.service-style-two .service-btn > a {
color: #FF3C00;
display: inline-block;
}
.service-box.service-style-two .service-btn > a i {
margin-left: 0;
font-size: 21px;
width: 50px;
height: 50px;
color: #f00;
background: #fff;
line-height: 50px;
box-shadow: 0 0 4px rgba(0,0,0,0.20);
border-radius: 100%;
}
.service-box.service-style-two .service-btn > a,
.service-box.service-style-two .service-box-desc p {
transition:.5s;
}
.service-box.service-style-two:hover .service-box-title h2,
.service-box.service-style-two:hover .service-box-title h3,
.service-box.service-style-two:hover .service-btn > a,
.service-box.service-style-two:hover .service-box-icon i,
.service-box.service-style-two:hover .service-box-desc p {
color:#fff;
} .style-one .service-box.service-style-two {
padding: 52px 30px 31px;
}
.style-one .service-box.service-style-two:hover{
transform:translateY(-0)!important;
}
.style-one .service-box.service-style-two::before {
border-radius: 5px;
}
.style-one .service-box.service-style-two:hover .service-box-icon i{
background:#fff!important;
color:#FF3C00!important;
}
.style-one .service-box.service-style-two .service-box-title h2 {
margin: 30px 0 24px 0;
} .service-box.service-style-three {
padding: 0;
border-radius: 5px;
border: 1px solid rgba(255,255,255,0.20);
transition: .5s;
position: relative;
overflow: hidden;
}
.service-box.service-style-three .service-content-front {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.70);
width: 100%;
padding: 0;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-front{
bottom:-100%;
}
.service-box.service-style-three .service-content-front .service-box-icon {
color: #fff;
font-size: 40px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
float: left;
margin-right: 20px;
}
.service-box.service-style-three .service-content-front .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
background: #FF3C00;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
}
.service-box.service-style-three .service-content-front .service-box-title h2 {
margin: 20px 0 0 0;
font-size: 20px;
padding: 0;
color: #fff;
}
.service-box.service-style-three .service-box-desc p {
color: rgba(255,255,255,0.85);
}
.service-box.service-style-three .service-btn {
margin-top: 30px;
}
.service-box.service-style-three .service-btn > a {
color: #fff;
transition: .5s;
background: transparent;
padding: 14px 30px;
display: inline-block;
border-radius: 4px;
transition: all .5s;
border: 2px solid #fff;
}
.service-box.service-style-three .service-btn > a:hover{
background:#fff;
color:#FF3C00;
}
.service-content-back {
position: absolute;
top: -100%;
left: 0;
height: 100%;
width: 100%;
text-align: center;
background: rgba(241, 42, 2,0.80);
padding: 0 32px;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-back{
top:0;
}
.service-content-back-inner {
position: relative;
top: 45%;
transform: translateY(-50%);
}
.service-box .service-content-back .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
font-size: 60px;
}
.service-box .service-content-back .service-box-title h2 {
margin: 5px 0 15px 0;
font-size: 20px;
padding: 0;
color: #fff;
} .service-box.style_4 {
padding: 20px;
overflow: hidden;
background: #fff;
border-radius: 10px;
margin:0 15px 30px;
}
.service-carousel-slick .slick-slide {
height: 100%;
}
.service-box-thumb{
position:relative;
}
.service-box.style_4 .service-box-thumb img{
border-radius:10px;
}
.service-box.style_4 .service-box-title h2, .service-box.style_4 .service-box-title h3 {
margin: 0 0 20px 0;
font-size: 23px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box.style_4 .service-box-icon {
position: absolute;
right: 21px;
bottom: -46px;
}
.service-box.style_4 .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #FF3C00;
width: 70px;
height: 70px;
background: #fff;
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
border-radius: 100%;
text-align: center;
line-height: 70px;
}
.service-box.style_4 .em_service_content {
overflow: hidden;
padding: 33px 14px 0;
}
.service-box.style_4 .service-btn {
margin-top: 30px;
position: relative;
}
.service-box.style_4 .service-btn::after {
content: "";
position: absolute;
right: 20px;
background: #fff;
width: 29px;
height: 2px;
top: 50%;
z-index: 1;
transform: translateY(-50%);
}
.service-box.style_4 .service-btn > a {
border-radius: 0;
color: #202020;
display: block;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform: capitalize;
font-weight: 500;
background: #F4F7FC;
padding: 16px 22px;
position: relative;
font-size: 16px;
z-index: 1;
overflow: hidden;
transition:.3s;
}
.service-box.style_4 .service-btn > a::after {
content: '';
position: absolute;
top: 0;
right: -20px;
width: 23%;
height: 100%;
z-index: -1;
transform: skew(-29deg);
padding-left: 20px;
background: #FF3C00;
transition:.3s;
}
.service-box.style_4 .service-btn > a::before {
content: '';
width: 0;
height: 0;
border-width: 5px 0 5px 7px;
border-style: solid;
display: block;
right: 13px;
border-color: transparent transparent transparent #f5f5f5;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.service-box.style_4:hover .service-btn > a{
background:#FF3C00;
color:#fff;
}
.service-box.style_4:hover .service-btn > a::after{
background:#232323;
} .service-box.style-five {
padding: 0 20px;
}
.style-five .service-box-title h3 {
font-size: 32px;
}
.service-box-number {
font-size: 25px;
font-weight: 600;
margin-right: 50px;
margin-top: 5px;
display: block;
}
.service-box-number {
color: #FF3C00;
position: relative;
}
.service-box-number::before {
position: absolute;
right: -40px;
top: 16px;
width: 30px;
height: 1px;
background: #FF3C00;
content: "";
}
.service-list {
padding-left: 0;
list-style: none;
}
.service-list li a {
display: block;
color: #232323;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
padding: 5px 0px;
transition: .3s;
}
.service-list li a:hover {
margin-left: 15px;
color: #FF3C00;
}
.service-style-five .service-btn > a {
color: #232323;
font-size: 13px;
font-weight: 500;
}
.service-style-five .service-btn > a:hover {
color: #FF3C00;
}
.slick-slide.service-box{
margin:10px 15px 30px;
} .service-cls .service_cursousel_sliderr .slick-dots{
margin-top: 75px;
}
.service-box.style_5{
position: relative;
margin: 10px 15px 100px;
}
.service-box.style_5 .service-box-thumb{
position: relative;
overflow: hidden;
}
.service-box.style_5 .service-box-thumb::before {
content: '';
position: absolute;
height: 210px;
width: 210px;
background: #fff;
top: -60px;
z-index: 1;
transform: rotate(-35deg);
left: -94px;
border-radius: 20px;
transition: .5s;
}
.service-box.style_5:hover .service-box-thumb::before{
background: #ff3c00;
}
.service-box.style_5 .service-box-icon {
position: absolute;
top: 7px;
z-index: 1;
font-size: 60px;
left: 30px;
}
.service-box.style_5 .service-box-icon i{
margin-bottom: 0;
transition: 0.5s;
}
.service-box.style_5:hover .service-box-icon i{
color: #fff;
}
.service-box.style_5 .em_service_content {
position: absolute;
bottom: -95px;
background: #fff;
width: 90%;
margin: auto;
left: 0;
right: 0;
padding: 25px 20px 30px 23px;
border-left: 5px solid #ff3c00;
transition: 0.5s;
}
.service-box.style_5:hover .em_service_content{
bottom: -75px;
}
.service-box.style_5 .em_service_content h2 {
font-size: 24px;
margin: 0;
font-weight: 600;
}
.service-box.style_5 .em_service_content h6{
color: #ff3c00;
font-weight: normal;
} .service-box.service-style-six {
padding: 40px 26px 40px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
margin: 0 15px 30px;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-six::before {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #FF3C00;
transform:scale(0);
}
.service-box.service-style-six:hover::before{
transform:scale(1);
}
.service-box.service-style-six .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #FF3C00;
width: 70px;
height: 70px;
line-height: 70px;
background: #FF3C00;
color: #fff;
border-radius: 0;
margin: 15px 0 25px;
transition: 0.5s;
}
.service-box.service-style-six .service-box-title h2 {
margin: 0 0 20px 0;
font-size: 23px;
}
.service-box.service-style-six:hover .service-box-title h2,
.service-box.service-style-six:hover .service-btn > a,
.service-box.service-style-six:hover .service-box-desc p {
color:#fff;
}
.service-box.service-style-six:hover .service-box-icon i{
background:#fff;
color:#FF3C00;
} .it_consulting .service-box.service-style-six {
background: #0E0E0E;
} .service-box.style-seven {
margin: 0 0 30px;
padding: 50px 25px 40px;
text-align: center;
background: #fff;
position: relative;
box-shadow: 0 0 2px rgb(0 0 0 / 15%);
z-index:1;
}
.service-box.style-seven:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.70);
opacity: 1;
content: "";
z-index: -1;
opacity: 0;
transition:.5s;
}
.service-box.style-seven:hover:before{
opacity:1;}
.service-box.style-seven .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #FF3C00;
font-size: 40px;
transition:.5s;
}
.style-seven .service-number {
position: absolute;
top: -16px;
left: 0;
right: 0;
text-align: center;
}
.style-seven .service-box-number {
font-size: 17px;
font-weight: 600;
margin-right: 0;
margin-top: 0;
display: block;
width: 61px;
margin: auto;
height: 34px;
background: #FF3C00;
color: #fff !important;
line-height: 34px;
clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
padding-right: 15px;
}
.style-seven .service-btn {
margin-top: 28px;
}
.style-seven .service-btn > a {
border-radius: 0;
color: #fff;
display: inline-block;
font-size: 14px;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform: uppercase;
font-weight: 400;
padding: 10px 46px 10px 17px;
background: #FF3C00;
position: relative;
}
.style-seven .service-btn > a i {
margin-left: 7px;
width: 40px;
height: 89%;
position: absolute;
background: #000;
top: 3px;
right: 2px;
line-height: 36px;
clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
padding-left: 5px;
}
.service-box.style-seven:hover .service-box-title h2,
.service-box.style-seven:hover .service-box-title h3,
.service-box.style-seven:hover .service-box-desc p {
color:#fff;
} .service-box.style-eight{
position: relative;
border-radius: 5px;
padding: 96px 40px 18px;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.service-box.style-eight::before {
content: '';
position: absolute;
height: 210px;
width: 210px;
background: #f7f8f9;
top: 0;
clip-path: polygon(0% 0%, 95% 0%, 0% 100%, 0% 100%);
left: 0;
}
.service-box.style-eight::after {
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #FF3C00;
top: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
right: 0;
}
.service-box.style-eight .service-box-icon {
position: absolute;
top: -47px;
height: 100px;
width: 100px;
text-align: center;
line-height: 100px;
border-radius: 50%;
}
.service-box.style-eight .service-box-icon i{
color: #FF3C00;
font-size: 40px;
height: 100px;
width: 100px;
line-height: 100px;
border-radius: 50%;
background: #fff;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.service-box.style-eight:hover .service-box-icon i{
color: #fff;
background: #FF3C00;
}
.service-box.style-eight .service-content{
position: relative;
z-index: 1;
}
.service-box.style-eight .service-content h3{
font-size: 24px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.service-box.style-eight .service-content p{
color: #707070;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 30px;
margin-top: 16px;
}
.service-box.style-eight .service-content ul{
margin: 0;
padding: 0;
list-style: none;
}
.service-box.style-eight .service-content ul li {
color: #4c4c4c;
margin-bottom: 10px;
}
.service-box.style-eight .service-content ul li i{
color: #FF3C00;
margin-right: 8px;
} .service-box.style-nine .single-service-box {
box-shadow: 0 0 33px rgb(0 0 0 / 12%);
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/assets/images/about/four.png);
padding: 56px 10px 28px 39px;
position: relative;
margin-bottom: 30px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
transition: .5s;
}
.service-box.style-nine .single-service-box:hover .single-service-icon i{
background:#ff3b00;
color: #fff;
}
.service-box.style-nine .single-service-icon {
position: absolute;
top: -44px;
left: 32px;
}
.service-box.style-nine .single-service-icon i {
height: 75px;
width: 75px;
line-height: 75px;
text-align: center;
background: #fff;
box-shadow: 0 0 37px rgb(0 0 0 / 14%);
border-radius: 100%;
display: inline-block;
font-size: 32px;
color: #FF8B67;
transition: .5s;
}
.service-box.style-nine .service-box-thumb{
position: absolute;
height: 77px;
width: 77px;
line-height: 77px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
border-radius: 50%;
top: -38px;
background: #fff;
text-align: center;
transition: 0.5s;
}
.service-box.style-nine .single-service-box:hover .service-box-thumb{
background: #FF3C00;
}
.service-box.style-nine .single-service-box .service-box-thumb img{
transition: 0.3s;
}
.service-box.style-nine .single-service-box:hover .service-box-thumb img{
filter: brightness(0) invert(1);
}
.service-box.style-nine .single-service-number {
position: absolute;
right: 16px;
top: 7px;
}
.service-box.style-nine .single-service-number h1 {
font-size: 60px;
font-family: 'Rubik';
font-weight: 600;
color: #f6f6f6;
}
.service-box.style-nine .single-service-title h2 {
font-size: 24px;
margin: 0 0 17px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
}
.service-box.style-nine .single-service-conent-text p {
line-height: 1.8;
font-family: 'Fira Sans';
width: 96%;
}
.service-box.style-nine .single-service-icon-two {
position: absolute;
right: 19px;
bottom: 18px;
transform: rotate(44deg);
}
.service-box.style-nine .single-service-icon-two a {
color: #EA846E;
font-size: 20px;
display: inline-block;
} .service-box.style_11 {
border: 1px solid#e4e4e5;
position: relative;
z-index: 1;
padding: 22px 27px 32px;
background: #F4F4F4;
}
.service-box.style_11:before{
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/04/featu2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transition: .5s;
}
.service-box.style_11:hover:before{
width: 100%;
left: 0;
}
.service-box.style_11:hover .service-box-title h2,
.service-box.style_11:hover .service-box-desc p{
color: #fff;
}
.service-box.style_11:hover .service-box-number{
background: #ff3c00;
}
.two .service-box.style_11{
border: none;
border-top:1px solid#e4e4e5;
border-right: 1px solid#e4e4e5;
border-bottom: 1px solid#e4e4e5;
padding: 44px 16px 28px;
}
.service-box.style_11 .service-box-thumb img{
transition: .5s;
}
.service-box.style_11:hover .service-box-thumb img{
filter: brightness(0) invert(1);
}
.service-box.style_11 .service-box-thumb {
display: inline-block;
height: 62px;
width: 62px;
line-height: 62px;
transition: .5s;
}
.service-box.style_11 .service-box-number::before {
display: none;
}
.service-box.style_11 .service-box-title{
position:relative;
z-index: 1;
}
.service-box.style_11 .service-box-title:before {
position: absolute;
content: "";
left: 0;
margin: 0 auto 0;
height: 2px;
width: 40px;
background: #ff3c00;
top: 94px;
-webkit-animation: MOVE-BA 3s linear infinite alternate;
-moz-animation: MOVE-BA 3s linear infinite alternate;
-o-animation: MOVE-BA 3s linear infinite alternate;
animation: MOVE-BA 3s linear infinite alternate;
}
.service-box.style_11 .service-box-title:after {
position: absolute;
content: "";
left: 0;
margin: 0 auto 0;
height: 2px;
width: 100%;
background: #DCDCDE;
top: 94px;
z-index: -1;
} @-webkit-keyframes MOVE-BA {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(165px);
transform: translateX(165px);
}
}
.service-box.style_11 .service-box-title h2 {
margin: 16px 0 23px 0;
font-size: 22px;
font-weight: 500;
position: relative;
line-height: 29px;
z-index: 1;
display: inline-block;
}
.service-box.style_11 .service-box-title h2:before {
}
.service-box.style_11 .service-box-title h2:after {
}
.service-box.style_11 .service-box-number {
color: #fff;
position: absolute;
font-size: 20px;
right: 0;
margin: auto;
z-index: -1;
top: 0;
transition: .5s;
background: #040716;
height: 43px;
width: 42px;
text-align: center;
line-height: 42px;
font-family: "Poppins",Sans-serif;
}
.service-box.style_11 .service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
line-height: 27px;
margin: 20px 0 0;
}
.service-box.style_11 .service-btn > a {
color: #232323;
font-size: 15px;
border: 1px solid#e4e4e5;
padding: 10px 26px 10px;
font-family: 'Fira Sans';
text-transform: capitalize;
background: #fff;
}
.service-box.style_11:hover .service-btn > a{
background: #FF3D00;
color: #fff;
border-color: #FF3D00;
}
.service-box.style_11 .service-btn {
margin-top: 26px;
}
.service-box.style_11 .service-btn > a i {
margin-left: 4px;
font-size: 9px;
font-weight: 600;
} .service-box.style_12 {
background: rgb(255,255,255, 0.5);
text-align: center;
padding: 49px 13px 21px;
box-shadow: 0px 10px 60px 0px rgb(116 99 94 / 17%)!important;
clip-path: polygon(0% 8%,100% 0,100% 100%, 0 100%);
border-radius: 4px;
margin: 0;
position: relative;
z-index: 1;
}
.service-box.style_12:before {
position: absolute;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/bg1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 4px;
}
.service-box.style_12:hover:before{
width: 100%;
left: 0;
}
.service-box.style_12:hover .service-box-title h2,
.service-box.style_12:hover .service-box-desc p{
color: #fff;
}
.two .service-box.style_12 {
clip-path: polygon(0% 0,100% 8%,100% 100%, 0 100%);
border-radius: 4px;
}
.three .service-box.style_12 {
clip-path: polygon(0% 0%,100% 0,100% 100%, 0 94%);
}
.four .service-box.style_12 {
clip-path: polygon(0% 0%,100% 0,100% 94%, 0 100%);
}
.service-box.style_12 .service-box-title h2, .service-box-title h3 {
margin: 29px 0 6px 0;
font-size: 22px;
font-weight: 600;
font-family: 'Fira Sans';
}
.service-box.style_12 .service-box-title h2 span{
color: #f83d04;
}
.service-box.style_12 .service-box-number {
color: #fff;
position: relative;
display: inline-block;
margin: 0;
height: 60px;
width: 62px;
line-height: 57px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/bg.png);
border-radius: 19px 31px 23px;
background-position: center center;
background-repeat: no-repeat;
}
.service-box.style_12 .service-box-number::before {
display: none;
} .service-box.style_13 {
padding: 0;
border-radius: 0;
transition: .5s;
position: relative;
overflow: hidden;
padding: 45px 19px 49px 39px;
border-top: 5px solid #FF3D00;
transition: .5s;
background: #fff;
box-shadow: 0px 5px 30px 0px rgba(137, 139, 143, 0.1);
}
.service-box.style_13:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/finance.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transition: .5s;
}
.service-box.style_13:hover:before{
height: 100%;
}
.service-box.style_13 .service-content-front {
position: inherit;
top: 0;
left: 0;
background: linear-gradient(to bottom, rgba(255,255,255, .3) -68%, #fff 76%);
width: 100%;
padding: 0;
transition: .4s;
height: 100%;
padding: 0px 0 6px;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: all 300ms linear 100ms;
-khtml-transition: all 300ms linear 100ms;
-moz-transition: all 300ms linear 100ms;
-ms-transition: all 300ms linear 100ms;
-o-transition: all 300ms linear 100ms;
transition: all 300ms linear 100ms;
-webkit-transform: perspective(500px)rotateX(0);
-khtml-transform: perspective(500px)rotateX(0);
-moz-transform: perspective(500px)rotateX(0);
-ms-transform: perspective(500px)rotateX(0);
-o-transform: perspective(500px)rotateX(0);
transform: perspective(500px)rotateX(0);
}
.service-box.style_13 .service-box-title h2, .service-box-title h3 {
margin: 11px 0 14px 0;
font-size: 24px;
font-weight: 600;
}
.service-box.style_13 .service__box--icon {
font-size: 35px;
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style_13 .service__box--icon:after {
position: absolute;
content: "";
top: 10px;
left: 14px;
height: 74px;
width: 74px;
background: #f5f5f5;
border-radius: 100%;
z-index: -1;
}
.service-box.style_13 .service__box--icon i {
font-size: 50px;
display: inline-block;
}
.service-box.style_13 .service-box-desc p {
margin: 0 0 31px;
line-height: 25px;
}
.service-bar {
background: #ff3c00;
height: 3px;
width: 64px;
position: relative;
border-radius: 30px;
}
.service-bar:before {
position: absolute;
content: "";
top: -1px;
left: 0;
height: 4px;
width: 10px;
border-radius: 50%;
background: #fff;
border-radius: 10%;
-webkit-animation: MOVIE-BG 3s linear infinite alternate;
-moz-animation: MOVIE-BG 3s linear infinite alternate;
-o-animation: MOVIE-BG 3s linear infinite alternate;
animation: MOVIE-BG 3s linear infinite alternate;
}
.service-box.style_13 .service-box-subtitle h2 {
color: #ff3c00;
font-size: 16px;
font-weight: 500;
font-family: 'Fira Sans';
margin: 0 0 0;
position: relative;
left: 40px;
}
.service-box.style_13 .service-box-subtitle h2:before {
position: absolute;
content: "";
top: 10px;
left: -40px;
height: 2px;
width: 35px;
background: #ff3c00;
}
.service-box.style_13 .service-btn {
display: inline-block;
text-align: center;
position: absolute;
right: 0;
margin: auto;
height: 58px;
width: 58px;
background: #ff3b00;
line-height: 58px;
border-radius: 100%;
left: 0;
bottom: -73px;
}
.service-box.style_13 .service-btn > a {
color: #fff!important;
font-size: 11px;
}
.service-box.style_13 .service-btn > a i {
margin-left: 0;
color: #fff!important;
}
.service-box.style_13 .service-content-back {
position: absolute;
top: 0;
left: 0;
height: 43%;
width: 100%;
text-align: left;
background: #131323;
padding: 0 30px 0;
transition: .4s;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 1;
-webkit-transform: perspective(500px)rotateX(-90deg);
-khtml-transform: perspective(500px)rotateX(-90deg);
-moz-transform: perspective(500px)rotateX(-90deg);
-ms-transform: perspective(500px)rotateX(-90deg);
-o-transform: perspective(500px)rotateX(-90deg);
transform: perspective(500px)rotateX(-90deg);
}
.service-box.style_13:hover .service-content-back {
opacity: 1;
-webkit-transform: perspective(500px)rotateX(0);
-khtml-transform: perspective(500px)rotateX(0);
-moz-transform: perspective(500px)rotateX(0);
-ms-transform: perspective(500px)rotateX(0);
-o-transform: perspective(500px)rotateX(0);
transform: perspective(500px)rotateX(0);
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
transition-delay: .2s;
}
.service-box.style_13:hover .service-content-front {
opacity: 0;
} .service-box.style-fourth {
padding: 36px 10px 33px;
border-radius: 5px;
background: #fff;
position: relative;
z-index: 1;
transition: .4s;
}
.service-box.style-fourth:hover {
transform: translate3d(0,-6px,0);
}
.service-box.style-fourth .service-box-img img{
filter: brightness(0) invert(0);
transition: .5s;
}
.service-box.style-fourth:hover .service-box-img img{
filter: brightness(0) invert(1);
}
.service-box.style-fourth:before{
position: absolute;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 0;
z-index: -1;
transition: .5s;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/service.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}
.service-box.style-fourth:hover:before{
width: 100%;
left: 0;
}
.service-box.style-fourth:hover .service-content h3,
.service-box.style-fourth:hover .service-content p{
color: #fff;
}
.service-box.style-fourth:hover .service-btn > a{
background: #fff;
}
.service-box.style-fourth:hover .service-bar{
background: #fff;
}
.service-box.style-fourth:hover .service-bar: before{
background: #FF3D00;
}
.service-box.style-fourth:hover .service-box-img:before{
background: #FF784E;
}
.service-box.style-fourth .service-content h3 {
margin: 34px 0 5px;
font-size: 22px;
font-weight: 500;
transition: .5s;
}
.service-box.style-fourth .service-bar {
height: 2px;
display: inline-block;
}
.service-box.style-fourth .service-content p {
margin: 10px 0 0;
line-height: 27px;
transition: .5s;
}
.service-box.style-fourth .service-box-img {
display: inline-block;
position: relative;
z-index: 1;
}
.service-box.style-fourth .service-box-img:before {
position: absolute;
content: "";
top: 11px;
left: 13px;
height: 59px;
width: 59px;
border-radius: 0;
background: #F6F4F5;
transition: .5s;
z-index: -1;
border-radius: 100%;
}
.service-box.style-fourth .service-btn {
margin-top: 28px;
}
.service-box.style-fourth .service-btn > a {
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
background: #F6F4F5;
padding: 10px 22px;
}
.service-box.style-fourth .service-btn > a i {
font-size: 11px;
font-weight: 700;
color: #FF3C00;
}
.all-service p{
margin: ;
} .service-box.style15 {
display: flex;
align-items: center;
padding: 22px 25px 11px 26px;
position: relative;
margin: 0;
}
.service-box.style15 .service-content{
padding-left: 29px;
}
.service-box.style15 .service-content h3 {
color: #fff;
font-size: 26px;
font-weight: 600;
margin: 0 0 9px;
}
.service-box.style15 .service-content p{
color: #fff;
opacity: 0.7;
}
.service-box.style15 .service-btn {
position: absolute;
display: inline-block;
right: 9px;
top: 50%;
transform: translate(-50%, -64%);
margin-top: 0;
}
.service-box.style15 .service-btn a{
position:relative;
}
.service-box.style15 .service-btn a:after {
position: absolute;
content: "";
top: 0;
left: -37px;
height: 48px;
width: 48px;
border-radius: 100%;
border: 2px solid#3F3F47;
z-index: -1;
transition: all 400ms linear;
}
.service-box.style15 .service-btn a i {
font-size: 34px;
color: #fff;
}
.service-box.style15:hover .service-btn a:after{
left:-20px;
} .service-box.style16 {
position: relative;
background: #fff;
padding: 62px 31px 23px;
z-index: 1;
border-radius: 5px;
transition: .5s;
transition: all 400ms linear;
}
.service-box.style16 .service__box--icon {
display: inline-block;
width: 70px;
height: 70px;
border-radius: 35px;
background-color: #0f111a;
line-height: 70px;
text-align: center;
position: absolute;
top: -34px;
transition: all 400ms linear;
}
.service-box.style16 .service-content h3{
display: inline-block;
font-size: 22px;
font-weight: 600;
margin: 0 0 12px;
}
.service-box.style16 .service-content p{
transition: .5s;
}
.service-box.style16 .service-btn a {
padding: 0;
font-size: 16px;
font-family: 'Poppins', sans-serif;
border-radius: 0;
background-color: transparent;
border: none;
margin-top: 10px;
text-transform: capitalize;
}
.service-box.style16:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
z-index: -1;
transition: .5s;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/serb.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
border-radius: 5px;
}
.service-box.style16:hover:before {
height: 100%;
}
.service-box.style16:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 0px;
width: 100%;
z-index: -1;
transition: .5s;
background: #ff3c00;
border-radius: 5px 5px 0 0;
transition: all 400ms linear;
}
.service-box.style16:hover:after {
height: 5px;
}
.service-box.style16:hover .service__box--icon {
background-color: #ff3c00;
}
.service-box.style16:hover .service-content h3, 
.service-box.style16:hover .service-content p, 
.service-box.style16:hover .service-btn a {
color: #fff;
} .service-box.style17 {
border-radius: 7px;
background-color: rgba(255,255,255,0.10196078431372549);
position: relative;
padding: 26px 29px 27px;
transition: .5s;
margin: 0;
}
.service-box.style17:hover {
background: #ff3c00;
}
.service-box.style17 .service__box--icon {
display: none;
}
.service-box.style17 .service-content h3{
font-size: 18px;
color: #fff;
font-weight: 500;
margin: 0 0 0;
line-height: 25px;
}
.service-box.style17 .service-content p{
display: none;
}
.service-box.style17 .service-btn {
margin-top: 0;
}
.service-box.style17 .service-btn a {
padding: 0;
border-radius: 22px;
background-color: transparent;
color: #232323;
border: none;
display: inline-block;
margin-top: 0;
position: absolute;
font-weight: 800;
right: 19px;
bottom: 11px;
transform: rotate(45deg);
}
.service-box.style17 .service-btn a i {
font-size: 18px;
color: #ff3c00;
}
.service-box.style17:hover .service-btn a i{
color: #fff;
} .service-box.style18 {
border-radius: 10px;
filter: drop-shadow(0 0 15px rgba(223,223,223,0.7));
background-color: #ffffff;
position: relative;
border: none;
padding: 38px 63px 21px 0;
border-left: 3px solid#ff3c00;
z-index: 1;
margin: 0  0 10px;
}
.service-box.style18:after {
position: absolute;
content: "";
right: 0;
height: 100%;
width: 0;
top: 0;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/dark-bg-1.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
border-radius: 10px;
}
.service-box.style18:hover:after {
width: 100%;
}
.service-box.style18 .service-content h3 {
padding: 0 0 8px;
font-size: 18px;
font-weight: 500;
margin: 0 0 2px;
}
.service-box.style18 .service-content p{
transition: .5s;
}
.service-box.style18 .service__box--icon {
position: absolute;
line-height: 66px;
border: none;
transition: .5s;
display: inline-block;
width: 66px;
height: 66px;
border-radius: 33px;
background-color: #0f111a;
transform: translate(44%, -50%);
top: 50%;
text-align: center;
}
.service-box.style18:hover .service__box--icon {
background: #ff3c00;
}
.service-box.style18:hover .service-content h3, 
.service-box.style18:hover .service-content p {
color: #fff;
} .service-box.style19 {
background: #fff;
padding: 40px 30px;
text-align: center;
border-radius: 6px;
margin: 0;
}
.service-box.style19 .service-box-icon {
width: 90px;
height: 90px;
line-height: 90px;
display: inline-block;
background: #fff5f2;
border-radius: 100%;
position: relative;
z-index: 99;
transition: .5s;
}
.service-box.style19 .service-box-icon:after {
width: 90px;
height: 90px;
line-height: 90px;
position: absolute;
left: -7px;
top: -7px;
border: 1px dashed #f00;
border-radius: 100%;
content: "";
transition: .5s;
}
.service-box.style19:hover .service-box-icon:after{
top: 0;
left: 0;
}
.service-box.style19 .service-content h3{
color: #232323;
font-size: 22px;
font-weight: 600;
margin: 30px 0 10px;
display: block;
}
.service-box.style19 .service-content p {
margin: 0 0 0;
line-height: 26px;
}
.service-box.style19 .service-btn {
margin-top: 18px;
}
.service-box.style19 .service-btn a {
border: 1px solid #FF3B00;
border-radius: 30px;
padding: 8px 21px;
color: #FF3B00;
margin-top: 15px;
display: inline-block;
transition: .5s;
text-transform: capitalize;
font-size: 16px;
}
.service-box.style19:hover .service-btn a {
background: #FF3B00;
border-color: #FF3B00;
color: #fff;
} .service_right_box .service-box.style18 {
padding: 50px 0px 16px 63px;
border-left: none;
border-right: 3px solid#ff3c00;
}
.service_right_box .service-box.style18:after {
right: inherit;
left: 0;
}
.service_right_box .service-box.style18 .service__box--icon {
top: 50%;
left: -61px;
}
.service_left_box.one .service-box.style18 {
position: relative;
left: -70px;
}
.service_right_box.two .service-box.style18 {
position: relative;
left: 70px;
} .menu-country-menu-container ul,
.menu-visa-menu-container ul,
.menu-service-menu-container ul {
list-style: none;
padding: 0;
}
.menu-country-menu-container ul li,
.menu-visa-menu-container ul li,
.menu-service-menu-container ul li {
list-style: none;
margin-bottom: 2px;
}
.menu-country-menu-container ul li a,
.menu-visa-menu-container ul li a,
.menu-service-menu-container ul li a {
position: relative;
display: block;
padding: 14px 15px 14px 18px;
background-color: #F3F6F9;
font-weight: 400;
font-size: 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #232323;
font-family: Rubik;
position:relative;
}
.menu-country-menu-container ul li a::after,
.menu-visa-menu-container ul li a::after,
.menu-service-menu-container ul li a::after {
content: '\f0dd';
position: absolute;
right: 16px;
top: 31%;
font-size: 13px;
font-family: 'FontAwesome';
transform: rotate(-90deg);
color: #8e8b8b;
}
.menu-country-menu-container ul li a:hover,
.menu-visa-menu-container ul li a:hover,
.menu-service-menu-container ul li a:hover{
color:#fff;
background:#FF3C00;
}
.menu-country-menu-container ul li a:hover::after,
.menu-visa-menu-container ul li a:hover::after,
.menu-service-menu-container ul li a:hover::after{
color:#fff;
}
#menu-country-menu li.current_page_item a,
#menu-visa-menu li.current_page_item a,
#menu-service-menu li.current_page_item a{
background:#FF3C00 !important;
color:#fff !important;
}
.service-call-title p {
color: #fff;
font-size: 25px;
font-weight: 800;
font-family: Muli;
line-height: 1.4;
}
.service-pra {
color: #fff;
}
.call-button {
display: inline-block;
padding: 10px 30px;
background: #fff;
color: #FF3C00;
border-radius: 5px;
font-size: 17px;
font-weight: 700;
margin-top: 20px;
font-family: Muli;
}
.sidebar-btn a{
display:block !important;
text-align:center;
} .service-box.style-ten {
position: relative;
margin-bottom: 30px;
text-align: center;
}
.service-box.style-ten::before {
position: absolute;
left: 0;
right: 0;
content: "";
height: 3px;
width: 80%;
background: #ebebeb;
bottom: 0;
margin: auto;
transition: .5s;
}
.service-box.style-ten:hover::before {
background: #ef6330;
width: 100%;
}
.service-box.style-ten .offer-thumb {
position: relative;
}
.service-box.style-ten .offer-icon {
position: absolute;
left: -15px;
top: -25px;
}
.service-box.style-ten .offer-icon i {
font-size: 35px;
background: #FF3C00;
height: 75px;
width: 75px;
display: inline-block;
text-align: center;
line-height: 75px;
border-radius: 0 50px 50px 50px;
color: #fff;
transition: .5s;
}
.service-box.style-ten:hover .offer-icon i {
border-radius: 50px 0 50px 50px;
}
.service-box.style-ten .offer-content {
padding: 25px 13px 32px;
}
.service-box.style-ten .offer-content h2 {
font-size: 22px;
transition: all 0.5s ease 0s;
font-weight: 600;
}
.service-box.style-ten .offer-content h2:hover {
color: #ff3c00;
}
.service-box.style-ten .offer-content .service-btn a {
color: #616161;
font-size: 14px;
transition: all .5s ease 0s;
text-transform: uppercase;
}
.service-box.style-ten .offer-content .service-btn a:hover {
color: #ff3c00;
} .service-box.style20 {
background: #fff;
padding: 26px 25px 30px;
position: relative;
z-index: 1;
}
.service-box.style20::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 80px;
height: 80px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/servicebgt.jpg);
transition: .5s;
opacity: 0;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
}
.service-box.style20:hover:before {
width: 100%;
height: 100%;
opacity: 1;
}
.service-box.style20 .service__box--icon{
position: relative;
z-index: 1;
}
.service-box.style20 .service__box--icon:before {
position: absolute;
content: "";
left: 15px;
top: 0;
height: 40px;
width: 40px;
background: #f7f7f7;
z-index: -1;
border-radius: 50%;
transition: .5s;
}
.service-box.style20 .service__box--icon i {
font-size: 38px;
color: #FF3C00;
transition: .5s;
}
.service-box.style20 .service-content h3 {
font-size: 20px;
padding: 2px 0 6px;
font-weight: 600;
}
.service-box.style20 .service-content p {
transition: .5s;
line-height: 26px;
}
.service-box.style20 .service-btn {
margin-top: 20px;
}
.service-box.style20 .service-btn a {
padding: 0;
font-family: 'Rubik', sans-serif;
background: inherit;
color: #0a0a1d;
border: inherit;
font-weight: 500;
margin-top: 0;
}
.service-box.style20:hover .service__box--icon:before{
background: #ff3c00;
}
.service-box.style20:hover .service__box--icon i, 
.service-box.style20:hover .service-content h3, 
.service-box.style20:hover .service-content p, 
.service-box.style20:hover .service-btn a, 
.service-box.style20:hover .service-btn a i {
color: #fff;
} .flip-box .flip-box-inner {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
position: relative;
-webkit-transform: translateZ(0);
-webkit-perspective: 1000px;
perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 200px;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: .5s;
}
.flip-box .flip-box-inner .front-part {
position: relative;
bottom: 0;
z-index: 10;
padding: 50px 25px 50px;
border-radius: 8px;
background-color: #6094da;
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
width: 100%;
z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
margin-bottom: 20px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span{
display: inline-block;
text-align: center;
color: #fff;
font-size: 30px;
line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
width: 60px;
height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: 1.5;
color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
margin-bottom: 0;
font-size: 16px;
color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
display: inline-block;
line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
transition: all 0.4s ease 0s;
} .flip-box .flip-box-inner .back-part {
position: absolute;
z-index: -1;
padding: 26px 25px 26px;
border-radius: 8px;
background-color: #0c5adb;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
width: 100%;
z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
display: inline-block;
margin-bottom: 20px;
text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
display: inline-block;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: 1.5;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
margin-bottom: 0;
font-size: 16px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
display: inline-block;
line-height: 1;
padding: 10px 25px;
background: #fff;
font-size: 18px;
font-weight: 500;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
margin-left: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
background: #1f1c51;
color: #fff;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
z-index: -1;
}
.flip-box:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: " ";
font-size: 0;
}
.front-part,
.back-part {
min-height: 250px;
} .flip-box.style-two .front-part .front-icon i{
background: #0c5adb;
color: #fff;
height: 90px;
width: 90px;
line-height: 90px;
display: inline-block;
font-size: 30px;
border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
} .team-slider-style1 .team-item {
overflow: visible;
}
.team-grid-style1 .team-item{
overflow: visible;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.team-grid-style1:hover .team-item{
transform: translateY(-10px);
}
.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0;
}
.team-grid-style1:hover .team-item .image-wrap:before{
opacity: 1;
}
.team-slider-style1 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #030749;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
width: 50px;
background: #fff;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
top: 50%;
transform: translateY(-50%);
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
padding: 0;
background: 0 0;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
background: 0 0;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i{
background: 0 0;
color: #FF3C00;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.team-slider-style1 .team-item .team-content {
text-align: center;
margin: 0 0 30px;
padding: 20px 20px 25px;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
background: #030749;
position: unset;
opacity: 1;
}
.team-grid-style1 .team-item .team-content{
position: absolute;
background: #fff;
padding: 20px 20px 25px;
text-align: center;
width: 80%;
left: 0;
right: 0;
margin: auto;
bottom: -64px;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.team-grid-style1 .team-item .team-content .member-desc h3{
margin: 0;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a{
font-size: 20px;
font-weight: 600;
text-decoration: none;
text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a:hover{
color: #FF3C00;
}
.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
color: #616161;
text-transform: uppercase;
font-family: Rubik, sans-serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
display: none;
}
.team-slider-style1 .team-item .team-content {
margin: 0;
}
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
padding: 0 40px 12px;
background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content, .team-slider-style2 .team-inner-wrap .team-content {
z-index: 1;
margin-bottom: 0;
background: #030749;
border-radius: 3px 3px 0 0;
padding: 18px 0 16px;
margin-top: -35px;
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 230px;
transition: 0.4s;
text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
margin-top: 0 !important;
line-height: 28px !important;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
position: relative;
margin-bottom: 0;
font-size: 20px;
text-transform: capitalize;
z-index: 111;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
height: 25px;
width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
text-decoration: none;
color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-grid-style2 .team-inner-wrap .team-content .team-name a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
color: #f8560c;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
line-height: 1.4;
margin: 10px 0 5px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
font-family: Montserrat, sans-serif;
font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
text-decoration: none;
color: #fff;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
margin: 18px 0 0;
font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
color: #eee;
font-size: 13px;
font-weight: 400;
padding: 0;
display: block;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
color: #eee;
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap:hover .team-content,
.team-slider-style2 .team-inner-wrap:hover .team-content {
bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before,
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
height: 100%;
}
.icon-button a {
background: #030749;
color: #fff;
padding: 3px 17px;
display: inline-block;
font-size: 20px;
margin-bottom: 25px;
border-radius: 18px;
}
.icon-button a:hover {
color: #fff;
background: #FF3C00;
}
.icon-button a i:before {
font-size: inherit;
}
.blogfull .icon-button a {
margin-bottom: 0;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
padding: 25px;
position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 200px solid #FF3C00;
border-right: 200px solid transparent;
left: 0;
top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 200px solid #FF3C00;
border-left: 200px solid transparent;
right: 0;
bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
position: relative;
z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #FF3C00;
left: 0;
top: 0;
z-index: 100;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
position: absolute;
display: block;
left: 50%;
width: 100%;
top: 30%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 110;
color: #fff;
padding: 15px;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
margin-bottom: 0;
font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
color: #fff;
position: relative;
padding-bottom: 8px;
margin-bottom: 10px;
font-size: 14px;
display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
color: #fff;
margin-right: 12px;
font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
opacity: 1;
width: 100%;
top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
opacity: 0.8;
}
.team-grid-style3 .team-img:after {
top: 0;
}
.team-grid-style3 .team-img:before {
bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
overflow-y: visible;
}
.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
margin-bottom: 125px;
position: relative;
overflow: visible;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
display: none;
}
.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
color: #f8560c;
background: #fff;
text-align: center;
position: absolute;
z-index: 1;
opacity: 1;
height: unset;
display: inline-block;
top: unset;
bottom: -85px;
padding: 20px 20px 25px;
-webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
left: 50%;
max-width: 310px;
transform: translateX(-50%);
width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
display: block;
font-size: 22px;
margin-bottom: 0;
text-transform: capitalize;
font-weight: 600;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
color: #030749;
}
.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
color: #f8560c;
}
.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding-top: 5px;
display: block;
font-family: Poppins, sans-serif;
color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
font-size: 14px;
margin-bottom: 0;
color: #777;
position: relative;
z-index: 1;
max-height: 0;
opacity: 0;
line-height: 24px;
-webkit-transition: all 0.6s, max-height 0.5s;
-o-transition: all 0.6s, max-height 0.5s;
-moz-transition: all 0.6s, max-height 0.5s;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #030749;
top: 0;
left: 50%;
width: 50px;
height: 2px;
margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
text-align: center;
margin-top: 12px;
}
.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
color: #030749;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
background: 0 0;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
color: #f8560c;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
background: 0 0;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
opacity: 1;
top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
position: relative;
max-height: 400px;
opacity: 1;
text-align: center;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.4s, max-height 1.5s;
-o-transition: all 0.4s, max-height 1.5s;
-moz-transition: all 0.4s, max-height 1.5s;
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
position: relative;
overflow: hidden;
padding-bottom: 100px;
background: #fff;
border-radius: 5px;
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
height: 100px;
width: 100%;
top: unset;
bottom: 0;
opacity: 1;
position: absolute;
padding: 15px 20px;
color: #444;
text-align: center;
overflow: hidden;
background: #fff;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
margin: 10px 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin: 0;
text-transform: uppercase;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #222;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
font-size: 15px;
text-transform: capitalize;
color: #222;
float: none;
text-align: center;
font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
bottom: -100px !important;
position: absolute;
width: 100%;
text-align: center;
z-index: 100;
left: 50%;
opacity: 0;
transform: translateX(-50%) scale(0.5);
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
border: none;
text-align: center;
color: #fff;
display: inline-block;
transition: all 0.3s ease 0s;
background: 0 0 !important;
margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
color: #f8560c;
}
.team-grid-style5 .team-inner-wrap .team-content:before,
.team-grid-style5 .team-inner-wrap .team-content:hover,
.team-slider-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:hover {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 3px;
background: #FF3C00;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
transition: 0.4s all ease;
left: 0;
}
.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
opacity: 1;
width: 100%;
visibility: visible;
transform: translate(0, 0);
top: unset;
bottom: 0;
height: 140px;
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content:before,
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
color: #f8560c;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
bottom: 25px !important;
opacity: 1;
transform: translateX(-50%) scale(1);
}
.team-grid-style6 .team-item {
overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
text-align: center;
margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
color: #4a4a4a;
width: 35px;
height: 35px;
line-height: 35px;
background: 0 0;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style6 .team-item .team-content {
text-align: center;
margin: 0 0 30px;
padding: 20px 20px 25px;
position: unset;
opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #0a0a0a;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #FF3C00;
}
.team-grid-style6 .team-item .team-content span.team-title {
font-family: Montserrat, sans-serif;
font-size: 14px;
color: #666;
} .new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box{
transition: .4s;
}
.new-team .team-grid-style6 .team-item .image-wrap img {
border-radius: 0;
width: 100%;
}
.new-team .team-grid-style6 .team-item {
overflow: visible;
margin-bottom: 30px;
}
.new-team .team-grid-style6 .team-item .team-content {
padding: 0px 0px;
margin: 0 0 30px;
padding: 17px 20px 25px;
position: absolute;
opacity: 1;
width: 94%;
bottom: -54px;
margin: 0 auto 0;
left: 0;
right: 0;
}
.new-team .team-grid-style6 .team-item .social-icons {
margin-top: 0;
}
.new-team .member-desc {
background: #FF3D00;
padding: 17px 0 19px;
transform: rotateX(-90deg);
border-radius: 4px 4px 0 0;
transition: .5s;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #fff;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name a {
color: #fff;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name {
font-weight:500;
font-size: 24px;
}
.new-team .team-grid-style6 .team-item .team-content span.team-title {
font-family: 'Fira Sans';
font-size: 15px;
color: #fff;
margin: 5px 0 0;
display: inline-block;
}
.new-team .team-grid-style6 .team-item .social-icons a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background: #373644;
border-radius: 100%;
font-size: 14px;
}
.new-team .team-grid-style6 .team-item .social-icons a i {
color: #fff;
}
.new-team .team-grid-style6 .team-item .social-icons a:hover{
background:#FF3D00;
}
.new-team  .social-icons {
background: #141323;
padding: 14px 0 14px;
border-radius: 0 0 4px 4px;
transform: rotateX(-90deg);
transition: .5s;
}  .new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box:hover {
transform: translate3d(0,-5px,0);
}
.new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box :hover .member-desc{
transform: rotateX(0deg);
}
.new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box :hover .social-icons{
transform: rotateX(0deg);
}
.rspopup_style1 {
max-width: 900px;
margin: 0 auto;
background: #fff;
padding: 40px;
position: relative;
}
.rspopup_style1 .rsteam_content {
padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
margin: 0 0 10px;
}
.rspopup_style1 .team-name {
margin: 0 0 10px;
color: #333;
}
.rspopup_style1 .team-heading {
border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
padding-bottom: 15px;
margin-bottom: 15px;
}
.rspopup_style1 .team-des {
margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
width: 35px;
height: 35px;
line-height: 40px;
background: #030749;
color: #fff;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
margin-right: 0;
margin-left: 4px;
}
.rspopup_style1 .contact-info {
margin-bottom: 15px;
border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.rspopup_style1 .contact-info ul li {
display: block;
border-bottom: 1px solid #eee;
padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
color: #4a4a4a;
}
.rspopup_style1 .contact-info ul li a:hover {
color: #030749;
}
.mfp-hide {
display: none !important; 
} .team-seven{
position: relative;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.team-seven .single-team{
text-align: center;
padding: 20px 20px 20px;
border-radius: 5px;
}
.team-seven .single-team::after{
content: '';
position: absolute;
height: 2px;
background: #FF3C00;
left:0;
bottom: 0;
transform: scale(0);
transition: 0.5s;
}
.team-seven .single-team:hover::after{
width: 100%;
transform: scale(1);
}
.team-seven .single-team .team-img img{
position: relative;
z-index: 1;
}
.team-seven .single-team .team-img::before{
content: '';
position: absolute;
height: 140px;
width: 140px;
background: #f7f8f9;
top: 0;
left: 0;
clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
border-radius: 5px;
}
.team-seven .single-team .team-img::after{
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #FF3C00;
top: 0;
right: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
border-radius: 5px;
}
.team-seven .single-team .team-content{
padding: 20px 0 0 0;
}
.team-seven .single-team .team-content .name-designation h3{
color: #303132;
font-size: 22px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
margin-bottom: 6px;
}
.team-seven .single-team .team-content .name-designation span{
color: #ff3c00;
font-size: 16px;
font-weight: normal;
font-family: 'Istok Web', sans-serif;
opacity: 1;
transition: 0.3s;
}
.team-seven .single-team:hover .team-content .name-designation span{
opacity: 0;
}
.team-seven .single-team .team-content .social-icons{
position: absolute;
left: 0;
right: 0;
bottom: -30px;
transition: 0.5s;
}
.team-seven .single-team:hover .team-content .social-icons{
bottom: 15px;
}
.team-seven .single-team .team-content .social-icons a{
display: inline-block;
color: #fff;
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
background: #FF3C00;
border-radius: 50%;
} .team-slider-style8 .team-item {
overflow: visible;
}
.team-grid-style8 .team-item{
overflow: visible;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.team-grid-style8 .team-item .social-icons1 {
text-align: center;
}
.team-grid-style8 .team-item .social-icons1 a i,
.team-slider-style8 .team-item .social-icons1 a i {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style8 .team-item .image-wrap,
.team-slider-style8 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-slider-style8 .team-item .image-wrap a img{
width: 100%;
}
.image-wrap a img{
width:100%;
}
.team-grid-style8 .team-item .image-wrap:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
content: "";
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0;
border-radius: 10px;
}
.team-grid-style8:hover .team-item .image-wrap:before{
opacity: 1;
}
.team-slider-style8 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #030749;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
.team-grid-style8 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
width: 50px;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
top: 50%;
transform: translateY(-50%);
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a {
display: inline-block;
color: #FF3C00;
padding: 0;
background: #fff;
height: 42px;
width: 42px;
line-height: 42px;
margin: 4px 0;
border-radius: 50%;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a:hover{
color: #fff;
background: #FF3C00;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a i{
background: 0 0;
}
.team-grid-style8 .team-item .image-wrap .social-icons1.active {
right: 0;
width: 80px;
opacity: 1;
visibility: visible;
}
.team-grid-style8 .team-item .team-content{
position: absolute;
padding: 30px 20px 40px;
text-align: center;
width: 80%;
left: 0;
right: 0;
margin: auto;
bottom: -64px;
filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
}
.team-grid-style8 .team-item .team-content::before{
content: '';
position: absolute;
background: #fff;
height: 100%;
width: 100%;
left: 0;
top: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
z-index: -1;
border-radius: 10px;
}
.team-grid-style8 .team-item .team-content .member-desc h3{
margin: 0 0 7px;
}
.team-grid-style8 .team-item .team-content .member-desc h3 a{
font-size: 22px;
font-weight: 500;
text-decoration: none;
text-transform: capitalize;
font-family: "Rubik",Sans-serif;
}
.team-grid-style8 .team-item .team-content .member-desc h3 a:hover{
color: #FF3C00;
}
.team-grid-style8 .team-item .team-content span.team-title{
color: #707070;
font-family: 'Fira Sans', sans-serif;
font-size: 16px;
font-weight: normal;
}
.team-grid-style8 .team-item .social-icons,
.team-slider-style8 .team-item .social-icons {
display: none;
}
.team-slider-style8 .team-item .team-content {
margin: 0;
}
.team-grid-style8 .team-btn {
position: absolute;
background: #ff3b00;
height: 50px;
width: 50px;
line-height: 50px;
color: #fff;
top: -25px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
border-radius: 50%;
} .team-grid-style9 .single-team {
margin-bottom: 30px;
position: relative;
text-align: center;
}
.team-grid-style9 .team-thumb{
overflow: hidden;
z-index: 1;
position: relative;
}
.team-grid-style9 .team-thumb img {
width: 100%;
}
.team-grid-style9 .team-thumb::before {
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
bottom: -50px;
content: "";
opacity: 0;
transition: .5s;
}
.team-grid-style9 .single-team:hover .team-thumb::before  {
opacity: 1;
bottom: 0;
}
.team-grid-style9  .team-content {
background: transparent;
padding: 23px 0 20px;
}
.team-grid-style9 .team-content h2 {
color: #fff;
font-size: 22px;
margin: 0;
}
.team-grid-style9 .team-content p {
color: #b7b7b7;
text-transform: capitalize;
font-size: inherit;
margin: 0;
}
.team-grid-style9 .social-icons1{
position: absolute;
bottom: -100%;
left: 0;
right: 0;
margin: auto;
transition: .5s;
z-index: 999;
}
.team-grid-style9 .single-team:hover .social-icons1{
bottom: 30px;
}
.team-grid-style9 .social-icons1 li{
display: inline-block;
margin: 0 2px;
}
.team-grid-style9 .social-icons1 li i{
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
background: #e9455a;
text-align: center;
color: #fff;
border-radius: 100%;
}
.team-grid-style9 .social-icons1 li:nth-child(2) i{
background: #1da1f2;
}
.team-grid-style9 .social-icons1 li:nth-child(3) i{
background: #e60023;
}
.team-grid-style9 .social-icons1 li:nth-child(4) i{
background: #e9455a;
} .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:#FF3C00;
}
.wrok_process_thumb img {
border-radius: 50%;
border: 10px solid #fff;
}
.progress_content {
text-align: center;
}
.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:hover .work_progress-number {
top: 40%;
}
.work_progress-number span {
background: #FF3C00;
display: inline-block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
color: #fff;
border-radius: 50%;
font-size: 16px;
position: relative;
z-index: 1;
}
.work_progress-number span::before {
position: absolute;
left: -5px;
top: -5px;
width: 60px;
height: 60px;
background: #FF3C00;
opacity: 0.6;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.work_progress-number span::after {
position: absolute;
left: -15px;
top: -15px;
width: 80px;
height: 80px;
background: #FF3C00;
opacity: 0.4;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.process-bg-shape {
position: relative
}
.process-bg-shape:before {
position: absolute;
right: 0;
bottom: -27px;
width: 100%;
content: "";
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/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;
}
.style-two .work_progress-number {
position: absolute;
right: 28px;
top: auto;
margin: auto;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: inherit;
left: auto;
bottom: -16px;
z-index: 1;
}
.style-two.work_progress:hover .work_progress-number {
top: inherit;
}
.style-two .work_progress-number span {
background: #FF3C00;
}
.style-two .work_progress-number span:after,
.style-two .work_progress-number span:before {
display:none;
}
.two.process-bg-shape::before {
position: absolute;
right: 0;
bottom: -107px;
width: 100%;
content: "";
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/assets/images/graduation-bg.png);
background-repeat: no-repeat;
background-position: center top;
height: 500px;
} .work_progress.style-4:before {
position: absolute;
content: "";
top: 6px;
right: -176px;
height: 21px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/line-shape.png);
}
.two .work_progress.style-4:before {
display: none;
}
.work_progress.style-4 .wrok_process_thumb {
text-align: center;
border-radius:0;
box-shadow: none;
position: relative;
z-index: 1;
}
.work_progress.style-4 .wrok_process_thumb:before {
position: absolute;
content: "";
top: -14px;
left: -12px;
height: 62px;
width: 62px;
background: #fe6637;
transition: .5s;
z-index: -1;
border-radius: 100%;
}
.work_progress.style-4 .wrok_process_thumb img {
border-radius: 0;
border: 0;
}
.work_progress.style-4 .work_progress-title h2 {
font-size: 24px;
font-weight: 500;
color: #fff;
margin: 3px 0 5px;
}
.work_progress.style-4 .work_progress-desc p{
padding-top: 5px;
color: #fff;
opacity: 0.9;
margin: 0;
} .work_progress.style-5 .wrok_process_thumb {
box-shadow: none;
position:relative;
}
.work_progress.style-5 .wrok_process_thumb:before {
position: absolute;
content: "";
top: 74%;
right: -71px;
height: 89%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line-shape.png);
background-position: center center;
background-repeat: no-repeat;
transform: translate(48%, -50%);
left: inherit;
}
.work_progress.style-5:hover .wrok_process_thumb {
border-color:transparent;
}
.last-box .work_progress.style-5 .wrok_process_thumb:before {
display:none;
}
.work_progress.style-5 .work_progress-number {
position: absolute;
right: 32px;
top: 64.5%;
margin: auto;
left: inherit;
transition: all 400ms linear;
}
.work_progress.style-5:hover .work_progress-number span{
background:#FF3C00;
color:#fff;
}
.work_progress.style-5 .work_progress-number span {
background: transparent;
display: inline-block;
height: 31px;
width: 31px;
text-align: center;
line-height: 28px;
color: #FF3C00;
border: 2px solid#FF3C00;
}
.work_progress.style-5 .work_progress-number span::before {
display:none;
}
.work_progress.style-5 .work_progress-number span::after {
display:none;
}
.work_progress.style-5 .work_progress-title {
padding-top: 11px;
}
.work_progress.style-5 .work_progress-title h2 {
font-size: 22px;
} .call-to-action {
text-align: center;
position: relative;
}
.call-to-action-title h2 {
margin-bottom: 12px;
color: #fff;
font-size: 35px;
margin-bottom: 20px;
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: #FF3C00;
border-radius: 4px;
color: #fff;
padding: 12px 31px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-weight: 500;
font-family: 'Fira Sans', sans-serif;
}
.call-to-action-btn a i{
margin-left:8px;
}
.call-to-action-btn a:hover {
background: #fff;
color: #FF3C00;
}
.call-to-action-desc {
color: rgba(255,255,255,0.90);
width: 33%;
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: #FF3C00;
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;
} .single_testimonial {
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
position: relative;
margin-top: 10px;
text-align: center;
}
.testi_thumb img {
border-radius: 100%;
width:90px;
}
.testi_content {
margin-bottom: 30px;
}
.testi_title {
margin-top: 10px;
}
.testi_title h2 {
font-size: 18px;
margin-bottom: 0px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 700;
}
.testi_title h2 sup {
font-size: 15px;
font-weight: bold;
margin-left: 5px;
}
.testi_title span {
color: #FF3C00;
font-weight: 400;
font-size: 15px;
display: block;
padding-top: 5px;
transition: .5s;
}
.testi_text {
font-size: 15px;
font-weight: 400;
font-style: italic;
width: 69%;
margin: auto;
}
.testi_text.texti_style2 {
color: #444444;
font-style: italic;
margin: auto;
width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
line-height: 1;
margin-top: -4px;
}
.reviews_rating {
margin-top: 10px;
}
.em_reviews i {
color: #ddd;
}
.testi-star i {
color: #ddd;
}
.testi-star i.active {
color: #FF3C00;
font-size: 19px;
margin: 0 1px;
}
.em_testi_country_img ul li {
display: inline-block;
overflow:hidden;
}
.em_testi_country_img ul li img{
display:inline-block;
}
.country-name{
margin-left:10px;
}
.testimonial-style-two .single_testimonial {
text-align: center;
background: #fff;
padding: 30px 25px;
border-radius: 5px;
border: 1px solid #eee;
}
.testimonial-style-two .testi_content {
position: relative;
padding: 0;
-webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
box-shadow: none;
background: transparent;
border-radius: 0;
text-align: center;
margin-bottom: 30px;
}
.testi_thumb img {
border-radius: 100%;
width: 90px;
}
.testimonial-style-two .testi_title h2 {
}
.testimonial-style-two .testi_title span {
color: #FF3C00;
font-size: 14px;
}
.testimonial-style-two .testi_text {
width: 100%;
margin: auto;
font-size: 16px;
font-style: inherit;
font-family: Rubik;
}
.testi_thumb {
position: relative;
margin: 0 0 20px;
display:inline-block;
}
.testi_thumb:before {
content: "\f10d";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
line-height: 50px;
bottom: 0px;
right: -16px;
background-color: #FF3C00;
width: 50px;
height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
}
.testimonial-style-two .testi_title {
position: relative;
padding-top: 20px;
}
.testimonial-style-two .testi_title::before, .testimonial-style-two .testi_title::after {
position: absolute;
top: 0;
content: "";
height: 1px;
width: 25px;
}
.testimonial-style-two .testi_title::before {
background-color: #FF3C00;
left: calc(50% - 25px);
}
.testimonial-style-two .testi_title::after {
background-color: #ddd;
left: 50%;
} .testimonial-style-three .single_testimonial {
position: relative;
text-align: left;
background: #fff;
margin: 0;
padding: 30px 20px 40px 30px;
border-radius: 5px;
}
.testimonial-style-three .single_testimonial:hover{
background: #FF3C00;
}
.testimonial-style-three .single_testimonial::before {
content: '';
position: absolute;
height: 291px;
width: 325px;
background: #f7f8f9;
top: 0;
left: 0;
clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%);
border-radius: 5px 0 0 5px;
transition: 0.5s;
}
.testimonial-style-three .single_testimonial:hover::before {
background: #252525;
}
.testimonial-style-three .single_testimonial::after {
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #FF3C00;
top: 0;
right: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
border-radius: 0px 5px 0px 0px;
}
.testimonial-style-three .single_testimonial:hover .testi_title h2,
.testimonial-style-three .single_testimonial:hover .testi_text{
color: #fff;
}
.testimonial-style-three .single_testimonial .wrapper{
position: relative;
z-index: 1;
}
.testimonial-style-three .testi_thumb {
float: left;
margin-right: 20px;
}
.testimonial-style-three .testi_thumb::before{
display: none;
}
.testimonial-style-three .testi_thumb img{
border-radius: 0;
}
.testimonial-style-three .testi_title {
margin-bottom: 30px;
}
.testimonial-style-three .testi_text {
color: #fff;
}
.testimonial-style-three .testi_title h2 {
color: #252525;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.testimonial-style-three .testi_title h2 span{
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi_content {
margin: 0;
padding: 2px 0 27px;
clear: both;
}
.testimonial-style-three .testi_text {
color: #707070;
font-size: 16px;
width: 100%;
font-style: normal;
font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi-star i{
font-size: 14px;
} .testimonial_list.style-five .single_testimonial {
width: 71%;
margin: auto;
text-align: left;
padding: 115px 50px 115px 100px;
}
.testimonial_list.style-five .single_testimonial .testi_content{
position: relative;
}
.testimonial_list.style-five .single_testimonial .client-details{
position: relative;
display: flex;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb{
border: 4px solid #fff;
border-radius: 50%;
margin: 0 22px 0 0;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb::before{
display: none;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title h2 {
color: #fff;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
float: left;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
position: relative;
margin: 0 12px;
padding: 0 12px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span::before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #fff;
left: 0px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i.active{
color: #ffc000;
}
.testimonial_list.style-five .single_testimonial .client-details .reviews_rating{
margin-top: 22px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i{
font-size: 14px;
}
.testimonial_list.style-five .single_testimonial .testi_content .testi_text {
color: #fff;
font-style: normal;
font-size: 17px;
line-height: 1.8;
}
.testimonial_list.style-five .single_testimonial::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/testimonial-bg.png);
background-size: cover;
background-repeat: no-repeat;
}
.testimonial_list.style-five .single_testimonial .testi_text{
width: 100%;
} .testimonial-style-six .single_testimonial {
-webkit-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s;
position: relative;
margin-top: 10px;
text-align: left;
z-index: 1;
padding: 22px 24px 22px;
border-radius: 5px;
}
.testimonial-style-six .single_testimonial:hover {
transform: translate3d(-10px,0,0);
}
.testimonial-style-six .single_testimonial:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
transition: .4s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/testimonial-card-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.testimonial-style-six .single_testimonial:after {
position: absolute;
content: "";
top: 0;
left:50%;
height: 100%;
width: 0;
transition: .4s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/testimonial-card-hover-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.testimonial-style-six .single_testimonial:hover:after{
left: 0;
width:100%;
} 
.testimonial-style-six .single_testimonial:hover:before{
opacity: 0;
} 
.testimonial-style-six .single_testimonial:hover .testi_text,
.testimonial-style-six .single_testimonial:hover .testi_title span,
.testimonial-style-six .single_testimonial:hover .testi_title h2,
.testimonial-style-six .single_testimonial:hover .testi-star i.active{
color: #fff;
}
.testimonial-style-six .testi_title {
margin-top:0px;
display: inline-block;
}
.testimonial-style-six .testi_thumb {
position: relative;
margin: 0px 0 0;
top: 7px;
margin-right: 18px;
}
.testimonial-style-six .testi_thumb:before {
content: "";
font-family: inherit;
font-size: 18px;
position: absolute;
line-height: 28px;
bottom: 5px;
right: -10px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/quote2.png);
background-repeat: no-repeat;
background-position: center center;
width: 28px;
height: 28px;
}
.testimonial-style-six .testi_thumb img {
width: 76px;
}
.testimonial-style-six .testi_content {
margin-bottom: 22px;
}
.testimonial-style-six .testi_text {
font-size: 16px;
font-style: inherit;
width: 99%;
margin: 27px auto 0;
color: #6d6d6d;
line-height: 26px;
transition: .5s;
}
.testimonial-style-six .testi_title h2 {
font-size: 20px;
font-weight: 600;
margin: 0;
}
.testimonial-style-six .testi-star i.active {
font-size: 16px;
transition: .5s;
} .testi_seven .section-title.t_center {
margin-bottom: 28px;
}
.single_testimonial.style7 {
text-align: center;
padding: 85px 23px 14px;
background: #F6F6F6;
border-radius: 5px;
position: relative;
z-index: 1;
margin-top: 38px;
}
.single_testimonial.style7:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/testi.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
transition: all 400ms linear;
border-radius: 0 0 5px 5px;
}
.single_testimonial.style7:hover:before {
height: 100%;
}
.single_testimonial.style7:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 0;
width: 100%;
transition: all 400ms linear;
background: #ff3c00;
}
.single_testimonial.style7:hover:after {
height: 4px;
}
.single_testimonial.style7:hover .author:before {
top: 20px;
opacity: 1;
}
.single_testimonial.style7 .testi_content {
margin-bottom: 23px;
}
.single_testimonial.style7 .testi_title h2 {
font-size: 22px;
font-weight: 600;
margin: 0 0 0;
}
.single_testimonial.style7 .testi-star i {
color: #ff3c00;
font-size: 16px;
margin: 0 2px;
padding: 10px 0 20px;
}
.single_testimonial.style7 .author_thumb {
display: inline-block;
position: absolute;
top: -36px;
left: 0;
right: 0;
margin: auto;
height: 84px;
width: 84px;
z-index: 2;
}
.single_testimonial.style7 .author:before {
position: absolute;
content: "";
left: -77px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/quote.png);
background-repeat: no-repeat;
background-position: center center;
width: 38px;
height: 38px;
transition: all 400ms linear;
top: 47px;
opacity: 0;
}
.single_testimonial.style7 .testi_text {
width: 100%;
line-height: 25px;
font-style: normal;
}
.single_testimonial.style7 .testi_title {
margin-top: 0;
}
.single_testimonial.style7 .testi-single-thumb {
display: inline-block;
align-items: center;
} .single_testimonial.style9{
background: #fff;
padding: 0;
margin-left: 55px;
position: relative;
}
.testi-single-thumb {
display: flex;
align-items: center;
}
.single_testimonial.style9 .author_thumb {
float: left;
margin-right: 28px;
position: relative;
margin-left: -52px;
display: inline-block;
}
.single_testimonial.style9 .testi_content {
padding: 25px 35px 38px;
text-align: left;
line-height: 26px;
}
.single_testimonial.style9 .testi_text {
font-size: 15px;
font-style: inherit;
width: 100%;
margin: 0 auto 0;
}
.single_testimonial.style9 .testi_title h2 {
font-size: 22px;
text-align: left;
}
.single_testimonial.style9 .testi_title span {
font-size: 16px;
font-weight: 400;
position: relative;
margin-top: 6px;
color: #FF3C00;
margin-left: 48px;
}
.single_testimonial.style9 .testi_title span:before {
position: absolute;
content: "";
left: -46px;
right: 0;
top: 10px;
height: 2px;
width: 35px;
background: #FF3C00;
}
.single_testimonial.style9 .em_reviews_rating {
position: absolute;
right: 42px;
top: 32px;
}
.single_testimonial.style9 .em_reviews_rating i {
color: #FF3C00;
margin-left: 4px;
font-size: 14px;
} .testi_new .single_counter {
text-align: right!important;
position: relative;
}
.testi_new .single_counter:before {
position: absolute;
content: "";
right: -39px;
height: 80px;
width: 1px;
background: #fff;
top: 35px;
opacity: 0.4;
}
.testi_new .two .single_counter:before {
display: none;
}
.testi_new .counter_title h4 {
margin-top: 9px;
}
.testi_new .countr_text > h3 {
font-weight: 700;
color: #ff3c00!important;
} .itsoft-single-cases-study {
position: relative;
z-index:999;
}
.em-cases-study-content {
position: absolute;
left: 0;
bottom: -100%;
right: 0;
text-align: center;
background: #FF3C00;
margin: auto;
padding: 20px 30px 14px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
opacity: 0;
}
.itsoft-single-cases-study:hover .em-cases-study-content{
bottom: 0;
opacity:1;
}
.case-study-thumb{
position:relative;
z-index:1;
}
.case-study-thumb img {
border-radius: 5px;
}
.case-study-thumb::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.75);
content: "";
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 5px;
}
.itsoft-single-cases-study:hover .case-study-thumb:before{
opacity:1;
}
.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: 600;
margin: 0 0 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color:#fff;
}
.em-cases-study-title h2 a:hover{
color:#fff;
}
.case_category p span {
color: #fff;
letter-spacing: 1px;
}
.case_category span {
color: #fff;
} .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 .itsoft-single-cases-study {
margin-bottom: 30px;
}
.case_default .case-study-thumb:before {
border-radius: 7px;
background: rgba(0, 0, 0, 0.30);
opacity: 1;
}
.case_default .case-study-thumb:before {
border-radius: 7px;
}
.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: 20px;
} .case-study-section .single-case-study{
position: relative;
margin-bottom: 30px;
}
.case-study-section .single-case-study::after{
content: '';
position: absolute;
height: 2px;
background: #FF3C00;
bottom: 0;
transform: scale(0);
transition: 0.5s;
}
.case-study-section .single-case-study:hover::after{
width: 100%;
transform: scale(1);
}
.case-study-section .single-case-study .case-study-content{
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
padding: 18px 28px 18px;
background: #fff;
}
.case-study-section .single-case-study .case-study-content h3 a{
color: #252525;
font-size: 24px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
}
.case-study-section .single-case-study .case-study-content .case-category .category-item{
color: #FF3C00;
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
}
.case-study-section .case_study_three .single-case-study .case-study-content h3 {
line-height: 26px;
}
.case-study-section .case_study_three .single-case-study .case-study-content h3 a {
font-size: 20px;
}
.case-study-section .case_study_three .single-case-study .case-study-content {
padding: 18px 18px 18px;
} .case_study_four .single-portfolio {
position: relative;
margin-bottom: 30px;
}
.case_study_four .single-portfolio::after {
position: absolute;
left: 0px;
top: 0px;
content: "";
height: 100%;
width: 100%;
border: 25px solid #FF3C00;
opacity: 0;
transition: .5s;
}
.case_study_four .single-portfolio:hover::after{
opacity: 1;
}
.case_study_four .portfolio-thumb::before  {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 1;
background: linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.case_study_four .portfolio-content {
position: absolute;
text-align: center;
-webkit-transition: .5s;
transition: .5s;
right: 0;
bottom: -40px;
left: 0;
opacity: 1;
background: transparent;
margin: auto;
padding: 22px 25px 30px;
text-align: center;
z-index: 9;
}
.case_study_four .single-portfolio:hover .portfolio-content {
bottom: 0;
}
.case_study_four .btn-details a {
background: transparent;
border: none;
font-size: 21px;
opacity: 0;
color: #fff;
}
.case_study_four .single-portfolio:hover .btn-details a {
opacity: 1;
}
.case_study_four .btn-details a::before {
display: none;
transition: .5s;
}
.case_study_four .portfolio-content h4 a {
color: #fff;
font-size: 25px;
font-weight: 500;
text-transform: capitalize;
}
.case_study_four .portfolio-content p{
color: #fff;
} .blog_style_adn_2.style-five .single_case_study {
margin-bottom: 30px;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study {
position: relative;
z-index: 999;
overflow: hidden;
}
.blog_style_adn_2.style-five .cases-single {
position: relative;
z-index: 1;
}
.blog_style_adn_2.style-five .cases-single:before {
position: absolute;
content: "";
top: 14px;
left: 0;
height: 100%;
width: 94%;
margin: auto;
border: 2px solid#353944;
right: 0;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .cases-single:hover:before{
border-color:#ff3b00;
}
.blog_style_adn_2.style-five .em-cases-study-content {
position: absolute;
left: 0;
bottom: -37px;
right: 0;
text-align: left;
background: #030715;
margin: auto;
padding: 20px 30px 26px;
opacity: 1;
transition: .5s;
width: 86%;
border-top: 2px solid#ff3b00;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .em-cases-study-inner-content{
position: relative;
z-index: 1;
}
.blog_style_adn_2.style-five .case-study-thumb::before {
position: absolute;
bottom: 0;
width: 100%;
height: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-radius: 5px;
position: absolute;
content: "";
background: linear-gradient(to bottom, rgba(250,70,11, .1) 39%, #FA460B 95%);
transition: all 400ms linear;
z-index: 1;
top: inherit;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case-study-thumb:before{
height: 100%;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .em-cases-study-content{
bottom: 0px;
}
.blog_style_adn_2.style-five .case_category span {
color: #ff3b00;
font-size: 15px;
position: relative;
left: 17px;
margin: 0 0 8px;
display: inline-block;
}
.blog_style_adn_2.style-five .case_category span:before {
position: absolute;
content: "";
top: 7px;
left: -15px;
height: 7px;
width: 7px;
border-radius: 100%;
background: #ff3b00;
}
.blog_style_adn_2.style-five .em-case-study-button {
margin-top: 18px;
opacity: 0;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .em-case-study-button{
opacity:1;
}
.blog_style_adn_2.style-five .case_category p span {
color: #FE3B03;
letter-spacing: 0;
font-size: 17px;
font-weight: 500;
position: relative;
left: 32px;
transition: .5s;
}
.blog_style_adn_2.style-five .case_category p span:before {
position: absolute;
content: "";
left: -31px;
top: 10px;
height: 2px;
width: 22px;
background: #FE3B03;
transition: .5s;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case_category p span{
color: #fff;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case_category p span:before{
background: #fff;
}
.blog_style_adn_2.style-five .em-cases-study-title h2 {
font-size: 24px;
font-weight: 600;
line-height: 1;
font-family: 'Fira Sans';
}
.blog_style_adn_2.style-five .em-case-study-button a {
color: #fff;
opacity: 0.7;
}
.blog_style_adn_2.style-five .em-case-study-button i {
color: #fff;
margin-left: 3px;
font-size: 10px;
font-weight: 600;
opacity: 0.7;
} .blog_style_adn_2.style6 .case-study-thumb a img {
width: 100%;
}
.blog_style_adn_2.style6 .case-study-thumb::before {
background: rgba(0, 0, 0, 0.30);
}
.blog_style_adn_2.style6 .em-cases-study-content {
opacity: 0;
position: absolute;
left: 0;
bottom: -80px;
right: 0;
text-align: left;
background: #fff;
margin: auto;
padding: 24px 59px 21px;
width: 92%;
border-radius: 100px;
transition: .5s;
transition: all 400ms linear;
text-align: center;
}
.blog_style_adn_2.style6 .itsoft-single-cases-study:hover .em-cases-study-content{
bottom:30px;
opacity: 1;
}
.blog_style_adn_2.style6 .em-cases-study-title h2 a {
font-size: 20px;
color: #232323;
}
.blog_style_adn_2.style6 .case_category span {
color: #ED2C41;
}
.blog_style_adn_2.style6 .em-cases-study-title h2 {
line-height: 1.3;
} .blog_style_adn_2.style7 .case-study-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s;
background: linear-gradient(0deg, rgba(255, 59, 0, 0.902) 0%,     rgba(255, 59, 0, 0.902) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
}
.blog_style_adn_2.style7 .itsoft-single-cases-study:hover .case-study-thumb:before{
opacity: 0;
}
.blog_style_adn_2.style7 .em-cases-study-content {
position: absolute;
left: 0;
text-align: left;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
opacity: 0;
background: rgba(10,10,29, 0.8);
padding: 27px 30px 24px;
bottom: 7px;
opacity: 1;
width: 95%;
margin: auto;
right: 0;
left: 0;
}
.blog_style_adn_2.style7 .itsoft-single-cases-study:hover .em-cases-study-content {
bottom: 7px;
opacity: 1;
background: #FF3C00;
}
.blog_style_adn_2.style7 .em-cases-study-title h2 {
font-size: 20px;
font-weight: 500;
line-height: 1.4;
margin: 11px 0 0;
}
.blog_style_adn_2.style7 .em-case-study-button a {
font-size: 15px;
color: #fff;
}
.blog_style_adn_2.style7 .em-case-study-button i {
margin-left: 5px;
color: #fff;
font-size: 9px;
font-weight: 800;
} .itsoft-single-brand {
margin-bottom: 15px;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
text-align: center;
}
.brand-thumb  img {
filter: gray;
-webkit-filter: grayscale(1);
transition:.3s;
}
.itsoft-single-brand:hover .brand-thumb  img{
filter: none;
-webkit-filter: grayscale(0);
}
.itsoft-single-brand.style2 {
border: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;	    
}
.itsoft-single-brand.style2:hover{
margin-top: 0;
} .single_counter {
position: relative;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}
.counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: left;
margin-right: 20px;
}
.counter_icon i {
font-size: 50px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
color: #FF3C00;
}
.countr_text > h1 {
font-size: 34px;
display: inline-block;
font-weight: 500;
margin: 0;
font-family: "Rubik",Sans-serif;
}
.countr_text > h3 {
font-size: 34px;
display: inline-block;
margin: 0;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.counter_title {
padding: 0 0 0;
}
.counter_title h4 {
text-transform: capitalize;
font-size: 18px;
margin-top: 2px;
font-weight: 300;
letter-spacing: 0;
font-family: "Rubik",Sans-serif;
}
.style-two .counter_icon i {
color: #FF3C00;
}
.style-two .counter_title h4,
.style-two .countr_text h3,
.style-two .countr_text h1 {
color: #232323;
} .single_counter.style4 {
margin-bottom: 6px;
}
.single_counter.style4 .countr_text > h1 {
font-size: 44px;
font-weight: 500;
font-family: Fira sans;
color: #fff;
}
.single_counter.style4 .countr_text > h3 {
font-size: 44px;
font-family: Fira sans;
color: #fff;
}
.single_counter.style4 .counter_title h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
font-family: Fira sans;
color: #fff;
margin: 8px 0 0;
} .new-counter .countr_text > h1 {
font-size: 48px;
font-weight: 600;
margin: 0;
font-family: Fira sans;
color: #fff;
margin: 0 0 11px;
}
.new-counter .counter_title h4 {
text-transform: capitalize;
font-size: 16px;
margin-top: 2px;
font-weight: 400;
font-family: Fira sans;
color: #B9B9B9;
}
.new-counter .countr_text > h3 {
font-size: 44px;
font-family: 'Fira Sans';
font-weight: 600;
color: #FF3B01;
}
.no-icon .counter_icon i{
display:none;
}
.counter-creative .single_counter {
background: #fff;
width: 300px;
height: 300px;
border-radius: 50%;
text-align: center;
box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14,62,129,.29);
float: right;
position: relative;
padding: 0 40px;
}
.counter-creative .single_counter::before {
position: absolute;
content: "";
right: 71px;
top: -18px;
height: 300px;
width: 300px;
background: #FF3C00;
z-index: -1;
border-radius: 50%;
}
.counter-creative .single_counter .single_counter_inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.counter-creative .single_counter .counter_title h4 {
font-size: 24px;
padding: 0 32px;
font-weight: 700;
}
.counter-creative .single_counter .countr_text > h1 {
font-size: 120px;
line-height: 115px;
color:#FF3C00;
}
.counter-creative{
position:relative;
z-index:1;
}
.counter-creative::before {
content: "";
position: absolute;
right: -35px;
top: 90px;
width: 34px;
height: 34px;
background-color: #FF3C00;
border-radius: 50%;
}
.counter-creative::after {
content: "";
position: absolute;
right: -40px;
top: 0;
width: 50px;
height: 50px;
background-color: #FF3C00;
border-radius: 50%;
}
.text-center .counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: none;
margin-right: 0;
margin-bottom: 5px;
} .style-two .single_counter  {
position: relative;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
text-align: center;
height: 250px;
width: 250px;
border-radius: 100%;
background:#fff;
}
.style-two .counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: none;
margin-right: 0;
}
.style-two .single_counter_inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.style-two .counter_icon i {
color: #FF3C00;
}
.skew-counter{
transform: skew(-14deg);
}
.skew-counter .single_counter{
margin: 0;
transform: skew(14deg);
text-align: center !important
} .counter .counter_title h4 {
font-size: 23px;
font-weight: 600;
}  .icon-box{
padding-bottom: 5px;
}
.icon-box.style-one .icon-box-icon{
padding-right: 25px;
}
.icon-box .icon-box-content h2{
color: #232323;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.icon-box .icon-box-content .description p {
margin: 0;
font-family: Rubik !important;
transition: .5s;
}
.icon-box-icon .icon i{
display: inline-block;
font-size: 45px;
color: #f12a02;
transition: 0.5s;
}
.box-shape .icon-box::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/shape.png);
background-repeat: no-repeat;
}
.box-shape .icon-box .icon-box-content,
.box-shape .icon-box .icon-box-icon{
z-index: 1;
}
.icon-box.style-two .icon-box-icon {
margin-bottom: 20px;
}
.icon-box.style-three {
display: flex;
background: #fff;
border-radius: 5px;
position: relative;
padding: 15px 15px 15px 73px;
transition: .5s;
z-index: 1;
margin-bottom: 15px;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.icon-box.style-three:before {
background: #FF3C00;
position:absolute;
content:""; 
left:0; 
top:0; 
height:100%; 
width:0;
z-index:-1;
border-radius:5px;
transition:.5s;
}
.icon-box.style-three:hover:before{
width:100%;
}
.icon-box.style-three .icon {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 55px;
background: #FF3C00;
text-align: center;
color: #fff;
bottom: 0;
border-top-left-radius: 5px;
border-bottom-Left-radius: 5px;
}
.icon-box.style-three .icon i {
line-height: 53px;
color: #fff;
font-size: 27px;
}
.icon-box.style-three .icon-box-content h2 {
margin-bottom: 0;
}
.icon-box.style-three:hover .icon-box-content h2 {
color:#fff;
}
.circle-image.rotateme {
position: relative;
z-index: -1;
} .icon-box.style-four{
position: relative;
border-right: 3px solid #ff3b00;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
padding: 38px 10px 38px 65px;
border-radius: 10px;
background: #fff;
z-index: 1;
}
.icon-box.style-four .icon-box-icon{
position: absolute;
left: -55px;
padding: 40px;
top: 50%;
transform: translateY(-50%);
}
.icon-box.style-four .icon-box-icon::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/shape1.png);
background-position: center;
left: 0;
top: 0;
}
.icon-box.style-four .icon-box-icon .icon{
position: relative;
}
.icon-box.style-four .icon-box-icon .icon i{
font-size: 40px;
}
.icon-box.style-four .icon-box-content{
}
.icon-box.style-four .icon-box-content .title h2{
font-family: "Rubik",Sans-serif;
} .icon-box.style-five{
position: relative;
border-left: 3px solid #ff3b00;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
padding: 38px 65px 38px 10px;
border-radius: 10px;
text-align: right;
background: #fff;
z-index: 1;
}
.icon-box.style-five .icon-box-icon{
position: absolute;
right: -55px;
padding: 40px;
top: 50%;
transform: translateY(-50%);
}
.icon-box.style-five .icon-box-icon::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/shape2.png);
background-position: center;
left: 0;
top: 0;
}
.icon-box.style-five .icon-box-icon .icon{
position: relative;
}
.icon-box.style-five .icon-box-icon .icon i{
font-size: 40px;
}
.icon-box.style-five .icon-box-content{
}
.icon-box.style-five .icon-box-content .title h2{
font-family: "Rubik",Sans-serif;
} .icon-box.style-four:before {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: #FF3C00;
border-radius: 7px;;
}
.icon-box.style-four:hover:before{
width:100%;
}
.style-four:hover .icon-box-content .title h2,
.icon-box.style-four:hover .icon-box-content .description p{
color:#fff;
} .icon-box.style-five:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: #FF3C00;
border-radius: 7px;
}
.icon-box.style-five:hover:before{
width:100%;
}
.style-five:hover .icon-box-content .title h2,
.icon-box.style-five:hover .icon-box-content .description p{
color:#fff;
} .icon-box.style-six .icon-box-icon .icon i {
display: inline-block;
font-size: 12px;
color: #fff;
transition: 0.5s;
height: 23px;
width: 23px;
background: #FE3C00;
border-radius: 100%;
text-align: center;
line-height: 23px;
}
.icon-box.style-six .icon-box-icon {
margin-right: 12px;
}
.icon-box.style-six .icon-box-content h2 {
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Rubik';
margin-bottom: 14px;
} .icon-box.style-seven .icon-box-icon {
padding-right: 0;
}
.icon-box.style-seven .icon-box-content h2 {
font-size: 20px;
margin-bottom: 9px;
position: relative;
left: 30px;
}
.icon-box.style-seven .icon-box-content h2:before {
position: absolute;
content: "";
top: 13px;
left: -30px;
height: 2px;
width: 21px;
background: #ff3c00;
} .icon-box.style-eight .icon {
margin-right: 11px;
}
.icon-box.style-eight .icon-box-icon .icon i {
display: inline-block;
font-size: 14px;
color: #f12a02;
transition: 0.5s;
height: 24px;
width: 24px;
line-height: 24px;
border: 1px solid#ff3b00;
text-align: center;
border-radius: 100%;
}
.icon-box.style-eight .icon-box-content h2 {
font-size: 16px;
font-weight: 400;
margin-bottom: 16px;
} .icon-box.style-9 .icon-box-icon .icon i {
font-size: 45px;
color: #FF3C00;
transition: 0.5s;
height: 92px;
width: 92px;
line-height: 92px;
background: #fff;
text-align: center;
border-radius: 100%;
} .icon-box.style-10 .icon-box-icon {
display: flex;
align-items: center;
}
.icon-box.style-10 .icon-box-icon .icon {
display: inline-block;
height: 20px;
width: 20px;
line-height: 20px;
border-radius: 4px;
background: #ff3c00;
text-align: center;
margin-right: 12px;
}
.icon-box.style-10 .icon-box-icon .icon i {
display: inline-block;
font-size: 12px;
color: #fff;
transition: 0.5s;
}
.icon-box.style-10 .title h2 {
font-size: 20px;
font-weight: 500;
display: inline-block;
margin-bottom: 12px;
margin-top: 8px;
}
.icon-box.style-10 .description p {
font-weight: 300;
} .icon-box.style-11 .icon-box-icon {
display: inline-block;
margin-right: 0;
border: 2px dashed #ffffff;
border-radius: 50%;
padding: 8px;
height: 95px;
width: 95px;
}
.icon-box.style-11 .icon-box-icon .icon {
height: 76px;
width: 76px;
line-height: 76px;
background: #fff;
border-radius: 100%;
text-align: center;
}
.icon-box.style-11 .icon-box-icon .icon i {
font-size: 45px;
color: #FF3C00;
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.style12 .icon-box-content .title h2{
position: relative;
}
.icon-box.style12 .icon-box-content .title h2:before {
position: absolute;
content: "";
left: -45px;
top: 10px;
height: 2px;
width: 36px;
background: #f00;
} @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);
}
} .single-video {
position: relative;
text-align: center;
}
.single-video img {}
.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;
}
.video-icon a {
background: #fff;
height: 75px;
width: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
line-height: 75px;
color: #FF3C00;
font-size: 26px;
position: relative;
-webkit-animation: ripple-red 1s linear infinite;
animation: ripple-red 1s linear infinite;
-webkit-transition: .5s
}
.v-overlay .video-icon a i {
border: 0px solid #fff;
font-size: 30px;
}
.video-icon {
left: 50%;
position: absolute;
top: 51%;
-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(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3);
box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3)
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(241, 42, 2, 0);
box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
}
}
.style-two .video-icon {
left: inherit;
position: inherit;
top: inherit;
transform: inherit;
text-align: left;
}
.successful-img {
position: absolute !important;
left: 0;
bottom: 0;
text-align: left;
}
.redius-img .single-video img {
border-radius: 0 10px 0 0;
}  .blog_style_three .em-blog-content-area_adn::after {
content: '';
position: absolute;
height: 3px;
background: #FF3C00;
bottom: 0;
left: 0;
transform: scale(0);
transition: 0.5s;
}
.blog_style_three .single_blog_adn:hover .em-blog-content-area_adn::after{
width: 100%;
transform: scale(1);
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories{
margin: 0;
padding: 0;
list-style: none;
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories li a{
color: #707070;
font-size: 15px;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2 a{
color: #252525;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.blog_style_three .blog-date {
position: absolute;
background: #ff3c00;
color: #fff;
top: -34px;
right: 30px;
text-align: center;
padding: 8px 18px;
border-radius: 5px;
}
.blog_style_three .blog-date p{
margin: 0;
}
.blog_style_three .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_three .em-blog-content-area_adn {
padding: 25px 35px 30px;
text-align: left;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2{
margin: 13px 0 18px;
line-height: 1.3;
}
.blog_style_three .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_three .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_three .itsoft-blog-readmore a {
position:relative;
color: #FF3C00;
font-size: 15px;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
padding: 0;
border: 0;
} .blog_style_four .blog-thumb{
position: relative;
}
.blog_style_four .blog-thumb .blog-meta-top{
position: absolute;
top: 10px;
left: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul{
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.blog_style_four .blog-thumb .blog-meta-top ul li{
margin-right: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul li a{
display: inline-block;
font-size: 12px;
font-weight: 500;
background: #FF3C00;
color: #fff;
text-transform: uppercase;
padding: 8px 15px;
letter-spacing: 1px;
border-radius: 3px;
}
.blog_style_four .blog-content {
text-align: center;
padding: 25px 35px 20px;
background: #fff;
transition: .5s;
}
.blog_style_four .blog-content h5 {
margin-top: 17px;
margin-bottom: 15px;
}
.blog_style_four .blog-content .blog-meta span a{
color: #6d6d6d;
}
.blog_style_four .blog-content h5 a{
color: #232323;
font-size: 20px;
font-weight: 700;
}
.blog_style_four .blog-single-carousel:hover .blog-content {
background: #211e3b;
}
.blog_style_four .blog-single-carousel .blog-meta {
position: relative;
width: 100%;
background: transparent;
box-shadow: none;
padding: 0;
}
.blog_style_four .blog-single-carousel:hover .blog-content,
.blog_style_four .blog-single-carousel:hover .blog-content  h5 a,
.blog_style_four .blog-single-carousel:hover .blog-content .blog-meta span,
.blog_style_four .blog-single-carousel:hover .blog-content .blog-meta a{
color: #fff;
}
.blog_style_four .blog-learn-more a {
color: #fff;
background: #211e3b;
display: block;
padding: 13px 0;
position: relative;
z-index: 1;
margin: 28px 0 12px;
}
.blog_style_four .blog-learn-more a:before {
position: absolute;
left: 0;
content: "";
width: 10%;
height: 100%;
background: #FF3C00;
top: 0;
transition: .5s;
z-index: -1;
}
.blog_style_four .blog-single-carousel:hover .blog-learn-more a:before {
width: 100%;
} .dit-button.style-one a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: uppercase;
padding: 8px 26px;
transition: .5s;
position: relative;
z-index: 1;
border-radius: 30px;
overflow: hidden;
}
.dit-button.style-one a:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:10%;
transition: .5s;
z-index: -1;
top: 0;
left: 0;
border-radius: 30px;
opacity: 0;
}
.dit-button.style-one a:hover:before{
width: 100%;
opacity: 1;
}
.dit-button.style-one a:hover i{
background:#FB3C00;
color:#fff;
}
.dit-button.style-one i {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #fff;
color: #f00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 17px;
transition: 0.5s;
} .dit-button.style-two a{
position: relative;
display: inline-block;
color: #fff;
font-weight: 500;
text-transform: uppercase;
background-color: #ff3c00;
padding: 16px 40px 16px 40px;
border: 2px solid #ff3c00;
border-radius: 5px;
z-index: 1;
}
.dit-button.style-two a:hover{
color: #ff3c00;
}
.dit-button.style-two a::after{
content: '';
position: absolute;
height: 100%;
width: 0;
background: #fff;
top: 0;
left: 0;
transition: 0.5s;
z-index: -1;
}
.dit-button.style-two a:hover::after{
width: 100%;
} .dit-button.style-three a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: capitalize;
padding: 14px 32px;
transition: .5s;
position: relative;
z-index: 1;
font-weight: 500;
border-radius: 30px;
overflow: hidden;
font-family: 'Fira Sans';
}
.dit-button.style-three a:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:0;
transition: .5s;
z-index: -1;
top: 0;
right: 0;
left:inherit;
border-radius: 30px;
}
.dit-button.style-three a:hover:before{
width: 100%;
left: 0;
}
.dit-button.style-three a:hover i{
background:#FB3C00;
color:#fff;
}
.dit-button.style-three i {
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background: #fff;
color: #ff3b00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 12px;
transition: 0.5s;
font-size: 11px;
} .button2 .dit-button.style-one a {
background: #FB3C00;
border-radius: 4px;
padding:8PX 50PX;
border: 2px solid #ff3c00;
}
.button2 .dit-button.style-one a:before {
display:none;
}
.button2 .dit-button.style-one a:hover {
color: #ff3c00;
background: transparent;
}
.button2 .dit-button.style-one a:hover i{
color: #ff3c00;
}
.button2 .dit-button.style-one i {
width: 0;
background: transparent;
color: #fff;
border-radius: 0;
position: relative;
left: 0;
font-size: 10px!important;
font-weight: 600;
} .btn2 .elementor-button {
font-family: "Fira Sans", Sans-serif;
font-size: 15px;
font-weight: 500;
background-color: #FF3C00;
border-style:2px solid#FF3C00!important;
padding: 21px 23px 20px 23px;
}
.btn2 .elementor-button:hover{
border-color:#FF3C00!important;
background:transparent!important;
color:#FF3C00;
} .dit-button.style-four a {
background: #FF3D00;
color: #fff;
padding: 16px 36px 16px 63px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.dit-button.style-four a:after {
position: absolute;
content: "";
left: 0;
left: 22px;
top: 11px;
height: 33px;
width: 33px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/widgets/css/setting.png);
background-repeat: no-repeat;
background-position: center center;
}
.dit-button.style-four a:before {
position: absolute;
content: "";
left: 0;
left: 50%;
top: 0;
height: 100%;
width: 0;
background: #232323;
border-radius: 30px;
transition: .4s;
z-index: -1;
}
.dit-button.style-four a:hover:before{
width: 100%;
left: 0;
}
.dit-button.style-four a:hover{
color: #fff;
transform: translate3d(0,-2px,0);
} .dit-button.style5 a{
padding: 11px 19px 11px 23px;
font-family: 'Fira Sans';
font-weight: 500;
color: #fff;
background: #FF3B00;
display: inline-block;
border-radius: 4px;
border: 1px solid #FF3B00;
position: relative;
z-index: 1;
overflow: hidden;
}
.dit-button.style5 a i {
font-size: 11px;
width: 30px;
height: 30px;
line-height: 32px;
border-radius: 25px;
text-align: center;
background: #fff;
color: #FF3B00;
display: inline-block;
margin-left: 14px;
position: relative;
transition: .5s;
font-weight: 700;
} .dit-button.style6 a{
background: #FF3C00;
display: inline-block;
padding: 14px 35px;
color: #fff;
font-weight: 500;
border: 2px solid #FF3C00;
position: relative;
transition: .5s;
margin: 0 7px;
}
.dit-button.style6 a:before {
position: absolute;
content: "";
right: 0;
top: 5px;
height: 100%;
width: 33%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/btn-border.png);
background-repeat: no-repeat;
}
.dit-button.style6 a:hover {
background: #0A0A1D;
border-color: #0A0A1D;
} .team.style4 .team-content {
background: #0a0a1d;
padding: 28px 20px 25px;
text-align: center;
border-bottom: 3px solid #FF3C00;
position: relative;
margin-bottom: -3px;
z-index: 1;
}
.team.style4 .team-content:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/shap-1.png);
transition: .5s;
}
.team.style4 .team-content:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #ff3c00;
transition: .5s;
z-index: -1;
}
.team.style4:hover .team-content:after{
width:100%;
}
.team.style4 .team-content h2 {
font-size: 20px;
color: #fff;
font-weight: 600;
}
.team.style4 .team-content h5 {
font-size: 16px;
color: #FFFFFF99;
font-weight: 400;
margin-top: 10px;
margin: 0;
}
.team.style4:hover .team-content h5{
color: #fff;
}
.team.style4 .image {
position: relative;
}
.team.style4 .image:before {
position: absolute;
content: "";
left: 0;
top: -7px;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s;
background: linear-gradient(0deg, rgba(255, 59, 0, 0.802) 0%,     rgba(255, 59, 0, 0.802) 10%, rgba(255, 59, 0, 0) 60%, rgba(255, 59, 0, 0) 40%);
}
.team.style4 ul.social-icon {
background: #0a0a1d;
display: inline-block;
padding: 6px 8px;
border-radius: 30px;
position: absolute;
bottom: 18px;
left: 0;
right: 0;
margin: auto;
width: 70%;
}
.team.style4 .social-icon li {
list-style: none;
display: inline-block;
}
.team.style4 .social-icon li a {
display: inline-block;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
background: #282848;
border-radius: 50%;
color: #fff;
font-size: 15px;
margin: 0 3px;
transition: .5s;
}
.team.style4 .social-icon li a:hover{
background:#FF3C00;
} .team.style5 {
position: relative;
text-align: center;
}
.team.style5 .image {
position: relative;
margin-top: -86px;
z-index: 1;
}
.team.style5 .image img {
width: 100%;
}
.team.style5 .team-content {
background: #fff;
padding: 22px 30px 113px;
border-radius: 4px;
position: relative;
z-index: 1;
text-align: left;
}
.team.style5 .team-content:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height:0;
width:100%;
background: url(https://wp.ditsolution.net/consen-multipurpose/wp-content/uploads/2023/06/team-s.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
z-index:-1;
border-radius: 0 0 4px 4px;
}
.team.style5 .team-content:after {
position: absolute;
content: "";
top: 0;
width: 100%;
background: #ff3c00;
height: 0px;
left: 0;
border-radius: 0;
transition: all 400ms linear;
}
.team.style5:hover .team-content:before{
height:100%;
}
.team.style5:hover .team-content:after{
height:4px;
}
.team.style5 .team-content .bio .name {
font-size: 20px;
font-weight: 600;
margin: 0 0 7px;
}
.team.style5 .team-content .bio .designation {
font-size: 16px;
font-weight: 300;
color: #686868;
margin: 0 0 0;
}
.team.style5:hover .team-content .bio .name,
.team.style5:hover .team-content .bio .designation{
color:#fff;
}
.team.style5 .team-share {
display: inline-block;
font-size: 18px;
color: #fff;
background: #ff3c00;
border-radius: 4px;
cursor: pointer;
position: absolute;
top: -18px;
right: 27px;
transition: .5s;
z-index: 22;
width: 40px;
height: 40px;
border-radius: 4px;
background-color: #ff3c00;
line-height: 40px;
}
.team.style5 ul.social-icon {
position: absolute;
right: 29px;
top: 44px;
transition: .5s;
background: transparent;
border-radius: 4px;
}
.team.style5 ul.social-icon.active li a {
transform: translateY(15px);
opacity: 1;
overflow: hidden;
visibility: visible;
}
.team.style5 .team-share-icon {
position: relative;
z-index: 1;
}
.team.style5 .team-share-icon:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
background: #ff3c00;
height: 14px;
width: 14px;
bottom: -32px;
z-index: -1;
transform: rotate(45deg);
}
.team.style5 ul.social-icon li {
list-style: none;
margin-bottom:4px;
}
.team.style5 ul.social-icon li a {
display: inline-block;
transition: .5s;
font-size: 14px;
color: #fff;
background: #FF3C00;
width: 35px;
height: 35px;
line-height: 35px;
transition-delay: .3s;
z-index: -1;
overflow: hidden;
transform: translateY(-20px);
opacity: 0;
visibility: hidden;
border-radius: 100%;
}
.team.style5 ul.social-icon li a:hover{
color:#fff;
background:#232323;
}
.team.style5 ul.social-icon li:nth-child(1) a {
transition-delay: 0.4s;
}
.team.style5 ul.social-icon li:nth-child(2) a {
transition-delay: 0.2s;
}
.team.style5 ul.social-icon li:nth-child(3) a {
transition-delay: 0s;
} .text-box.style-one .box-wrapper {
position: relative;
background: #292728;
border-radius: 7px;
padding: 19px 28px 17px 28px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.text-box.style-one .title h4 {
color: #fff;
font-size: 18px;
font-family: "Rubik",Sans-serif;
margin: 0 0 7px;
font-weight: 500;
line-height: 1.6;
}
.text-box.style-one .box-wrapper:hover{
background:#ff3b00;
box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.text-box.style-one .box-wrapper:hover .single-btn a{
color: #fff;
}
.text-box.style-one .single-btn {
position: absolute;
right: 20px;
bottom: 20px;
transform: rotate(30deg);
}
.text-box.style-one .single-btn a {
color: #e53905;
}
.corporate .feature-box .feature-box-icon i {
background: #FF3C00;
border-radius: 5px 5px 5px 5px;
height: 80px;
width: 80px;
font-size: 35px;
line-height: 80px;
background: rgb(255,60,0) !important;
background: linear-gradient(60deg,#fd8424 0%,#ff3c00 100%) !important; 
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}html,
body {}
img {
max-width: 100%;
height: auto;
} .box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
} .fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.itsoft-header-top {
padding: 11px 0;
background: #252628;
position: relative;
z-index: 1;
}
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span,
.top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.itsoft-header-top::after {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 54%;
height: 100%;
z-index: -1;
transform: skew(-26deg);
padding-left: 20px;
background: #FF3C00;
} .top-right-menu p {
display: inline-block;
color:#fff;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 20px;
position: relative;
}
.top-right-menu ul.social-icons li a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active,
.login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #FF3C00;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0; 
top:0; 
height:100%; 
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}
.txtc {
text-align: center;
}
.text-center {
text-align: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
display: inline-block;
text-align: center;
font-size: 18px;
cursor: pointer;
color: #062462;
margin-top: 0px;
height: 25px;
width: 35px;
line-height: 27px;
background: inherit;
border-radius: 3px;
border-right: 1px solid #CECDD2;
padding: 0 2px 0 0;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.search_button {
text-align: right;
}
.prefix .em-quearys-menu i {
color: #fff;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #FF3C00;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #FF3C00;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #FF3C00;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
}  .header-new-style-01 .itsoft_nav_area {
background: transparent;
position: relative;
margin-bottom: -100px;
z-index: 99;
}
.new-header-inner {
background: #fff;
padding: 0px 15px;
border-radius: 0 0 4px 4px;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
top: 70px;
}
.no-logo-sr .itsoft_menu ul {
text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
text-align: left;
} .mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #FF3C00 none repeat scroll 0 0;
float: none;
left: 0;
position: absolute;
right: 0;
top: 60px;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.itsoft_nav_area {
background: #fff none repeat scroll 0 0;
}
.itsoft_menu {
text-align: right;
}
.container-fluid .itsoft_menu {
text-align: center;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .itsoft_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .itsoft_menu ul {
list-style: none;
text-align: center;
}
.itsoft_menu>ul>li {
display: inline-block;
position: relative;
}
.itsoft_menu > ul > li > a {
display: block;
margin: 35px 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
font-family: 'Fira Sans', sans-serif;
}
.heading_style_2 .itsoft_menu>ul>li>a {
color: #fff;
}
.heading_style_3 .itsoft_menu > ul > li > a {
color: #d6aee9;
}
.heading_style_4 .itsoft_menu > ul > li > a {
color: #cacce3;
}
.heading_style_5 .itsoft_menu>ul>li>a {
color: #fff;
}
.itsoft_menu ul li:last-child a {
margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
color: #FF3C00;
}
.transprent-menu .itsoft_menu>ul>li a{
color: #fff;
}
.transprent-menu.menu-style-16 .itsoft_menu ul {
text-align: center;
list-style: none;
}
.transprent-menu.menu-style-16 .itsoft_menu ul .sub-menu {
text-align: left;
}
.heading_style_4.tr_btn .itsoft_menu.main-search-menu {
float: none;
text-align: center;
} .trp_nav_area {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color:transparent;
padding: 25px 100px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .itsoft_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: rgba(0,0,0,0.0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.itsoft_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.itsoft_nav_area.prefix,
.hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .itsoft_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn  .hbg2 {
background:#FF3C00 !important;
} 
.tr_white_btn .hbg2 .itsoft_menu > ul > li > a {
color: #fff !important;
}
.transprent-menu.tr-btn-search .itsoft_nav_area {
padding: 0 30px;
}
.transprent-menu.tr-btn-search .em-quearys-menu i {
} .logo-left {
text-align: right;
}
.logo-right .logo {
text-align: right;
}
.logo-right .itsoft_menu>ul {
text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .logo-top .logo {
text-align: center;
}
.logo-top .itsoft_menu>ul {
text-align: center;
}
.logo-top>.itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .itsoft_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 230px;
text-align: left;
background: #fff;
margin: 0;
padding: 20px 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
border: 0; box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.itsoft_menu ul li:hover >.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 100%;
z-index: 9;
}
.itsoft_menu ul .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
margin: 0;
line-height: 1.3;
font-size: 14px;
color: #232323;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
visibility: inherit !important;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#FF3C00;
}
.itsoft_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.itsoft_menu ul .sub-menu li:before {
position: absolute;
left: 0px;
top: 50%;
font-size: 20px;
color: #5451c1;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
width: 15px;
height: 1px;
background: #FF3C00;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
.itsoft_menu ul .sub-menu li:hover:before {
opacity:1;
left:0px;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
ul.mega-sub-menu ul li a span {
display: inline-block;
background: #FF3C00;
padding: 0 5px;
font-size: 12px;
color: #fff;
border-radius: 3px;
} .itsoft_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .itsoft_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
}
.trp_nav_area.hbg2 a.dtbtn {
background: #fff;
color: #FF3C00;
}
.trp_nav_area.hbg2 a.dtbtn:hover{
border-color:#fff;
} .top-address.em-quearys-top.text-right {
float: right;
}
.itsoft_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #FF3C00;
}
nav.itsoft_menu.main-search-menu {
text-align: right;
display: inline-block;
} .itsoft-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 2px;
}
a.dtbtn {
-moz-user-select: none;
background: #FF3C00;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 11px 24px;
text-align: center;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 3px;
border: 2px solid #FF3C00;
}
a.dtbtn:hover {
background: #bd2d10;
color: #fff;
border-color: #bd2d10;
} .tr_white_btn a.dtbtn {
background-color: #fff;
color: #333;
}
.tr_white_btn a.dtbtn:hover {
background-color: transparent;
border-color: #fff;
color: #fff;
} .itsoft-main-menu .logo a.main_sticky_main_l {
display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
display: none;
} .itsoft-main-menu .prefix .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.headroom--pinned {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.header--fixed {
position: fixed;
z-index: 10;
right: 0;
left: 0;
top: 0;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: -webkit-transform .25s ease-in-out;
-o-transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
will-change: transform;
}
.menu-height-space {
height: 100px;
} .creative_logo_thumb a.main_sticky_l {
display: none;
}
.creative_logo_thumb .logo a {
margin-top: 0;
}
.white_box_shadow {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu.menu-18 .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.itsoft-main-menu.tr-black-menu .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.tr-black-menu .donate-btn-header {
margin-top: 0;
margin-top: 0;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}  .itsoft-blog-index.blog-area.itsoft-blog-area,
.itsoft-blog-single {
background: #F6F6F6;
}
.itsoft-blog-area {
padding: 90px 0 100px;
}
.itsoft-single-blog {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
border: 1px solid #e6e6e6;
}
.itsoft-single-blog:hover {
-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
box-shadow:6px 5px 30px rgba(0,0,0,0.12);
border-color:transparent;
}
.itsoft-blog-index.blog-area.itsoft-blog-area, .itsoft-blog-area.itsoft-blog-archive {
padding: 100px 0 100px;
background: #F6F6F6;
}
.itsoft-blog-index.blog-area.itsoft-blog-area {
padding: 100px 0 100px;
}
.itsoft-single-blog--thumb img {
width: 100%;
} .itsoft-blog-thumb {
overflow: hidden;
position:relative;
}
.itsoft-blog-thumb a {
display: block;
position: relative;
}
.itsoft-blog-thumb img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: block;
width: 100%;
} .blog-content {
word-break: break-word;
}
.em-blog-content-area {
padding: 33px 23px 32px;
}
.blog-page-title h2 {
margin: 0;
margin-bottom: 20px;
font-size: 22px;
margin-top: 18px;
}
.itsoft-lt .blog-page-title h2 {
font-size: 30px;
}
.blog-page-title a {
display: block;
font-weight: 500;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title a:hover {
color: #FF3C00;
} .itsoft-blog-meta-left {
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 12px 20px;
border-radius: 3px;
text-align: center;
position: absolute;
top: -24px;
background: #fff;
left: 0;
right: 0;
margin: 0 20px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
color: #616161;
position: relative;
font-weight: 500;
}
.itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
content: "";
background: #616161;
width: 8px;
height: 1px;
position: absolute;
right: -19px;
top: 11px;
}
.itsoft-blog-meta-left a:last-child:before,
.itsoft-blog-meta-left span:last-child:before{
display:none;
} .itsoft-blog-meta-right {
float: right;
padding: 17px 0 0;
}
.itsoft-blog-meta-right a, .itsoft-blog-meta-right span {
color: #777;
font-size: 14px;
margin-left: 10px;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
position: relative;
}
.itsoft-blog-meta-right a:hover,
.itsoft-blog-meta-right span:hover,
.itsoft-blog-meta-left a:hover,
.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.itsoft-blog-meta-right i {
margin-right: 5px;
} .upper.itsoft-blog-meta-left a, .upper.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
}
.upper.itsoft-blog-meta-left a:hover, .upper.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.meta-list.itsoft-blog-meta-left a, .meta-list.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
} .readmore a {
border: 1px solid #ddd;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 6px 10px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
border-color: #FF3C00;
background: #FF3C00;
color: #fff;
}  .itsoft-single-blog-details {
background: #fff;
margin-bottom: 40px;
}
.em-theme-main-page .itsoft-single-blog-details {
padding: 30px;
}
.itsoft-single-blog-details-inner {
padding: 20px 45px 45px;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
}
.em-theme-main-page .itsoft-single-blog-title h2 {
padding-bottom: 15px;
}
.itsoft-single-blog--thumb {
position: relative;
border-radius:10px 10px 0 0;
}
.single-blog-title {
padding: 0;
text-transform: unset;
color: #232323;
font-weight: 700;
font-size: 35px;
}
.itsoft-single-blog-content p {
margin-bottom: 20px;
}
.itsoft-single-blog-details h2 {
font-size: 30px;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: #fff;
left: inherit;
right: inherit;
margin: 10px 0 0;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left a, .itsoft-single-blog-details-inner .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 20px 0px 0;
position: relative;
font-weight: 400;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 26px;
text-align: left;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.itsoft-single-icon-inner {
text-align: left;
}
.itsoft-single-icon-inner span {
font-size: 17px;
margin-right: 6px;
}
.itsoft-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.itsoft-single-icon-inner a i:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.single-blog-content ul {
padding-bottom: 10px;
}
blockquote {
padding: 26px 30px;
font-size: 19px;
border-left: 4px solid #FF3C00;
background: 0 0;
font-style: normal;
color: #232;
font-weight: 400;
position: relative;
line-height: 1.5;
box-shadow: 0 0 13px rgba(0,0,0,0.10);
border-radius: 4px;
margin-top: 30px;
font-style: italic;
}
blockquote i {
margin-right: 10px;
}
.post-text blockquote::before {
content: "\f10d";
left: 42px;
top: 50px;
position: absolute;
color: #758799;
font-family: "FontAwesome";
font-weight: 700;
font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #616161;
text-transform: capitalize;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.itsoft-single-blog-details .inner-content h4 {
padding-bottom: 20px;
font-size: 24px;
}
.itsoft-blog-meta.txp-meta {
padding-bottom: 22px;
}
.single-blog-content h4 {
margin: 29px 0 15px;
}  .comments {
padding-bottom: 50px;
padding-top: 14px;
}
.post_comment {
border-bottom: 1px solid #EAEAEA;
margin: 20px 0;
padding: 0 15px;
}
.comment_inner {}
.commment_title {}
.commment_title h3 {
font-size: 24px;
margin-bottom: 30px;
position: relative;
margin-top: 0;
position: relative;
display:inline-block;
}
.commment_title h3:before {
position: absolute;
left: 0;
bottom: -15px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.commment_title h3:after {
content: '';
position: absolute;
left: 0;
bottom: -17px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BGB;
animation-name: MOVIE-BGB;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 36px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #232323;
font-size: 18px;
display: inline-block;
padding-bottom: 3px;
font-weight: 700;
}
.reply_date {
overflow: hidden;
margin-bottom: 5px;
}
.reply_date span.span_left {
display: block;
}
.reply_date span.span_right {
float: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #FF3C00;
padding: 3px 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.reply_date span.span_right:hover{
background:#FF3C00;
}
.post_reply p {}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.em-theme-main-page .empgc {
margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
margin-bottom: 35px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 30px;
}
.logged-in-as a {
color: #333;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comment-respond {
padding-top: 14px;
}
.comment-respond .commment_title h3 {
margin-bottom: 60px;
} .blog-page-title > h2 {
margin-bottom: 12px;
margin-top: 11px;
}
.blog-page-title a {
display: block;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title h2 a:hover {
color: #FF3C00;
}
.em-blog-content-area {
padding: 38px 25px 36px;
position: relative;
text-align: center;
}
.blog-list .em-blog-content-area {
text-align: left;
}
.blog-content p {
margin-bottom: 0;
}
.single-blog-content iframe {
margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
color: #303030;
font-size: 30px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
font-size: 17px;
} .single-blog-content ol,.single-blog-content ul{
padding-left: 20px;
} .paginations {
text-align: left;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
box-shadow: 0 0 5px rgba(0,0,0,0.20);
color: #FF3C00;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
} .single-counter.style1{
text-align: center;
}
.single-counter.style1 .icon{
margin-bottom: 13px;
}
.single-counter.style1 .icon i{
font-size: 40px;
}
.single-counter.style1 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single-counter.style1 span.count.percent {
font-size: 48px;
font-weight: 600;
color: #fff;
margin: 0 0 7px;
display: inline-block;
font-family: 'Fira Sans';
}
.single-counter.style1 #counter h6 {
font-size: 16px;
margin: 4px 0 0;
font-weight: 400;
color: #fff;
opacity: 0.9;
}
.single-counter.style1 #counter span.plus{
color: #FF3C00;
font-size: 48px;
} .single_counter.style-2 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.two .single_counter.style-2{
border: none;
}
.single_counter.style-2 .countr_text > h1 {
font-size: 55px;
font-weight: 600;
color: #FF3C00!important;
}
.single_counter.style-2 .countr_text h3 {
color: #fff;
font-size: 55px;
}
.single_counter.style-2 .counter_title h4 {
font-size: 16px;
margin-top: 3px;
font-weight: 500;
color: #FFFFFFD1;
line-height: 27px;
} .single_counter.style-3 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.single_counter.style-3 .counter_icon i {
font-size: 43px;
} .kc_counter_box i {
display: inline-block;
font-size: 45px;
margin-bottom: 0;
} .em_single_coaching{
margin-bottom: 30px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
background: #FFFFFF;	
}
.em_coaching_content {
padding: 20px 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
}
.em_coaching_title h2 {
font-size: 20px;
padding: 12px 0 5px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.em_coaching_title h2:hover{
color:#FF3C00;
} .itsoft-single-coaching-details {
background: #fff;
}
.itsoft-single-coaching--thumb img {
width: 100%;
}
.itsoft-blog-main-content {
padding: 40px;
}
.itsoft-single-coaching-content h4,
.itsoft-single-coaching-title h2{
font-size: 24px;
padding-bottom: 12px;
}
.itsoft-single-coaching-content h4{
padding-top:30px;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left a,
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta {
margin-bottom: 15px;
}
.itsoft-single-coaching-content ul li {
list-style:none;	
padding: 30px 0 0;
font-size: 17px;
}
.coaching-fee ul li {
color: #FF3C00;
}
.coaching-details-block-two {
background-color: #FFF;
}
.coaching-details-two {
padding: 40px 40px 0;
}
.coaching-details-two hr {
margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.coaching-details-meta {
font-size: 12px;
font-weight: 500;
margin-bottom: 13px;
color: #FF3C00;
}
.coaching-list ul li {
padding: 15px 0 0;
font-size: 17px;
font-style: normal;
}
.coaching-list ul li:last-child {
margin-bottom: 20px;
}
.fee-structure {
color: #333;
}
.coaching-fee {
color: #FF3C00;
}
.applications-heading {
font-size: 20px;
}
.coaching-application p {
margin-bottom: 30px;
}
.coaching-application ul li {
padding: 5px 20px ;
}
.applications i {
font-size: 14px;
color: #FF3C00;
margin-right: 10px;
}
.exam-block{
margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
font-size: 18px;
padding-bottom: 10px;
}
.exam-Pattern-min {
font-size: 14px;
} .breadcumb-area {
padding: 233px 0 182px;
background-color: #121B51;
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.breadcumb-area::before {
background: rgba(0,0,0,.52);
position: absolute;
top: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin-bottom: 25px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #FF3C00;
}
.breadcumb-inner li a {
color: #fff;
text-transform: uppercase;
}
.brpt {
text-align: left;
}
.brpt h2 {
font-size: 45px;
margin-bottom: 20px;
margin-top: 0;
color: #fff;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.breadcumb-inner {
text-align: left;
}
.pimgs img {
width: 100%;
}
.kc-ui-progress2 span.value::before {
border-top-color: #FF3C00 !important;
}  .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #FF3C00;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #FF3C00;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#FF3C00;
color:#fff;
} .itsoft-search-page {
background: #f6f6f6;
padding-bottom: 135px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #FF3C00; 
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
}  .top-address-area {
background: #111111;
padding: 90px 0px 85px;
text-align: center;
}
.top_address_logo {
margin-bottom: 30px;
}
.address_content {
padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
color: #ffffff;
display: inline-block;
font-weight: 400;
line-height: 12px;
margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
font-size: 14px;
margin-right: 11px;
}
.footer-top-address h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
letter-spacing: 10px;
font-weight: 700;
font-size: 26px;
}
.footer-top-address h2 span {
color: #FF3C00;
font-weight: 700;
} .footer-top {
background: #0f1328;
padding: 120px 0 100px;
}
.footer-top-inner h2 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 35px;
font-weight: 700;
height: 60px;
line-height: 60px;
padding: 0 15px;
text-transform: uppercase;
}
.footer-top-inner h2 span {
color: #FF3C00;
font-weight: 600;
}
.footer-top-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
padding: 0 10px;
color: #b4bbc9;
margin-left: auto;
margin-right: auto;
width: 69%;
}
.footer-social-icon {
padding: 10px 0 20px;
text-align: center;
}
.footer-social-icon a i {
color: #b4bbc9;
font-size: 16px;
height: 70px;
width: 70px;
display: inline-block;
border-radius: 50%;
background: #1c2940;
line-height: 70px;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 5px;
}
.footer-social-icon a i:hover {
background-color: #ff4b57;
color: #fff;
}
.footer-social-icon.htop-menu-s {
padding: 0;
display: inline-block;
margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 3px;
width: 35px;
color: #333;
}
.footer-top-inner .text-center {
margin-bottom: 32px;
text-align: center;
} .footer-middle {
padding: 63px 0 40px;
position: relative;
background: #252628;
z-index: 1;
}
.get_quote{
position:relative;
z-index:1;
}
.get_quote::before {
content: "";
position: absolute;
right: 15px;
top: 28px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/circle-small.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.6;
}
.get_quote::after {
content: "";
position: absolute;
left: 48%;
top: 64%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/shape6.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.5;
}
.wpfdp {
padding-bottom: 30px;
}
.footer-middle .widget h2 {
font-size: 20px;
margin-bottom: 35px;
margin-top: 15px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footer-middle .recent-post-text h4 a {
color: #f8f9fe;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.recent-post-image img {
border-radius: 5px;
}
.footer-middle .widget h2 {}
.footer-middle .tagcloud a {}
.footer-middle .widget ul {
list-style: none;
}
.footer-middle .widget ul li {
margin-bottom: 10px;
}
.footer-middle .widget ul li {
margin-bottom: 14px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
color: #f8f9fe;
padding-left: 25px;
}
.footer-middle .widget ul li a {
color: rgba(255,255,255,0.80);
font-size: 16px;
}
.footer-middle .widget ul li::before {
position: absolute;
content: "";
left: 0;
top: 14px;
background: #f8f9fe;
height: 1px;
width: 10px;
font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
color: #FF3C00;
}
.recent-portfolio-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-portfolio {
margin-bottom: 10px;
margin-right: 10px;
}
.recent-portfolio {
width: 29.33%;
}
.recent-portfolio-image img {
width: 100%;
}
.menu-social-menu-container ul li::before {
display:none !important;
}  .footer-bottom {
background: #252628;
}
.footer-bottom .row{
padding:20px 0;
border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
padding: 20px 0 20px;
}
.copy-right-text {
}
.copy-right-text p {
color: #f8f9fe;
padding: 0;
margin: 1px 0 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #f8f9fe;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#f8f9fe;
}
.footer-menu .social-icon {
color: #f8f9fe;
display: block;
font-size: 15px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
color: #f8f9fe;
border-radius: 100%;
-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}
.footer-menu .social-icon:hover {
color: #fff;
background-color: #42047B;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}  #scrollUp {
bottom: 13px;
color: #fff;
font-size: 24px;
height: 50px;
line-height: 50px;
right: 91px;
text-align: center;
width: 50px;
background: #FF3C00;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#scrollUp:hover{
background:#FF3C00;
}
#scrollUp i {
color: #fff;
} .copy-right-text a {
color: #FF3C00;
}
.template-home .vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
margin-bottom: 0;
}
.widget_recent_data {
padding-bottom: 9px !important;
}
.recent-post-item {
clear: both;
}
.recent-post-image {
float: left;
margin-right: 10px;
}
.recent-post-image a {
display: block;
margin-top: 0;
margin-bottom: 17px;
}
.recent-post-text {
overflow: hidden;
}
.recent-post-text > h4 {
margin-bottom: 2px;
margin-top: 0px;
line-height: 16px;
}
.recent-post-text h4 a {
color: #232323;
font-size: 18px;
line-height: 22px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.recent-post-text h4 a:hover {
color: #FF3C00;
}
.recent-post-item:last-child{
border-bottom:0;
}
.recent-post-text .rcomment {
color: #FF3C00;
font-size: 12px;
text-transform: none;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
margin-bottom: 2px;
}
.footer-middle .recent-post-text .rcomment {
color: rgba(255,255,255,0.80);
font-size: 13px;
font-weight: 400;
}
.footer-middle .recent-post-item {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mean-container .mean-bar {
float: none;
background: #FF3C00;
}
.mean-container .mean-nav ul li li a {
color: #333;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
margin-left: 0;
margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding-left: 0;
position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
border: 0;
display: block;
margin-right: 1px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 15px;
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 3px;
text-align: center;
line-height: 33px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
color: #fff;
background: #FF3C00;
border-color:#FF3C00;
} .template-home-wrapper {
overflow: hidden;
}
@-webkit-keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@-webkit-keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
@keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
.em-image {
margin-bottom: 0;
margin-top: 0;
} .title_in {
float: left;
padding-right: 30px;
position: relative;
margin-right: 30px;
padding-bottom: 40px;
}
.title_tx h5,
.title_tx h2 {
margin: 0;
}
.title_tx h5 {
color: #FF3C00;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.title_tx h2, .title_tx h3 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.title_ptx p {
margin: 0;
overflow: hidden;
font-size: 18px;
}
.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
transition: all .5s ease 0s !important;
} .about_shape {
position:relative;
}
.heading_number {
font-size: 136px;
display: inline;
font-weight: 800;
color: #FF3C00;
float: left;
line-height: 1;
margin-top: -14px;
margin-right: 15px;
}
.heading_title {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: #232323; padding-top: 11px;
display: inline;
}
.about_shape::after {
content: "";
width: 451px;
height: 100%;
background: #FF3C00;
position: absolute;
z-index: -1;
top: 24px;
left: -98px;
display: block;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: itsoft_bounce_animation 7s infinite;
}
@keyframes itsoft_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
}
.gradient.about_shape::after {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.about_shape2{
position:relative;
}
.circle-img {
position: absolute !important;
bottom: -76px;
z-index: -1;
left: -100px;
-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;
}
.gradient .single_counter.default_style {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient-service .front  {
position:relative;
z-index:1;
} .em-visa {
padding: 80px 175px;
border: 1px solid rgba(255,255,255,0.15);
position:relative;
}
.em-visa-title h2 {
color: #fff;
font-size: 24px;
padding: 20px 0 7px;
}
.em_visa-icon i {
color: #FF3C00;
font-size: 50px;
}
.em-visa-desc {
margin: 0;
color: #fff;
}
.visa-btn a {
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 32px;
display: inline-block;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.visa-btn a:hover {
color: #FF3C00;
}
.visa-btn a i{
margin-left:7px;
color:#FF3C00;
}
.em_visa-icon2 {
position: absolute;
right: 25px;
bottom: 0;
}
.em_visa-icon2 i {
font-size: 80px;
color: #F4F4F4;
opacity: 0.1;
} .em-country {
margin: 5px 15px 30px;
box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
background: #fff;
border-radius: 20px;
text-align: center;
}
.em-country-thumb {
position: relative;
padding: 8px;
}
.em-country-thumb img {
border-radius: 20px;
}
.country_flag_img {
position: absolute;
width: 100px;
height: 100px !important;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
margin-top: -53px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.country_flag_img img {
width: 100%;
height: 100%;
border-radius: 100%;
padding: 7px;
background: #fff;
}
.em_country_content {
padding: 55px 25px 30px;
}
.em-country-title h2 {
font-size: 20px;
margin-bottom: 15px;
}
.country-btn a {
position: relative;
text-transform: uppercase;
font-size: 14px;
color: #FF3C00;
}
.country-btn a i {
position: absolute;
top: 0;
right: -12px;
font-size: 16px;
} .main-style.em-team {
text-align: left;
position: relative;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.main-style.em-team:hover {
-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #fff;
padding: 21px 20px 28px;
text-align: center;
position: absolute;
bottom: -64px;
left: 0;
right: 0;
width: 80%;
margin: auto;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.main-style.em-team .em-team-content-image-inner {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image{
position: relative;
}
.main-style.em-team .em-team-content-image:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.gradient .main-style.em-team .em-team-content-image:before{
background: linear-gradient(360deg, rgba(17, 28, 255, 0.80), rgba(103, 111, 255, 0.53));
}
.main-style.em-team:hover .em-team-content-image:before {
opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
position: absolute;
top: 50%;
right: -100px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
width: 45px;
padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
opacity:1;
top:50%;
right:0; 
}
.main-style.em-team .em-team-content-title h2 {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.main-style.em-team .em-team-content-title h2:hover {
color: #FF3C00;
}
.main-style.em-team .em-team-content-subtitle {
color: #616161;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
font-family: Rubik;
letter-spacing: 1px;
}
.main-style.em-team .em-team-content-image {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
width:100%;
}
.main-style.em-team .em-team-content-telephone {
position: absolute;
bottom: 16px;
right: -140px;
background: #FF3C00;
padding: 4px 20px;
border-radius: 30px 0 0 30px;
color: #fff;
cursor:pointer;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
right:0;
}
.main-style.em-team .em-team-content-telephone i {
margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
display:block;
font-size: 16px;
color: #FF3C00;
text-align: center;
margin: 4px 0px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
} .main-style.em-team .em-content-title h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
font-size: 14px;
margin: 5px 0 0;
text-transform: uppercase;
} .em-team.style-two {
text-align: left;
transition: .3s;
border-bottom: 0;
border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
position: relative;
z-index: 1;
padding: 15px;
border: 3px solid #FF3C00;
border-radius: 100%;
transition: .3s;
margin-bottom: 30px;
}
.em-team.style-two:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(12,90,219,0.85);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
border-radius:100%;
}
.style-two .em-team-content-image {
border-radius: 100%;
}
.style-two .em-team-content-inner {
position: absolute;
left: 0;
top: 62%;
transform: translateY(-50%);
text-align: center;
right: 0;
opacity:0;
transition:.5s;
transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
font-size: 20px;
color: #fff;
margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
color: #fff;
font-size: 15px;
margin-bottom: 9px;
margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
display: inline-block;
color: #fff;
margin: 0 5px;
font-size: 14px;
}
.em-team.style-two .em-team-content-image img {
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-radius: 100%;
}
.em-team.style-two:hover {
border-color:transparent;
}
.em-team.style-two:hover::before {
opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
opacity:1;
top:50%;
}
.team-info h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.team-info-inner span {
text-transform: uppercase;
font-size: 15px;
color: #FF3C00;
}
.list-info {
list-style: none;
margin: 20px 0;
}
.list-info li {
padding: 10px 0;
}
.team-social ul li {
display: inline-block;
}
.team-social ul li a {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background: #FF3C00;
text-align: center;
color: #fff;
margin: 0 2px;
border-radius: 5px;
} .why-choose-area .front,
.why-choose-area .back {
-webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}  .portfolio_nav {
padding: 0px 0 15px;
text-align: center;
}
.portfolio_nav ul {
margin-bottom: 30px;
text-align:center;
}
.portfolio_nav ul li {
display: inline;
}
.portfolio_nav ul li {
background: transparent;
border: medium none;
font-size: 16px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-transform: capitalize;
padding: 10px 22px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border: 1px dashed #FF3C00;
color: #FF3C00;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.prot_wrap {
overflow: hidden;
} .single_protfolio {
position: relative;
margin-bottom: 10px;
overflow: hidden;
}
.prot_thumb {
position:relative;
}
.prot_thumb img {
width: 100%;
}
.prot_thumb:before {
position:absolute;
left:0; 
width:100%;
height:100%;
background:rgba(0,0,0,0.60);
top:0; 
content:"";
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_thumb:before{
opacity:1;
}
.prot_content {
position: absolute;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
right: 0;
bottom: -100%;
left: 0;
opacity: 0;
background: #FF3C00;
margin: auto;
padding: 22px 25px 30px;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 0;
}
.multi_gallery.prot_content {
height: 90%;
width: 80%;
right: 10%;
top: 5%;
bottom: 5%;
left: 10%;
}
.prot_icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
transform: translateY(-50%);
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_icon {
opacity: 1;
}
.prot_content h3 {
margin: 8px 0 0px;
text-transform: capitalize;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.prot_content h3 a {
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.prot_content p {
color: #fff;
line-height: 1.2;
margin: 5px 0 0;
}
.prot_content p span {
display: inline-block;
padding-top: 0px;
}
.porttitle_inner span {
position: relative;
margin: 0 2px;
}
.prot_content span:before {
bottom: 0;
content: ",";
position: absolute;
right: -5px;
} .single_protfolio:hover .New-portfolio .prot_content {
opacity: 1;
bottom: 0;
}
.New-portfolio .portfolio_nav ul li {
background: #F6F4F5;
padding: 12px 24px;
display: inline-block;
border: none;
color: #FF3C00;
border-radius: 30px;
}
.New-portfolio .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.New-portfolio .prot_content{
position: absolute;
background: transparent;
padding: 65px 0px 30px;
}
.New-portfolio .prot_content_inner{
position: relative;
z-index: 1;
}
.New-portfolio .prot_content_inner:after {
position: absolute;
content: "";
right: 0;
bottom: -30px;
left: 0;
height: 160px;
width: 100%;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/port.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: auto;
padding: 22px 25px 30px;
z-index: -1;
}
.porttitle_inner span:last-child:before {
content: "";
}
.nospace.col-xs-12 {
padding: 0px;
}
.nospace .single_protfolio {
margin-bottom: 0px;
} .gallery_load_button a {
border: 1px solid #ddd;
color: #444;
padding: 7px 15px;
display: inline-block;
font-size: 17px;
margin-top: 0px;
}
.gallery_load_button a:hover {
border-color: #333;
background: #333;
color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
margin-top: 30px;
} .picon {
margin-bottom: 0;
}
.picon a {
background: #FF3C00 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
margin: 0 17px 0;
transition:.5s;
}
.picon a:hover {
background: #bd2d10;
color: #fff;
}
.single_protfolio:hover .picon a {
margin: 0 3px 0;
} .pimgs {
margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
margin-left: 0px;
}
.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;
}
.portfolio_info {
padding-left: 13px;
}
.portfolio_info h2 {
font-size: 25px;
font-family: muli;
padding-bottom: 17px;
}
.portfolio-details-box li strong {
font-size: 20px;
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social i {
margin: 0 4px 0;
cursor: pointer; }
.port_dtl_social {
font-size: 17px;
}
.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: #FF3C00;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.prot_wrap .col-md-6, .prot_wrap .col-sm-12,  .prot_wrap .col-lg-4{
padding-right: 5px !important;
padding-left: 5px !important;
} .fun_fact_area {
position: relative;
}
.fun_fact_area::before {
content: "";
position: absolute;
right: 0;
top: 76px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/08.png);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-position: center;
left: 0;
}
.kc-ui-progress2 span.value {
background: #FF3C00 !important;
color: #fff !important;
}
.kc-section-active .kc_accordion_content {
box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}
.gradient .kc-ui-progress {
background:linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
} .itsoft-button a {
display: inline-block;
background: #FF3C00;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: .5s;
border:2px solid #FF3C00;
}
.itsoft-button a:hover {
color: #FF3C00;
background: transparent;
border:2px solid #FF3C00;
}
.itsoft-button a i {
margin-left: 4px;
} .curosel-style .owl-nav div {
border-radius: 50%;
color: #fff;
font-size: 19px;
height: 60px;
line-height: 60px;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 60px;
text-align: center;
z-index: 99;
-webkit-transform: translateY(-49%);
-ms-transform: translateY(-49%);
transform: translateY(-49%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #FF3C00;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: -50px;
}
.curosel-style .owl-nav .owl-prev {
right: auto;
left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
right: 30px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
right: 0px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
background: #121B51;
color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
background: #121B51;
color: #fff;
}
.owl-carousel .owl-item img {
margin: auto;
}
.curosel-style:hover .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .form-control,
textarea {
height: 54px;
background-color: #fff;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #e6e6e6;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
textarea {
height: 150px;
width: 100%;
}
.quote_form .form-control {
background-color: rgba(255,255,255,0.2);
border-color: transparent;
}
.form-control:focus, textarea:focus {
color: #495057;
background-color: #fff !important;
border-color: #FF3C00 !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(241,42,2,.25) !important;
}
.contact-form .buttons {
text-align: left;
}
.buttons {
text-align: center;
}
.button {
background: #FF3C00;
border: 0;
display: inline-block;
text-align: center;
padding: 14px 39px;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
}
.button:hover {
background: #bd2d10;
color:#fff;
}
.button i {
margin-left: 5px;
}
.quote_form .button {
background: #fff;
color: #232323;
}
.quote_form .button:hover {
background: #bd2d10;
color:#fff;
}
.gradient .button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
} .new-contact-form {
background: #fff;
position: relative;
z-index: 1;
padding: 32px 44px 0;
border-radius: 7px;
}
.new-contact-form:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 152px;
width: 100%;
background: #FF3D00;
z-index: -1;
border-radius: 5px 5px 0 0;
}
.new-contact-form:after{
position: absolute;
content: "";
top: 136px;
left: 0;
height: 25px;
width: 100%;
background: #FF3D00;
z-index: -1;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/square-line.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.new-contact-form .form-control, textarea {
border-radius: 30px;
}
.new-contact-form textarea {
height: 132px;
}
.new-contact-form .button {
background: #141323;
display: block;;
color: #fff;
border-radius: 30px;
width: 100%;
font-weight: 500;
}
.new-contact-form .wpcf7-spinner {
height: 0;
margin: 0;
} .em-slick-testi-main {
text-align: center;
} .main-slider-area {
display: block;
position: relative;
}
.nivo-caption {
background: rgba(0, 0, 0, 0.0);
height: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-slice {
display: block;
position: absolute;
z-index: -1;
height: 100%;
top: 0;
display: none !important;
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nivoSlider {
overflow: visible; 
}
.em-slider-title {
font-size: 20px;
color: #fff;
margin-bottom: 0;
font-weight: 400;
margin: 0 0 15px;
}
.em-slider-sub-title {
font-size: 72px;
text-transform: uppercase;
color: #fff;
font-weight: 800;
display: block;
margin: 0;
letter-spacing: 2px;
line-height: 1.1;
}
.em-slider-descript {
color: #fff;
}
.em-slider-descript {
width: 48%;
text-align: left;
color: #fff;
margin: 20px 0 30px;
font-size: 18px;
}
.text-left .em-slider-descript {
margin-left: 0;
margin-right: auto;
}
.text-center .em-slider-descript {
margin: 0 auto 31px;
}
.text-right .em-slider-descript {
margin-right: 0;
margin-left: auto;
text-align: right;
}
.em-button-button-area a {
-moz-user-select: none;
background: #FF3C00;
border: medium none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding: 15px 41px;
text-align: center;
text-transform: uppercase;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 2px;
border: 1px solid transparent;
font-weight: 400;
margin-top: 10px;
}
.em-button-button-area a:hover {
background-color: #fff;
border-color: #fff;
color:#FF3C00;
}
.em-slider-button .withput-active {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,0.8);
margin-left: 7px;
}
.em-slider-button .withput-active:hover{
background:#fff; 
border-color:#fff; 
color:#FF3C00;
}
.em-button-button-area a i {
margin-left: 10px;
display: inline-block;
}
.text-left a.em-active-button {
margin-left: 0;
}
.em-slider-half-width {
width: 50%;
}
.text-center .em-button-button-area a {
margin: 0 15px;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
} .em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 78px;
width: 50px;
line-height: 74px;
border: 0;
text-align: center;
display: block;
color: #FF3C00;
font-size: 28px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
background: #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
z-index: 22;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
} .em-nivo-slider-wrapper .nivo-controlNav {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
left: 38px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.em-nivo-slider-wrapper .nivo-controlNav {}
.em-nivo-slider-wrapper .nivo-controlNav a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 9px;
height: 17px;
margin: 8px 0;
width: 17px;
color: #FF3C00;
line-height: 17px;
opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #fff none repeat scroll 0 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
position: absolute;
top: -180px;
text-align: right;
left: 59%;
} .single_pricing {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 26px 40px 50px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.single_pricing.active {
background: #FF3C00;
color: #fff;
padding: 51px 40px 75px;
transform: translateY(-25px);
}
.pricing_head {
padding: 0 0 0px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pricing_icon {
text-align: center;
}
.pricing_title h2 {
font-size: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.pricing_title h3 {
font-size: 20px;
text-transform: capitalize;
padding-bottom: 11px;
}
.pricing_subtitle h4 {
font-size: 18px;
color: #656565;
font-weight: 400;
margin: 0;
}
.price_item_inner_center {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.price_item {
-webkit-transition: all 0.5s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 15px;
}
.price_item span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #232323;
font-family: 'Fira Sans', sans-serif;
}
.slash {
font-size: 0;
}
.curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #616161 !important;
}
.bootmp {
font-size: 20px !important;
font-weight: 500 !important;
color: #616161 !important;
}
.pricing_btn span {
border: 1px solid #ddd;
display: inline-block;
padding: 0px 23px;
border-radius: 30px;
font-size: 15px;
}
.featur ul li {
display: block;
font-size: 16px;
padding: 7px 0;
text-transform: none;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: capitalize;
font-weight: 300;
}
.featur ul li b {
font-weight: 600;
}
.featur ul li:last-child {
padding-bottom: 0;
}
.order_now {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: 34px;
}
.order_now a {
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #FF3C00;
border: 1px solid #FF3C00;
border-radius: 3px;
}
.single_pricing:hover .order_now a {
background: #FF3C00;
color: #fff;
}
.single_pricing.active .order_now a {
background: transparent;
border-color: #fff;
color: #fff;
}
.single_pricing.active .price_item span,
.single_pricing.active .pricing_title>h3 {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
color:#fff !important;
}
.gradient .single_pricing.active {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .kc-feature-boxes {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
border:0 !important;
} .single_pricing.style4 {
position: relative;
padding: 42px 0px 38px;
background-color: #f5f5f5;
border-radius: 10px;
text-align: left;
box-shadow: none;
}
.single_pricing.style4 .pricing_img {
display: inline-block;
height: 82px;
width: 82px;
text-align: center;
line-height: 82px;
background: #ff3b00;
border-radius: 5px;
}
.single_pricing.style4 .price-item {
display: inline-block;
position: absolute;
right: 30px;
top: 11px;
}
.single_pricing.style4 .pricing-head {
text-align: left;
position: relative;
padding: 0 31px;
}
.single_pricing.style4 .price-item .currency {
color: #1e266d;
font-size: 24px;
font-weight: 500;
}
.single_pricing.style4 .price-item .tk {
color: #1e266d;
font-size: 42px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 22px;
}
.single_pricing.style4 .price-item .month {
color: #6d6d6d;
font-size: 14px;
font-weight: normal;
display: block;
text-transform: uppercase;
}
.single_pricing.style4 .pricing-title {
font-size: 22px;
font-weight: 500;
position: relative;
z-index: 1;
margin: 34px 0 29px;
background: #fff;
display: inline-block;
padding: 11px 30px;
border-radius: 0 5px 05px 0;
transition: .5s;
}
.single_pricing.style4 .pricing-title:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 49px;
width: 3px;
background: #ff3b00;
transition: .5s;
}
.single_pricing.style4 .pricing-title h3 {
font-size: 22px;
font-weight: 500;
margin: 0;
}
.single_pricing.style4 .pricing-body {
padding: 0 31px;
}
.single_pricing.style4 .pricing-body ul li {
font-weight: 400;
margin-bottom: 15px;
padding: 0;
}
.single_pricing.style4 .pricing-body ul li i {
display: inline-block;
color: #FF3C00;
font-size: 16px;
margin-right: 6px;
}
.single_pricing.style4 .order_now {
margin-top: 16px;
}
.single_pricing.style4 .order_now a {
position: relative;
display: inline-block;
color: #1e266d;
font-weight: 400;
padding: 10px 33px;
width: inherit;
background-color: #fff;
border-radius: 5px;
text-align: left;
margin-top: 20px;
transition: .5s;
border: none;
font-size: 16px;
}
.single_pricing.style4:hover .order_now a{
background: #FF3B00;
color: #fff;
}
.single_pricing.style4.active:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/active.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
border-radius: 5px;
}
.single_pricing.style4.active .pricing-title {
background-color: rgba(255,255,255,0.2);
}
.single_pricing.style4.active .pricing-title:before{
display: none;
}
.single_pricing.style4.active .pricing-body ul li i {
color: #fff;
}
.single_pricing.style4.active .price-item .currency,
.single_pricing.style4.active .price-item .tk,
.single_pricing.style4.active .price-item .month {
color: #fff;
}
.single_pricing.style4.active .pricing_img {
background: #fff;
}
.single_pricing.style4.active .pricing-title h3{
color: #fff;
}
.single_pricing.style4.active {
background: #FF3C00;
color: #fff;
transform: translateY(0);
}  div.wpcf7-response-output {
margin: 0;
} .footer-address {
padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 16px;
color: rgba(255,255,255,0.80);
}
.footer-sociala-info {
overflow: hidden;
}
.footer-logo {
margin-bottom: 18px;
margin-top: 19px;
}
.footer_s_inner {
margin-top: 0px;
margin-bottom: 0;
}
.footer-sociala-icon {
clear: both;
float: left;
font-size: 26px;
margin-right: 17px;
overflow: hidden;
color: #FF3C00;
display: none;
}
.recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 14px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 0px;
}
.recent-post-image {
float: left;
margin-right: 25px;
}
.recent-post-image a {
display: inline-block;
}
.recent-post-text {
margin-top: 0;
overflow: hidden;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.footer-middle .post-date {
display: block;
} ::-webkit-input-placeholder { color: #666;
font-size: 17px;
}
::-moz-placeholder { color: #666;
font-size: 17px;
}
:-ms-input-placeholder { color: #666;
font-size: 17px;
}
:-moz-placeholder { color: #666;
font-size: 17px;
}
.apppontment-form-two input::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two textarea::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-moz-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-moz-placeholder { color: #fff !important;
font-size: 16px;
} .quote_form input::-moz-placeholder {
color: #fff;
font-size: 17px;
}
.quote_form ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form ::-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
} .mailchim-form-inner {
width: 100%;
background: #fff;
border-radius: 15px;
padding: 33px 190px 40px; overflow: hidden;
background: #FF3C00;
}
.mailchim-form {
}
.mailchim-form-inner .widgettitle {
font-size: 31px;
font-weight: 700;
padding-bottom: 25px;
text-align: center;
text-transform: capitalize;
color: #fff;
}
.mc4wp-form-fields p {
position: relative;
font-size: 16px;
position: relative;
margin: auto;
}
.footer-middle .mc4wp-form-fields p {
color: #a0a1a2;
margin-bottom: 40px;
}
.mc4wp-form-fields p {
position: relative;
color: #333; text-align: center;
}
.mc4wp-form-fields p label {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 54px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
}
.mc4wp-form-fields textarea{
height:80px;
}
.mc4wp-form-fields button {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 17px;
background: #FF3C00;
color: #fff;
font-weight: 600;
margin: auto;
padding: 0 33px;
height: 84%;
display: inline-block;
font-family: 'Poppins', sans-serif;
position: absolute;
right: 6px;
top: 4px;
border-radius: 2px;
}
.mc4wp-form-fields button:hover {
background: #BD2D10;
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
border-color: #FF3C00;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(241,42,2,.075),0 0 8px rgba(241,42,2,.6);
} .subscribe-six .mc4wp-form-fields button {
font-size: 14px;
font-weight: 600;
margin: auto;
padding: 0 18px;
position: absolute;
} .new_subs input[type="email"] {
font-size: 16px;
height: 60px;
padding: 5px 25px;
width: 100%;
background: #ffffff;
border-radius: 0;
outline: 0;
text-align: center;
}
.new_subs p.mailchimp-form button {
border: medium none;
border-radius: 0;
font-weight: 500;
text-align: center;
padding: 16px 30px;
position: absolute;
right: 0;
top: 70px;
width: 100%;
height: inherit;
}
.footer_bottom p{
margin: 0;
} .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 69px;
padding: 5px 37px;
border-radius: 40px;
}
.New-footer .mc4wp-form-fields button {
height: 78%;
right: 8px;
top: 8px;
border-radius: 30px;
}
.New-footer .recent-post-text h4 a {
color: #fff;
}
.New-footer .recent-post-text h4 a:hover{
color: #FF3C00;
}
.New-footer .recent-post-text .rcomment {
color: #999397;
}
.footer-bottom p{
margin: 0;
} .new-footer-two .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 57px;
padding: 5px 14px;
border-radius: 6px;
}
.new-footer-two .mc4wp-form-fields button {
padding: 0 22px;
right: 6px;
top: 4px;
border-radius: 2px;
}
.new-footer-two .New-footer .mc4wp-form-fields button {
top: 7px;
border-radius: 5px;
} .form-area.apppontment-form {
background: #fff;
padding: 41px 50px 15px;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.apointment-form-title {
text-align: center;
margin-bottom: 30px;
}
.apointment-form-title h2 {
font-size: 25px;
}
.form-area.apppontment-form .button {
padding: 14px 39px;
border-radius: 4px;
width: 100%;
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
width: 100%;
color: #666;
}
.form-area.apppontment-form textarea {
background: #F4F7FC;
}
.form-area.apppontment-form.apppontment-form-two {
background: rgba(12, 90, 219, 0.60);
}
.form-area.apppontment-form.apppontment-form-two input{
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
color:#fff;
}
.form-area.apppontment-form.apppontment-form-two textarea {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
height: 150px;
width: 100%;
padding: 15px;
}
.form-area.apppontment-form.apppontment-form-two .button {
background: #fff !important;
color: #FF3C00;
}
.form-area.apppontment-form.apppontment-form-two .button:hover {
background: #FF3C00 !important;
color: #fff;
}
.content-desc a {
color: #898a9c;
} .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.itsoft-single-blog_adn:hover {
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
box-shadow: 0 5px 30px rgba(0,0,0,0.2);
border-color:transparent;
} .blog_adn_thumb_inner {
position: relative;
}
.itsoft-blog-thumb_adn {
position: relative;
}
.itsoft-blog-thumb_adn a {
position: relative;
}
.itsoft-blog-thumb_adn a {
display: block;
}
.itsoft-blog-thumb_adn img {
} .em-blog-content-area_adn {
padding: 40px 18px 15px;
text-align: center;
position: relative;
}
.blog-page-title_adn h2 {
font-size: 20px;
margin: 10px 0 7px;
line-height: 1.2;
}
.blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #232323;
font-weight: 600;
}
.blog-page-title_adn a:hover {
color: #FF3C00;
}
.blog-content_adn h2 a {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
color: #FF3C00;
}
.blog-content_adn p {
margin: 16px 0 15px;
}
.blog-page-title_adn2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
}
.blog-page-title_adn2 h2 {
margin: 0px;
background: rgba(0, 0, 0, 0.72);
padding: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog-page-title_adn2 h2 a {
color: #fff;
} .itsoft-blog-meta_adn {
border-top: 1px solid #FF3C00;
margin-top: 18px;
padding-top: 11px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
position: relative;
font-weight: 400;
font-size: 15px;
}
.itsoft-blog-meta-left_adn a::before {
position: absolute;
content: "";
right: -11px;
width: 1px;
height: 18px;
background: #595555;
top: 5px;
}
.itsoft-blog-meta-left_adn i {
margin-right: 0px;
color: #333;
}
.blog_nospace_adn.col-xs-12 {
padding: 0px;
}
.blog_nospace_adn .itsoft-single-blog {
margin-bottom: 0px;
}
.btn-link {
font-weight: 500;
color: #616161;
font-size: 16px;
font-family: Muli;
}
.btn-link:hover {
text-decoration:none;
color: #FF3C00;
}
.btn-link i{
margin-left:5px;
}
.itsoft-blog-meta-top {
position: absolute;
left: 7px;
bottom: inherit;
top: 10px;
}
.itsoft-blog-meta-top li{
display:inline-block;
}
.itsoft-blog-meta-top li a {
display: inline-block;
background: #FF3C00;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 2px;
letter-spacing: 1px;
margin-right: 5px;
}
.itsoft-blog-readmore a {
padding: 9px 20px;
display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #616161;
}
.itsoft-blog-readmore a:hover{
color:#FF3C00;
} .blog_style_two .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 35px 30px;
text-align: left;
}
.blog_style_two .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_two .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_two .itsoft-blog-readmore a {
padding: 0;
border: 0;
color: #FF3C00;
position:relative;
}
.itsoft-blog-readmore a{
position:relative;
}
.itsoft-blog-readmore a i {
margin-left: 5px;
position: relative;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .blog_style_five .single_blog_adn {
border: none;
border-radius: 4px;
transition: .4s;
margin-bottom: 30px;
}
.blog_style_five .single_blog_adn:hover{
box-shadow:none);
border-color: transparent;
}
.blog_style_five .single_blog_adn:hover .em-blog-content-area_adn{
box-shadow: 0px 20px 40px 0px rgba(189, 189, 189, 0.2); 
background:#fff;
}
.blog_style_five .single_blog_adn:hover .itsoft-blog-readmore a{
background:#FF3C00;
color:#fff;
}
.blog_style_five .itsoft-single-blog_adn {
margin-bottom: 0;
overflow: hidden;
background: #fff;
box-shadow: none;
padding: 0;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 30px 32px;
text-align: left;
position: relative;
border-top: 2px solid#FF3C00;
width: 90%;
left: 0;
right: 0;
margin: auto;
background: #F4F4F4;
z-index: 1;
margin-bottom: 30px;
transition: .5s;
margin-top: -21px;
}
.blog_style_five .em-blog-content-area_adn:before {
position: absolute;
content: "";
top: -16px;
left: 0;
height: 69%;
width: 38%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line.png);
background-position: center center;
background-repeat: no-repeat;
}
.blog_style_five .itsoft-blog-meta-left {
box-shadow: none;
padding: 0px 0px;
border-radius: 0;
text-align: left;
position: inherit;
top: 0;
margin: 0;
background: transparent;
}
.blog_style_five .itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 15px;
}
.blog_style_five .itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
display: none;
}
.blog_style_five .blog-page-title_adn h2 {
font-size: 22px;
margin: 14px 0 23px;
line-height: 1.3;
}
.blog_style_five .blog-inner-content {
background: #fff;
padding: 19px 21px 20px;
border-top: 1px solid#E1E1E1;
}
.blog_style_five .blog-box-img {
margin-right: 10px;
}
.blog_style_five .blog-box-img img {
height: 28px;
width: 28px;
border-radius: 100%;
background: #FF3D00;
text-align: center;
box-shadow: 0px 3px 24px 3px rgb(255 61 0 / 36%);
}
.blog_style_five .blog-box-title h2 {
font-size: 16px;
margin: 0 0 0;
font-family: 'Fira Sans';
font-weight: 500;
}
.blog_style_five .itsoft-blog-readmore a {
padding: 10px 19px;
border-radius: 0px;
color: #232323;
font-family: 'Fira Sans';
display: block;
background: #fff;
}
.blog_style_five .itsoft-blog-readmore a i {
font-size: 9px;
font-weight: 600;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.blog_style_five .itsoft-blog-readmore a:hover{
color: #FF3C00;
}
.blog_style_five .itsoft-blog-readmore {
display: block;
position: relative;
left: 0;
} .blog_style6 .itsoft-single-blog_adn {
border: none;
padding:0;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
}
.blog_style6 .itsoft-single-blog_adn:hover .em-blog-content-area_adn{
border-color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft_blog_meta_left span{
color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft-blog-readmore a{
color:#FF3C00;
}
.blog_style6 .em-blog-content-area_adn {
border: none;
padding: 22px 30px 24px;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
border-bottom: 4px solid#fff;
text-align: left;
}
.blog_style6 .itsoft_blog_meta_left span {
color: #686868;
display: inline-block;
margin: 0 0 6px;
}
.blog_style6 .blog-page-title_adn h2 {
margin: 8px 0 16px;
line-height: 1.34;
}
.blog_style6 .itsoft-blog-readmore a {
padding: 0;
color: #616161;
}
.blog_style6 .itsoft-blog-readmore a i{
margin-left: 5px;
} .blog_style6.seven .itsoft-single-blog_adn {
filter: none;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-left: 3px;
}  @media (max-width: 767px) {
body {
overflow-x: hidden;
}
.itsoft-header-top {
display: none;
}
.mean-container .mean-bar:before {
text-transform: uppercase;
top: 19px;
}
.mean-container a.meanmenu-reveal {
padding: 19px 20px 18px;
}
} .banner-area .btn {
-moz-user-select: none;
background: #FF3C00;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
padding: 12px 32px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 10px;
}
.banner-area .active .btn {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #FF3C00;
color: #FF3C00;
}
.btn i {
margin-left: 2px;
}
.btn-sm {
font-size: 12px;
letter-spacing: 1px;
padding: 12px 20px;
}
.btn.btn-bordered {
background: transparent none repeat scroll 0 0;
border: 2px solid #FF3C00;
color: #FF3C00;
padding-bottom: 11px;
padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
padding-bottom: 16px;
padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
padding-bottom: 8px;
padding-top: 8px;
}
.btn-icon i {
font-size: 10px;
left: 0;
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
left: 2px;
}
.banner-area .btn:hover {
background-color: #fff;
color: #FF3C00;
border-color: #fff;
}
.banner-area .active .btn:hover{
background-color:#FF3C00;
color: #fff;
border:1px solid #FF3C00;
}
.btn.btn-bordered:hover {
background-color: #FF3C00;
color: #fff;
}
.button-group {
margin-top: 30px;
}
.button-group a {
margin-right: 25px;
}
.button-group a:last-child {
margin-right: 0;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.scroll-next {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}
.scroll-next>a {
border-radius: 20px;
display: inline-block;
height: 30px;
width: 30px;
position: relative;
}
.scroll-next i {
color: #FF3C00;
font-size: 40px;
left: 0;
position: absolute;
right: 0;
top: 0;
} #parallax{
position:relative;
}
.slider-shape {
position: absolute !important;
}
.layer-1 {
top: 12% !important;
left: 8% !important;
}
.layer-2 {
top: 53% !important;
left: 6% !important;
}
.layer-3 {
top: 87% !important;
left: 16% !important;
}
.layer-4 {
top: 54% !important;
left: 74% !important;
opacity: .09;
}
.layer-5 {
top: 24% !important;
left: 13% !important;
opacity: .03;
}
.area-padding {
padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
top: 53% !important;
left: 7% !important;
}
.s-layer-2 {
top: 73% !important;
left: 13% !important;
opacity: .2;
}
.s-layer-3 {
top: 75% !important;
left: 39% !important;
}
.s-layer-4 {
top: 82% !important;
left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
@keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.slider-video-icon a{
text-align: center;
display: inline-block;
position:relative;
}
.single-video .layer-1 {
top: -20% !important;
left: -158px !important;
z-index: -1;
}
.single-video .layer-2 {
top: -47% !important;
left: 36% !important;
z-index: -1;
}
.single-video .layer-3 {
top: 109% !important;
left: -12% !important;
z-index: -1;
}
.single-video .layer-4 {
top: 83% !important;
left: inherit !important;
right: -126px;
z-index: -1;
opacity:1;
}
.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;
}
.about-video.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
display:none;
}
.style_two.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.style_two .video-icon {
position: inherit;
transform: inherit;
} .portfolio-details-box li {
border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.portfolio-details-box li:last-child {
border-bottom: 0 none;
}
.portfolio-details-box li span {
color: #333;
display: inline-block;
font-weight: 700;
margin-right: 15px;
text-transform: uppercase;
width: 170px;
}
.portfolio-details-box li:first-child {
padding-top: 0;
}
.portfolio-details-box ul {
margin-bottom: 20px;
}
.portfolio-description {
margin-top: 50px;
}
.portfolio-description>p {
font-size: 18px;
}
.projects-navigation-wrap {
margin-top: 50px;
}
.projects-navigation-wrap a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.pr-title h2 {
font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
}
.prot_content.multi_gallery {
width: 75%;
margin: auto;
} .abtext em {
color: #444;
font-weight: 600;
}
.abtext ol {
padding-left: 15px;
}
.abtext ol li {
font-weight: 600;
line-height: 30px;
} .mean-container .mean-bar:before {
text-transform: uppercase;
}
.footer-logo img {
margin-bottom: 28px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
color: #FF3C00 !important;
}
span.wpcf7-not-valid-tip {
text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
margin-bottom: 34px !important;
margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
} .blog-left-side .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
color: #fff !important;
}
.footer-middle table#wp-calendar th {
color: #e3e3e3;
}
.blog-left-side .widget h2 {
margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.widget.widget_categories select {
width: 100%;
height: 34px;
}
.widget .screen-reader-text {
display: none;
}
.search input {
width: 100%;
}
.textwidget select {
width: 100%;
}
.widget ul li:first-child {
padding-top: 0;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-top: 1px solid #E8E8E8;
padding: 15px 0;
}
.widget ul li:hover {
color: #FF3C00;
}
.comment_field .textarea-field label {
margin-top: 20px;
margin-bottom: 10px;
}
.blog-content {
word-break: break-word;
}
.post-password-form input[type="submit"] {
background: #FF3C00;
height: 40px;
width: 100px;
}
.page-list-single {
clear: both;
}
.blog-left-side .text-widget-about ul li {
border-top: 0;
padding: 0;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
} .nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills > li {
float: left;
color: #f00;
border: 0;
margin: 0;
width: 15%;
background: transparent;
margin-right: 15px;
border: 1px dashed #FF3C00;
}
.nav-pills>li>a {
padding: 0 30px;
text-decoration: none;
outline: 0;
display: block;
line-height: 25px !important;
color: #FF3C00 !important;
font-size: 20px !important;
font-weight: 500 !important;
margin: 0px 0px;
padding: 20px 20px 19px !important;
border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background: #FF3C00 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
font-size: 40px;
display: block;
padding-bottom: 20px;
display:block;
} .em_tab_content.tab-content {
overflow: hidden;
box-shadow: 0 0 15px rgba(12, 90, 219, 0.10);
padding: 40px 25px;
background: #fff;
}
.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.em_post_tab_thumb img {
width: 100%;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
list-style: none;
margin: 26px 0 20px;
}
.tab_pan_content ul li {
margin-bottom: 12px;
font-weight: 600;
font-family: 'Muli', sans-serif;
font-size: 16px;
margin-left: 20px;
}
.tab_pan_content ul li i {
color: #FF3C00;
margin-right: 7px;
}
.tab_pan_content a {
display: inline-block;
font-size: 17px;
color: #fff;
background: #FF3C00;
border-radius: 4px;
padding: 12px 30px;
display: inline-block;
margin-top: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-right: 15px;
}
a.active-tab-btn {
background: #bd2d10;
}
.tab_pan_content a:hover {
background: #bd2d10;
}
a.active-tab-btn:hover {
background: #FF3C00;
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}} .tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #FF3C00;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #FF3C00;
color: #fff;
} .owl-dots {
position: absolute;
left: 50%;
bottom: -36px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dot {
background: #bfcadc;
height: 5px;
width: 25px;
display: inline-block !important;
margin: 0 3px;
border-radius: 50px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.owl-dot.active {
background: #FF3C00;
width:35px;
}
.case_study_carousel  .owl-dots {
bottom: -60px;
}
.author.mt-120 {
background: #fff;
padding: 38px 38px 30px;
margin-top: 70px;
margin-bottom: 50px;
overflow: hidden;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
border-radius: 7px;
}
.author.mt-120 p {
font-size: 16px;
overflow:hidden;
}
.author-text h3 {
margin: 0 0 10px;
font-size: 25px;
}
.author-text h3 a {
font-size: 24px;
text-transform: capitalize;
font-weight: 800;
color: #232323;
font-family: Muli;
}
.author-img.text-center {
float: left;
margin-right: 30px;
}
.author-img img {
border-radius: 100%;
}
.author-icon {
margin-bottom: 26px;
}
.author-icon a {
color: #9498b6;
font-size: 15px;
margin: 0 5px;
}
.kc-google-maps iframe{
width:100%;
height:600px; 
frameborder:0; 
border:0;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px !important;
}
#visa-type .content-image img{
width:80px !important; 
height:80px !important;
}
.footer-middle table#wp-calendar td {
color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
color: #e3e3e3;
}
.footer-middle .wp-caption-text {
color: #e3e3e3;
}
.footer-middle .textwidget p {
color: #e3e3e3;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px;
}
.em-service2.style-three.sright .em-service-icon {
margin-right: -70px;
}
.em-service2.style-three.sleft .em-service-icon{
margin-left: -70px;
}
.menu-serivice-menu-container ul li {
padding: 19px 20px;
border: 1px solid #ddd;
border-bottom: none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
background: #FFFFFF;
}
.menu-serivice-menu-container ul {
list-style: none;
padding: 0;
}
.menu-serivice-menu-container ul li a {
display: block;
color: #555;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
border-top: 1px solid #ddd;
padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
color:#fff;
}
#faqs .kc_single_image img {
width: 100%;
}
#faqs .kc_column_inner{
padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
color: #fff;
} .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
background-color: #f00 !important;
color: #fff !important;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: transparent !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: transparent !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
border: 1px solid #ddd !important;
margin-right: 10px;
}
.ui-tabs-active {
border-color: transparent !important;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 0 !important;
margin-top: 30px !important;
}
.about-list ul {
padding-left: 17px;
list-style: square;
}
.about_lists {
list-style: none;
display: flex;
}
.about_lists li {
display: block;
font-weight: 500;
font-size: 16px;
color: #666;
width: 50%;
margin-bottom: 15px;
}
.about_lists li i {
margin-right: 10px;
color: #FF3C00;
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 20px;
line-height: 27px;
}
.progress {
width: 100px!important;
height: 100px!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: 20px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 600;
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);
}
} rs-layer#slider-2-slide-5-layer-13 a i {
color: #FF3C00!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a{
color: #FF3C00!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a  {
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a i {
border: none!important;
} .my-accordion {
padding: 0;
margin: 0;
}
ul.my-accordion li a.active {
background: #ff3b00;
padding: 14px 40px 13px 56px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Fira Sans', sans-serif;
border-color: #ff3b00;
border-radius: 30px;
}
.my-accordion li {
list-style: none;
box-shadow: none;
border-radius: 0;
padding: 0;
margin-bottom: 24px;
position: relative;
}
.my-accordion li:before {
position: absolute;
content: "";
top: 16px;
left: 20px;
height: 20px;
width: 25px;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/question.png);
background-repeat: no-repeat;
z-index: 1;
}
.my-accordion li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #fff;
transition: .3s;
margin-left: 0;
border: 1px solid#626065;
padding: 14px 20px 14px 52px;
border-radius: 30px;
}
.my-accordion li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;
line-height: 33px;
border-radius: 50%;
background: #383842;
box-shadow: none;
border: 1px solid#626065;
}
.my-accordion li a.active::before {
width: 30px;
right: 20px;
height: 30px;
background: #fff;
top: 12px;
}
.my-accordion li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #fff;
}
.my-accordion li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #ff3b00;
z-index: 99999;
}
.my-accordion p {
display: none;
margin: 19px 0 11px 21px;
line-height: 28px;
color: #fff;
opacity: 0.7;
} .my-accordion.style2 li a {
border-radius: 0;
}
ul.my-accordion.style2 li a.active {
border-radius: 0;
} .secoundhand-faq .my-accordion p {
color: #232323;
opacity: 0.9;
}
.secoundhand-faq .my-accordion li a {
color: #232323;
}
.secoundhand-faq .my-accordion li:before {
filter: brightness(0) invert(0);
}
.secoundhand-faq ul.my-accordion li a.active .my-accordion li:before{
filter: brightness(0) invert(1);
} .classic-it-service .message-box-wrap {
font-size: 18px !important;
background: #fff !important;
border-radius: 0 30px 30px 30px !important;
transition: .5s;
box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
padding: 15px;
color: #232323 !important;
margin-bottom: 20px;
border: 0;
}
.classic-it-service .message-box-wrap:hover{
background: #FF3C00 !important;
color:#fff !important;
}
.classic-it-service .message-box-wrap i {
font-size: 20px !important;
color: #fff !important;
background: #FF3C00;
height: 56px;
width: 56px;
margin-top: -15px;
text-align: center;
line-height: 56px;
margin-left: -20px;
border-radius: 0 30px 30px;
}
.slider-video-icon span a {
display: none !important;
}  .em-hero-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
position: relative;
z-index: 0;
}
.hero-single-slide .container {
z-index: 9;
}
.hero-single-slide {
min-height: 787px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.hero-single-slide.hero-style-three {
min-height: 725px;
}
.hero-single-slide.hero-style-five.hero-style-seven,
.hero-single-slide.hero-style-two{
min-height: 743px;
}
.hero-single-slide.hero-style-six{
min-height: 800px;
}
.hero-single-slide.hero-style-two{
min-height:630px;
}
.hero-single-slide.hero-style-five{
position:relative;
z-index:1;
}
.hero-single-slide.hero-style-five:after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 175%;
bottom: 0;
background-image: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/slider_bg-hero.png);
background-repeat: no-repeat;
background-size: cover;
}
.hero-single-slide.hero-style-five:before{
display:none;
}
.hero-content-left {
padding-right: 20px !important;
}
.hero-single-slide:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.hero-style-two.single-slide:before {
display:none;
}
.hero-content-left h1 {
font-size: 44px;
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
}
.hero-content-left h2 {
font-size: 44px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.hero-style-six .hero-content-left {
padding-right: 0;
margin-top: -112px;
}
.hero-animation-img {
position: relative;
display: block;
width: 100%;
}
.hero-single-slide.hero-style-three .hero-animation-img {
margin-top: -60px;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.hero-single-slide.hero-style-five.bottom-img {
bottom: -10px;
}
.bottom-img img{
width:100%;
}
.hero-style-two .app-store-btn {
border-radius: 30px;
color: #fff;
border: 2px solid #6730e3;
background: #6730e3;
font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
background: transparent;
color: #6730e3;
}
.shape-image {
position: absolute;
width: 100%;
height: auto;
bottom: 76px;
z-index: 0;
left: 268px;
overflow: hidden;
background-size: cover;
right: 0;
}
.hero-single-slide .slider-video-icon {
margin-left: 10px;
} .animation-one {
-webkit-animation: move-one 7s ease-in-out infinite;
animation: move-one 7s ease-in-out infinite;
}
@keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
@-webkit-keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
.animation-two {
position: absolute;
bottom: -10px;
-webkit-animation: move-two 8s ease-in-out infinite;
animation: move-two 8s ease-in-out infinite;
}
@-webkit-keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
@keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
.animation-three {
position: absolute;
-webkit-animation: move-three 9s ease-in-out infinite;
animation: move-three 9s ease-in-out infinite
}
@-webkit-keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
@keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
.animation-four {
position: absolute;
-webkit-animation: move-four 6s ease-in-out infinite;
animation: move-four 6s ease-in-out infinite
}
.animation-new{
position: absolute;
bottom: 10px;
}
@-webkit-keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
@keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
.circles {
overflow: hidden;
width: 100%;
position: absolute;
height: 1200px;
}
.point {
border-radius: 50%;
z-index: 999;
position: absolute;
}
.animated-point-1 {
background-color: red;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p1;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p1;
animation-duration: 80s;
animation-iteration-count: infinite;
}
.animated-point-2 {
background-color: green;
height: 15px;
width: 15px;
position: relative;
-webkit-animation-name: p2;
-webkit-animation-duration: 90s;
-webkit-animation-iteration-count: infinite;
animation-name: p2;
animation-duration: 90s;
animation-iteration-count: infinite
}
.animated-point-3 {
background-color: orange;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p3;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p3;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-4 {
background-color: pink;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p4;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p4;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-5 {
background-color: #ffc64c;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p5;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p5;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-6 {
background-color: #ffc64c;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p6;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p6;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-7 {
background-color: orange;
height: 14px;
width: 14px;
position: relative;
-webkit-animation-name: p7;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p7;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-8 {
background-color: purple;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p8;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p8;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-9 {
background-color: purple;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p9;
-webkit-animation-duration: 100s;
-webkit-animation-iteration-count: infinite;
animation-name: p9;
animation-duration: 100s;
animation-iteration-count: infinite
} @-webkit-keyframes p1 {
0% {
left: 0px;
top: 0px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0px;
top: 0px
}
}
@keyframes p1 {
0% {
left: 800px;
top: 0px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 800px;
top: 0px
}
}
@-webkit-keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@-webkit-keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@-webkit-keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 00px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 0px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@-webkit-keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@-webkit-keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@-webkit-keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@-webkit-keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@-webkit-keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@media (min-width: 1024px) and (max-width: 1600px) {
#service-bg .kc_col-sm-5 {
padding-left: 95px !important;
}
}
.mobile-menu.trp_nav_area {
padding: 0;
}
.mobile-menu.trp_nav_area.hbg2 {
background: inherit;
padding: 0;
}
.mobile_logo_area {
display: none !important;
} .about-section-thumb {
position: relative;
z-index: 1;
right: 20px;
} .about-section-thumb .section-img {
position: absolute;
z-index: -1;
}
.about-section-thumb .section-img.shape1 {
top: 25%;
right: 9px;
z-index: 2;
}
.about-section-thumb .section-img.shape3 {
top: 7%;
right: 32px;
z-index: 2;
}
.about-section-thumb .section-img.shape2 {
right: 62px;
top: 39%;
z-index: 2;
}
.about-section-thumb .section-img.shape5 {
top: 0;
left: 0;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape4 {
top: 15px;
right: 35px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape6 {
right: -76%;
bottom: -12px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape7 {
top: 14%;
left: 41%;
}
.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(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
}
@-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 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);
}
}
@-webkit-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);
}
}
@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);
}
} .skill-single-box {
position: relative;
z-index: 1;
}
.skill-thumb {
position: relative;
z-index: 1;
left: 33%;
}
.skill-img {
position: absolute;
z-index: -1;
}
.skill-img.shape1 {
right: 60px;
top: 25%;
}
.skill-img.shape-3 {
left: -70px;
top: 7px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
left: 20px;
bottom: -60px;
z-index: 2;
}
.skill-img.shape-5 {
bottom: -30px;
right: 45px;
z-index: 2;
}
.skill-img.shape-6 {
top: 105px;
left: 12%;
}
.skill-img.shape-7 {
top: -30px;
left: 125px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
top: 73px;
right: 86px;
}
.skill-img.shape-2 {
bottom: -22px;
right: 33px;
z-index: 2;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
left: -60px;
bottom: -114px;
}
.menu-social-menu-container {
margin-top: -20px;
} #mega-menu-wrap-menu-1 {
display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 772px;
}
ul.mega-sub-menu {
box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1074px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -307px;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.transprent-menu .prefix #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.header-new-style-01 .row.logo-left.align-items-center {
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0 15px;
} .sidebar {
display: inline-block;
cursor: pointer;
text-align: right;
font-size: 30px;
margin-left: 8px;
top: 4px;
position: relative;
}
.nav-btn.navSidebar-button i {
color: #ff3c00;
}
.xs-sidebar-group .dt-overlay {
left: 100%;
top: 0;
position: fixed;
z-index: 101;
height: 100%;
opacity: 0;
width: 100%; -webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 0.9;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 39px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
}
.bt-black {
background: rgb(22,22,23,0.5)!important;
}
.close {
color: #161617;
opacity: .9;
}
.content-text p {
margin: 32px 0 53px;
} .social-icon ul li {
display: inline-block;
margin-right: 6px;
}
.social-icon ul li a {
height: 41px;
width: 41px;
line-height: 41px;
text-align: center;
background: #2B4868;
display: inline-block;
transition: .5s;
border-radius: 100%;
color: #fff;
position: relative;
z-index:1;
overflow: hidden;
}
.social-icon ul li a:after{
position: absolute;
content:"";
top:0;
right:0;
height:100%;
width:0;
transition:.5s;
background:#37A3FE;
z-index: -1;
border-radius:100%;
}
.social-icon ul li a:hover:after{
left:0;
width:100%;
}
.location-icon {
margin-right: 17px;
}
.location-icon i {
color: #37A3FE;
font-size: 25px;
}
.location-content-text p {
font-family: 'Inter';
color: #fff;
}
.location-title h2 {
font-size: 30px;
margin: 0 0 17px;
}
nav.wp-calendar-nav {
display: none;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-contact-info ul li {
list-style: none;
}
.sidebar-social-icon {
margin-top: 19px;
}
.sidebar-social-icon ul li {
display: inline-block;
margin: 0 13px 0 0;
}
.sidebar-social-icon ul li a{
display: inline-block;
color: #161617;
}
.sidebar-title h2 {
margin: 32px 0 26px;
font-weight: 700;
font-size: 28px;
letter-spacing: 1px;
}
.sidebar-contact-info h2 {
font-size: 28px;
margin: 0 0 26px;
}
.sidebar-contact-info ul li {
margin: 0 0 12px;
} #video-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 693px;
width: 100%;
border: 3px solid var(--brown);
border-radius: 5px;
position: relative;
cursor: none;
max-width: 100%;
}
#play-button {
position: absolute;
border: 3px solid var(--brown);
border-radius: 100px;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: var(--cream);
opacity: 1;
cursor: none;
}
.play-video-btn i {
background: #fff;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
} .element .my-accordion li:before {
display:none;
}
.element .my-accordion li a.active {
padding: 14px 40px 13px 30px;
}
.element .my-accordion.style3 li a {
padding: 14px 20px 14px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
margin: 0 0 0 2px !important;
}: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",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",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]){color:inherit;text-decoration:none}a:not([href]):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}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}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}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}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}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}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:80%;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:80%;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{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.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:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.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}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:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;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}.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);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 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);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") no-repeat right .75rem center/8px 10px,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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.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:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;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}.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);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 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);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") no-repeat right .75rem center/8px 10px,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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.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;cursor:pointer;-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}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;box-shadow:none}.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}}.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:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;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 0%;flex:1 1 0%;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(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.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-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>.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-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.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;display:block;min-height:1.5rem;padding-left:1.5rem}.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:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.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") no-repeat right .75rem center/8px 10px;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;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;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-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{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{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-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:no-repeat center center;background-size:100% 100%}@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-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-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-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-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-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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.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-header+.list-group .list-group-item:first-child{border-top: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}.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>.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{display:inline-block;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;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;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:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@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}.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:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.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 .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .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;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;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);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);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)}.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);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)}.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",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;word-spacing:normal;white-space: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",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;word-spacing:normal;white-space: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%;color:#fff;text-align:center;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:no-repeat 50%/100% 100%}.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:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.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}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}}.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}.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)}.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}}.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;overflow-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}thead{display:table-header-group}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}}.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
} .vbox-overlay{
background: #fdfdfd;
background: rgba(0,0,0,0.85); 
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
}  .vbox-preloader{
position:fixed; 
width:32px; 
height:32px;
left:50%; 
top:50%; 
margin-left:-16px; 
margin-top:-16px;
background-image: url(//www.mv-it.cloud/wp-content/themes/itsoft/venobox/preload-circle.png);
text-indent: -100px;
overflow: hidden;
-webkit-animation: playload 1.4s steps(18) infinite;
-moz-animation: playload 1.4s steps(18) infinite;
-ms-animation: playload 1.4s steps(18) infinite;
-o-animation: playload 1.4s steps(18) infinite;
animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-moz-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-ms-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-o-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}       .vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 46px;
height: 40px;
padding: 10px 20px 10px 0;
display: block;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/venobox/close.gif) no-repeat #161617;
background-position:10px center;
color: #fff;
text-indent: -100px;
overflow: hidden;
}
.vbox-next, .vbox-prev{
box-sizing: content-box;
cursor: pointer;
position: fixed;
top: 50%;
color: #fff;
width: 30px;
height: 170px;
margin-top: -85px;
text-indent: -100px;
border: solid transparent; overflow: hidden;
}
.vbox-prev{
left: 0;
border-width: 0 30px 0 10px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
right: 0;
border-width: 0 10px 0 30px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/venobox/next.gif) center center no-repeat;
}
.vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
color: #fff;
padding: 6px 40px;
overflow: hidden;
background: #161617;
position: fixed;
display: none;
top: -1px;
left: 0;
}
.vbox-num{
cursor: pointer;
position: fixed;
top: -1px;
left: 0;
height: 40px;
display: block;
color: #fff;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
background: #161617;
display: none;
} .vbox-inline{
width: 420px;
height: 315px;
padding: 10px;
background: #fff;
text-align: left;
margin: 0 auto;
overflow: auto;
} .venoframe{
border: none;
width: 960px;
height: 720px;
}
@media (max-width: 992px) {
.venoframe{
width: 640px;
height: 480px;
}
}
@media (max-width: 767px) {
.venoframe{
width: 420px;
height: 315px;
}
}
@media (max-width: 460px) {
.vbox-inline{
width: 100%;
}
.venoframe{
width: 100%;
height: 260px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: relative;
background: #000;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.vbox-container img{
max-width: 100%;
height: auto;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;}.nivo-caption a{display:inline-block;}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
} .cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 b {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
color: #0d0d0d;
}
.cd-headline.type b {
visibility: hidden;
}
.cd-headline.type b.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .cd-headline.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
opacity: 0;
}
.cd-headline.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .cd-headline.slide span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide b {
opacity: 0;
top: .2em;
}
.cd-headline.slide b.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .cd-headline.clip span {
display: inline-block;
padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 5px;
background-color: #fff;
}
.cd-headline.clip b {
opacity: 0;
}
.cd-headline.clip b.is-visible {
opacity: 1;
} .cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.zoom b {
opacity: 0;
}
.cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-3 b {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .cd-headline.scale b {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .cd-headline.push b {
opacity: 0;
}
.cd-headline.push b.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
} .bubble-animate {
position: absolute;
left: -215px;
bottom: 0;
width: 162%;
height: 100%;
overflow: hidden;
}
.circle {
background: 
#0C5ADB;
bottom: 0;
position: absolute;
border-radius: 50%;
}
.circle.small {
width: 15px;
height: 15px;
opacity: 0.7;
}
.circle.small.square1 {
left: 18%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square2 {
left: 36%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square3 {
left: 54%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square4 {
left: 72%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 4s;
animation-delay: 4s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square5 {
left: 90%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 5s;
animation-delay: 5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium {
width: 35px;
height: 35px;
opacity: 0.45;
}
.circle.medium.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 18s;
animation-duration: 18s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 5%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large {
width: 100px;
height: 100px;
opacity: 0.35;
}
.circle.large.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 3s;
animation-delay: 3s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 9s;
animation-delay: 9s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 700px;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}@font-face{font-family:'FontAwesome';src:url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.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)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-tritsoft:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
background: #eb1b2b;
float: left;
min-height: 60px;
padding: 4px 0 0;
position: relative;
width: 100%;
z-index: 999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
background: #f8f8f8;
float: left;
position: relative;
width: 100%;
border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
background: #f8f8f8;
color: #232323;
display: block;
float: left;
font-size: 14px;
margin: 0;
padding: 1em 5%;
text-align: left;
text-decoration: none;
text-transform: capitalize;
width: 90%;   
}
.mobile-menu-area {
background: #262626;
}
.mean-container .mean-nav ul li li a {
border-top: 1px solid rgba(255, 255, 255, 0.25);
color: #232323;
font-size: 14px;
font-weight: 500;
opacity: 0.75;
padding: 1em 10%;
text-shadow: none !important;
text-transform: capitalize;
visibility: visible;
width: 80%;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand{
width:26px;
height: 15px;
margin-top: 1px;
padding: 12px !important;
text-align:center;
position:absolute;
right:0;top:0;
z-index:2;
font-weight:700;
background:rgba(255,255,255,.1);
border:0!important;
background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
color: #ffffff;
content: "MENU";
font-size: 21px;
left: 5%;
position: absolute;
top: 12px;
} .mean-container .mean-bar::after {
display: none;
}
.mean-container .mean-nav ul li a:hover {
border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
background: #fff;
}
.mobile-menu-area {
background: #fff none repeat scroll 0 0;
border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a.mean-expand {
background: none;
top: -4px;
text-align: right;
width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-nav ul li {
background: #444;
}
.mean-container a.meanmenu-reveal {
color: #fff;
}
.meanmenu-reveal.meanclose:hover {
color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
background: #fff;
}
.mean-container .mean-bar::before {
color: #fff;
content: "itsoft";
font-size: 18px;
font-weight: 700;
left: 10px;
position: absolute;
top: 18px;
}body {	
color: #6d6d6d;
font-family: "Rubik",Sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #232323;
font-family: 'Fira Sans', sans-serif;
font-style: normal;
margin: 0 0 10px;
line-height: 1.3;
font-weight: 700;
-webkit-transition: .5s;
transition: .5s; 
}
h2{
font-size:21px;
}
h3{}
h4{}
h5{}
h6{}
a{
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
a{
color: #0C5ADB;
}
a:focus,
.btn:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
text-decoration: none;
text-decoration: none;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
-webkit-transition: .5s;
transition: .5s;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
ul {
margin: 0px;
padding: 0px;
}
li {
}
ul {
margin: 0;
padding: 0;
}
li {
}
input:focus,
button:focus
{
border-color:transparent;
outline-color:transparent;
}
textarea:focus{
border-color:transparent;
outline-color:transparent;
}
hr {
margin: 60px 0;
padding: 0px;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
hr.style-2 {
border-bottom: 1px dashed #f10;
}
hr.mp-0 {
margin: 0;
border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
margin: 40px 0;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
label {
color: #666;
cursor: pointer;
font-size: 14px;
font-weight: 300;
margin-bottom:10px;
}
a,i, cite, em, var, address, dfn,ol,li,ul{
font-style:normal;
font-weight:400;
}
::-moz-selection { color: #fff;
background: #FF3C00;
}
::selection {
color: #fff;
background: #FF3C00;
}
::-moz-placeholder {
color: #666;
font-size: 12px;
}
::-webkit-input-placeholder {
color: #666;
font-size: 12px;
}
:-ms-input-placeholder {
color: #666;
font-size: 12px;
}
::placeholder {
color: #666;
font-size: 12px;
}
.btn {
color: rgba(255, 255, 255, 1);
background: #E96e53;
font-size: 14px;
display: inline-block;
letter-spacing: 0px;
}
.btn-primary {  
background-color: #e96e53;
font-size: 14px;
padding: 15px 28px;
border: 1px solid #0C5ADB;
text-transform: uppercase;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-primary:hover {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-primary:focus {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-secondary {
background-color: #232323;
font-size: 14px;
text-transform: uppercase;
line-height: 0.71;
padding: 19px 25px;
border: 1px solid #232323;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-secondary:hover {
background-color: #FFF;
color: #232;
border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.details-button-two .btn-primary i {
padding: 5px;
}
.details-button-two .btn-primary:hover {
background: #232323;
color: #FFF;
}
.pd-100{
padding:100px 0 100px;
}
.pd-70{
padding:95px 0 70px;
}.blog-left-side > div {
margin-bottom: 40px;
padding: 35px 30px 35px;
background: #fff;
border: 1px solid #e6e6e6;
box-shadow: 0 0 5px rgba(0,0,0,0.10);
} 
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side h2 {
margin-bottom: 10px;
}
.blog-left-side {} .blog-left-side .content {
padding: 0;
}
.blog-left-side .textwidget h4, .blog-right-side .textwidget h4 {
font-size: 18px;
padding-bottom: 8px;
}
.textwidget-icon {
margin-top: 15px;
}
.textwidget-icon li {
display: inline;
}
.textwidget-icon li a {
font-size: 15px !important;
color: #fff!important;
background: #FF3C00;
width: 30px;
height: 30px;
color: #fff;
line-height: 30px;
border-radius: 5px;
margin: 0 2px;
display:inline-block;
}
.textwidget-icon.social-profile li a {
display: inline-block;
margin: 0 2px;
font-size: 18px;
color: #f00 !important;
width: 50px;
height: 50px;
line-height: 50px;
background: #062a4d;
color: #fff !important;
text-align: center;
}
.textwidget-icon.social-profile  li a:hover{
background:#FF3C00;
}
.sb_instagram_header {
display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
background: #062a4d;
border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
background: #FF3C00;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
outline: 0;
box-shadow: inset 0 0 10px 20px #FF3C00;
}
.blog-left-side .push-bottom-large {
margin-bottom: 0;
}
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
background: transparent;
color: #47087C ;
}
.search {
position: relative;
border-radius: 8px;
}
.search input {
background: #fff none repeat scroll 0 0;
height: 60px;
position: relative;
width: 100%;
border: 1px solid #ced4da;
color: #616161;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
color: #858585;
font-size: 14px;
}
.search button {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #616161;
font-size: 18px;
padding: 1px 15px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 100%;
width: 53px;
}
.search button i {}
.search input[type="text"] {
padding-left: 10px;
} .widget {
margin-bottom: 30px;
}
.blog-left-side .widget h2 {
color: #232323;
display: block;
font-size: 24px;
margin-bottom: 40px;
padding-bottom: 0;
position:relative;
}
.blog-left-side .widget h2:before {
position: absolute;
left: 0;
bottom: -11px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.blog-left-side .widget h2:after {
content: '';
position: absolute;
left: 0;
bottom: -13px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVIE-BGB;
animation-name: MOVIE-BGB;
}
.footer-middle .widget h5 {
color: #333;
font-size: 24px;
}
.blog-left-side .widget ul {
list-style: none;
}
.blog-left-side .widget ul li {
position: relative;
}
.blog-left-side .widget ul ul{
padding-left:10px;
margin-top:10px;
}
.blog-left-side .widget ul li:last-child {
padding-bottom: 0px;
margin-bottom: 0;
}
.blog-left-side .widget ul li a {
color: #616161;
font-weight: 400;
}
.blog-left-side .widget ul li a:hover{
color: #FF3C00;
}
.blog-left-side .widget ul.children{
margin-top:10px;
padding-left:10px;
} .widget {} 
.blog-left-side .widget select {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
padding-left: 5px;
}
.widget .screen-reader-text {
display: none;
}
.textwidget select{
width:100%;
} #wp-calendar {
width: 100%;
} .tagcloud a {
color: #616161;
display: inline-block;
font-size: 15px !important;
padding: 5px 8px;
text-align: center;
text-transform: capitalize;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 2px;
margin: 0 2px 9px 0;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
color: #FF3C00 ;
}
.tagcloud a:hover{
background:#FF3C00 ;
color:#fff;
border-color:#FF3C00;
}
#wp-calendar caption {
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-align: left;
text-transform: capitalize;
color: #616161;
padding-top: 0;
}
#wp-calendar {
font-size: 13px;
}
#wp-calendar {
border: 0px solid #e5e5e5;
margin-bottom: 20px;
overflow: auto;
vertical-align: top;
width: 100%;
margin: 0;
color:#333333;
}
table#wp-calendar td {
border: 1px solid #e5e5e5;
color: #444444;
padding: 5px 10px;
text-align: center;
vertical-align: top;
font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
padding: 8px;
}
table#wp-calendar th {
border: 1px solid #e5e5e5;
color: #333333;
font-size: 13px;
font-weight: 700;
padding: 5px 10px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
table#wp-calendar td#today {
color: #fff;
background-color: #FF3C00;
}
table#wp-calendar td#today a{
color:#fff;
}
.text-widget-about {
text-align: center;
}
.text-widget-about ul li {
border-top: 0;
padding: 0;
}
.wp-block-archives{}
.wp-block-archives {}
.wp-block-archives li{}
.wp-block-archives li a,.wp-block-categories li a{color: #5e629c}
.wp-block-archives select {
height: 40px;
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
color: #f8f9fe;
margin-right: 5px;
font-size: 14px;
}.tag-sticky-2 .itsoft-single-blog {
border: 1px solid rgb(254, 130, 100);
}
.post_reply ul, .blog-content ul, .single-blog-content ul {
list-style-type: square;
padding-left: 18px;
}
.blockquote p{
font-size:16px;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
text-transform: uppercase; }
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
caption, th, td {
font-weight: normal;
text-align: center;
}
blockquote {
padding: 10px 20px;
margin: 0 0 30px;
font-size: 14px;
border-left: 5px solid #b9b9b9;
background: #f9f9f9;
font-style: italic;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
blockquote em,
blockquote i {
font-style: normal;
}
blockquote strong,
blockquote b {
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
i, cite, em, var, address, dfn {
font-style: italic;
}
em{
font-style: italic;
font-weight: bold; 
}
pre {
background: #f5f5f5;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
tt, code, samp {
color:#666;
}
kbd{
} .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
margin-left: -60px;
}
figure.wp-caption.alignleft, img.alignleft {
margin: 5px 20px 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
height: auto;
max-width: 100%;
}
.alignleft {
float: left;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
max-width: 100%;
} .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
line-height: 1.5;
padding: 0.5em 0;
font-size: 14px;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type=submit] {
border: none;
padding: 2px 14px;
background:#1a7dd7;
color:#fff;
}
.post-password-form input[type="password"] {
border: 1px solid #ddd;
width: 100%;
height: 40px;
padding: 0 15px;
}
.site-title {
font-size: 30px;
margin: 0;
margin-top: 12px;
color:#333;
}
.site-title a {
font-weight: 600;
color:#333;
font-family: "Raleway", sans-serif;	
text-transform: capitalize;
}
.site-title a:hover {
color:#333;
}
.site-description {
margin: 0;
color: #333;
padding-bottom: 10px;
}
.sticky{
border-color:#1a7dd7;
}
.bypostauthor {
color:#333;
}
.wp-block-cover.alignleft{
margin-right: 10px;
}
.wp-block-button.alignleft {
margin-right: 10px;
}
.wp-block-gallery.alignleft {
margin-right: 10px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.3;
}
.wp-block-media-text {
margin-top: 15px;
}
.inner-post-pagination a, .inner-post-pagination  span.post-page-numbers {
border: 2px solid #ddd;
display: inline-block;
min-width: 35px;
text-align: center;
margin-left: 2px;
height: 33px;
line-height: 30px;
margin-right: 3px;
color: #444;
}
.inner-post-pagination  span.current{
border: 2px solid #FE8264;
color: #FE8264;
}
.wp-block-table.is-style-stripes td {
border-color: transparent;
padding: 5px 13px;
}
.single-blog-content table, .single-blog-content th, .single-blog-content td {
border: 1px solid #d1d1d1;
}
.single-blog-content table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.comment-list table, .comment-list th, .comment-list td {
border: 1px solid #d1d1d1;
}
.comment-list table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.post-password-form label {
width: 100%;
}html,
body {}
img {
max-width: 100%;
height: auto;
} .box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
} .fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.itsoft-header-top {
padding: 11px 0;
background: #252628;
position: relative;
z-index: 1;
}
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span,
.top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.itsoft-header-top::after {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 54%;
height: 100%;
z-index: -1;
transform: skew(-26deg);
padding-left: 20px;
background: #FF3C00;
} .top-right-menu p {
display: inline-block;
color:#fff;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 20px;
position: relative;
}
.top-right-menu ul.social-icons li a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active,
.login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #FF3C00;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0; 
top:0; 
height:100%; 
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}
.txtc {
text-align: center;
}
.text-center {
text-align: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
display: inline-block;
text-align: center;
font-size: 18px;
cursor: pointer;
color: #062462;
margin-top: 0px;
height: 25px;
width: 35px;
line-height: 27px;
background: inherit;
border-radius: 3px;
border-right: 1px solid #CECDD2;
padding: 0 2px 0 0;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.search_button {
text-align: right;
}
.prefix .em-quearys-menu i {
color: #fff;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #FF3C00;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #FF3C00;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #FF3C00;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
}  .header-new-style-01 .itsoft_nav_area {
background: transparent;
position: relative;
margin-bottom: -100px;
z-index: 99;
}
.new-header-inner {
background: #fff;
padding: 0px 15px;
border-radius: 0 0 4px 4px;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
top: 70px;
}
.no-logo-sr .itsoft_menu ul {
text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
text-align: left;
} .mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #FF3C00 none repeat scroll 0 0;
float: none;
left: 0;
position: absolute;
right: 0;
top: 60px;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.itsoft_nav_area {
background: #fff none repeat scroll 0 0;
}
.itsoft_menu {
text-align: right;
}
.container-fluid .itsoft_menu {
text-align: center;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .itsoft_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .itsoft_menu ul {
list-style: none;
text-align: center;
}
.itsoft_menu>ul>li {
display: inline-block;
position: relative;
}
.itsoft_menu > ul > li > a {
display: block;
margin: 35px 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
font-family: 'Fira Sans', sans-serif;
}
.heading_style_2 .itsoft_menu>ul>li>a {
color: #fff;
}
.heading_style_3 .itsoft_menu > ul > li > a {
color: #d6aee9;
}
.heading_style_4 .itsoft_menu > ul > li > a {
color: #cacce3;
}
.heading_style_5 .itsoft_menu>ul>li>a {
color: #fff;
}
.itsoft_menu ul li:last-child a {
margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
color: #FF3C00;
}
.transprent-menu .itsoft_menu>ul>li a{
color: #fff;
}
.transprent-menu.menu-style-16 .itsoft_menu ul {
text-align: center;
list-style: none;
}
.transprent-menu.menu-style-16 .itsoft_menu ul .sub-menu {
text-align: left;
}
.heading_style_4.tr_btn .itsoft_menu.main-search-menu {
float: none;
text-align: center;
} .trp_nav_area {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color:transparent;
padding: 25px 100px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .itsoft_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: rgba(0,0,0,0.0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.itsoft_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.itsoft_nav_area.prefix,
.hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .itsoft_menu>ul>li.current a {
color: #FF3C00;
}
.heading_style_3 .itsoft_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn  .hbg2 {
background:#FF3C00 !important;
} 
.tr_white_btn .hbg2 .itsoft_menu > ul > li > a {
color: #fff !important;
}
.transprent-menu.tr-btn-search .itsoft_nav_area {
padding: 0 30px;
}
.transprent-menu.tr-btn-search .em-quearys-menu i {
} .logo-left {
text-align: right;
}
.logo-right .logo {
text-align: right;
}
.logo-right .itsoft_menu>ul {
text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .logo-top .logo {
text-align: center;
}
.logo-top .itsoft_menu>ul {
text-align: center;
}
.logo-top>.itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .itsoft_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 230px;
text-align: left;
background: #fff;
margin: 0;
padding: 20px 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
border: 0; box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.itsoft_menu ul li:hover >.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 100%;
z-index: 9;
}
.itsoft_menu ul .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
margin: 0;
line-height: 1.3;
font-size: 14px;
color: #232323;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
visibility: inherit !important;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#FF3C00;
}
.itsoft_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.itsoft_menu ul .sub-menu li:before {
position: absolute;
left: 0px;
top: 50%;
font-size: 20px;
color: #5451c1;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
width: 15px;
height: 1px;
background: #FF3C00;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
.itsoft_menu ul .sub-menu li:hover:before {
opacity:1;
left:0px;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
ul.mega-sub-menu ul li a span {
display: inline-block;
background: #FF3C00;
padding: 0 5px;
font-size: 12px;
color: #fff;
border-radius: 3px;
} .itsoft_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .itsoft_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
}
.trp_nav_area.hbg2 a.dtbtn {
background: #fff;
color: #FF3C00;
}
.trp_nav_area.hbg2 a.dtbtn:hover{
border-color:#fff;
} .top-address.em-quearys-top.text-right {
float: right;
}
.itsoft_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #FF3C00;
}
nav.itsoft_menu.main-search-menu {
text-align: right;
display: inline-block;
} .itsoft-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 2px;
}
a.dtbtn {
-moz-user-select: none;
background: #FF3C00;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 11px 24px;
text-align: center;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 3px;
border: 2px solid #FF3C00;
}
a.dtbtn:hover {
background: #bd2d10;
color: #fff;
border-color: #bd2d10;
} .tr_white_btn a.dtbtn {
background-color: #fff;
color: #333;
}
.tr_white_btn a.dtbtn:hover {
background-color: transparent;
border-color: #fff;
color: #fff;
} .itsoft-main-menu .logo a.main_sticky_main_l {
display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
display: none;
} .itsoft-main-menu .prefix .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.headroom--pinned {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.header--fixed {
position: fixed;
z-index: 10;
right: 0;
left: 0;
top: 0;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: -webkit-transform .25s ease-in-out;
-o-transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
will-change: transform;
}
.menu-height-space {
height: 100px;
} .creative_logo_thumb a.main_sticky_l {
display: none;
}
.creative_logo_thumb .logo a {
margin-top: 0;
}
.white_box_shadow {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu.menu-18 .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.itsoft-main-menu.tr-black-menu .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.tr-black-menu .donate-btn-header {
margin-top: 0;
margin-top: 0;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}  .itsoft-blog-index.blog-area.itsoft-blog-area,
.itsoft-blog-single {
background: #F6F6F6;
}
.itsoft-blog-area {
padding: 90px 0 100px;
}
.itsoft-single-blog {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
border: 1px solid #e6e6e6;
}
.itsoft-single-blog:hover {
-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
box-shadow:6px 5px 30px rgba(0,0,0,0.12);
border-color:transparent;
}
.itsoft-blog-index.blog-area.itsoft-blog-area, .itsoft-blog-area.itsoft-blog-archive {
padding: 100px 0 100px;
background: #F6F6F6;
}
.itsoft-blog-index.blog-area.itsoft-blog-area {
padding: 100px 0 100px;
}
.itsoft-single-blog--thumb img {
width: 100%;
} .itsoft-blog-thumb {
overflow: hidden;
position:relative;
}
.itsoft-blog-thumb a {
display: block;
position: relative;
}
.itsoft-blog-thumb img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: block;
width: 100%;
} .blog-content {
word-break: break-word;
}
.em-blog-content-area {
padding: 33px 23px 32px;
}
.blog-page-title h2 {
margin: 0;
margin-bottom: 20px;
font-size: 22px;
margin-top: 18px;
}
.itsoft-lt .blog-page-title h2 {
font-size: 30px;
}
.blog-page-title a {
display: block;
font-weight: 500;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title a:hover {
color: #FF3C00;
} .itsoft-blog-meta-left {
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 12px 20px;
border-radius: 3px;
text-align: center;
position: absolute;
top: -24px;
background: #fff;
left: 0;
right: 0;
margin: 0 20px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
color: #616161;
position: relative;
font-weight: 500;
}
.itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
content: "";
background: #616161;
width: 8px;
height: 1px;
position: absolute;
right: -19px;
top: 11px;
}
.itsoft-blog-meta-left a:last-child:before,
.itsoft-blog-meta-left span:last-child:before{
display:none;
} .itsoft-blog-meta-right {
float: right;
padding: 17px 0 0;
}
.itsoft-blog-meta-right a, .itsoft-blog-meta-right span {
color: #777;
font-size: 14px;
margin-left: 10px;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
position: relative;
}
.itsoft-blog-meta-right a:hover,
.itsoft-blog-meta-right span:hover,
.itsoft-blog-meta-left a:hover,
.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.itsoft-blog-meta-right i {
margin-right: 5px;
} .upper.itsoft-blog-meta-left a, .upper.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
}
.upper.itsoft-blog-meta-left a:hover, .upper.itsoft-blog-meta-left span:hover {
color: #FF3C00;
}
.meta-list.itsoft-blog-meta-left a, .meta-list.itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
} .readmore a {
border: 1px solid #ddd;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 6px 10px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
border-color: #FF3C00;
background: #FF3C00;
color: #fff;
}  .itsoft-single-blog-details {
background: #fff;
margin-bottom: 40px;
}
.em-theme-main-page .itsoft-single-blog-details {
padding: 30px;
}
.itsoft-single-blog-details-inner {
padding: 20px 45px 45px;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
}
.em-theme-main-page .itsoft-single-blog-title h2 {
padding-bottom: 15px;
}
.itsoft-single-blog--thumb {
position: relative;
border-radius:10px 10px 0 0;
}
.single-blog-title {
padding: 0;
text-transform: unset;
color: #232323;
font-weight: 700;
font-size: 35px;
}
.itsoft-single-blog-content p {
margin-bottom: 20px;
}
.itsoft-single-blog-details h2 {
font-size: 30px;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: #fff;
left: inherit;
right: inherit;
margin: 10px 0 0;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left a, .itsoft-single-blog-details-inner .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 20px 0px 0;
position: relative;
font-weight: 400;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 26px;
text-align: left;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.itsoft-single-icon-inner {
text-align: left;
}
.itsoft-single-icon-inner span {
font-size: 17px;
margin-right: 6px;
}
.itsoft-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.itsoft-single-icon-inner a i:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.single-blog-content ul {
padding-bottom: 10px;
}
blockquote {
padding: 26px 30px;
font-size: 19px;
border-left: 4px solid #FF3C00;
background: 0 0;
font-style: normal;
color: #232;
font-weight: 400;
position: relative;
line-height: 1.5;
box-shadow: 0 0 13px rgba(0,0,0,0.10);
border-radius: 4px;
margin-top: 30px;
font-style: italic;
}
blockquote i {
margin-right: 10px;
}
.post-text blockquote::before {
content: "\f10d";
left: 42px;
top: 50px;
position: absolute;
color: #758799;
font-family: "FontAwesome";
font-weight: 700;
font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #616161;
text-transform: capitalize;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.itsoft-single-blog-details .inner-content h4 {
padding-bottom: 20px;
font-size: 24px;
}
.itsoft-blog-meta.txp-meta {
padding-bottom: 22px;
}
.single-blog-content h4 {
margin: 29px 0 15px;
}  .comments {
padding-bottom: 50px;
padding-top: 14px;
}
.post_comment {
border-bottom: 1px solid #EAEAEA;
margin: 20px 0;
padding: 0 15px;
}
.comment_inner {}
.commment_title {}
.commment_title h3 {
font-size: 24px;
margin-bottom: 30px;
position: relative;
margin-top: 0;
position: relative;
display:inline-block;
}
.commment_title h3:before {
position: absolute;
left: 0;
bottom: -15px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.commment_title h3:after {
content: '';
position: absolute;
left: 0;
bottom: -17px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BGB;
animation-name: MOVIE-BGB;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 36px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #232323;
font-size: 18px;
display: inline-block;
padding-bottom: 3px;
font-weight: 700;
}
.reply_date {
overflow: hidden;
margin-bottom: 5px;
}
.reply_date span.span_left {
display: block;
}
.reply_date span.span_right {
float: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #FF3C00;
padding: 3px 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.reply_date span.span_right:hover{
background:#FF3C00;
}
.post_reply p {}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.em-theme-main-page .empgc {
margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
margin-bottom: 35px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 30px;
}
.logged-in-as a {
color: #333;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comment-respond {
padding-top: 14px;
}
.comment-respond .commment_title h3 {
margin-bottom: 60px;
} .blog-page-title > h2 {
margin-bottom: 12px;
margin-top: 11px;
}
.blog-page-title a {
display: block;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title h2 a:hover {
color: #FF3C00;
}
.em-blog-content-area {
padding: 38px 25px 36px;
position: relative;
text-align: center;
}
.blog-list .em-blog-content-area {
text-align: left;
}
.blog-content p {
margin-bottom: 0;
}
.single-blog-content iframe {
margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
color: #303030;
font-size: 30px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
font-size: 17px;
} .single-blog-content ol,.single-blog-content ul{
padding-left: 20px;
} .paginations {
text-align: left;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
box-shadow: 0 0 5px rgba(0,0,0,0.20);
color: #FF3C00;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
} .single-counter.style1{
text-align: center;
}
.single-counter.style1 .icon{
margin-bottom: 13px;
}
.single-counter.style1 .icon i{
font-size: 40px;
}
.single-counter.style1 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single-counter.style1 span.count.percent {
font-size: 48px;
font-weight: 600;
color: #fff;
margin: 0 0 7px;
display: inline-block;
font-family: 'Fira Sans';
}
.single-counter.style1 #counter h6 {
font-size: 16px;
margin: 4px 0 0;
font-weight: 400;
color: #fff;
opacity: 0.9;
}
.single-counter.style1 #counter span.plus{
color: #FF3C00;
font-size: 48px;
} .single_counter.style-2 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.two .single_counter.style-2{
border: none;
}
.single_counter.style-2 .countr_text > h1 {
font-size: 55px;
font-weight: 600;
color: #FF3C00!important;
}
.single_counter.style-2 .countr_text h3 {
color: #fff;
font-size: 55px;
}
.single_counter.style-2 .counter_title h4 {
font-size: 16px;
margin-top: 3px;
font-weight: 500;
color: #FFFFFFD1;
line-height: 27px;
} .single_counter.style-3 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.single_counter.style-3 .counter_icon i {
font-size: 43px;
} .kc_counter_box i {
display: inline-block;
font-size: 45px;
margin-bottom: 0;
} .em_single_coaching{
margin-bottom: 30px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
background: #FFFFFF;	
}
.em_coaching_content {
padding: 20px 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
}
.em_coaching_title h2 {
font-size: 20px;
padding: 12px 0 5px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.em_coaching_title h2:hover{
color:#FF3C00;
} .itsoft-single-coaching-details {
background: #fff;
}
.itsoft-single-coaching--thumb img {
width: 100%;
}
.itsoft-blog-main-content {
padding: 40px;
}
.itsoft-single-coaching-content h4,
.itsoft-single-coaching-title h2{
font-size: 24px;
padding-bottom: 12px;
}
.itsoft-single-coaching-content h4{
padding-top:30px;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left a,
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left span {
color: #FF3C00;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta {
margin-bottom: 15px;
}
.itsoft-single-coaching-content ul li {
list-style:none;	
padding: 30px 0 0;
font-size: 17px;
}
.coaching-fee ul li {
color: #FF3C00;
}
.coaching-details-block-two {
background-color: #FFF;
}
.coaching-details-two {
padding: 40px 40px 0;
}
.coaching-details-two hr {
margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.coaching-details-meta {
font-size: 12px;
font-weight: 500;
margin-bottom: 13px;
color: #FF3C00;
}
.coaching-list ul li {
padding: 15px 0 0;
font-size: 17px;
font-style: normal;
}
.coaching-list ul li:last-child {
margin-bottom: 20px;
}
.fee-structure {
color: #333;
}
.coaching-fee {
color: #FF3C00;
}
.applications-heading {
font-size: 20px;
}
.coaching-application p {
margin-bottom: 30px;
}
.coaching-application ul li {
padding: 5px 20px ;
}
.applications i {
font-size: 14px;
color: #FF3C00;
margin-right: 10px;
}
.exam-block{
margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
font-size: 18px;
padding-bottom: 10px;
}
.exam-Pattern-min {
font-size: 14px;
} .breadcumb-area {
padding: 233px 0 182px;
background-color: #121B51;
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.breadcumb-area::before {
background: rgba(0,0,0,.52);
position: absolute;
top: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin-bottom: 25px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #FF3C00;
}
.breadcumb-inner li a {
color: #fff;
text-transform: uppercase;
}
.brpt {
text-align: left;
}
.brpt h2 {
font-size: 45px;
margin-bottom: 20px;
margin-top: 0;
color: #fff;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.breadcumb-inner {
text-align: left;
}
.pimgs img {
width: 100%;
}
.kc-ui-progress2 span.value::before {
border-top-color: #FF3C00 !important;
}  .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #FF3C00;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #FF3C00;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#FF3C00;
color:#fff;
} .itsoft-search-page {
background: #f6f6f6;
padding-bottom: 135px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #FF3C00; 
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
}  .top-address-area {
background: #111111;
padding: 90px 0px 85px;
text-align: center;
}
.top_address_logo {
margin-bottom: 30px;
}
.address_content {
padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
color: #ffffff;
display: inline-block;
font-weight: 400;
line-height: 12px;
margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
font-size: 14px;
margin-right: 11px;
}
.footer-top-address h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
letter-spacing: 10px;
font-weight: 700;
font-size: 26px;
}
.footer-top-address h2 span {
color: #FF3C00;
font-weight: 700;
} .footer-top {
background: #0f1328;
padding: 120px 0 100px;
}
.footer-top-inner h2 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 35px;
font-weight: 700;
height: 60px;
line-height: 60px;
padding: 0 15px;
text-transform: uppercase;
}
.footer-top-inner h2 span {
color: #FF3C00;
font-weight: 600;
}
.footer-top-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
padding: 0 10px;
color: #b4bbc9;
margin-left: auto;
margin-right: auto;
width: 69%;
}
.footer-social-icon {
padding: 10px 0 20px;
text-align: center;
}
.footer-social-icon a i {
color: #b4bbc9;
font-size: 16px;
height: 70px;
width: 70px;
display: inline-block;
border-radius: 50%;
background: #1c2940;
line-height: 70px;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 5px;
}
.footer-social-icon a i:hover {
background-color: #ff4b57;
color: #fff;
}
.footer-social-icon.htop-menu-s {
padding: 0;
display: inline-block;
margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 3px;
width: 35px;
color: #333;
}
.footer-top-inner .text-center {
margin-bottom: 32px;
text-align: center;
} .footer-middle {
padding: 63px 0 40px;
position: relative;
background: #252628;
z-index: 1;
}
.get_quote{
position:relative;
z-index:1;
}
.get_quote::before {
content: "";
position: absolute;
right: 15px;
top: 28px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/circle-small.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.6;
}
.get_quote::after {
content: "";
position: absolute;
left: 48%;
top: 64%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/shape6.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.5;
}
.wpfdp {
padding-bottom: 30px;
}
.footer-middle .widget h2 {
font-size: 20px;
margin-bottom: 35px;
margin-top: 15px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footer-middle .recent-post-text h4 a {
color: #f8f9fe;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.recent-post-image img {
border-radius: 5px;
}
.footer-middle .widget h2 {}
.footer-middle .tagcloud a {}
.footer-middle .widget ul {
list-style: none;
}
.footer-middle .widget ul li {
margin-bottom: 10px;
}
.footer-middle .widget ul li {
margin-bottom: 14px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
color: #f8f9fe;
padding-left: 25px;
}
.footer-middle .widget ul li a {
color: rgba(255,255,255,0.80);
font-size: 16px;
}
.footer-middle .widget ul li::before {
position: absolute;
content: "";
left: 0;
top: 14px;
background: #f8f9fe;
height: 1px;
width: 10px;
font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
color: #FF3C00;
}
.recent-portfolio-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-portfolio {
margin-bottom: 10px;
margin-right: 10px;
}
.recent-portfolio {
width: 29.33%;
}
.recent-portfolio-image img {
width: 100%;
}
.menu-social-menu-container ul li::before {
display:none !important;
}  .footer-bottom {
background: #252628;
}
.footer-bottom .row{
padding:20px 0;
border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
padding: 20px 0 20px;
}
.copy-right-text {
}
.copy-right-text p {
color: #f8f9fe;
padding: 0;
margin: 1px 0 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #f8f9fe;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#f8f9fe;
}
.footer-menu .social-icon {
color: #f8f9fe;
display: block;
font-size: 15px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
color: #f8f9fe;
border-radius: 100%;
-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}
.footer-menu .social-icon:hover {
color: #fff;
background-color: #42047B;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}  #scrollUp {
bottom: 13px;
color: #fff;
font-size: 24px;
height: 50px;
line-height: 50px;
right: 91px;
text-align: center;
width: 50px;
background: #FF3C00;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#scrollUp:hover{
background:#FF3C00;
}
#scrollUp i {
color: #fff;
} .copy-right-text a {
color: #FF3C00;
}
.template-home .vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
margin-bottom: 0;
}
.widget_recent_data {
padding-bottom: 9px !important;
}
.recent-post-item {
clear: both;
}
.recent-post-image {
float: left;
margin-right: 10px;
}
.recent-post-image a {
display: block;
margin-top: 0;
margin-bottom: 17px;
}
.recent-post-text {
overflow: hidden;
}
.recent-post-text > h4 {
margin-bottom: 2px;
margin-top: 0px;
line-height: 16px;
}
.recent-post-text h4 a {
color: #232323;
font-size: 18px;
line-height: 22px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.recent-post-text h4 a:hover {
color: #FF3C00;
}
.recent-post-item:last-child{
border-bottom:0;
}
.recent-post-text .rcomment {
color: #FF3C00;
font-size: 12px;
text-transform: none;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
margin-bottom: 2px;
}
.footer-middle .recent-post-text .rcomment {
color: rgba(255,255,255,0.80);
font-size: 13px;
font-weight: 400;
}
.footer-middle .recent-post-item {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mean-container .mean-bar {
float: none;
background: #FF3C00;
}
.mean-container .mean-nav ul li li a {
color: #333;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
margin-left: 0;
margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding-left: 0;
position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
border: 0;
display: block;
margin-right: 1px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 15px;
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 3px;
text-align: center;
line-height: 33px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
color: #fff;
background: #FF3C00;
border-color:#FF3C00;
} .template-home-wrapper {
overflow: hidden;
}
@-webkit-keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@-webkit-keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
@keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
.em-image {
margin-bottom: 0;
margin-top: 0;
} .title_in {
float: left;
padding-right: 30px;
position: relative;
margin-right: 30px;
padding-bottom: 40px;
}
.title_tx h5,
.title_tx h2 {
margin: 0;
}
.title_tx h5 {
color: #FF3C00;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.title_tx h2, .title_tx h3 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.title_ptx p {
margin: 0;
overflow: hidden;
font-size: 18px;
}
.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
transition: all .5s ease 0s !important;
} .about_shape {
position:relative;
}
.heading_number {
font-size: 136px;
display: inline;
font-weight: 800;
color: #FF3C00;
float: left;
line-height: 1;
margin-top: -14px;
margin-right: 15px;
}
.heading_title {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: #232323; padding-top: 11px;
display: inline;
}
.about_shape::after {
content: "";
width: 451px;
height: 100%;
background: #FF3C00;
position: absolute;
z-index: -1;
top: 24px;
left: -98px;
display: block;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: itsoft_bounce_animation 7s infinite;
}
@keyframes itsoft_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
}
.gradient.about_shape::after {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.about_shape2{
position:relative;
}
.circle-img {
position: absolute !important;
bottom: -76px;
z-index: -1;
left: -100px;
-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;
}
.gradient .single_counter.default_style {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient-service .front  {
position:relative;
z-index:1;
} .em-visa {
padding: 80px 175px;
border: 1px solid rgba(255,255,255,0.15);
position:relative;
}
.em-visa-title h2 {
color: #fff;
font-size: 24px;
padding: 20px 0 7px;
}
.em_visa-icon i {
color: #FF3C00;
font-size: 50px;
}
.em-visa-desc {
margin: 0;
color: #fff;
}
.visa-btn a {
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 32px;
display: inline-block;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.visa-btn a:hover {
color: #FF3C00;
}
.visa-btn a i{
margin-left:7px;
color:#FF3C00;
}
.em_visa-icon2 {
position: absolute;
right: 25px;
bottom: 0;
}
.em_visa-icon2 i {
font-size: 80px;
color: #F4F4F4;
opacity: 0.1;
} .em-country {
margin: 5px 15px 30px;
box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
background: #fff;
border-radius: 20px;
text-align: center;
}
.em-country-thumb {
position: relative;
padding: 8px;
}
.em-country-thumb img {
border-radius: 20px;
}
.country_flag_img {
position: absolute;
width: 100px;
height: 100px !important;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
margin-top: -53px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.country_flag_img img {
width: 100%;
height: 100%;
border-radius: 100%;
padding: 7px;
background: #fff;
}
.em_country_content {
padding: 55px 25px 30px;
}
.em-country-title h2 {
font-size: 20px;
margin-bottom: 15px;
}
.country-btn a {
position: relative;
text-transform: uppercase;
font-size: 14px;
color: #FF3C00;
}
.country-btn a i {
position: absolute;
top: 0;
right: -12px;
font-size: 16px;
} .main-style.em-team {
text-align: left;
position: relative;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.main-style.em-team:hover {
-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #fff;
padding: 21px 20px 28px;
text-align: center;
position: absolute;
bottom: -64px;
left: 0;
right: 0;
width: 80%;
margin: auto;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.main-style.em-team .em-team-content-image-inner {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image{
position: relative;
}
.main-style.em-team .em-team-content-image:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.gradient .main-style.em-team .em-team-content-image:before{
background: linear-gradient(360deg, rgba(17, 28, 255, 0.80), rgba(103, 111, 255, 0.53));
}
.main-style.em-team:hover .em-team-content-image:before {
opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
position: absolute;
top: 50%;
right: -100px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
width: 45px;
padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
opacity:1;
top:50%;
right:0; 
}
.main-style.em-team .em-team-content-title h2 {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.main-style.em-team .em-team-content-title h2:hover {
color: #FF3C00;
}
.main-style.em-team .em-team-content-subtitle {
color: #616161;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
font-family: Rubik;
letter-spacing: 1px;
}
.main-style.em-team .em-team-content-image {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
width:100%;
}
.main-style.em-team .em-team-content-telephone {
position: absolute;
bottom: 16px;
right: -140px;
background: #FF3C00;
padding: 4px 20px;
border-radius: 30px 0 0 30px;
color: #fff;
cursor:pointer;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
right:0;
}
.main-style.em-team .em-team-content-telephone i {
margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
display:block;
font-size: 16px;
color: #FF3C00;
text-align: center;
margin: 4px 0px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
} .main-style.em-team .em-content-title h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
font-size: 14px;
margin: 5px 0 0;
text-transform: uppercase;
} .em-team.style-two {
text-align: left;
transition: .3s;
border-bottom: 0;
border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
position: relative;
z-index: 1;
padding: 15px;
border: 3px solid #FF3C00;
border-radius: 100%;
transition: .3s;
margin-bottom: 30px;
}
.em-team.style-two:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(12,90,219,0.85);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
border-radius:100%;
}
.style-two .em-team-content-image {
border-radius: 100%;
}
.style-two .em-team-content-inner {
position: absolute;
left: 0;
top: 62%;
transform: translateY(-50%);
text-align: center;
right: 0;
opacity:0;
transition:.5s;
transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
font-size: 20px;
color: #fff;
margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
color: #fff;
font-size: 15px;
margin-bottom: 9px;
margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
display: inline-block;
color: #fff;
margin: 0 5px;
font-size: 14px;
}
.em-team.style-two .em-team-content-image img {
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-radius: 100%;
}
.em-team.style-two:hover {
border-color:transparent;
}
.em-team.style-two:hover::before {
opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
opacity:1;
top:50%;
}
.team-info h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.team-info-inner span {
text-transform: uppercase;
font-size: 15px;
color: #FF3C00;
}
.list-info {
list-style: none;
margin: 20px 0;
}
.list-info li {
padding: 10px 0;
}
.team-social ul li {
display: inline-block;
}
.team-social ul li a {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background: #FF3C00;
text-align: center;
color: #fff;
margin: 0 2px;
border-radius: 5px;
} .why-choose-area .front,
.why-choose-area .back {
-webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}  .portfolio_nav {
padding: 0px 0 15px;
text-align: center;
}
.portfolio_nav ul {
margin-bottom: 30px;
text-align:center;
}
.portfolio_nav ul li {
display: inline;
}
.portfolio_nav ul li {
background: transparent;
border: medium none;
font-size: 16px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-transform: capitalize;
padding: 10px 22px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border: 1px dashed #FF3C00;
color: #FF3C00;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.prot_wrap {
overflow: hidden;
} .single_protfolio {
position: relative;
margin-bottom: 10px;
overflow: hidden;
}
.prot_thumb {
position:relative;
}
.prot_thumb img {
width: 100%;
}
.prot_thumb:before {
position:absolute;
left:0; 
width:100%;
height:100%;
background:rgba(0,0,0,0.60);
top:0; 
content:"";
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_thumb:before{
opacity:1;
}
.prot_content {
position: absolute;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
right: 0;
bottom: -100%;
left: 0;
opacity: 0;
background: #FF3C00;
margin: auto;
padding: 22px 25px 30px;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 0;
}
.multi_gallery.prot_content {
height: 90%;
width: 80%;
right: 10%;
top: 5%;
bottom: 5%;
left: 10%;
}
.prot_icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
transform: translateY(-50%);
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_icon {
opacity: 1;
}
.prot_content h3 {
margin: 8px 0 0px;
text-transform: capitalize;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.prot_content h3 a {
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.prot_content p {
color: #fff;
line-height: 1.2;
margin: 5px 0 0;
}
.prot_content p span {
display: inline-block;
padding-top: 0px;
}
.porttitle_inner span {
position: relative;
margin: 0 2px;
}
.prot_content span:before {
bottom: 0;
content: ",";
position: absolute;
right: -5px;
} .single_protfolio:hover .New-portfolio .prot_content {
opacity: 1;
bottom: 0;
}
.New-portfolio .portfolio_nav ul li {
background: #F6F4F5;
padding: 12px 24px;
display: inline-block;
border: none;
color: #FF3C00;
border-radius: 30px;
}
.New-portfolio .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.New-portfolio .prot_content{
position: absolute;
background: transparent;
padding: 65px 0px 30px;
}
.New-portfolio .prot_content_inner{
position: relative;
z-index: 1;
}
.New-portfolio .prot_content_inner:after {
position: absolute;
content: "";
right: 0;
bottom: -30px;
left: 0;
height: 160px;
width: 100%;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/port.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: auto;
padding: 22px 25px 30px;
z-index: -1;
}
.porttitle_inner span:last-child:before {
content: "";
}
.nospace.col-xs-12 {
padding: 0px;
}
.nospace .single_protfolio {
margin-bottom: 0px;
} .gallery_load_button a {
border: 1px solid #ddd;
color: #444;
padding: 7px 15px;
display: inline-block;
font-size: 17px;
margin-top: 0px;
}
.gallery_load_button a:hover {
border-color: #333;
background: #333;
color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
margin-top: 30px;
} .picon {
margin-bottom: 0;
}
.picon a {
background: #FF3C00 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
margin: 0 17px 0;
transition:.5s;
}
.picon a:hover {
background: #bd2d10;
color: #fff;
}
.single_protfolio:hover .picon a {
margin: 0 3px 0;
} .pimgs {
margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
margin-left: 0px;
}
.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;
}
.portfolio_info {
padding-left: 13px;
}
.portfolio_info h2 {
font-size: 25px;
font-family: muli;
padding-bottom: 17px;
}
.portfolio-details-box li strong {
font-size: 20px;
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social i {
margin: 0 4px 0;
cursor: pointer; }
.port_dtl_social {
font-size: 17px;
}
.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: #FF3C00;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.prot_wrap .col-md-6, .prot_wrap .col-sm-12,  .prot_wrap .col-lg-4{
padding-right: 5px !important;
padding-left: 5px !important;
} .fun_fact_area {
position: relative;
}
.fun_fact_area::before {
content: "";
position: absolute;
right: 0;
top: 76px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/08.png);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-position: center;
left: 0;
}
.kc-ui-progress2 span.value {
background: #FF3C00 !important;
color: #fff !important;
}
.kc-section-active .kc_accordion_content {
box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}
.gradient .kc-ui-progress {
background:linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
} .itsoft-button a {
display: inline-block;
background: #FF3C00;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: .5s;
border:2px solid #FF3C00;
}
.itsoft-button a:hover {
color: #FF3C00;
background: transparent;
border:2px solid #FF3C00;
}
.itsoft-button a i {
margin-left: 4px;
} .curosel-style .owl-nav div {
border-radius: 50%;
color: #fff;
font-size: 19px;
height: 60px;
line-height: 60px;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 60px;
text-align: center;
z-index: 99;
-webkit-transform: translateY(-49%);
-ms-transform: translateY(-49%);
transform: translateY(-49%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #FF3C00;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: -50px;
}
.curosel-style .owl-nav .owl-prev {
right: auto;
left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
right: 30px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
right: 0px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
background: #121B51;
color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
background: #121B51;
color: #fff;
}
.owl-carousel .owl-item img {
margin: auto;
}
.curosel-style:hover .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .form-control,
textarea {
height: 54px;
background-color: #fff;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #e6e6e6;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
textarea {
height: 150px;
width: 100%;
}
.quote_form .form-control {
background-color: rgba(255,255,255,0.2);
border-color: transparent;
}
.form-control:focus, textarea:focus {
color: #495057;
background-color: #fff !important;
border-color: #FF3C00 !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(241,42,2,.25) !important;
}
.contact-form .buttons {
text-align: left;
}
.buttons {
text-align: center;
}
.button {
background: #FF3C00;
border: 0;
display: inline-block;
text-align: center;
padding: 14px 39px;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
}
.button:hover {
background: #bd2d10;
color:#fff;
}
.button i {
margin-left: 5px;
}
.quote_form .button {
background: #fff;
color: #232323;
}
.quote_form .button:hover {
background: #bd2d10;
color:#fff;
}
.gradient .button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
} .new-contact-form {
background: #fff;
position: relative;
z-index: 1;
padding: 32px 44px 0;
border-radius: 7px;
}
.new-contact-form:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 152px;
width: 100%;
background: #FF3D00;
z-index: -1;
border-radius: 5px 5px 0 0;
}
.new-contact-form:after{
position: absolute;
content: "";
top: 136px;
left: 0;
height: 25px;
width: 100%;
background: #FF3D00;
z-index: -1;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/square-line.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.new-contact-form .form-control, textarea {
border-radius: 30px;
}
.new-contact-form textarea {
height: 132px;
}
.new-contact-form .button {
background: #141323;
display: block;;
color: #fff;
border-radius: 30px;
width: 100%;
font-weight: 500;
}
.new-contact-form .wpcf7-spinner {
height: 0;
margin: 0;
} .em-slick-testi-main {
text-align: center;
} .main-slider-area {
display: block;
position: relative;
}
.nivo-caption {
background: rgba(0, 0, 0, 0.0);
height: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-slice {
display: block;
position: absolute;
z-index: -1;
height: 100%;
top: 0;
display: none !important;
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nivoSlider {
overflow: visible; 
}
.em-slider-title {
font-size: 20px;
color: #fff;
margin-bottom: 0;
font-weight: 400;
margin: 0 0 15px;
}
.em-slider-sub-title {
font-size: 72px;
text-transform: uppercase;
color: #fff;
font-weight: 800;
display: block;
margin: 0;
letter-spacing: 2px;
line-height: 1.1;
}
.em-slider-descript {
color: #fff;
}
.em-slider-descript {
width: 48%;
text-align: left;
color: #fff;
margin: 20px 0 30px;
font-size: 18px;
}
.text-left .em-slider-descript {
margin-left: 0;
margin-right: auto;
}
.text-center .em-slider-descript {
margin: 0 auto 31px;
}
.text-right .em-slider-descript {
margin-right: 0;
margin-left: auto;
text-align: right;
}
.em-button-button-area a {
-moz-user-select: none;
background: #FF3C00;
border: medium none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding: 15px 41px;
text-align: center;
text-transform: uppercase;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 2px;
border: 1px solid transparent;
font-weight: 400;
margin-top: 10px;
}
.em-button-button-area a:hover {
background-color: #fff;
border-color: #fff;
color:#FF3C00;
}
.em-slider-button .withput-active {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,0.8);
margin-left: 7px;
}
.em-slider-button .withput-active:hover{
background:#fff; 
border-color:#fff; 
color:#FF3C00;
}
.em-button-button-area a i {
margin-left: 10px;
display: inline-block;
}
.text-left a.em-active-button {
margin-left: 0;
}
.em-slider-half-width {
width: 50%;
}
.text-center .em-button-button-area a {
margin: 0 15px;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
} .em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 78px;
width: 50px;
line-height: 74px;
border: 0;
text-align: center;
display: block;
color: #FF3C00;
font-size: 28px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
background: #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #FF3C00;
border-color: #FF3C00;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
z-index: 22;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
} .em-nivo-slider-wrapper .nivo-controlNav {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
left: 38px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.em-nivo-slider-wrapper .nivo-controlNav {}
.em-nivo-slider-wrapper .nivo-controlNav a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 9px;
height: 17px;
margin: 8px 0;
width: 17px;
color: #FF3C00;
line-height: 17px;
opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #fff none repeat scroll 0 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
position: absolute;
top: -180px;
text-align: right;
left: 59%;
} .single_pricing {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 26px 40px 50px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.single_pricing.active {
background: #FF3C00;
color: #fff;
padding: 51px 40px 75px;
transform: translateY(-25px);
}
.pricing_head {
padding: 0 0 0px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pricing_icon {
text-align: center;
}
.pricing_title h2 {
font-size: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.pricing_title h3 {
font-size: 20px;
text-transform: capitalize;
padding-bottom: 11px;
}
.pricing_subtitle h4 {
font-size: 18px;
color: #656565;
font-weight: 400;
margin: 0;
}
.price_item_inner_center {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.price_item {
-webkit-transition: all 0.5s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 15px;
}
.price_item span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #232323;
font-family: 'Fira Sans', sans-serif;
}
.slash {
font-size: 0;
}
.curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #616161 !important;
}
.bootmp {
font-size: 20px !important;
font-weight: 500 !important;
color: #616161 !important;
}
.pricing_btn span {
border: 1px solid #ddd;
display: inline-block;
padding: 0px 23px;
border-radius: 30px;
font-size: 15px;
}
.featur ul li {
display: block;
font-size: 16px;
padding: 7px 0;
text-transform: none;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: capitalize;
font-weight: 300;
}
.featur ul li b {
font-weight: 600;
}
.featur ul li:last-child {
padding-bottom: 0;
}
.order_now {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: 34px;
}
.order_now a {
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #FF3C00;
border: 1px solid #FF3C00;
border-radius: 3px;
}
.single_pricing:hover .order_now a {
background: #FF3C00;
color: #fff;
}
.single_pricing.active .order_now a {
background: transparent;
border-color: #fff;
color: #fff;
}
.single_pricing.active .price_item span,
.single_pricing.active .pricing_title>h3 {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
color:#fff !important;
}
.gradient .single_pricing.active {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .kc-feature-boxes {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
border:0 !important;
} .single_pricing.style4 {
position: relative;
padding: 42px 0px 38px;
background-color: #f5f5f5;
border-radius: 10px;
text-align: left;
box-shadow: none;
}
.single_pricing.style4 .pricing_img {
display: inline-block;
height: 82px;
width: 82px;
text-align: center;
line-height: 82px;
background: #ff3b00;
border-radius: 5px;
}
.single_pricing.style4 .price-item {
display: inline-block;
position: absolute;
right: 30px;
top: 11px;
}
.single_pricing.style4 .pricing-head {
text-align: left;
position: relative;
padding: 0 31px;
}
.single_pricing.style4 .price-item .currency {
color: #1e266d;
font-size: 24px;
font-weight: 500;
}
.single_pricing.style4 .price-item .tk {
color: #1e266d;
font-size: 42px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 22px;
}
.single_pricing.style4 .price-item .month {
color: #6d6d6d;
font-size: 14px;
font-weight: normal;
display: block;
text-transform: uppercase;
}
.single_pricing.style4 .pricing-title {
font-size: 22px;
font-weight: 500;
position: relative;
z-index: 1;
margin: 34px 0 29px;
background: #fff;
display: inline-block;
padding: 11px 30px;
border-radius: 0 5px 05px 0;
transition: .5s;
}
.single_pricing.style4 .pricing-title:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 49px;
width: 3px;
background: #ff3b00;
transition: .5s;
}
.single_pricing.style4 .pricing-title h3 {
font-size: 22px;
font-weight: 500;
margin: 0;
}
.single_pricing.style4 .pricing-body {
padding: 0 31px;
}
.single_pricing.style4 .pricing-body ul li {
font-weight: 400;
margin-bottom: 15px;
padding: 0;
}
.single_pricing.style4 .pricing-body ul li i {
display: inline-block;
color: #FF3C00;
font-size: 16px;
margin-right: 6px;
}
.single_pricing.style4 .order_now {
margin-top: 16px;
}
.single_pricing.style4 .order_now a {
position: relative;
display: inline-block;
color: #1e266d;
font-weight: 400;
padding: 10px 33px;
width: inherit;
background-color: #fff;
border-radius: 5px;
text-align: left;
margin-top: 20px;
transition: .5s;
border: none;
font-size: 16px;
}
.single_pricing.style4:hover .order_now a{
background: #FF3B00;
color: #fff;
}
.single_pricing.style4.active:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/active.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
border-radius: 5px;
}
.single_pricing.style4.active .pricing-title {
background-color: rgba(255,255,255,0.2);
}
.single_pricing.style4.active .pricing-title:before{
display: none;
}
.single_pricing.style4.active .pricing-body ul li i {
color: #fff;
}
.single_pricing.style4.active .price-item .currency,
.single_pricing.style4.active .price-item .tk,
.single_pricing.style4.active .price-item .month {
color: #fff;
}
.single_pricing.style4.active .pricing_img {
background: #fff;
}
.single_pricing.style4.active .pricing-title h3{
color: #fff;
}
.single_pricing.style4.active {
background: #FF3C00;
color: #fff;
transform: translateY(0);
}  div.wpcf7-response-output {
margin: 0;
} .footer-address {
padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 16px;
color: rgba(255,255,255,0.80);
}
.footer-sociala-info {
overflow: hidden;
}
.footer-logo {
margin-bottom: 18px;
margin-top: 19px;
}
.footer_s_inner {
margin-top: 0px;
margin-bottom: 0;
}
.footer-sociala-icon {
clear: both;
float: left;
font-size: 26px;
margin-right: 17px;
overflow: hidden;
color: #FF3C00;
display: none;
}
.recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 14px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 0px;
}
.recent-post-image {
float: left;
margin-right: 25px;
}
.recent-post-image a {
display: inline-block;
}
.recent-post-text {
margin-top: 0;
overflow: hidden;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.footer-middle .post-date {
display: block;
} ::-webkit-input-placeholder { color: #666;
font-size: 17px;
}
::-moz-placeholder { color: #666;
font-size: 17px;
}
:-ms-input-placeholder { color: #666;
font-size: 17px;
}
:-moz-placeholder { color: #666;
font-size: 17px;
}
.apppontment-form-two input::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two textarea::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-moz-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-moz-placeholder { color: #fff !important;
font-size: 16px;
} .quote_form input::-moz-placeholder {
color: #fff;
font-size: 17px;
}
.quote_form ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form ::-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
} .mailchim-form-inner {
width: 100%;
background: #fff;
border-radius: 15px;
padding: 33px 190px 40px; overflow: hidden;
background: #FF3C00;
}
.mailchim-form {
}
.mailchim-form-inner .widgettitle {
font-size: 31px;
font-weight: 700;
padding-bottom: 25px;
text-align: center;
text-transform: capitalize;
color: #fff;
}
.mc4wp-form-fields p {
position: relative;
font-size: 16px;
position: relative;
margin: auto;
}
.footer-middle .mc4wp-form-fields p {
color: #a0a1a2;
margin-bottom: 40px;
}
.mc4wp-form-fields p {
position: relative;
color: #333; text-align: center;
}
.mc4wp-form-fields p label {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 54px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
}
.mc4wp-form-fields textarea{
height:80px;
}
.mc4wp-form-fields button {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 17px;
background: #FF3C00;
color: #fff;
font-weight: 600;
margin: auto;
padding: 0 33px;
height: 84%;
display: inline-block;
font-family: 'Poppins', sans-serif;
position: absolute;
right: 6px;
top: 4px;
border-radius: 2px;
}
.mc4wp-form-fields button:hover {
background: #BD2D10;
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
border-color: #FF3C00;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(241,42,2,.075),0 0 8px rgba(241,42,2,.6);
} .subscribe-six .mc4wp-form-fields button {
font-size: 14px;
font-weight: 600;
margin: auto;
padding: 0 18px;
position: absolute;
} .new_subs input[type="email"] {
font-size: 16px;
height: 60px;
padding: 5px 25px;
width: 100%;
background: #ffffff;
border-radius: 0;
outline: 0;
text-align: center;
}
.new_subs p.mailchimp-form button {
border: medium none;
border-radius: 0;
font-weight: 500;
text-align: center;
padding: 16px 30px;
position: absolute;
right: 0;
top: 70px;
width: 100%;
height: inherit;
}
.footer_bottom p{
margin: 0;
} .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 69px;
padding: 5px 37px;
border-radius: 40px;
}
.New-footer .mc4wp-form-fields button {
height: 78%;
right: 8px;
top: 8px;
border-radius: 30px;
}
.New-footer .recent-post-text h4 a {
color: #fff;
}
.New-footer .recent-post-text h4 a:hover{
color: #FF3C00;
}
.New-footer .recent-post-text .rcomment {
color: #999397;
}
.footer-bottom p{
margin: 0;
} .new-footer-two .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 57px;
padding: 5px 14px;
border-radius: 6px;
}
.new-footer-two .mc4wp-form-fields button {
padding: 0 22px;
right: 6px;
top: 4px;
border-radius: 2px;
}
.new-footer-two .New-footer .mc4wp-form-fields button {
top: 7px;
border-radius: 5px;
} .form-area.apppontment-form {
background: #fff;
padding: 41px 50px 15px;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.apointment-form-title {
text-align: center;
margin-bottom: 30px;
}
.apointment-form-title h2 {
font-size: 25px;
}
.form-area.apppontment-form .button {
padding: 14px 39px;
border-radius: 4px;
width: 100%;
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
width: 100%;
color: #666;
}
.form-area.apppontment-form textarea {
background: #F4F7FC;
}
.form-area.apppontment-form.apppontment-form-two {
background: rgba(12, 90, 219, 0.60);
}
.form-area.apppontment-form.apppontment-form-two input{
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
color:#fff;
}
.form-area.apppontment-form.apppontment-form-two textarea {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
height: 150px;
width: 100%;
padding: 15px;
}
.form-area.apppontment-form.apppontment-form-two .button {
background: #fff !important;
color: #FF3C00;
}
.form-area.apppontment-form.apppontment-form-two .button:hover {
background: #FF3C00 !important;
color: #fff;
}
.content-desc a {
color: #898a9c;
} .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.itsoft-single-blog_adn:hover {
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
box-shadow: 0 5px 30px rgba(0,0,0,0.2);
border-color:transparent;
} .blog_adn_thumb_inner {
position: relative;
}
.itsoft-blog-thumb_adn {
position: relative;
}
.itsoft-blog-thumb_adn a {
position: relative;
}
.itsoft-blog-thumb_adn a {
display: block;
}
.itsoft-blog-thumb_adn img {
} .em-blog-content-area_adn {
padding: 40px 18px 15px;
text-align: center;
position: relative;
}
.blog-page-title_adn h2 {
font-size: 20px;
margin: 10px 0 7px;
line-height: 1.2;
}
.blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #232323;
font-weight: 600;
}
.blog-page-title_adn a:hover {
color: #FF3C00;
}
.blog-content_adn h2 a {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
color: #FF3C00;
}
.blog-content_adn p {
margin: 16px 0 15px;
}
.blog-page-title_adn2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
}
.blog-page-title_adn2 h2 {
margin: 0px;
background: rgba(0, 0, 0, 0.72);
padding: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog-page-title_adn2 h2 a {
color: #fff;
} .itsoft-blog-meta_adn {
border-top: 1px solid #FF3C00;
margin-top: 18px;
padding-top: 11px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
position: relative;
font-weight: 400;
font-size: 15px;
}
.itsoft-blog-meta-left_adn a::before {
position: absolute;
content: "";
right: -11px;
width: 1px;
height: 18px;
background: #595555;
top: 5px;
}
.itsoft-blog-meta-left_adn i {
margin-right: 0px;
color: #333;
}
.blog_nospace_adn.col-xs-12 {
padding: 0px;
}
.blog_nospace_adn .itsoft-single-blog {
margin-bottom: 0px;
}
.btn-link {
font-weight: 500;
color: #616161;
font-size: 16px;
font-family: Muli;
}
.btn-link:hover {
text-decoration:none;
color: #FF3C00;
}
.btn-link i{
margin-left:5px;
}
.itsoft-blog-meta-top {
position: absolute;
left: 7px;
bottom: inherit;
top: 10px;
}
.itsoft-blog-meta-top li{
display:inline-block;
}
.itsoft-blog-meta-top li a {
display: inline-block;
background: #FF3C00;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 2px;
letter-spacing: 1px;
margin-right: 5px;
}
.itsoft-blog-readmore a {
padding: 9px 20px;
display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #616161;
}
.itsoft-blog-readmore a:hover{
color:#FF3C00;
} .blog_style_two .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 35px 30px;
text-align: left;
}
.blog_style_two .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_two .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_two .itsoft-blog-readmore a {
padding: 0;
border: 0;
color: #FF3C00;
position:relative;
}
.itsoft-blog-readmore a{
position:relative;
}
.itsoft-blog-readmore a i {
margin-left: 5px;
position: relative;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .blog_style_five .single_blog_adn {
border: none;
border-radius: 4px;
transition: .4s;
margin-bottom: 30px;
}
.blog_style_five .single_blog_adn:hover{
box-shadow:none);
border-color: transparent;
}
.blog_style_five .single_blog_adn:hover .em-blog-content-area_adn{
box-shadow: 0px 20px 40px 0px rgba(189, 189, 189, 0.2); 
background:#fff;
}
.blog_style_five .single_blog_adn:hover .itsoft-blog-readmore a{
background:#FF3C00;
color:#fff;
}
.blog_style_five .itsoft-single-blog_adn {
margin-bottom: 0;
overflow: hidden;
background: #fff;
box-shadow: none;
padding: 0;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 30px 32px;
text-align: left;
position: relative;
border-top: 2px solid#FF3C00;
width: 90%;
left: 0;
right: 0;
margin: auto;
background: #F4F4F4;
z-index: 1;
margin-bottom: 30px;
transition: .5s;
margin-top: -21px;
}
.blog_style_five .em-blog-content-area_adn:before {
position: absolute;
content: "";
top: -16px;
left: 0;
height: 69%;
width: 38%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line.png);
background-position: center center;
background-repeat: no-repeat;
}
.blog_style_five .itsoft-blog-meta-left {
box-shadow: none;
padding: 0px 0px;
border-radius: 0;
text-align: left;
position: inherit;
top: 0;
margin: 0;
background: transparent;
}
.blog_style_five .itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 15px;
}
.blog_style_five .itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
display: none;
}
.blog_style_five .blog-page-title_adn h2 {
font-size: 22px;
margin: 14px 0 23px;
line-height: 1.3;
}
.blog_style_five .blog-inner-content {
background: #fff;
padding: 19px 21px 20px;
border-top: 1px solid#E1E1E1;
}
.blog_style_five .blog-box-img {
margin-right: 10px;
}
.blog_style_five .blog-box-img img {
height: 28px;
width: 28px;
border-radius: 100%;
background: #FF3D00;
text-align: center;
box-shadow: 0px 3px 24px 3px rgb(255 61 0 / 36%);
}
.blog_style_five .blog-box-title h2 {
font-size: 16px;
margin: 0 0 0;
font-family: 'Fira Sans';
font-weight: 500;
}
.blog_style_five .itsoft-blog-readmore a {
padding: 10px 19px;
border-radius: 0px;
color: #232323;
font-family: 'Fira Sans';
display: block;
background: #fff;
}
.blog_style_five .itsoft-blog-readmore a i {
font-size: 9px;
font-weight: 600;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.blog_style_five .itsoft-blog-readmore a:hover{
color: #FF3C00;
}
.blog_style_five .itsoft-blog-readmore {
display: block;
position: relative;
left: 0;
} .blog_style6 .itsoft-single-blog_adn {
border: none;
padding:0;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
}
.blog_style6 .itsoft-single-blog_adn:hover .em-blog-content-area_adn{
border-color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft_blog_meta_left span{
color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft-blog-readmore a{
color:#FF3C00;
}
.blog_style6 .em-blog-content-area_adn {
border: none;
padding: 22px 30px 24px;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
border-bottom: 4px solid#fff;
text-align: left;
}
.blog_style6 .itsoft_blog_meta_left span {
color: #686868;
display: inline-block;
margin: 0 0 6px;
}
.blog_style6 .blog-page-title_adn h2 {
margin: 8px 0 16px;
line-height: 1.34;
}
.blog_style6 .itsoft-blog-readmore a {
padding: 0;
color: #616161;
}
.blog_style6 .itsoft-blog-readmore a i{
margin-left: 5px;
} .blog_style6.seven .itsoft-single-blog_adn {
filter: none;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-left: 3px;
}  @media (max-width: 767px) {
body {
overflow-x: hidden;
}
.itsoft-header-top {
display: none;
}
.mean-container .mean-bar:before {
text-transform: uppercase;
top: 19px;
}
.mean-container a.meanmenu-reveal {
padding: 19px 20px 18px;
}
} .banner-area .btn {
-moz-user-select: none;
background: #FF3C00;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
padding: 12px 32px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 10px;
}
.banner-area .active .btn {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #FF3C00;
color: #FF3C00;
}
.btn i {
margin-left: 2px;
}
.btn-sm {
font-size: 12px;
letter-spacing: 1px;
padding: 12px 20px;
}
.btn.btn-bordered {
background: transparent none repeat scroll 0 0;
border: 2px solid #FF3C00;
color: #FF3C00;
padding-bottom: 11px;
padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
padding-bottom: 16px;
padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
padding-bottom: 8px;
padding-top: 8px;
}
.btn-icon i {
font-size: 10px;
left: 0;
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
left: 2px;
}
.banner-area .btn:hover {
background-color: #fff;
color: #FF3C00;
border-color: #fff;
}
.banner-area .active .btn:hover{
background-color:#FF3C00;
color: #fff;
border:1px solid #FF3C00;
}
.btn.btn-bordered:hover {
background-color: #FF3C00;
color: #fff;
}
.button-group {
margin-top: 30px;
}
.button-group a {
margin-right: 25px;
}
.button-group a:last-child {
margin-right: 0;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.scroll-next {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}
.scroll-next>a {
border-radius: 20px;
display: inline-block;
height: 30px;
width: 30px;
position: relative;
}
.scroll-next i {
color: #FF3C00;
font-size: 40px;
left: 0;
position: absolute;
right: 0;
top: 0;
} #parallax{
position:relative;
}
.slider-shape {
position: absolute !important;
}
.layer-1 {
top: 12% !important;
left: 8% !important;
}
.layer-2 {
top: 53% !important;
left: 6% !important;
}
.layer-3 {
top: 87% !important;
left: 16% !important;
}
.layer-4 {
top: 54% !important;
left: 74% !important;
opacity: .09;
}
.layer-5 {
top: 24% !important;
left: 13% !important;
opacity: .03;
}
.area-padding {
padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
top: 53% !important;
left: 7% !important;
}
.s-layer-2 {
top: 73% !important;
left: 13% !important;
opacity: .2;
}
.s-layer-3 {
top: 75% !important;
left: 39% !important;
}
.s-layer-4 {
top: 82% !important;
left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
@keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.slider-video-icon a{
text-align: center;
display: inline-block;
position:relative;
}
.single-video .layer-1 {
top: -20% !important;
left: -158px !important;
z-index: -1;
}
.single-video .layer-2 {
top: -47% !important;
left: 36% !important;
z-index: -1;
}
.single-video .layer-3 {
top: 109% !important;
left: -12% !important;
z-index: -1;
}
.single-video .layer-4 {
top: 83% !important;
left: inherit !important;
right: -126px;
z-index: -1;
opacity:1;
}
.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;
}
.about-video.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
display:none;
}
.style_two.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.style_two .video-icon {
position: inherit;
transform: inherit;
} .portfolio-details-box li {
border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.portfolio-details-box li:last-child {
border-bottom: 0 none;
}
.portfolio-details-box li span {
color: #333;
display: inline-block;
font-weight: 700;
margin-right: 15px;
text-transform: uppercase;
width: 170px;
}
.portfolio-details-box li:first-child {
padding-top: 0;
}
.portfolio-details-box ul {
margin-bottom: 20px;
}
.portfolio-description {
margin-top: 50px;
}
.portfolio-description>p {
font-size: 18px;
}
.projects-navigation-wrap {
margin-top: 50px;
}
.projects-navigation-wrap a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.pr-title h2 {
font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
}
.prot_content.multi_gallery {
width: 75%;
margin: auto;
} .abtext em {
color: #444;
font-weight: 600;
}
.abtext ol {
padding-left: 15px;
}
.abtext ol li {
font-weight: 600;
line-height: 30px;
} .mean-container .mean-bar:before {
text-transform: uppercase;
}
.footer-logo img {
margin-bottom: 28px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
color: #FF3C00 !important;
}
span.wpcf7-not-valid-tip {
text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
margin-bottom: 34px !important;
margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
} .blog-left-side .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
color: #fff !important;
}
.footer-middle table#wp-calendar th {
color: #e3e3e3;
}
.blog-left-side .widget h2 {
margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.widget.widget_categories select {
width: 100%;
height: 34px;
}
.widget .screen-reader-text {
display: none;
}
.search input {
width: 100%;
}
.textwidget select {
width: 100%;
}
.widget ul li:first-child {
padding-top: 0;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-top: 1px solid #E8E8E8;
padding: 15px 0;
}
.widget ul li:hover {
color: #FF3C00;
}
.comment_field .textarea-field label {
margin-top: 20px;
margin-bottom: 10px;
}
.blog-content {
word-break: break-word;
}
.post-password-form input[type="submit"] {
background: #FF3C00;
height: 40px;
width: 100px;
}
.page-list-single {
clear: both;
}
.blog-left-side .text-widget-about ul li {
border-top: 0;
padding: 0;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
} .nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills > li {
float: left;
color: #f00;
border: 0;
margin: 0;
width: 15%;
background: transparent;
margin-right: 15px;
border: 1px dashed #FF3C00;
}
.nav-pills>li>a {
padding: 0 30px;
text-decoration: none;
outline: 0;
display: block;
line-height: 25px !important;
color: #FF3C00 !important;
font-size: 20px !important;
font-weight: 500 !important;
margin: 0px 0px;
padding: 20px 20px 19px !important;
border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background: #FF3C00 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
font-size: 40px;
display: block;
padding-bottom: 20px;
display:block;
} .em_tab_content.tab-content {
overflow: hidden;
box-shadow: 0 0 15px rgba(12, 90, 219, 0.10);
padding: 40px 25px;
background: #fff;
}
.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.em_post_tab_thumb img {
width: 100%;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
list-style: none;
margin: 26px 0 20px;
}
.tab_pan_content ul li {
margin-bottom: 12px;
font-weight: 600;
font-family: 'Muli', sans-serif;
font-size: 16px;
margin-left: 20px;
}
.tab_pan_content ul li i {
color: #FF3C00;
margin-right: 7px;
}
.tab_pan_content a {
display: inline-block;
font-size: 17px;
color: #fff;
background: #FF3C00;
border-radius: 4px;
padding: 12px 30px;
display: inline-block;
margin-top: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-right: 15px;
}
a.active-tab-btn {
background: #bd2d10;
}
.tab_pan_content a:hover {
background: #bd2d10;
}
a.active-tab-btn:hover {
background: #FF3C00;
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}} .tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #FF3C00;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #FF3C00;
color: #fff;
} .owl-dots {
position: absolute;
left: 50%;
bottom: -36px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dot {
background: #bfcadc;
height: 5px;
width: 25px;
display: inline-block !important;
margin: 0 3px;
border-radius: 50px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.owl-dot.active {
background: #FF3C00;
width:35px;
}
.case_study_carousel  .owl-dots {
bottom: -60px;
}
.author.mt-120 {
background: #fff;
padding: 38px 38px 30px;
margin-top: 70px;
margin-bottom: 50px;
overflow: hidden;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
border-radius: 7px;
}
.author.mt-120 p {
font-size: 16px;
overflow:hidden;
}
.author-text h3 {
margin: 0 0 10px;
font-size: 25px;
}
.author-text h3 a {
font-size: 24px;
text-transform: capitalize;
font-weight: 800;
color: #232323;
font-family: Muli;
}
.author-img.text-center {
float: left;
margin-right: 30px;
}
.author-img img {
border-radius: 100%;
}
.author-icon {
margin-bottom: 26px;
}
.author-icon a {
color: #9498b6;
font-size: 15px;
margin: 0 5px;
}
.kc-google-maps iframe{
width:100%;
height:600px; 
frameborder:0; 
border:0;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px !important;
}
#visa-type .content-image img{
width:80px !important; 
height:80px !important;
}
.footer-middle table#wp-calendar td {
color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
color: #e3e3e3;
}
.footer-middle .wp-caption-text {
color: #e3e3e3;
}
.footer-middle .textwidget p {
color: #e3e3e3;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px;
}
.em-service2.style-three.sright .em-service-icon {
margin-right: -70px;
}
.em-service2.style-three.sleft .em-service-icon{
margin-left: -70px;
}
.menu-serivice-menu-container ul li {
padding: 19px 20px;
border: 1px solid #ddd;
border-bottom: none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
background: #FFFFFF;
}
.menu-serivice-menu-container ul {
list-style: none;
padding: 0;
}
.menu-serivice-menu-container ul li a {
display: block;
color: #555;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
border-top: 1px solid #ddd;
padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
color:#fff;
}
#faqs .kc_single_image img {
width: 100%;
}
#faqs .kc_column_inner{
padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
color: #fff;
} .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
background-color: #f00 !important;
color: #fff !important;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: transparent !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: transparent !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
border: 1px solid #ddd !important;
margin-right: 10px;
}
.ui-tabs-active {
border-color: transparent !important;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 0 !important;
margin-top: 30px !important;
}
.about-list ul {
padding-left: 17px;
list-style: square;
}
.about_lists {
list-style: none;
display: flex;
}
.about_lists li {
display: block;
font-weight: 500;
font-size: 16px;
color: #666;
width: 50%;
margin-bottom: 15px;
}
.about_lists li i {
margin-right: 10px;
color: #FF3C00;
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 20px;
line-height: 27px;
}
.progress {
width: 100px!important;
height: 100px!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: 20px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 600;
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);
}
} rs-layer#slider-2-slide-5-layer-13 a i {
color: #FF3C00!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a{
color: #FF3C00!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a  {
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a i {
border: none!important;
} .my-accordion {
padding: 0;
margin: 0;
}
ul.my-accordion li a.active {
background: #ff3b00;
padding: 14px 40px 13px 56px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Fira Sans', sans-serif;
border-color: #ff3b00;
border-radius: 30px;
}
.my-accordion li {
list-style: none;
box-shadow: none;
border-radius: 0;
padding: 0;
margin-bottom: 24px;
position: relative;
}
.my-accordion li:before {
position: absolute;
content: "";
top: 16px;
left: 20px;
height: 20px;
width: 25px;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/question.png);
background-repeat: no-repeat;
z-index: 1;
}
.my-accordion li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #fff;
transition: .3s;
margin-left: 0;
border: 1px solid#626065;
padding: 14px 20px 14px 52px;
border-radius: 30px;
}
.my-accordion li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;
line-height: 33px;
border-radius: 50%;
background: #383842;
box-shadow: none;
border: 1px solid#626065;
}
.my-accordion li a.active::before {
width: 30px;
right: 20px;
height: 30px;
background: #fff;
top: 12px;
}
.my-accordion li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #fff;
}
.my-accordion li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #ff3b00;
z-index: 99999;
}
.my-accordion p {
display: none;
margin: 19px 0 11px 21px;
line-height: 28px;
color: #fff;
opacity: 0.7;
} .my-accordion.style2 li a {
border-radius: 0;
}
ul.my-accordion.style2 li a.active {
border-radius: 0;
} .secoundhand-faq .my-accordion p {
color: #232323;
opacity: 0.9;
}
.secoundhand-faq .my-accordion li a {
color: #232323;
}
.secoundhand-faq .my-accordion li:before {
filter: brightness(0) invert(0);
}
.secoundhand-faq ul.my-accordion li a.active .my-accordion li:before{
filter: brightness(0) invert(1);
} .classic-it-service .message-box-wrap {
font-size: 18px !important;
background: #fff !important;
border-radius: 0 30px 30px 30px !important;
transition: .5s;
box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
padding: 15px;
color: #232323 !important;
margin-bottom: 20px;
border: 0;
}
.classic-it-service .message-box-wrap:hover{
background: #FF3C00 !important;
color:#fff !important;
}
.classic-it-service .message-box-wrap i {
font-size: 20px !important;
color: #fff !important;
background: #FF3C00;
height: 56px;
width: 56px;
margin-top: -15px;
text-align: center;
line-height: 56px;
margin-left: -20px;
border-radius: 0 30px 30px;
}
.slider-video-icon span a {
display: none !important;
}  .em-hero-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
position: relative;
z-index: 0;
}
.hero-single-slide .container {
z-index: 9;
}
.hero-single-slide {
min-height: 787px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.hero-single-slide.hero-style-three {
min-height: 725px;
}
.hero-single-slide.hero-style-five.hero-style-seven,
.hero-single-slide.hero-style-two{
min-height: 743px;
}
.hero-single-slide.hero-style-six{
min-height: 800px;
}
.hero-single-slide.hero-style-two{
min-height:630px;
}
.hero-single-slide.hero-style-five{
position:relative;
z-index:1;
}
.hero-single-slide.hero-style-five:after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 175%;
bottom: 0;
background-image: url(//www.mv-it.cloud/wp-content/themes/itsoft/assets/images/slider_bg-hero.png);
background-repeat: no-repeat;
background-size: cover;
}
.hero-single-slide.hero-style-five:before{
display:none;
}
.hero-content-left {
padding-right: 20px !important;
}
.hero-single-slide:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.hero-style-two.single-slide:before {
display:none;
}
.hero-content-left h1 {
font-size: 44px;
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
}
.hero-content-left h2 {
font-size: 44px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.hero-style-six .hero-content-left {
padding-right: 0;
margin-top: -112px;
}
.hero-animation-img {
position: relative;
display: block;
width: 100%;
}
.hero-single-slide.hero-style-three .hero-animation-img {
margin-top: -60px;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.hero-single-slide.hero-style-five.bottom-img {
bottom: -10px;
}
.bottom-img img{
width:100%;
}
.hero-style-two .app-store-btn {
border-radius: 30px;
color: #fff;
border: 2px solid #6730e3;
background: #6730e3;
font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
background: transparent;
color: #6730e3;
}
.shape-image {
position: absolute;
width: 100%;
height: auto;
bottom: 76px;
z-index: 0;
left: 268px;
overflow: hidden;
background-size: cover;
right: 0;
}
.hero-single-slide .slider-video-icon {
margin-left: 10px;
} .animation-one {
-webkit-animation: move-one 7s ease-in-out infinite;
animation: move-one 7s ease-in-out infinite;
}
@keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
@-webkit-keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
.animation-two {
position: absolute;
bottom: -10px;
-webkit-animation: move-two 8s ease-in-out infinite;
animation: move-two 8s ease-in-out infinite;
}
@-webkit-keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
@keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
.animation-three {
position: absolute;
-webkit-animation: move-three 9s ease-in-out infinite;
animation: move-three 9s ease-in-out infinite
}
@-webkit-keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
@keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
.animation-four {
position: absolute;
-webkit-animation: move-four 6s ease-in-out infinite;
animation: move-four 6s ease-in-out infinite
}
.animation-new{
position: absolute;
bottom: 10px;
}
@-webkit-keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
@keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
.circles {
overflow: hidden;
width: 100%;
position: absolute;
height: 1200px;
}
.point {
border-radius: 50%;
z-index: 999;
position: absolute;
}
.animated-point-1 {
background-color: red;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p1;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p1;
animation-duration: 80s;
animation-iteration-count: infinite;
}
.animated-point-2 {
background-color: green;
height: 15px;
width: 15px;
position: relative;
-webkit-animation-name: p2;
-webkit-animation-duration: 90s;
-webkit-animation-iteration-count: infinite;
animation-name: p2;
animation-duration: 90s;
animation-iteration-count: infinite
}
.animated-point-3 {
background-color: orange;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p3;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p3;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-4 {
background-color: pink;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p4;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p4;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-5 {
background-color: #ffc64c;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p5;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p5;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-6 {
background-color: #ffc64c;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p6;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p6;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-7 {
background-color: orange;
height: 14px;
width: 14px;
position: relative;
-webkit-animation-name: p7;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p7;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-8 {
background-color: purple;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p8;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p8;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-9 {
background-color: purple;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p9;
-webkit-animation-duration: 100s;
-webkit-animation-iteration-count: infinite;
animation-name: p9;
animation-duration: 100s;
animation-iteration-count: infinite
} @-webkit-keyframes p1 {
0% {
left: 0px;
top: 0px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0px;
top: 0px
}
}
@keyframes p1 {
0% {
left: 800px;
top: 0px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 800px;
top: 0px
}
}
@-webkit-keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@-webkit-keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@-webkit-keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 00px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 0px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@-webkit-keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@-webkit-keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@-webkit-keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@-webkit-keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@-webkit-keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@media (min-width: 1024px) and (max-width: 1600px) {
#service-bg .kc_col-sm-5 {
padding-left: 95px !important;
}
}
.mobile-menu.trp_nav_area {
padding: 0;
}
.mobile-menu.trp_nav_area.hbg2 {
background: inherit;
padding: 0;
}
.mobile_logo_area {
display: none !important;
} .about-section-thumb {
position: relative;
z-index: 1;
right: 20px;
} .about-section-thumb .section-img {
position: absolute;
z-index: -1;
}
.about-section-thumb .section-img.shape1 {
top: 25%;
right: 9px;
z-index: 2;
}
.about-section-thumb .section-img.shape3 {
top: 7%;
right: 32px;
z-index: 2;
}
.about-section-thumb .section-img.shape2 {
right: 62px;
top: 39%;
z-index: 2;
}
.about-section-thumb .section-img.shape5 {
top: 0;
left: 0;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape4 {
top: 15px;
right: 35px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape6 {
right: -76%;
bottom: -12px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape7 {
top: 14%;
left: 41%;
}
.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(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
}
@-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 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);
}
}
@-webkit-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);
}
}
@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);
}
} .skill-single-box {
position: relative;
z-index: 1;
}
.skill-thumb {
position: relative;
z-index: 1;
left: 33%;
}
.skill-img {
position: absolute;
z-index: -1;
}
.skill-img.shape1 {
right: 60px;
top: 25%;
}
.skill-img.shape-3 {
left: -70px;
top: 7px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
left: 20px;
bottom: -60px;
z-index: 2;
}
.skill-img.shape-5 {
bottom: -30px;
right: 45px;
z-index: 2;
}
.skill-img.shape-6 {
top: 105px;
left: 12%;
}
.skill-img.shape-7 {
top: -30px;
left: 125px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
top: 73px;
right: 86px;
}
.skill-img.shape-2 {
bottom: -22px;
right: 33px;
z-index: 2;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
left: -60px;
bottom: -114px;
}
.menu-social-menu-container {
margin-top: -20px;
} #mega-menu-wrap-menu-1 {
display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 772px;
}
ul.mega-sub-menu {
box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1074px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -307px;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.transprent-menu .prefix #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.header-new-style-01 .row.logo-left.align-items-center {
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0 15px;
} .sidebar {
display: inline-block;
cursor: pointer;
text-align: right;
font-size: 30px;
margin-left: 8px;
top: 4px;
position: relative;
}
.nav-btn.navSidebar-button i {
color: #ff3c00;
}
.xs-sidebar-group .dt-overlay {
left: 100%;
top: 0;
position: fixed;
z-index: 101;
height: 100%;
opacity: 0;
width: 100%; -webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 0.9;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 39px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
}
.bt-black {
background: rgb(22,22,23,0.5)!important;
}
.close {
color: #161617;
opacity: .9;
}
.content-text p {
margin: 32px 0 53px;
} .social-icon ul li {
display: inline-block;
margin-right: 6px;
}
.social-icon ul li a {
height: 41px;
width: 41px;
line-height: 41px;
text-align: center;
background: #2B4868;
display: inline-block;
transition: .5s;
border-radius: 100%;
color: #fff;
position: relative;
z-index:1;
overflow: hidden;
}
.social-icon ul li a:after{
position: absolute;
content:"";
top:0;
right:0;
height:100%;
width:0;
transition:.5s;
background:#37A3FE;
z-index: -1;
border-radius:100%;
}
.social-icon ul li a:hover:after{
left:0;
width:100%;
}
.location-icon {
margin-right: 17px;
}
.location-icon i {
color: #37A3FE;
font-size: 25px;
}
.location-content-text p {
font-family: 'Inter';
color: #fff;
}
.location-title h2 {
font-size: 30px;
margin: 0 0 17px;
}
nav.wp-calendar-nav {
display: none;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-contact-info ul li {
list-style: none;
}
.sidebar-social-icon {
margin-top: 19px;
}
.sidebar-social-icon ul li {
display: inline-block;
margin: 0 13px 0 0;
}
.sidebar-social-icon ul li a{
display: inline-block;
color: #161617;
}
.sidebar-title h2 {
margin: 32px 0 26px;
font-weight: 700;
font-size: 28px;
letter-spacing: 1px;
}
.sidebar-contact-info h2 {
font-size: 28px;
margin: 0 0 26px;
}
.sidebar-contact-info ul li {
margin: 0 0 12px;
} #video-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 693px;
width: 100%;
border: 3px solid var(--brown);
border-radius: 5px;
position: relative;
cursor: none;
max-width: 100%;
}
#play-button {
position: absolute;
border: 3px solid var(--brown);
border-radius: 100px;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: var(--cream);
opacity: 1;
cursor: none;
}
.play-video-btn i {
background: #fff;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
} .element .my-accordion li:before {
display:none;
}
.element .my-accordion li a.active {
padding: 14px 40px 13px 30px;
}
.element .my-accordion.style3 li a {
padding: 14px 20px 14px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
margin: 0 0 0 2px !important;
}
.elementor-progress-percentage {
margin-top: -15px;
font-size: 16px;
}
.itsoft-button {
margin-top: 25px;
}
.elementor-accordion-item{
margin-bottom: 20px;
} .single-slick{
position: relative;
min-height: 700px;
z-index: 1;
}
.single-slick.style-five {
min-height: 950px;
}
.slider-height-five .single-slick{
height:800px;
}
.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 h1 {
font-size: 60px;
-webkit-animation: 1s 1.6s fadeInUp both;
animation: 1s 1.6s fadeInUp both;
font-weight: 700;
line-height: 1.1;
}
.dreamit-slick-slider .hero-text-wrap h4{
font-size: 19px;
letter-spacing: 2px;
margin: 0 0 24px;
border-top: 2px solid #ff7656;
display: inline-block;
color: #232323;
-webkit-animation: 0.8s 0.8s fadeInUp both;
animation: 0.8s 0.8s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 20px;
margin: 25px 0 35px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .hero-text-wrap .btn{
font-size: 17px;
color:#fff;
background: #ff7656;
padding: 12px 32px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .text-left .hero-text-wrap .btn {
margin-right: 15px;
}
.dreamit-slick-slider .text-right .hero-text-wrap .btn {
margin-left: 0;
margin-right: 10px;
}
.dreamit-slick-slider .text-center .hero-text-wrap .btn {
margin: 0 7px 0;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover{
background: #fff;
color: #ff7656;
}
.btn-md.btn-animated-none.btn-two {
background: #fff;
color: #ff7656;
}
.btn-md.btn-animated-none.btn-two:hover {
background: #ff7656;
color: #fff;
}
.dreamit-slick-slider .slider-video-icon {
padding-left: 30px;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: inline-block;
}
.slider-single-image img {
display: block;
width: 660px;
}
.dreamit-slick-slider .style-two .slider-video-icon {
padding-left: 0;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: block;
margin-bottom: 50px;
}
.dreamit-slick-slider .style-two .hero-text-wrap p {
margin: 15px 0 30px;
}
.slider-single-image {
position: absolute;
bottom: 0px;
right: 10%;
}
.text-right .slider-single-image {
left: 10%;
right:inherit;
}
.text-center .slider-single-image {
display:none;
}
.text-right .hero-text-wrap {
text-align: left;
float: right;
} .style-three .hero-text-wrap {
position: relative;
background: #FFF;
WIDTH: 100%;
PADDING: 45px 40px 45px;
max-width: 560px;
border-radius: 10px;
box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45,45,45,.13);
}
.style-three .hero-text-wrap h1 {
font-size: 45px;
} .single-slick.slider-style-four {
min-height: 880px;
} .style-five .slider-single-image {
position: absolute;
bottom: 171px;
right: 3%;
} .single-slick.style-six .slider-single-image{
right: 2%;
}
.single-slick.style-six .slider-single-image img{
width: 100%;
}
.single-slick.style-six .hero-text-wrap{
position: relative;
z-index: 1;
}
.single-slick.style-six .hero-text-wrap h1 span{
color: #ff7656;
}
.single-slick.style-six .hero-text-wrap p{
color: rgba(255, 255, 255, 0.8);
font-size: 16px;
font-family: "Fira Sans", Sans-serif;
}
.single-slick.style-six .hero-text-wrap .btn {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
font-weight: 500;
font-family: "Fira Sans", Sans-serif;
text-transform: uppercase;
padding: 8px 26px;
transition: .5s;
position: relative;
z-index: 1;
border-radius: 30px;
}
.single-slick.style-six .hero-text-wrap .btn:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:10%;
transition: .5s;
z-index: -1;
top: 0;
left: 0;
border-radius: 30px;
opacity: 0;
}
.single-slick.style-six .hero-text-wrap .btn:hover:before{
width: 100%;
opacity: 1;
}
.single-slick.style-six .hero-text-wrap .btn:hover i{
background:#FB3C00;
color:#fff;
}
.single-slick.style-six .hero-text-wrap .btn i {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #fff;
color: #f00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 17px;
transition: .5s;
}
.single-slick.style-six .shape1{
position: absolute;
right: 0;
top: 0;
}
.single-slick.style-six .shape2 {
position: absolute;
left: 36%;
top: 75%;
}
.single-slick.style-six .shape3 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape4{
position: absolute;
right: 0;
top: 0;
}
.single-slick.style-six .shape5 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape6 {
position: absolute;
top: 0;
left: 0;
}
.single-slick.style-six .shape7 {
position: absolute;
top: 0;
left: 0;
}
.branding-shape {
position: absolute !important;
left: 0;
top: 50%;
z-index: -1;
}
.branding-shape img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.shape19 {
position: absolute !important;
right: 43%;
bottom: -31px;
z-index: -1;
}
.shape19 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}
.shape20 {
position: absolute !important; 
right: 55%;
bottom: 5%;
z-index: -1;
}
.shape20 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}
.shape21 {
position: absolute !important;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
.shape21 img {
-webkit-animation: moveBounce 5s linear infinite;
animation: moveBounce 5s linear infinite;
}
.shape22 {
position: absolute !important;
left: 5%;
top: 15%;
z-index: -1;
}
.shape22 img {
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
.shape23 {
position: absolute !important;
left: 10%;
bottom: 10%;
z-index: -1;
}
.shape23 img {
-webkit-animation-name: rotateMe;
animation-name: rotateMe;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.shape24 {
position: absolute !important;
left: 25%;
top: 40%;
z-index: -1;
}
.shape24 img {
-webkit-animation: animationFramesOne 20s infinite linear;
animation: animationFramesOne 20s infinite linear;
}
.shape25 {
position: absolute !important;
left: 40%;
bottom: 10%;
z-index: -1;
}
.shape25 img {
-webkit-animation-name: rotateMe;
animation-name: rotateMe;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.shape26 {
position: absolute !important;
left: 30%;
top: 15%;
z-index: -1;
}
.shape26 img {
-webkit-animation: moveLeftBounce 3s linear infinite;
animation: moveLeftBounce 3s linear infinite;
}  .shape-rotate {
position: absolute  !important;
left: 13%;
top: 23%;
z-index: -1;
opacity: .3;
}
@keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
@-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 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);
}
}
@-webkit-keyframes moveLeftBounce {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes moveLeftBounce {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slider-video-icon a i {
line-height: 50px;
}
.slider-video-icon a {
position:relative;
}
@-webkit-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.7);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
opacity: 0;
}
}
@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.7);
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
opacity: 0;
}
}
.slider-video-icon a i{
font-size: 23px;
}
.slider-video-icon a {
background: #ff7656;
height: 50px;
width: 50px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
line-height: 50px;
color: #fff;
font-size: 15px;
position: relative;
display: inline-block;
}
.slider-video-icon a{
border-radius: 50%;
display: block;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
-webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
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(255, 255, 255, 0)
}
}
.rotateme {
-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);
}
}
.slider-shape1.rotateme {
position: absolute;
left: -74px;
top: 80px;
}
.slider-shape2.rotateme {
position: absolute;
right: 200px;
top: 200px;
}
.slider-shape3 {
position: absolute;
left: 212px;
top: 351px;
-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;
}
rs-layer#slider-4-slide-7-layer-4 {
background: transparent!important;
color: #fff;
border: 2px solid#fff!important;
border-radius: 100%;
height: 70px!important;
width: 70px!important;
line-height: 70px!important;
}
.ripple-video a {
color: #fff;
height: 70px!important;
width: 70px!important;
line-height: 67px!important;
position: relative;
display: inline-block;
left: 17px;
font-size: 14px;
} .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, .slick-next {
background-color: transparent;
border-radius: 4px;
-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;
background: rgba(0,0,0,0.4);
}
.em-slick-slider-new .slick-prev {
left: -57px;
}
.em-slick-slider-new .slick-next {
right: -57px;
}
.em-slick-slider-new:hover .slick-prev {
left: 50px;
}
.em-slick-slider-new:hover .slick-next {
right: 50px;
}
.slick-prev::before,
.slick-next::before {
color: #fff;
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;
}
.slick-next:before {
content: "\f105";
font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
background: #ff7656;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
color: #fff;
}
.em-slick-slider-new .slick-dots {
bottom: 35px;
position: absolute;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.slick-dots {
bottom: 0px !important;
position: relative;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li {
height: 5px;
margin: 0 3px;
width: 20px;
}
.slick-dots li button {
background-color: #ddd;
border: 0 none;
height: 13px;
padding: 0;
text-indent: -99999px;
width: 13px;
border-radius: 100%;
}
.slick-dots .slick-active button {
background-color: #ff7656;
}
.bnrsk:after {
background-color: rgba(0, 0, 0, 0.0);
}
.em_slick_testimonial .slick-dots li button {
background-color: #333;
}
.em_slick_testimonial .slick-dots .slick-active button {
background-color: #ff7656;
} .em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slick-slider-new.em-image-sliderslick .slick-dots {
bottom: 20px;
position: relative;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
background-color: #000;
}
.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
background-color: #ff7656;
} .em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
color: #fff;
background-color: #fff;
}
.em-slick-testi-wraper .slick-active .em_testi_title_ar {
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .about-image-slider .em-slick-slider-new .slick-prev {
left: 0px;
}
.about-image-slider .em-slick-slider-new .slick-next {
right: 0px;
}
.about-image-slider .em-image-sliderslick .slick-prev,
.about-image-slider .em-image-sliderslick .slick-next,
.about-image-slider .em-image-sliderslick .slick-dots li button {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-image-slider .slick-prev,
.about-image-slider .slick-next {
border-radius: 0;
height: 47px;
line-height: 47px;
color: #fff !important;
background: rgba(0, 0, 0, 0.60);
}
.about-image-slider .slick-prev::before,
.about-image-slider .slick-next::before {
color: #fff;
}
.about-image-slider .em-image-sliderslick:hover .slick-prev,
.about-image-slider .em-image-sliderslick:hover .slick-next {
background: #ff7656;
color: #fff;
} .single-slick.style-two {
min-height: 860px;
}
.dreamit-slick-slider .single-slick.style-two.text-left .slider-video-icon {
padding-left: 0;
-webkit-animation: 1s 2s fadeInUp both;
animation: 1s 2s fadeInUp both;
display: inline-block;
position: absolute;
right: 20%;
top: 50%;
transform: translateY(-50%);
} .revolution-video a {
border-radius: 50%;
-webkit-animation: ripple-white 1s linear infinite;
animation: ripple-white 1s linear infinite;
-webkit-transition: .5s;
display: inline-block;
height: 60px;
width: 60px;
background: #ff7656;
color: #fff;
} .section-title {
margin: auto auto auto 0;
width: 100%;
text-align: left;
position: relative;
margin-bottom: 45px;
}
.section-title.t_center {
margin: auto;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 45px;
}
.section-title.t_center p {
width: 53%;
margin: 18px auto 0;
}
.section-title.t_left {
margin: auto auto auto 0;
width: 100%;
text-align: left;
position:relative;
margin-bottom: 10px;
}
.section-title.t_right {
margin: auto 0 auto auto;
width: 63%;
text-align: right;
}
.section-title.t_right .em-bar {
margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
margin: 0 0 5px;
}
.section-title h3, .section-title h2 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.section-title h2 {
font-size: 39px;
}
.section-title h5 {
color: #ff7656;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.section-title p {
margin-top: 7px;
margin-bottom: 0;
}
.section-title.t_left p {
margin-top: 7px;
margin-bottom: 0;
width: 100%;
margin: auto;
}
.bar-main {
margin: 18px 0 30px;
}
.bar.bar-big {
margin: 20px auto;
position: relative;
}
.bar.bar-big::before {
display: block;
content: "";
position: absolute;
width: 52px;
height: 4px;
left: 0;
border: 4px solid transparent;
border-bottom: 0;
border-top-color: #ff7656;
top: auto;
}
.t_center .bar.bar-big::before {
right: 0;
margin: auto;
}
.t_right .bar.bar-big::before {
left: auto;
margin: auto;
right: 0;
}
.section-title span {
color: #ff7656;
} .style-three .bar.bar-big::before {
width: 100%;
height: 1px;
border: none;
background: #3A3E49;
top: 26px;
}
.style-three .bar.bar-big::after{
width: 35px;
height: 2px;
border: none;
content: "";
position: absolute;
background: #ff7656;
top: 26px;
left: 0;
border-radius: 50%;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
}
.style-three .section-title.t_left p {
margin: 18px auto 0;
opacity: 0.7;
}
.style-three .bar.bar-big {
margin: 0 auto;
position: relative;
}
.style-three .bar-main {
margin: 0px 0 25px;
}
@-webkit-keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(510px);
transform: translateX(510px);
}
}
@keyframes MOVE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(510px);
transform: translateX(510px);
}
}
rs-layer#slider-2-slide-5-layer-6{
position: relative;
}
rs-layer#slider-2-slide-5-layer-6:before {
position: absolute;
content: "";
top: 0;
height:1px;
width:25px;
background:#FB3C00;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
} .style-four .section-title.t_center p {
width: 100%;
margin: 18px auto 0;
position: relative;
display: inline-block;
}
.style-four .section-title.t_center p:before {
position: absolute;
content: "";
top: 12px;
left: 0;
height: 2px;
width: 362px;
background: #3A3E49;
}
.style-four .section-title.t_center p:after{
position: absolute;
content: "";
top: 12px;
left: inherit;
right: 0;
height: 2px;
width: 362px;
background: #3A3E49;
}
.style-four .section-title.t_center {
margin: auto;
text-align: center;
position: relative;
z-index: 99;
margin-bottom: 0;
} .new-process .style-four .section-title.t_center p:before{
background:#E4E5E7;
}
.new-process .style-four .section-title.t_center p:after{
background:#E4E5E7;
} .style-five .bar.bar-big::before {
width: 100%;
height: 1px;
border: none;
background: #3A3E49;
top: 20px;
}
.style-five .bar.bar-big::after{
width: 35px;
height: 2px;
border: none;
content: "";
position: absolute;
background: #ff7656;
top: 20px;
left: 0;
border-radius: 50%;
-webkit-animation: MOVE-BG 3s linear infinite alternate;
-moz-animation: MOVE-BG 3s linear infinite alternate;
-o-animation: MOVE-BG 3s linear infinite alternate;
animation: MOVE-BG 3s linear infinite alternate;
}
.style-five .section-title.t_left p {
margin: 18px auto 0;
opacity: 0.7;
}
.style-five .bar.bar-big {
margin: 0 auto;
position: relative;
}
.style-five .bar-main {
margin: 0px 0 25px;
} .section .section-title.t_center p {
margin: 45px auto 0;
}
.service-section .section-title.t_center p {
width: 71%;
margin: 44px auto 0;
} .style-six .section-title h5 {
font-size: 18px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
margin: 0 0 18px;
position: relative;
left: 53px;
}
.style-six .section-title h5:before {
position: absolute;
content: "";
top: 10px;
left: -53px;
height: 2px;
width: 41px;
background: #ff7656;
}
.style-six .section-title.t_left p {
width: 100%;
margin: 20px auto 0;
}
.style-six .section-title.t_center.section-title h5 {
margin: 0 0 18px;
left: 0;
display: inline-block;
}
.style-six .section-title.t_center.section-title h5:after{
position: absolute;
content: "";
top: 10px;
right: -53px;
height: 2px;
width: 41px;
background: #ff7656;
}
.style-six .section-title.t_center {
margin-bottom: 30px;
} .style7 .section-title.t_left h5{
position: relative;
display: inline-block;
color: #ff7656;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 15px;
font-size: 18px;
left: 53px;
}
.style7 .section-title.t_left h5:before {
position: absolute;
content: "";
top: 10px;
left: -53px;
height: 2px;
width: 41px;
background: #ff7656;
}
.style7 .section-title.t_left {
margin-bottom: 0;
} .style7 .section-title h5 {
font-size: 15px;
line-height: 28px;
color: #ff7656;
font-weight: 500;
font-family: "Poppins";
margin: 0 0 15px 55px;
} .style8 .section-title.t_left h5 {
font-size: 17px;
position: relative;
padding-left: 85px;
margin-bottom: 16px;
}
.style8 .section-title.t_left h5:before {
position: absolute;
content: "";
left: 0;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.style8 .section-title.t_center {
margin-bottom: 30px;
}
.style8 .section-title.t_center h5 {
font-size: 17px;
position: relative;
padding-left: 85px;
margin-bottom: 16px;
display: inline-block;
}
.style8 .section-title.t_center h5:before {
position: absolute;
content: "";
left: 0;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.style8 .section-title.t_center h5:after {
position: absolute;
content: "";
right: -90px;
top: 10px;
width: 78px;
height: 2px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/section-sub-shape2.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
} .feature-box {
margin-bottom: 30px;
}
.default-style.feature-box {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: center;
z-index: 99;
position: relative;
padding: 38px 30px 18px 30px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
border-radius: 5px;
background: #fff;
overflow: hidden;
}
.feature-box.default-style:hover {
transform: translateY(-5px);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
.default-style.feature-box .feature-box-content {
float: left;
}
.feature-box-number {
position: absolute;
bottom: 37%;
left: 50%;
transform: translateX(-50%);
}
.feature-box-number h4 {
font-size: 110px;
line-height: 0.4;
color: #666;
opacity: 0.07;
}
.default-style.feature-box .feature-box-title h3 {
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.default-style.feature-box .feature-box-title h2 {
font-size: 20px;
font-weight: 600;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 15px 0 15px;
}
.default-style.feature-box .feature-box-desc {
margin-bottom: 20px;
transition: .5s;
}
.default-style.feature-box .feature-box-icon{
display:inline-block;
position:relative;
font-size:56px;
} .default-style.feature-box:hover .feature-box-icon::before {
transform: rotate(25deg) !important;
}
.default-style.feature-box .feature-box-icon i {
font-size: 56px;
text-align: center;
transition: .5s;
color:#ff7656;
}
.default-style.feature-box .feature-btn a i {
font-size: 23px;
}
.feature-btn a {
text-transform: uppercase;
font-size: 14px;
position: relative;
display: inline-block;
color: #616161;
margin-top: 20px;
}
.default-style.feature-box .feature-btn a i {
font-size: 18px;
position: absolute;
margin-bottom: -7px;
right: -12px;
} .feature-box.style-two {
background: #F4F7FC;
position: relative;
display: block;
padding: 40px 45px 0px 45px;
transition: all 500ms ease;
border-bottom: 5px solid #e5e5e5;
text-align: center;
z-index:1
}
.feature-box.style-two:after {
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
right: 0px;
bottom: 0px;
transition: all 500ms ease;
background: #ff7656;
z-index:-1;
}
.feature-box.style-two:hover:after {
height: 100%;
top: 0px;
}
.feature-box.style-two:hover {
padding-bottom: 40px;
margin-bottom: -50px;
}
.style-two .feature-box-title h2 {
font-size: 20px;
margin: 10px 0 34px;
position: relative;
}
.style-two .feature-box-title h2::before {
position: absolute;
bottom: -17px;
left: 0;
width: 100%;
content: "";
background:#ddd;
height: 1px;
transition:.3s;
}
.style-two.feature-box:hover .feature-box-title h2::before{
background:rgba(255,255,255,0.3);
}
.style-two.feature-box .feature-btn a {
text-transform: uppercase;
font-size: 14px;
position: relative;
display: inline-block;
color: #fff;
margin-top: 5px;
opacity: 0;
transition-delay: .5s;
}
.style-two.feature-box:hover .feature-btn a{
opacity:1;
}
.style-two.feature-box .feature-box-icon i {
color: #ff7656;
font-size: 50px;
}
.feature-box.style-two:hover .feature-box-title h3,
.feature-box.style-two:hover .feature-box-title h2,
.feature-box.style-two:hover .feature-box-icon i,
.feature-box.style-two:hover .feature-box-desc{
color:#fff;
} .one .default-style.feature-box {
border-top-left-radius: 5px!important;
border-bottom-left-radius: 5px;
}
.service .default-style.feature-box {
border-radius: 0;
}
.service .default-style.feature-box:hover{
border-radius:5px;
}
.two .feature-box.default-style {
background: #ff7656;
border-radius:0;
}
.two .default-style.feature-box .feature-box-icon i,
.two .default-style.feature-box .feature-box-title h2,
.two .default-style.feature-box .feature-box-desc{
color: #fff;
}
.service .default-style.feature-box .feature-box-icon::before {
position: absolute;
content: '';
width: 56px;
height: 71px;
right: -20px;
top: 0px;
background-repeat: no-repeat;
transition: .5s;
background: url(https://wp.dreamitsolution.net/itsoft-elementor/wp-content/uploads/2022/01/icon-1.png);
}
.three .default-style.feature-box {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
} .feature-box.style-four {
background: #fff;
padding: 40px 30px 35px;
position:relative;
z-index:1;
border-radius: 3px;
}
.feature-box.style-four::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #ff7656;
z-index: -1;
transition: .5s;
border-radius: 3px;
}
.feature-box.style-four:hover::before {
width:100%;
}
.style-four .feature-box-title h2 {
font-size: 22px;
margin: 32px 0 12px;
position: relative;
}
.style-four.feature-box .feature-box-icon i {
background: #ff7656;
font-size: 30px;
width: 70px;
height: 70px;
color: #fff;
display: inline-block;
line-height: 70px;
text-align: center;
border-radius: 4px;
transition:.5s;
}
.style-four.feature-box:hover .feature-box-title h3,
.style-four.feature-box:hover .feature-box-title h2,
.style-four.feature-box:hover .feature-btn a,
.style-four.feature-box:hover .feature-box-desc{
color:#fff;
}
.style-four.feature-box:hover .feature-box-icon i{
background:#fff;
color:#ff7656;
}
.feature-box-desc p {
transition: .5s;
}
.feature-box.style-six {
border-radius: 10px;
}
.style-six .feature-box-thumb img {
border-radius: 10px;
padding: 10px;
background: #fff;
}
.style-six .feature-box-content {
position: relative;
width: 90%;
margin: auto;
text-align: center;
box-shadow: 0 20px 50px rgba(0,0,0,.07);
border-radius: 10px;
margin-top: -60px;
background: #fff;
padding: 0 20px 25px;
z-index: 1;
}
.feature-box.style-six .feature-box-content{
position:relative;
z-index:1;
}
.feature-box.style-six .feature-box-title h2 {
font-size: 22px;
}
.feature-box.style-six .feature-box-content:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0%;
background: #ff7656;
z-index: -1;
border-radius: 10px;
transition: .4s;
}
.feature-box.style-six:hover .feature-box-content:before {
height: 100%;
}
.style-six .feature-box-icon i {
display: inline-block;
width: 50px;
height: 50px;
background: #ff7656;
color: #fff;
text-align: center;
line-height: 40px;
border: 5px solid #fff;
border-radius: 100%;
position: relative;
margin-top: -27px;
margin-bottom: 20px;
}
.feature-box.style-six:hover .feature-box-icon i,
.feature-box.style-six:hover .feature-box-title h2,
.feature-box.style-six:hover .feature-box-desc {
color: #fff;
}
.gradient .front{
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .flipper .back a.button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.itsoft_flipbox .front,
.itsoft_flipbox .back{
-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}
@media (min-width: 320px) and (max-width: 999px) {
.default-style.feature-box {
display: block;
padding: 40px 40px;
box-shadow: 0 0 15px rgba(0,0,0,0.15);
margin-bottom: 30px;
} 
.default-style.feature-box .feature-box-icon i {
margin-right: 0;
color:#ff7656;
}
.default-style.feature-box .feature-box-content {
float: none;
}
.default-style.feature-box .feature-box-title h2 {
color: #232323;
}
} .style-three.feature-box {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
z-index: 99;
position: relative;
padding: 50px 30px 39px 30px;
box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
border-radius: 5px;
background: #fff;
position: relative;
z-index:1;
}
.feature-box.style-three:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #f4f7fc;
content: "";
z-index: -1;
border-radius: 5px;
transition:.5s;
}
.style-three .feature-box-icon i {
font-size: 26px;
height: 60px;
width: 60px;
background: #f00;
display: inline-block;
text-align: center;
line-height: 60px;
color: #fff;
border-radius: 50%;
}
.style-three .feature-box-title h2 {
font-size: 25px;
}
.style-three .feature-box-icon {
margin-bottom: 20px;
}
.style-three .feature-box-number {
position: absolute;
top: 65px;
right: 0;
transform: translateX(-50%);
left: inherit;
bottom: inherit;
}
.style-three.feature-box:hover:before{
width:100%;
}
.feature-box.style-seven {
background: #ff7656;
padding: 18px 40px 25px;
position: relative;
}
.style-seven.feature-box .feature-box-icon i {
font-size: 50px;
color: #fff;
}
.style-seven.feature-box .feature-box-title h2 {
font-size: 25px;
font-weight: 600;
color: #fff;
}
.style-seven.feature-box .feature-btn {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
.style-seven.feature-box .feature-btn a {
text-transform: uppercase;
font-size: 23px;
position: relative;
display: inline-block;
color: #fff;
margin-top: 10px;
width: 61px;
height: 61px;
border: 2px solid #fff;
text-align: center;
line-height: 58px;
transition:.3s;
}
.style-seven.feature-box .feature-btn a:hover {
color: #ff7656;
background: #fff;
}
.style-seven.feature-box .feature-box-number h4 {
font-size: 110px;
line-height: 0.1;
color: #fff;
opacity: 0.10;
}
.style-seven.feature-box .feature-box-number {
position: absolute;
bottom: 24%;
left: 50%;
transform: translateX(-50%);
} .style-eight.feature-box {
margin-bottom: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
padding: 37px 30px 20px 30px;
border-radius: 4px;
position: relative;
z-index: 1;
background: #fff;
transition:.3s;
}
.style-eight .feature-box-icon {
float: right;
margin: 0 -64px 0 30px;
overflow: hidden;
box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}
.style-eight .feature-box-icon i {
font-size: 31px;
width: 65px;
height: 65px;
display: block;
background: #ff7656;
color: #fff;
text-align: center;
line-height: 65px;
border-radius: 5px;
transition:.3s;
}
.style-eight .feature-box-content {
overflow: hidden;
}
.style-eight .feature-box-title h2 {
font-size: 21px;
transition:.3s;
}
.style-eight .feature-box-desc{
transition:.3s;  
}
.icon-left .style-eight .feature-box-icon {
float: left;
margin: 0 30px  0 -63px;
overflow: hidden;
box-shadow: 0 5px 16px rgb(255 60 0 / 15%);
}
.feature-box.style-eight:hover{
background:#ff7656;
}
.feature-box.style-eight:hover .feature-box-title h2,
.feature-box.style-eight:hover .feature-box-desc {
color: #fff;
}
.feature-box.style-eight:hover .feature-box-icon i{
background:#232323;
color:#fff;
} .feature-box.style-nine {
position: relative;
z-index:1;
}
.feature-box.style-nine::before {
position: absolute;
left: 0;
content: "";
height: 250px;
width: 250px;
background: #ff7656;
right: 0;
bottom: 0px;
margin: auto;
border-radius: 50%;
transition: .5s;
}
.feature-box.style-nine:hover::before {
bottom: -23px;
}
.feature-box.style-nine .single-feature-box-inner {
border: 1px solid #e9e9e9;
padding: 50px 23px;
transition: .5s;
position: relative;
z-index: 1;
background: #fff;
}
.feature-box.style-nine .single-feature-box-inner:hover {
box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.feature-box.style-nine .feature-box-icon i {
color: #ff7656;
display: inline-block;
font-size: 65px;
}
.feature-box.style-nine  h2 {
font-size: 25px;
margin: 15px 0 20px;
}
.feature-box.style-nine .feature-content p {
padding: 0 0 30px;
margin: 0;
}
.feature-box.style-nine .btn-read-more a {
text-transform: uppercase;
font-size: 14px;
display: inline-block;
color: #616161;
}
.feature-box.style-nine .btn-read-more a span {
margin-left: 6px;
} .feature-box.style-ten {
padding: 54px 26px;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.feature-box.style-ten::before {
position: absolute;
content: "";
left: 0;
top: -3px;
height: 3px;
width: 0%;
background: #ff7656;
right: 0;
margin: auto;
transition: .5s;
}
.feature-box.style-ten:hover::before,
.feature-box.style-ten:hover::after  {
width: 80%;
}
.feature-box.style-ten::after  {
position: absolute;
content: "";
left: 0;
bottom: -3px;
height: 3px;
width: 0%;
background: #ff7656;
right: 0;
margin: auto;
transition: .5s;
}
.feature-box.style-ten .feature-number {
position: absolute;
bottom: 31%;
left: 50%;
transform: translateX(-50%);
}
.feature-box.style-ten .feature-number h1 {
font-size: 280px;
line-height: 0.4;
color: #666;
opacity: 0.05;
font-weight: 400;
}
.feature-box.style-ten .feature-content  h2 {
font-size: 25px;
margin: 0 0 20px;
}
.feature-box.style-ten .feature-content p {
padding: 0;
}
.feature-box.style-ten .feature-box-icon i {
font-size: 150px;
color: #ff7656;
}
.feature-box.style-ten .btn-read-more  a{
color: #616161;
font-size: 14px;
text-transform: uppercase;
}
.feature-box.style-ten .btn-read-more  a i {
font-size: 11px;
font-weight: 600;
color: #ff7656;
margin-left: 6px;
}
.feature-box.style-ten:hover .feature-content h2,
.feature-box.style-ten:hover .feature-content p,
.feature-box.style-ten:hover .btn-read-more  a {
color: #fff;
} .active .feature-box.style-nine::before {
bottom: -23px;
} .feature-box.style-11 {
padding: 38px 30px 18px;
background: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 0;
border-bottom: 3px solid#ff7656!important;
}
.feature-box.style-11 .feature-box-icon i {
display: inline-block;
color: #FF3B00;
font-size: 50px;
}
.feature-box.style-11 .feature-box-title h2 {
font-size: 22px;
font-weight: 700;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin: 18px 0 15px;
}  .service-box{
margin:0 0 30px;
}
.em_service_content {
overflow: hidden;
}
.service_top_text {
display: block;
}
.service-box-icon {
color: #333;
font-size: 35px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #ff7656;
}
.service-box-title {
overflow: hidden;
}
.service-box-title h2,
.service-box-title h3 {
margin: 0 0 20px 0;
font-size: 20px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box-title h2:hover{
color:#ff7656;
}
.service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-btn {
margin-top: 15px;
}
.service-btn > a {
border-radius: 30px;
color: #616161;
display: inline-block;
font-size: 14px;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform:uppercase;
font-weight:400;
}
.service-btn > a i{
margin-left:7px;
}
.service-btn a:hover {
color: #ff7656;
}
.service-box-thumb {
}
.slick-slide,
.slick-slider {
outline: 0 !important;
} .service-box.service-style-two {
padding: 60px 30px 58px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-two::before {
width: 100%;
height: 0px;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #ff7656;
}
.service-box.service-style-two:hover::before{
height:100%; 
}
.service-box.service-style-two:hover {
transform: translateY(-8px);
}
.service-box.service-style-two .service-box-icon i {
font-size: 60px;
display: inline-block;
color: #ff7656;
transition: .5s;
margin: 0;
}
.service-box.service-style-two .service-box-title h2 {
margin: 25px 0 15px 0;
transition: .5s;
font-size: 20px;
font-weight: 500;
}
.service-box.service-style-two .service-btn {
margin-top: 0;
position: absolute;
bottom: -24px;
left: 0;
right: 0;
opacity: 0;
transition:.4s;
transform:scale(0);
}
.service-box.service-style-two:hover .service-btn{
opacity:1;
transform:scale(1);
}
.service-box.service-style-two .service-btn > a {
color: #ff7656;
display: inline-block;
}
.service-box.service-style-two .service-btn > a i {
margin-left: 0;
font-size: 21px;
width: 50px;
height: 50px;
color: #f00;
background: #fff;
line-height: 50px;
box-shadow: 0 0 4px rgba(0,0,0,0.20);
border-radius: 100%;
}
.service-box.service-style-two .service-btn > a,
.service-box.service-style-two .service-box-desc p {
transition:.5s;
}
.service-box.service-style-two:hover .service-box-title h2,
.service-box.service-style-two:hover .service-box-title h3,
.service-box.service-style-two:hover .service-btn > a,
.service-box.service-style-two:hover .service-box-icon i,
.service-box.service-style-two:hover .service-box-desc p {
color:#fff;
} .style-one .service-box.service-style-two {
padding: 52px 30px 31px;
}
.style-one .service-box.service-style-two:hover{
transform:translateY(-0)!important;
}
.style-one .service-box.service-style-two::before {
border-radius: 5px;
}
.style-one .service-box.service-style-two:hover .service-box-icon i{
background:#fff!important;
color:#ff7656!important;
}
.style-one .service-box.service-style-two .service-box-title h2 {
margin: 30px 0 24px 0;
} .service-box.service-style-three {
padding: 0;
border-radius: 5px;
border: 1px solid rgba(255,255,255,0.20);
transition: .5s;
position: relative;
overflow: hidden;
}
.service-box.service-style-three .service-content-front {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.70);
width: 100%;
padding: 0;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-front{
bottom:-100%;
}
.service-box.service-style-three .service-content-front .service-box-icon {
color: #fff;
font-size: 40px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
float: left;
margin-right: 20px;
}
.service-box.service-style-three .service-content-front .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
background: #ff7656;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
}
.service-box.service-style-three .service-content-front .service-box-title h2 {
margin: 20px 0 0 0;
font-size: 20px;
padding: 0;
color: #fff;
}
.service-box.service-style-three .service-box-desc p {
color: rgba(255,255,255,0.85);
}
.service-box.service-style-three .service-btn {
margin-top: 30px;
}
.service-box.service-style-three .service-btn > a {
color: #fff;
transition: .5s;
background: transparent;
padding: 14px 30px;
display: inline-block;
border-radius: 4px;
transition: all .5s;
border: 2px solid #fff;
}
.service-box.service-style-three .service-btn > a:hover{
background:#fff;
color:#ff7656;
}
.service-content-back {
position: absolute;
top: -100%;
left: 0;
height: 100%;
width: 100%;
text-align: center;
background: rgba(241, 42, 2,0.80);
padding: 0 32px;
transition:.4s;
}
.service-box.service-style-three:hover .service-content-back{
top:0;
}
.service-content-back-inner {
position: relative;
top: 45%;
transform: translateY(-50%);
}
.service-box .service-content-back .service-box-icon i {
margin-bottom: 0;
display: inline-block;
color: #fff;
font-size: 60px;
}
.service-box .service-content-back .service-box-title h2 {
margin: 5px 0 15px 0;
font-size: 20px;
padding: 0;
color: #fff;
} .service-box.style_4 {
padding: 20px;
overflow: hidden;
background: #fff;
border-radius: 10px;
margin:0 15px 30px;
}
.service-carousel-slick .slick-slide {
height: 100%;
}
.service-box-thumb{
position:relative;
}
.service-box.style_4 .service-box-thumb img{
border-radius:10px;
}
.service-box.style_4 .service-box-title h2, .service-box.style_4 .service-box-title h3 {
margin: 0 0 20px 0;
font-size: 23px;
padding: 0;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.service-box.style_4 .service-box-icon {
position: absolute;
right: 21px;
bottom: -46px;
}
.service-box.style_4 .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #ff7656;
width: 70px;
height: 70px;
background: #fff;
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
border-radius: 100%;
text-align: center;
line-height: 70px;
}
.service-box.style_4 .em_service_content {
overflow: hidden;
padding: 33px 14px 0;
}
.service-box.style_4 .service-btn {
margin-top: 30px;
position: relative;
}
.service-box.style_4 .service-btn::after {
content: "";
position: absolute;
right: 20px;
background: #fff;
width: 29px;
height: 2px;
top: 50%;
z-index: 1;
transform: translateY(-50%);
}
.service-box.style_4 .service-btn > a {
border-radius: 0;
color: #202020;
display: block;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform: capitalize;
font-weight: 500;
background: #F4F7FC;
padding: 16px 22px;
position: relative;
font-size: 16px;
z-index: 1;
overflow: hidden;
transition:.3s;
}
.service-box.style_4 .service-btn > a::after {
content: '';
position: absolute;
top: 0;
right: -20px;
width: 23%;
height: 100%;
z-index: -1;
transform: skew(-29deg);
padding-left: 20px;
background: #ff7656;
transition:.3s;
}
.service-box.style_4 .service-btn > a::before {
content: '';
width: 0;
height: 0;
border-width: 5px 0 5px 7px;
border-style: solid;
display: block;
right: 13px;
border-color: transparent transparent transparent #f5f5f5;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.service-box.style_4:hover .service-btn > a{
background:#ff7656;
color:#fff;
}
.service-box.style_4:hover .service-btn > a::after{
background:#232323;
} .service-box.style-five {
padding: 0 20px;
}
.style-five .service-box-title h3 {
font-size: 32px;
}
.service-box-number {
font-size: 25px;
font-weight: 600;
margin-right: 50px;
margin-top: 5px;
display: block;
}
.service-box-number {
color: #ff7656;
position: relative;
}
.service-box-number::before {
position: absolute;
right: -40px;
top: 16px;
width: 30px;
height: 1px;
background: #ff7656;
content: "";
}
.service-list {
padding-left: 0;
list-style: none;
}
.service-list li a {
display: block;
color: #232323;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
padding: 5px 0px;
transition: .3s;
}
.service-list li a:hover {
margin-left: 15px;
color: #ff7656;
}
.service-style-five .service-btn > a {
color: #232323;
font-size: 13px;
font-weight: 500;
}
.service-style-five .service-btn > a:hover {
color: #ff7656;
}
.slick-slide.service-box{
margin:10px 15px 30px;
} .service-cls .service_cursousel_sliderr .slick-dots{
margin-top: 75px;
}
.service-box.style_5{
position: relative;
margin: 10px 15px 100px;
}
.service-box.style_5 .service-box-thumb{
position: relative;
overflow: hidden;
}
.service-box.style_5 .service-box-thumb::before {
content: '';
position: absolute;
height: 210px;
width: 210px;
background: #fff;
top: -60px;
z-index: 1;
transform: rotate(-35deg);
left: -94px;
border-radius: 20px;
transition: .5s;
}
.service-box.style_5:hover .service-box-thumb::before{
background: #ff7656;
}
.service-box.style_5 .service-box-icon {
position: absolute;
top: 7px;
z-index: 1;
font-size: 60px;
left: 30px;
}
.service-box.style_5 .service-box-icon i{
margin-bottom: 0;
transition: 0.5s;
}
.service-box.style_5:hover .service-box-icon i{
color: #fff;
}
.service-box.style_5 .em_service_content {
position: absolute;
bottom: -95px;
background: #fff;
width: 90%;
margin: auto;
left: 0;
right: 0;
padding: 25px 20px 30px 23px;
border-left: 5px solid #ff7656;
transition: 0.5s;
}
.service-box.style_5:hover .em_service_content{
bottom: -75px;
}
.service-box.style_5 .em_service_content h2 {
font-size: 24px;
margin: 0;
font-weight: 600;
}
.service-box.style_5 .em_service_content h6{
color: #ff7656;
font-weight: normal;
} .service-box.service-style-six {
padding: 40px 26px 40px;
text-align: center;
position: relative;
background: #fff;
transition: .5s;
z-index: 1;
margin: 0 15px 30px;
box-shadow: 0px 0 6px rgba(26, 46, 85, 0.10);
}
.service-box.service-style-six::before {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
background: #ff7656;
transform:scale(0);
}
.service-box.service-style-six:hover::before{
transform:scale(1);
}
.service-box.service-style-six .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #ff7656;
width: 70px;
height: 70px;
line-height: 70px;
background: #ff7656;
color: #fff;
border-radius: 0;
margin: 15px 0 25px;
transition: 0.5s;
}
.service-box.service-style-six .service-box-title h2 {
margin: 0 0 20px 0;
font-size: 23px;
}
.service-box.service-style-six:hover .service-box-title h2,
.service-box.service-style-six:hover .service-btn > a,
.service-box.service-style-six:hover .service-box-desc p {
color:#fff;
}
.service-box.service-style-six:hover .service-box-icon i{
background:#fff;
color:#ff7656;
} .it_consulting .service-box.service-style-six {
background: #0E0E0E;
} .service-box.style-seven {
margin: 0 0 30px;
padding: 50px 25px 40px;
text-align: center;
background: #fff;
position: relative;
box-shadow: 0 0 2px rgb(0 0 0 / 15%);
z-index:1;
}
.service-box.style-seven:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.70);
opacity: 1;
content: "";
z-index: -1;
opacity: 0;
transition:.5s;
}
.service-box.style-seven:hover:before{
opacity:1;}
.service-box.style-seven .service-box-icon i {
margin-bottom: 15px;
display: inline-block;
color: #ff7656;
font-size: 40px;
transition:.5s;
}
.style-seven .service-number {
position: absolute;
top: -16px;
left: 0;
right: 0;
text-align: center;
}
.style-seven .service-box-number {
font-size: 17px;
font-weight: 600;
margin-right: 0;
margin-top: 0;
display: block;
width: 61px;
margin: auto;
height: 34px;
background: #ff7656;
color: #fff !important;
line-height: 34px;
clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
padding-right: 15px;
}
.style-seven .service-btn {
margin-top: 28px;
}
.style-seven .service-btn > a {
border-radius: 0;
color: #fff;
display: inline-block;
font-size: 14px;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-transform: uppercase;
font-weight: 400;
padding: 10px 46px 10px 17px;
background: #ff7656;
position: relative;
}
.style-seven .service-btn > a i {
margin-left: 7px;
width: 40px;
height: 89%;
position: absolute;
background: #000;
top: 3px;
right: 2px;
line-height: 36px;
clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
padding-left: 5px;
}
.service-box.style-seven:hover .service-box-title h2,
.service-box.style-seven:hover .service-box-title h3,
.service-box.style-seven:hover .service-box-desc p {
color:#fff;
} .service-box.style-eight{
position: relative;
border-radius: 5px;
padding: 96px 40px 18px;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.service-box.style-eight::before {
content: '';
position: absolute;
height: 210px;
width: 210px;
background: #f7f8f9;
top: 0;
clip-path: polygon(0% 0%, 95% 0%, 0% 100%, 0% 100%);
left: 0;
}
.service-box.style-eight::after {
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #ff7656;
top: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
right: 0;
}
.service-box.style-eight .service-box-icon {
position: absolute;
top: -47px;
height: 100px;
width: 100px;
text-align: center;
line-height: 100px;
border-radius: 50%;
}
.service-box.style-eight .service-box-icon i{
color: #ff7656;
font-size: 40px;
height: 100px;
width: 100px;
line-height: 100px;
border-radius: 50%;
background: #fff;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.service-box.style-eight:hover .service-box-icon i{
color: #fff;
background: #ff7656;
}
.service-box.style-eight .service-content{
position: relative;
z-index: 1;
}
.service-box.style-eight .service-content h3{
font-size: 24px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.service-box.style-eight .service-content p{
color: #707070;
font-family: 'Fira Sans', sans-serif;
margin-bottom: 30px;
margin-top: 16px;
}
.service-box.style-eight .service-content ul{
margin: 0;
padding: 0;
list-style: none;
}
.service-box.style-eight .service-content ul li {
color: #4c4c4c;
margin-bottom: 10px;
}
.service-box.style-eight .service-content ul li i{
color: #ff7656;
margin-right: 8px;
} .service-box.style-nine .single-service-box {
box-shadow: 0 0 33px rgb(0 0 0 / 12%);
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/assets/images/about/four.png);
padding: 56px 10px 28px 39px;
position: relative;
margin-bottom: 30px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
transition: .5s;
}
.service-box.style-nine .single-service-box:hover .single-service-icon i{
background:#ff3b00;
color: #fff;
}
.service-box.style-nine .single-service-icon {
position: absolute;
top: -44px;
left: 32px;
}
.service-box.style-nine .single-service-icon i {
height: 75px;
width: 75px;
line-height: 75px;
text-align: center;
background: #fff;
box-shadow: 0 0 37px rgb(0 0 0 / 14%);
border-radius: 100%;
display: inline-block;
font-size: 32px;
color: #FF8B67;
transition: .5s;
}
.service-box.style-nine .service-box-thumb{
position: absolute;
height: 77px;
width: 77px;
line-height: 77px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
border-radius: 50%;
top: -38px;
background: #fff;
text-align: center;
transition: 0.5s;
}
.service-box.style-nine .single-service-box:hover .service-box-thumb{
background: #ff7656;
}
.service-box.style-nine .single-service-box .service-box-thumb img{
transition: 0.3s;
}
.service-box.style-nine .single-service-box:hover .service-box-thumb img{
filter: brightness(0) invert(1);
}
.service-box.style-nine .single-service-number {
position: absolute;
right: 16px;
top: 7px;
}
.service-box.style-nine .single-service-number h1 {
font-size: 60px;
font-family: 'Rubik';
font-weight: 600;
color: #f6f6f6;
}
.service-box.style-nine .single-service-title h2 {
font-size: 24px;
margin: 0 0 17px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
}
.service-box.style-nine .single-service-conent-text p {
line-height: 1.8;
font-family: 'Fira Sans';
width: 96%;
}
.service-box.style-nine .single-service-icon-two {
position: absolute;
right: 19px;
bottom: 18px;
transform: rotate(44deg);
}
.service-box.style-nine .single-service-icon-two a {
color: #EA846E;
font-size: 20px;
display: inline-block;
} .service-box.style_11 {
border: 1px solid#e4e4e5;
position: relative;
z-index: 1;
padding: 22px 27px 32px;
background: #F4F4F4;
}
.service-box.style_11:before{
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/04/featu2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transition: .5s;
}
.service-box.style_11:hover:before{
width: 100%;
left: 0;
}
.service-box.style_11:hover .service-box-title h2,
.service-box.style_11:hover .service-box-desc p{
color: #fff;
}
.service-box.style_11:hover .service-box-number{
background: #ff7656;
}
.two .service-box.style_11{
border: none;
border-top:1px solid#e4e4e5;
border-right: 1px solid#e4e4e5;
border-bottom: 1px solid#e4e4e5;
padding: 44px 16px 28px;
}
.service-box.style_11 .service-box-thumb img{
transition: .5s;
}
.service-box.style_11:hover .service-box-thumb img{
filter: brightness(0) invert(1);
}
.service-box.style_11 .service-box-thumb {
display: inline-block;
height: 62px;
width: 62px;
line-height: 62px;
transition: .5s;
}
.service-box.style_11 .service-box-number::before {
display: none;
}
.service-box.style_11 .service-box-title{
position:relative;
z-index: 1;
}
.service-box.style_11 .service-box-title:before {
position: absolute;
content: "";
left: 0;
margin: 0 auto 0;
height: 2px;
width: 40px;
background: #ff7656;
top: 94px;
-webkit-animation: MOVE-BA 3s linear infinite alternate;
-moz-animation: MOVE-BA 3s linear infinite alternate;
-o-animation: MOVE-BA 3s linear infinite alternate;
animation: MOVE-BA 3s linear infinite alternate;
}
.service-box.style_11 .service-box-title:after {
position: absolute;
content: "";
left: 0;
margin: 0 auto 0;
height: 2px;
width: 100%;
background: #DCDCDE;
top: 94px;
z-index: -1;
} @-webkit-keyframes MOVE-BA {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(165px);
transform: translateX(165px);
}
}
.service-box.style_11 .service-box-title h2 {
margin: 16px 0 23px 0;
font-size: 22px;
font-weight: 500;
position: relative;
line-height: 29px;
z-index: 1;
display: inline-block;
}
.service-box.style_11 .service-box-title h2:before {
}
.service-box.style_11 .service-box-title h2:after {
}
.service-box.style_11 .service-box-number {
color: #fff;
position: absolute;
font-size: 20px;
right: 0;
margin: auto;
z-index: -1;
top: 0;
transition: .5s;
background: #040716;
height: 43px;
width: 42px;
text-align: center;
line-height: 42px;
font-family: "Poppins",Sans-serif;
}
.service-box.style_11 .service-box-desc p {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
line-height: 27px;
margin: 20px 0 0;
}
.service-box.style_11 .service-btn > a {
color: #232323;
font-size: 15px;
border: 1px solid#e4e4e5;
padding: 10px 26px 10px;
font-family: 'Fira Sans';
text-transform: capitalize;
background: #fff;
}
.service-box.style_11:hover .service-btn > a{
background: #FF3D00;
color: #fff;
border-color: #FF3D00;
}
.service-box.style_11 .service-btn {
margin-top: 26px;
}
.service-box.style_11 .service-btn > a i {
margin-left: 4px;
font-size: 9px;
font-weight: 600;
} .service-box.style_12 {
background: rgb(255,255,255, 0.5);
text-align: center;
padding: 49px 13px 21px;
box-shadow: 0px 10px 60px 0px rgb(116 99 94 / 17%)!important;
clip-path: polygon(0% 8%,100% 0,100% 100%, 0 100%);
border-radius: 4px;
margin: 0;
position: relative;
z-index: 1;
}
.service-box.style_12:before {
position: absolute;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/bg1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 4px;
}
.service-box.style_12:hover:before{
width: 100%;
left: 0;
}
.service-box.style_12:hover .service-box-title h2,
.service-box.style_12:hover .service-box-desc p{
color: #fff;
}
.two .service-box.style_12 {
clip-path: polygon(0% 0,100% 8%,100% 100%, 0 100%);
border-radius: 4px;
}
.three .service-box.style_12 {
clip-path: polygon(0% 0%,100% 0,100% 100%, 0 94%);
}
.four .service-box.style_12 {
clip-path: polygon(0% 0%,100% 0,100% 94%, 0 100%);
}
.service-box.style_12 .service-box-title h2, .service-box-title h3 {
margin: 29px 0 6px 0;
font-size: 22px;
font-weight: 600;
font-family: 'Fira Sans';
}
.service-box.style_12 .service-box-title h2 span{
color: #f83d04;
}
.service-box.style_12 .service-box-number {
color: #fff;
position: relative;
display: inline-block;
margin: 0;
height: 60px;
width: 62px;
line-height: 57px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/bg.png);
border-radius: 19px 31px 23px;
background-position: center center;
background-repeat: no-repeat;
}
.service-box.style_12 .service-box-number::before {
display: none;
} .service-box.style_13 {
padding: 0;
border-radius: 0;
transition: .5s;
position: relative;
overflow: hidden;
padding: 45px 19px 49px 39px;
border-top: 5px solid #FF3D00;
transition: .5s;
background: #fff;
box-shadow: 0px 5px 30px 0px rgba(137, 139, 143, 0.1);
}
.service-box.style_13:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/finance.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transition: .5s;
}
.service-box.style_13:hover:before{
height: 100%;
}
.service-box.style_13 .service-content-front {
position: inherit;
top: 0;
left: 0;
background: linear-gradient(to bottom, rgba(255,255,255, .3) -68%, #fff 76%);
width: 100%;
padding: 0;
transition: .4s;
height: 100%;
padding: 0px 0 6px;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: all 300ms linear 100ms;
-khtml-transition: all 300ms linear 100ms;
-moz-transition: all 300ms linear 100ms;
-ms-transition: all 300ms linear 100ms;
-o-transition: all 300ms linear 100ms;
transition: all 300ms linear 100ms;
-webkit-transform: perspective(500px)rotateX(0);
-khtml-transform: perspective(500px)rotateX(0);
-moz-transform: perspective(500px)rotateX(0);
-ms-transform: perspective(500px)rotateX(0);
-o-transform: perspective(500px)rotateX(0);
transform: perspective(500px)rotateX(0);
}
.service-box.style_13 .service-box-title h2, .service-box-title h3 {
margin: 11px 0 14px 0;
font-size: 24px;
font-weight: 600;
}
.service-box.style_13 .service__box--icon {
font-size: 35px;
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style_13 .service__box--icon:after {
position: absolute;
content: "";
top: 10px;
left: 14px;
height: 74px;
width: 74px;
background: #f5f5f5;
border-radius: 100%;
z-index: -1;
}
.service-box.style_13 .service__box--icon i {
font-size: 50px;
display: inline-block;
}
.service-box.style_13 .service-box-desc p {
margin: 0 0 31px;
line-height: 25px;
}
.service-bar {
background: #ff7656;
height: 3px;
width: 64px;
position: relative;
border-radius: 30px;
}
.service-bar:before {
position: absolute;
content: "";
top: -1px;
left: 0;
height: 4px;
width: 10px;
border-radius: 50%;
background: #fff;
border-radius: 10%;
-webkit-animation: MOVIE-BG 3s linear infinite alternate;
-moz-animation: MOVIE-BG 3s linear infinite alternate;
-o-animation: MOVIE-BG 3s linear infinite alternate;
animation: MOVIE-BG 3s linear infinite alternate;
}
.service-box.style_13 .service-box-subtitle h2 {
color: #ff7656;
font-size: 16px;
font-weight: 500;
font-family: 'Fira Sans';
margin: 0 0 0;
position: relative;
left: 40px;
}
.service-box.style_13 .service-box-subtitle h2:before {
position: absolute;
content: "";
top: 10px;
left: -40px;
height: 2px;
width: 35px;
background: #ff7656;
}
.service-box.style_13 .service-btn {
display: inline-block;
text-align: center;
position: absolute;
right: 0;
margin: auto;
height: 58px;
width: 58px;
background: #ff3b00;
line-height: 58px;
border-radius: 100%;
left: 0;
bottom: -73px;
}
.service-box.style_13 .service-btn > a {
color: #fff!important;
font-size: 11px;
}
.service-box.style_13 .service-btn > a i {
margin-left: 0;
color: #fff!important;
}
.service-box.style_13 .service-content-back {
position: absolute;
top: 0;
left: 0;
height: 43%;
width: 100%;
text-align: left;
background: #131323;
padding: 0 30px 0;
transition: .4s;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 1;
-webkit-transform: perspective(500px)rotateX(-90deg);
-khtml-transform: perspective(500px)rotateX(-90deg);
-moz-transform: perspective(500px)rotateX(-90deg);
-ms-transform: perspective(500px)rotateX(-90deg);
-o-transform: perspective(500px)rotateX(-90deg);
transform: perspective(500px)rotateX(-90deg);
}
.service-box.style_13:hover .service-content-back {
opacity: 1;
-webkit-transform: perspective(500px)rotateX(0);
-khtml-transform: perspective(500px)rotateX(0);
-moz-transform: perspective(500px)rotateX(0);
-ms-transform: perspective(500px)rotateX(0);
-o-transform: perspective(500px)rotateX(0);
transform: perspective(500px)rotateX(0);
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
transition-delay: .2s;
}
.service-box.style_13:hover .service-content-front {
opacity: 0;
} .service-box.style-fourth {
padding: 36px 10px 33px;
border-radius: 5px;
background: #fff;
position: relative;
z-index: 1;
transition: .4s;
}
.service-box.style-fourth:hover {
transform: translate3d(0,-6px,0);
}
.service-box.style-fourth .service-box-img img{
filter: brightness(0) invert(0);
transition: .5s;
}
.service-box.style-fourth:hover .service-box-img img{
filter: brightness(0) invert(1);
}
.service-box.style-fourth:before{
position: absolute;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 0;
z-index: -1;
transition: .5s;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/service.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}
.service-box.style-fourth:hover:before{
width: 100%;
left: 0;
}
.service-box.style-fourth:hover .service-content h3,
.service-box.style-fourth:hover .service-content p{
color: #fff;
}
.service-box.style-fourth:hover .service-btn > a{
background: #fff;
}
.service-box.style-fourth:hover .service-bar{
background: #fff;
}
.service-box.style-fourth:hover .service-bar: before{
background: #FF3D00;
}
.service-box.style-fourth:hover .service-box-img:before{
background: #FF784E;
}
.service-box.style-fourth .service-content h3 {
margin: 34px 0 5px;
font-size: 22px;
font-weight: 500;
transition: .5s;
}
.service-box.style-fourth .service-bar {
height: 2px;
display: inline-block;
}
.service-box.style-fourth .service-content p {
margin: 10px 0 0;
line-height: 27px;
transition: .5s;
}
.service-box.style-fourth .service-box-img {
display: inline-block;
position: relative;
z-index: 1;
}
.service-box.style-fourth .service-box-img:before {
position: absolute;
content: "";
top: 11px;
left: 13px;
height: 59px;
width: 59px;
border-radius: 0;
background: #F6F4F5;
transition: .5s;
z-index: -1;
border-radius: 100%;
}
.service-box.style-fourth .service-btn {
margin-top: 28px;
}
.service-box.style-fourth .service-btn > a {
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
background: #F6F4F5;
padding: 10px 22px;
}
.service-box.style-fourth .service-btn > a i {
font-size: 11px;
font-weight: 700;
color: #ff7656;
}
.all-service p{
margin: ;
} .service-box.style15 {
display: flex;
align-items: center;
padding: 22px 25px 11px 26px;
position: relative;
margin: 0;
}
.service-box.style15 .service-content{
padding-left: 29px;
}
.service-box.style15 .service-content h3 {
color: #fff;
font-size: 26px;
font-weight: 600;
margin: 0 0 9px;
}
.service-box.style15 .service-content p{
color: #fff;
opacity: 0.7;
}
.service-box.style15 .service-btn {
position: absolute;
display: inline-block;
right: 9px;
top: 50%;
transform: translate(-50%, -64%);
margin-top: 0;
}
.service-box.style15 .service-btn a{
position:relative;
}
.service-box.style15 .service-btn a:after {
position: absolute;
content: "";
top: 0;
left: -37px;
height: 48px;
width: 48px;
border-radius: 100%;
border: 2px solid#3F3F47;
z-index: -1;
transition: all 400ms linear;
}
.service-box.style15 .service-btn a i {
font-size: 34px;
color: #fff;
}
.service-box.style15:hover .service-btn a:after{
left:-20px;
} .service-box.style16 {
position: relative;
background: #fff;
padding: 62px 31px 23px;
z-index: 1;
border-radius: 5px;
transition: .5s;
transition: all 400ms linear;
}
.service-box.style16 .service__box--icon {
display: inline-block;
width: 70px;
height: 70px;
border-radius: 35px;
background-color: #0f111a;
line-height: 70px;
text-align: center;
position: absolute;
top: -34px;
transition: all 400ms linear;
}
.service-box.style16 .service-content h3{
display: inline-block;
font-size: 22px;
font-weight: 600;
margin: 0 0 12px;
}
.service-box.style16 .service-content p{
transition: .5s;
}
.service-box.style16 .service-btn a {
padding: 0;
font-size: 16px;
font-family: 'Poppins', sans-serif;
border-radius: 0;
background-color: transparent;
border: none;
margin-top: 10px;
text-transform: capitalize;
}
.service-box.style16:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
z-index: -1;
transition: .5s;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/serb.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
border-radius: 5px;
}
.service-box.style16:hover:before {
height: 100%;
}
.service-box.style16:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 0px;
width: 100%;
z-index: -1;
transition: .5s;
background: #ff7656;
border-radius: 5px 5px 0 0;
transition: all 400ms linear;
}
.service-box.style16:hover:after {
height: 5px;
}
.service-box.style16:hover .service__box--icon {
background-color: #ff7656;
}
.service-box.style16:hover .service-content h3, 
.service-box.style16:hover .service-content p, 
.service-box.style16:hover .service-btn a {
color: #fff;
} .service-box.style17 {
border-radius: 7px;
background-color: rgba(255,255,255,0.10196078431372549);
position: relative;
padding: 26px 29px 27px;
transition: .5s;
margin: 0;
}
.service-box.style17:hover {
background: #ff7656;
}
.service-box.style17 .service__box--icon {
display: none;
}
.service-box.style17 .service-content h3{
font-size: 18px;
color: #fff;
font-weight: 500;
margin: 0 0 0;
line-height: 25px;
}
.service-box.style17 .service-content p{
display: none;
}
.service-box.style17 .service-btn {
margin-top: 0;
}
.service-box.style17 .service-btn a {
padding: 0;
border-radius: 22px;
background-color: transparent;
color: #232323;
border: none;
display: inline-block;
margin-top: 0;
position: absolute;
font-weight: 800;
right: 19px;
bottom: 11px;
transform: rotate(45deg);
}
.service-box.style17 .service-btn a i {
font-size: 18px;
color: #ff7656;
}
.service-box.style17:hover .service-btn a i{
color: #fff;
} .service-box.style18 {
border-radius: 10px;
filter: drop-shadow(0 0 15px rgba(223,223,223,0.7));
background-color: #ffffff;
position: relative;
border: none;
padding: 38px 63px 21px 0;
border-left: 3px solid#ff7656;
z-index: 1;
margin: 0  0 10px;
}
.service-box.style18:after {
position: absolute;
content: "";
right: 0;
height: 100%;
width: 0;
top: 0;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/dark-bg-1.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
border-radius: 10px;
}
.service-box.style18:hover:after {
width: 100%;
}
.service-box.style18 .service-content h3 {
padding: 0 0 8px;
font-size: 18px;
font-weight: 500;
margin: 0 0 2px;
}
.service-box.style18 .service-content p{
transition: .5s;
}
.service-box.style18 .service__box--icon {
position: absolute;
line-height: 66px;
border: none;
transition: .5s;
display: inline-block;
width: 66px;
height: 66px;
border-radius: 33px;
background-color: #0f111a;
transform: translate(44%, -50%);
top: 50%;
text-align: center;
}
.service-box.style18:hover .service__box--icon {
background: #ff7656;
}
.service-box.style18:hover .service-content h3, 
.service-box.style18:hover .service-content p {
color: #fff;
} .service-box.style19 {
background: #fff;
padding: 40px 30px;
text-align: center;
border-radius: 6px;
margin: 0;
}
.service-box.style19 .service-box-icon {
width: 90px;
height: 90px;
line-height: 90px;
display: inline-block;
background: #fff5f2;
border-radius: 100%;
position: relative;
z-index: 99;
transition: .5s;
}
.service-box.style19 .service-box-icon:after {
width: 90px;
height: 90px;
line-height: 90px;
position: absolute;
left: -7px;
top: -7px;
border: 1px dashed #f00;
border-radius: 100%;
content: "";
transition: .5s;
}
.service-box.style19:hover .service-box-icon:after{
top: 0;
left: 0;
}
.service-box.style19 .service-content h3{
color: #232323;
font-size: 22px;
font-weight: 600;
margin: 30px 0 10px;
display: block;
}
.service-box.style19 .service-content p {
margin: 0 0 0;
line-height: 26px;
}
.service-box.style19 .service-btn {
margin-top: 18px;
}
.service-box.style19 .service-btn a {
border: 1px solid #FF3B00;
border-radius: 30px;
padding: 8px 21px;
color: #FF3B00;
margin-top: 15px;
display: inline-block;
transition: .5s;
text-transform: capitalize;
font-size: 16px;
}
.service-box.style19:hover .service-btn a {
background: #FF3B00;
border-color: #FF3B00;
color: #fff;
} .service_right_box .service-box.style18 {
padding: 50px 0px 16px 63px;
border-left: none;
border-right: 3px solid#ff7656;
}
.service_right_box .service-box.style18:after {
right: inherit;
left: 0;
}
.service_right_box .service-box.style18 .service__box--icon {
top: 50%;
left: -61px;
}
.service_left_box.one .service-box.style18 {
position: relative;
left: -70px;
}
.service_right_box.two .service-box.style18 {
position: relative;
left: 70px;
} .menu-country-menu-container ul,
.menu-visa-menu-container ul,
.menu-service-menu-container ul {
list-style: none;
padding: 0;
}
.menu-country-menu-container ul li,
.menu-visa-menu-container ul li,
.menu-service-menu-container ul li {
list-style: none;
margin-bottom: 2px;
}
.menu-country-menu-container ul li a,
.menu-visa-menu-container ul li a,
.menu-service-menu-container ul li a {
position: relative;
display: block;
padding: 14px 15px 14px 18px;
background-color: #F3F6F9;
font-weight: 400;
font-size: 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #232323;
font-family: Rubik;
position:relative;
}
.menu-country-menu-container ul li a::after,
.menu-visa-menu-container ul li a::after,
.menu-service-menu-container ul li a::after {
content: '\f0dd';
position: absolute;
right: 16px;
top: 31%;
font-size: 13px;
font-family: 'FontAwesome';
transform: rotate(-90deg);
color: #8e8b8b;
}
.menu-country-menu-container ul li a:hover,
.menu-visa-menu-container ul li a:hover,
.menu-service-menu-container ul li a:hover{
color:#fff;
background:#ff7656;
}
.menu-country-menu-container ul li a:hover::after,
.menu-visa-menu-container ul li a:hover::after,
.menu-service-menu-container ul li a:hover::after{
color:#fff;
}
#menu-country-menu li.current_page_item a,
#menu-visa-menu li.current_page_item a,
#menu-service-menu li.current_page_item a{
background:#ff7656 !important;
color:#fff !important;
}
.service-call-title p {
color: #fff;
font-size: 25px;
font-weight: 800;
font-family: Muli;
line-height: 1.4;
}
.service-pra {
color: #fff;
}
.call-button {
display: inline-block;
padding: 10px 30px;
background: #fff;
color: #ff7656;
border-radius: 5px;
font-size: 17px;
font-weight: 700;
margin-top: 20px;
font-family: Muli;
}
.sidebar-btn a{
display:block !important;
text-align:center;
} .service-box.style-ten {
position: relative;
margin-bottom: 30px;
text-align: center;
}
.service-box.style-ten::before {
position: absolute;
left: 0;
right: 0;
content: "";
height: 3px;
width: 80%;
background: #ebebeb;
bottom: 0;
margin: auto;
transition: .5s;
}
.service-box.style-ten:hover::before {
background: #ef6330;
width: 100%;
}
.service-box.style-ten .offer-thumb {
position: relative;
}
.service-box.style-ten .offer-icon {
position: absolute;
left: -15px;
top: -25px;
}
.service-box.style-ten .offer-icon i {
font-size: 35px;
background: #ff7656;
height: 75px;
width: 75px;
display: inline-block;
text-align: center;
line-height: 75px;
border-radius: 0 50px 50px 50px;
color: #fff;
transition: .5s;
}
.service-box.style-ten:hover .offer-icon i {
border-radius: 50px 0 50px 50px;
}
.service-box.style-ten .offer-content {
padding: 25px 13px 32px;
}
.service-box.style-ten .offer-content h2 {
font-size: 22px;
transition: all 0.5s ease 0s;
font-weight: 600;
}
.service-box.style-ten .offer-content h2:hover {
color: #ff7656;
}
.service-box.style-ten .offer-content .service-btn a {
color: #616161;
font-size: 14px;
transition: all .5s ease 0s;
text-transform: uppercase;
}
.service-box.style-ten .offer-content .service-btn a:hover {
color: #ff7656;
} .service-box.style20 {
background: #fff;
padding: 26px 25px 30px;
position: relative;
z-index: 1;
}
.service-box.style20::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 80px;
height: 80px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/servicebgt.jpg);
transition: .5s;
opacity: 0;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
}
.service-box.style20:hover:before {
width: 100%;
height: 100%;
opacity: 1;
}
.service-box.style20 .service__box--icon{
position: relative;
z-index: 1;
}
.service-box.style20 .service__box--icon:before {
position: absolute;
content: "";
left: 15px;
top: 0;
height: 40px;
width: 40px;
background: #f7f7f7;
z-index: -1;
border-radius: 50%;
transition: .5s;
}
.service-box.style20 .service__box--icon i {
font-size: 38px;
color: #ff7656;
transition: .5s;
}
.service-box.style20 .service-content h3 {
font-size: 20px;
padding: 2px 0 6px;
font-weight: 600;
}
.service-box.style20 .service-content p {
transition: .5s;
line-height: 26px;
}
.service-box.style20 .service-btn {
margin-top: 20px;
}
.service-box.style20 .service-btn a {
padding: 0;
font-family: 'Rubik', sans-serif;
background: inherit;
color: #0a0a1d;
border: inherit;
font-weight: 500;
margin-top: 0;
}
.service-box.style20:hover .service__box--icon:before{
background: #ff7656;
}
.service-box.style20:hover .service__box--icon i, 
.service-box.style20:hover .service-content h3, 
.service-box.style20:hover .service-content p, 
.service-box.style20:hover .service-btn a, 
.service-box.style20:hover .service-btn a i {
color: #fff;
} .flip-box .flip-box-inner {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
position: relative;
-webkit-transform: translateZ(0);
-webkit-perspective: 1000px;
perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 200px;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: .5s;
}
.flip-box .flip-box-inner .front-part {
position: relative;
bottom: 0;
z-index: 10;
padding: 50px 25px 50px;
border-radius: 8px;
background-color: #6094da;
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
width: 100%;
z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
margin-bottom: 20px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span{
display: inline-block;
text-align: center;
color: #fff;
font-size: 30px;
line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
width: 60px;
height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: 1.5;
color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
margin-bottom: 0;
font-size: 16px;
color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
display: inline-block;
line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
transition: all 0.4s ease 0s;
} .flip-box .flip-box-inner .back-part {
position: absolute;
z-index: -1;
padding: 26px 25px 26px;
border-radius: 8px;
background-color: #0c5adb;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
width: 100%;
z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
display: inline-block;
margin-bottom: 20px;
text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
display: inline-block;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
margin: 0;
font-weight: 700;
font-size: 20px;
line-height: 1.5;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
margin-bottom: 0;
font-size: 16px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
display: inline-block;
line-height: 1;
padding: 10px 25px;
background: #fff;
font-size: 18px;
font-weight: 500;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
margin-left: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
background: #1f1c51;
color: #fff;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
z-index: -1;
}
.flip-box:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: " ";
font-size: 0;
}
.front-part,
.back-part {
min-height: 250px;
} .flip-box.style-two .front-part .front-icon i{
background: #0c5adb;
color: #fff;
height: 90px;
width: 90px;
line-height: 90px;
display: inline-block;
font-size: 30px;
border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
} .team-slider-style1 .team-item {
overflow: visible;
}
.team-grid-style1 .team-item{
overflow: visible;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.team-grid-style1:hover .team-item{
transform: translateY(-10px);
}
.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0;
}
.team-grid-style1:hover .team-item .image-wrap:before{
opacity: 1;
}
.team-slider-style1 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #030749;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
width: 50px;
background: #fff;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
top: 50%;
transform: translateY(-50%);
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
padding: 0;
background: 0 0;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
background: 0 0;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i{
background: 0 0;
color: #ff7656;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.team-slider-style1 .team-item .team-content {
text-align: center;
margin: 0 0 30px;
padding: 20px 20px 25px;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
background: #030749;
position: unset;
opacity: 1;
}
.team-grid-style1 .team-item .team-content{
position: absolute;
background: #fff;
padding: 20px 20px 25px;
text-align: center;
width: 80%;
left: 0;
right: 0;
margin: auto;
bottom: -64px;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.team-grid-style1 .team-item .team-content .member-desc h3{
margin: 0;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a{
font-size: 20px;
font-weight: 600;
text-decoration: none;
text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a:hover{
color: #ff7656;
}
.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
color: #616161;
text-transform: uppercase;
font-family: Rubik, sans-serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
}
.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
display: none;
}
.team-slider-style1 .team-item .team-content {
margin: 0;
}
.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
padding: 0 40px 12px;
background: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content, .team-slider-style2 .team-inner-wrap .team-content {
z-index: 1;
margin-bottom: 0;
background: #030749;
border-radius: 3px 3px 0 0;
padding: 18px 0 16px;
margin-top: -35px;
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 230px;
transition: 0.4s;
text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
margin-top: 0 !important;
line-height: 28px !important;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
position: relative;
margin-bottom: 0;
font-size: 20px;
text-transform: capitalize;
z-index: 111;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
height: 25px;
width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
text-decoration: none;
color: #fff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-grid-style2 .team-inner-wrap .team-content .team-name a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .team-name a:hover {
color: #f8560c;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
line-height: 1.4;
margin: 10px 0 5px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
font-family: Montserrat, sans-serif;
font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
text-decoration: none;
color: #fff;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
margin: 18px 0 0;
font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
color: #eee;
font-size: 13px;
font-weight: 400;
padding: 0;
display: block;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
color: #eee;
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap:hover .team-content,
.team-slider-style2 .team-inner-wrap:hover .team-content {
bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before,
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
height: 100%;
}
.icon-button a {
background: #030749;
color: #fff;
padding: 3px 17px;
display: inline-block;
font-size: 20px;
margin-bottom: 25px;
border-radius: 18px;
}
.icon-button a:hover {
color: #fff;
background: #ff7656;
}
.icon-button a i:before {
font-size: inherit;
}
.blogfull .icon-button a {
margin-bottom: 0;
}
.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
padding: 25px;
position: relative;
}
.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 200px solid #ff7656;
border-right: 200px solid transparent;
left: 0;
top: -10px;
}
.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 200px solid #ff7656;
border-left: 200px solid transparent;
right: 0;
bottom: -10px;
}
.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
position: relative;
z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #ff7656;
left: 0;
top: 0;
z-index: 100;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
position: absolute;
display: block;
left: 50%;
width: 100%;
top: 30%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 110;
color: #fff;
padding: 15px;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
margin-bottom: 0;
font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
color: #fff;
position: relative;
padding-bottom: 8px;
margin-bottom: 10px;
font-size: 14px;
display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
color: #fff;
margin-right: 12px;
font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
opacity: 1;
width: 100%;
top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
opacity: 0.8;
}
.team-grid-style3 .team-img:after {
top: 0;
}
.team-grid-style3 .team-img:before {
bottom: 0;
}
.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
overflow-y: visible;
}
.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
margin-bottom: 125px;
position: relative;
overflow: visible;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
display: none;
}
.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
color: #f8560c;
background: #fff;
text-align: center;
position: absolute;
z-index: 1;
opacity: 1;
height: unset;
display: inline-block;
top: unset;
bottom: -85px;
padding: 20px 20px 25px;
-webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
left: 50%;
max-width: 310px;
transform: translateX(-50%);
width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
display: block;
font-size: 22px;
margin-bottom: 0;
text-transform: capitalize;
font-weight: 600;
}
.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
color: #030749;
}
.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
color: #f8560c;
}
.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding-top: 5px;
display: block;
font-family: Poppins, sans-serif;
color: #0a0a0a;
}
.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
font-size: 14px;
margin-bottom: 0;
color: #777;
position: relative;
z-index: 1;
max-height: 0;
opacity: 0;
line-height: 24px;
-webkit-transition: all 0.6s, max-height 0.5s;
-o-transition: all 0.6s, max-height 0.5s;
-moz-transition: all 0.6s, max-height 0.5s;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #030749;
top: 0;
left: 50%;
width: 50px;
height: 2px;
margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
text-align: center;
margin-top: 12px;
}
.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
color: #030749;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
background: 0 0;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
color: #f8560c;
}
.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
background: 0 0;
}
.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
opacity: 1;
top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
position: relative;
max-height: 400px;
opacity: 1;
text-align: center;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.4s, max-height 1.5s;
-o-transition: all 0.4s, max-height 1.5s;
-moz-transition: all 0.4s, max-height 1.5s;
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
position: relative;
overflow: hidden;
padding-bottom: 100px;
background: #fff;
border-radius: 5px;
}
.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
height: 100px;
width: 100%;
top: unset;
bottom: 0;
opacity: 1;
position: absolute;
padding: 15px 20px;
color: #444;
text-align: center;
overflow: hidden;
background: #fff;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
margin: 10px 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin: 0;
text-transform: uppercase;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #222;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
font-size: 15px;
text-transform: capitalize;
color: #222;
float: none;
text-align: center;
font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
bottom: -100px !important;
position: absolute;
width: 100%;
text-align: center;
z-index: 100;
left: 50%;
opacity: 0;
transform: translateX(-50%) scale(0.5);
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
border: none;
text-align: center;
color: #fff;
display: inline-block;
transition: all 0.3s ease 0s;
background: 0 0 !important;
margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
color: #f8560c;
}
.team-grid-style5 .team-inner-wrap .team-content:before,
.team-grid-style5 .team-inner-wrap .team-content:hover,
.team-slider-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:hover {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 3px;
background: #ff7656;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
transition: 0.4s all ease;
left: 0;
}
.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
opacity: 1;
width: 100%;
visibility: visible;
transform: translate(0, 0);
top: unset;
bottom: 0;
height: 140px;
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content:before,
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
color: #f8560c;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
color: #fff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
bottom: 25px !important;
opacity: 1;
transform: translateX(-50%) scale(1);
}
.team-grid-style6 .team-item {
overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
text-align: center;
margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
color: #4a4a4a;
width: 35px;
height: 35px;
line-height: 35px;
background: 0 0;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style6 .team-item .team-content {
text-align: center;
margin: 0 0 30px;
padding: 20px 20px 25px;
position: unset;
opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0;
text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #0a0a0a;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #ff7656;
}
.team-grid-style6 .team-item .team-content span.team-title {
font-family: Montserrat, sans-serif;
font-size: 14px;
color: #666;
} .new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box{
transition: .4s;
}
.new-team .team-grid-style6 .team-item .image-wrap img {
border-radius: 0;
width: 100%;
}
.new-team .team-grid-style6 .team-item {
overflow: visible;
margin-bottom: 30px;
}
.new-team .team-grid-style6 .team-item .team-content {
padding: 0px 0px;
margin: 0 0 30px;
padding: 17px 20px 25px;
position: absolute;
opacity: 1;
width: 94%;
bottom: -54px;
margin: 0 auto 0;
left: 0;
right: 0;
}
.new-team .team-grid-style6 .team-item .social-icons {
margin-top: 0;
}
.new-team .member-desc {
background: #FF3D00;
padding: 17px 0 19px;
transform: rotateX(-90deg);
border-radius: 4px 4px 0 0;
transition: .5s;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #fff;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name a {
color: #fff;
}
.new-team .team-grid-style6 .team-item .team-content h3.team-name {
font-weight:500;
font-size: 24px;
}
.new-team .team-grid-style6 .team-item .team-content span.team-title {
font-family: 'Fira Sans';
font-size: 15px;
color: #fff;
margin: 5px 0 0;
display: inline-block;
}
.new-team .team-grid-style6 .team-item .social-icons a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
background: #373644;
border-radius: 100%;
font-size: 14px;
}
.new-team .team-grid-style6 .team-item .social-icons a i {
color: #fff;
}
.new-team .team-grid-style6 .team-item .social-icons a:hover{
background:#FF3D00;
}
.new-team  .social-icons {
background: #141323;
padding: 14px 0 14px;
border-radius: 0 0 4px 4px;
transform: rotateX(-90deg);
transition: .5s;
}  .new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box:hover {
transform: translate3d(0,-5px,0);
}
.new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box :hover .member-desc{
transform: rotateX(0deg);
}
.new-team .rs-team-grid.rs-team.team-grid-style6.itsoft_lite_box :hover .social-icons{
transform: rotateX(0deg);
}
.rspopup_style1 {
max-width: 900px;
margin: 0 auto;
background: #fff;
padding: 40px;
position: relative;
}
.rspopup_style1 .rsteam_content {
padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
margin: 0 0 10px;
}
.rspopup_style1 .team-name {
margin: 0 0 10px;
color: #333;
}
.rspopup_style1 .team-heading {
border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
padding-bottom: 15px;
margin-bottom: 15px;
}
.rspopup_style1 .team-des {
margin-bottom: 0;
}
.rspopup_style1 .social-icons1 a {
width: 35px;
height: 35px;
line-height: 40px;
background: #030749;
color: #fff;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
margin-right: 0;
margin-left: 4px;
}
.rspopup_style1 .contact-info {
margin-bottom: 15px;
border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.rspopup_style1 .contact-info ul li {
display: block;
border-bottom: 1px solid #eee;
padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a {
color: #4a4a4a;
}
.rspopup_style1 .contact-info ul li a:hover {
color: #030749;
}
.mfp-hide {
display: none !important; 
} .team-seven{
position: relative;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.team-seven .single-team{
text-align: center;
padding: 20px 20px 20px;
border-radius: 5px;
}
.team-seven .single-team::after{
content: '';
position: absolute;
height: 2px;
background: #ff7656;
left:0;
bottom: 0;
transform: scale(0);
transition: 0.5s;
}
.team-seven .single-team:hover::after{
width: 100%;
transform: scale(1);
}
.team-seven .single-team .team-img img{
position: relative;
z-index: 1;
}
.team-seven .single-team .team-img::before{
content: '';
position: absolute;
height: 140px;
width: 140px;
background: #f7f8f9;
top: 0;
left: 0;
clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
border-radius: 5px;
}
.team-seven .single-team .team-img::after{
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #ff7656;
top: 0;
right: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
border-radius: 5px;
}
.team-seven .single-team .team-content{
padding: 20px 0 0 0;
}
.team-seven .single-team .team-content .name-designation h3{
color: #303132;
font-size: 22px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
margin-bottom: 6px;
}
.team-seven .single-team .team-content .name-designation span{
color: #ff7656;
font-size: 16px;
font-weight: normal;
font-family: 'Istok Web', sans-serif;
opacity: 1;
transition: 0.3s;
}
.team-seven .single-team:hover .team-content .name-designation span{
opacity: 0;
}
.team-seven .single-team .team-content .social-icons{
position: absolute;
left: 0;
right: 0;
bottom: -30px;
transition: 0.5s;
}
.team-seven .single-team:hover .team-content .social-icons{
bottom: 15px;
}
.team-seven .single-team .team-content .social-icons a{
display: inline-block;
color: #fff;
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
background: #ff7656;
border-radius: 50%;
} .team-slider-style8 .team-item {
overflow: visible;
}
.team-grid-style8 .team-item{
overflow: visible;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
}
.team-grid-style8 .team-item .social-icons1 {
text-align: center;
}
.team-grid-style8 .team-item .social-icons1 a i,
.team-slider-style8 .team-item .social-icons1 a i {
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style8 .team-item .image-wrap,
.team-slider-style8 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-slider-style8 .team-item .image-wrap a img{
width: 100%;
}
.image-wrap a img{
width:100%;
}
.team-grid-style8 .team-item .image-wrap:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
content: "";
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0;
border-radius: 10px;
}
.team-grid-style8:hover .team-item .image-wrap:before{
opacity: 1;
}
.team-slider-style8 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #030749;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
.team-grid-style8 .team-item .image-wrap .social-icons1{
position: absolute;
right: -50px;
width: 50px;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
top: 50%;
transform: translateY(-50%);
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a {
display: inline-block;
color: #ff7656;
padding: 0;
background: #fff;
height: 42px;
width: 42px;
line-height: 42px;
margin: 4px 0;
border-radius: 50%;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a:hover{
color: #fff;
background: #ff7656;
}
.team-grid-style8 .team-item .image-wrap .social-icons1 a i{
background: 0 0;
}
.team-grid-style8 .team-item .image-wrap .social-icons1.active {
right: 0;
width: 80px;
opacity: 1;
visibility: visible;
}
.team-grid-style8 .team-item .team-content{
position: absolute;
padding: 30px 20px 40px;
text-align: center;
width: 80%;
left: 0;
right: 0;
margin: auto;
bottom: -64px;
filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
}
.team-grid-style8 .team-item .team-content::before{
content: '';
position: absolute;
background: #fff;
height: 100%;
width: 100%;
left: 0;
top: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
z-index: -1;
border-radius: 10px;
}
.team-grid-style8 .team-item .team-content .member-desc h3{
margin: 0 0 7px;
}
.team-grid-style8 .team-item .team-content .member-desc h3 a{
font-size: 22px;
font-weight: 500;
text-decoration: none;
text-transform: capitalize;
font-family: "Rubik",Sans-serif;
}
.team-grid-style8 .team-item .team-content .member-desc h3 a:hover{
color: #ff7656;
}
.team-grid-style8 .team-item .team-content span.team-title{
color: #707070;
font-family: 'Fira Sans', sans-serif;
font-size: 16px;
font-weight: normal;
}
.team-grid-style8 .team-item .social-icons,
.team-slider-style8 .team-item .social-icons {
display: none;
}
.team-slider-style8 .team-item .team-content {
margin: 0;
}
.team-grid-style8 .team-btn {
position: absolute;
background: #ff3b00;
height: 50px;
width: 50px;
line-height: 50px;
color: #fff;
top: -25px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
border-radius: 50%;
} .team-grid-style9 .single-team {
margin-bottom: 30px;
position: relative;
text-align: center;
}
.team-grid-style9 .team-thumb{
overflow: hidden;
z-index: 1;
position: relative;
}
.team-grid-style9 .team-thumb img {
width: 100%;
}
.team-grid-style9 .team-thumb::before {
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
bottom: -50px;
content: "";
opacity: 0;
transition: .5s;
}
.team-grid-style9 .single-team:hover .team-thumb::before  {
opacity: 1;
bottom: 0;
}
.team-grid-style9  .team-content {
background: transparent;
padding: 23px 0 20px;
}
.team-grid-style9 .team-content h2 {
color: #fff;
font-size: 22px;
margin: 0;
}
.team-grid-style9 .team-content p {
color: #b7b7b7;
text-transform: capitalize;
font-size: inherit;
margin: 0;
}
.team-grid-style9 .social-icons1{
position: absolute;
bottom: -100%;
left: 0;
right: 0;
margin: auto;
transition: .5s;
z-index: 999;
}
.team-grid-style9 .single-team:hover .social-icons1{
bottom: 30px;
}
.team-grid-style9 .social-icons1 li{
display: inline-block;
margin: 0 2px;
}
.team-grid-style9 .social-icons1 li i{
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
background: #e9455a;
text-align: center;
color: #fff;
border-radius: 100%;
}
.team-grid-style9 .social-icons1 li:nth-child(2) i{
background: #1da1f2;
}
.team-grid-style9 .social-icons1 li:nth-child(3) i{
background: #e60023;
}
.team-grid-style9 .social-icons1 li:nth-child(4) i{
background: #e9455a;
} .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:#ff7656;
}
.wrok_process_thumb img {
border-radius: 50%;
border: 10px solid #fff;
}
.progress_content {
text-align: center;
}
.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:hover .work_progress-number {
top: 40%;
}
.work_progress-number span {
background: #ff7656;
display: inline-block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
color: #fff;
border-radius: 50%;
font-size: 16px;
position: relative;
z-index: 1;
}
.work_progress-number span::before {
position: absolute;
left: -5px;
top: -5px;
width: 60px;
height: 60px;
background: #ff7656;
opacity: 0.6;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.work_progress-number span::after {
position: absolute;
left: -15px;
top: -15px;
width: 80px;
height: 80px;
background: #ff7656;
opacity: 0.4;
content: "";
margin: auto;
border-radius: 100%;
z-index: -1;
}
.process-bg-shape {
position: relative
}
.process-bg-shape:before {
position: absolute;
right: 0;
bottom: -27px;
width: 100%;
content: "";
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/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;
}
.style-two .work_progress-number {
position: absolute;
right: 28px;
top: auto;
margin: auto;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: inherit;
left: auto;
bottom: -16px;
z-index: 1;
}
.style-two.work_progress:hover .work_progress-number {
top: inherit;
}
.style-two .work_progress-number span {
background: #ff7656;
}
.style-two .work_progress-number span:after,
.style-two .work_progress-number span:before {
display:none;
}
.two.process-bg-shape::before {
position: absolute;
right: 0;
bottom: -107px;
width: 100%;
content: "";
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/assets/images/graduation-bg.png);
background-repeat: no-repeat;
background-position: center top;
height: 500px;
} .work_progress.style-4:before {
position: absolute;
content: "";
top: 6px;
right: -176px;
height: 21px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/line-shape.png);
}
.two .work_progress.style-4:before {
display: none;
}
.work_progress.style-4 .wrok_process_thumb {
text-align: center;
border-radius:0;
box-shadow: none;
position: relative;
z-index: 1;
}
.work_progress.style-4 .wrok_process_thumb:before {
position: absolute;
content: "";
top: -14px;
left: -12px;
height: 62px;
width: 62px;
background: #fe6637;
transition: .5s;
z-index: -1;
border-radius: 100%;
}
.work_progress.style-4 .wrok_process_thumb img {
border-radius: 0;
border: 0;
}
.work_progress.style-4 .work_progress-title h2 {
font-size: 24px;
font-weight: 500;
color: #fff;
margin: 3px 0 5px;
}
.work_progress.style-4 .work_progress-desc p{
padding-top: 5px;
color: #fff;
opacity: 0.9;
margin: 0;
} .work_progress.style-5 .wrok_process_thumb {
box-shadow: none;
position:relative;
}
.work_progress.style-5 .wrok_process_thumb:before {
position: absolute;
content: "";
top: 74%;
right: -71px;
height: 89%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line-shape.png);
background-position: center center;
background-repeat: no-repeat;
transform: translate(48%, -50%);
left: inherit;
}
.work_progress.style-5:hover .wrok_process_thumb {
border-color:transparent;
}
.last-box .work_progress.style-5 .wrok_process_thumb:before {
display:none;
}
.work_progress.style-5 .work_progress-number {
position: absolute;
right: 32px;
top: 64.5%;
margin: auto;
left: inherit;
transition: all 400ms linear;
}
.work_progress.style-5:hover .work_progress-number span{
background:#ff7656;
color:#fff;
}
.work_progress.style-5 .work_progress-number span {
background: transparent;
display: inline-block;
height: 31px;
width: 31px;
text-align: center;
line-height: 28px;
color: #ff7656;
border: 2px solid#ff7656;
}
.work_progress.style-5 .work_progress-number span::before {
display:none;
}
.work_progress.style-5 .work_progress-number span::after {
display:none;
}
.work_progress.style-5 .work_progress-title {
padding-top: 11px;
}
.work_progress.style-5 .work_progress-title h2 {
font-size: 22px;
} .call-to-action {
text-align: center;
position: relative;
}
.call-to-action-title h2 {
margin-bottom: 12px;
color: #fff;
font-size: 35px;
margin-bottom: 20px;
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: #ff7656;
border-radius: 4px;
color: #fff;
padding: 12px 31px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-weight: 500;
font-family: 'Fira Sans', sans-serif;
}
.call-to-action-btn a i{
margin-left:8px;
}
.call-to-action-btn a:hover {
background: #fff;
color: #ff7656;
}
.call-to-action-desc {
color: rgba(255,255,255,0.90);
width: 33%;
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: #ff7656;
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;
} .single_testimonial {
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
position: relative;
margin-top: 10px;
text-align: center;
}
.testi_thumb img {
border-radius: 100%;
width:90px;
}
.testi_content {
margin-bottom: 30px;
}
.testi_title {
margin-top: 10px;
}
.testi_title h2 {
font-size: 18px;
margin-bottom: 0px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 700;
}
.testi_title h2 sup {
font-size: 15px;
font-weight: bold;
margin-left: 5px;
}
.testi_title span {
color: #ff7656;
font-weight: 400;
font-size: 15px;
display: block;
padding-top: 5px;
transition: .5s;
}
.testi_text {
font-size: 15px;
font-weight: 400;
font-style: italic;
width: 69%;
margin: auto;
}
.testi_text.texti_style2 {
color: #444444;
font-style: italic;
margin: auto;
width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
line-height: 1;
margin-top: -4px;
}
.reviews_rating {
margin-top: 10px;
}
.em_reviews i {
color: #ddd;
}
.testi-star i {
color: #ddd;
}
.testi-star i.active {
color: #ff7656;
font-size: 19px;
margin: 0 1px;
}
.em_testi_country_img ul li {
display: inline-block;
overflow:hidden;
}
.em_testi_country_img ul li img{
display:inline-block;
}
.country-name{
margin-left:10px;
}
.testimonial-style-two .single_testimonial {
text-align: center;
background: #fff;
padding: 30px 25px;
border-radius: 5px;
border: 1px solid #eee;
}
.testimonial-style-two .testi_content {
position: relative;
padding: 0;
-webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
box-shadow: none;
background: transparent;
border-radius: 0;
text-align: center;
margin-bottom: 30px;
}
.testi_thumb img {
border-radius: 100%;
width: 90px;
}
.testimonial-style-two .testi_title h2 {
}
.testimonial-style-two .testi_title span {
color: #ff7656;
font-size: 14px;
}
.testimonial-style-two .testi_text {
width: 100%;
margin: auto;
font-size: 16px;
font-style: inherit;
font-family: Rubik;
}
.testi_thumb {
position: relative;
margin: 0 0 20px;
display:inline-block;
}
.testi_thumb:before {
content: "\f10d";
font-family: FontAwesome;
font-size: 18px;
position: absolute;
line-height: 50px;
bottom: 0px;
right: -16px;
background-color: #ff7656;
width: 50px;
height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
}
.testimonial-style-two .testi_title {
position: relative;
padding-top: 20px;
}
.testimonial-style-two .testi_title::before, .testimonial-style-two .testi_title::after {
position: absolute;
top: 0;
content: "";
height: 1px;
width: 25px;
}
.testimonial-style-two .testi_title::before {
background-color: #ff7656;
left: calc(50% - 25px);
}
.testimonial-style-two .testi_title::after {
background-color: #ddd;
left: 50%;
} .testimonial-style-three .single_testimonial {
position: relative;
text-align: left;
background: #fff;
margin: 0;
padding: 30px 20px 40px 30px;
border-radius: 5px;
}
.testimonial-style-three .single_testimonial:hover{
background: #ff7656;
}
.testimonial-style-three .single_testimonial::before {
content: '';
position: absolute;
height: 291px;
width: 325px;
background: #f7f8f9;
top: 0;
left: 0;
clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%);
border-radius: 5px 0 0 5px;
transition: 0.5s;
}
.testimonial-style-three .single_testimonial:hover::before {
background: #252525;
}
.testimonial-style-three .single_testimonial::after {
content: '';
position: absolute;
height: 30px;
width: 30px;
background: #ff7656;
top: 0;
right: 0;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
border-radius: 0px 5px 0px 0px;
}
.testimonial-style-three .single_testimonial:hover .testi_title h2,
.testimonial-style-three .single_testimonial:hover .testi_text{
color: #fff;
}
.testimonial-style-three .single_testimonial .wrapper{
position: relative;
z-index: 1;
}
.testimonial-style-three .testi_thumb {
float: left;
margin-right: 20px;
}
.testimonial-style-three .testi_thumb::before{
display: none;
}
.testimonial-style-three .testi_thumb img{
border-radius: 0;
}
.testimonial-style-three .testi_title {
margin-bottom: 30px;
}
.testimonial-style-three .testi_text {
color: #fff;
}
.testimonial-style-three .testi_title h2 {
color: #252525;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.testimonial-style-three .testi_title h2 span{
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi_content {
margin: 0;
padding: 2px 0 27px;
clear: both;
}
.testimonial-style-three .testi_text {
color: #707070;
font-size: 16px;
width: 100%;
font-style: normal;
font-family: 'Fira Sans', sans-serif;
}
.testimonial-style-three .testi-star i{
font-size: 14px;
} .testimonial_list.style-five .single_testimonial {
width: 71%;
margin: auto;
text-align: left;
padding: 115px 50px 115px 100px;
}
.testimonial_list.style-five .single_testimonial .testi_content{
position: relative;
}
.testimonial_list.style-five .single_testimonial .client-details{
position: relative;
display: flex;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb{
border: 4px solid #fff;
border-radius: 50%;
margin: 0 22px 0 0;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_thumb::before{
display: none;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title h2 {
color: #fff;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
float: left;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span {
display: inline-block;
color: rgba(255, 255, 255, 0.8);
position: relative;
margin: 0 12px;
padding: 0 12px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title span::before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #fff;
left: 0px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i.active{
color: #ffc000;
}
.testimonial_list.style-five .single_testimonial .client-details .reviews_rating{
margin-top: 22px;
}
.testimonial_list.style-five .single_testimonial .client-details .testi_title .testi-star i{
font-size: 14px;
}
.testimonial_list.style-five .single_testimonial .testi_content .testi_text {
color: #fff;
font-style: normal;
font-size: 17px;
line-height: 1.8;
}
.testimonial_list.style-five .single_testimonial::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/testimonial-bg.png);
background-size: cover;
background-repeat: no-repeat;
}
.testimonial_list.style-five .single_testimonial .testi_text{
width: 100%;
} .testimonial-style-six .single_testimonial {
-webkit-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s;
position: relative;
margin-top: 10px;
text-align: left;
z-index: 1;
padding: 22px 24px 22px;
border-radius: 5px;
}
.testimonial-style-six .single_testimonial:hover {
transform: translate3d(-10px,0,0);
}
.testimonial-style-six .single_testimonial:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
transition: .4s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/testimonial-card-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.testimonial-style-six .single_testimonial:after {
position: absolute;
content: "";
top: 0;
left:50%;
height: 100%;
width: 0;
transition: .4s;
z-index: -1;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/testimonial-card-hover-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.testimonial-style-six .single_testimonial:hover:after{
left: 0;
width:100%;
} 
.testimonial-style-six .single_testimonial:hover:before{
opacity: 0;
} 
.testimonial-style-six .single_testimonial:hover .testi_text,
.testimonial-style-six .single_testimonial:hover .testi_title span,
.testimonial-style-six .single_testimonial:hover .testi_title h2,
.testimonial-style-six .single_testimonial:hover .testi-star i.active{
color: #fff;
}
.testimonial-style-six .testi_title {
margin-top:0px;
display: inline-block;
}
.testimonial-style-six .testi_thumb {
position: relative;
margin: 0px 0 0;
top: 7px;
margin-right: 18px;
}
.testimonial-style-six .testi_thumb:before {
content: "";
font-family: inherit;
font-size: 18px;
position: absolute;
line-height: 28px;
bottom: 5px;
right: -10px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/quote2.png);
background-repeat: no-repeat;
background-position: center center;
width: 28px;
height: 28px;
}
.testimonial-style-six .testi_thumb img {
width: 76px;
}
.testimonial-style-six .testi_content {
margin-bottom: 22px;
}
.testimonial-style-six .testi_text {
font-size: 16px;
font-style: inherit;
width: 99%;
margin: 27px auto 0;
color: #6d6d6d;
line-height: 26px;
transition: .5s;
}
.testimonial-style-six .testi_title h2 {
font-size: 20px;
font-weight: 600;
margin: 0;
}
.testimonial-style-six .testi-star i.active {
font-size: 16px;
transition: .5s;
} .testi_seven .section-title.t_center {
margin-bottom: 28px;
}
.single_testimonial.style7 {
text-align: center;
padding: 85px 23px 14px;
background: #F6F6F6;
border-radius: 5px;
position: relative;
z-index: 1;
margin-top: 38px;
}
.single_testimonial.style7:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 0;
width: 100%;
z-index: -1;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/testi.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
transition: all 400ms linear;
border-radius: 0 0 5px 5px;
}
.single_testimonial.style7:hover:before {
height: 100%;
}
.single_testimonial.style7:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 0;
width: 100%;
transition: all 400ms linear;
background: #ff7656;
}
.single_testimonial.style7:hover:after {
height: 4px;
}
.single_testimonial.style7:hover .author:before {
top: 20px;
opacity: 1;
}
.single_testimonial.style7 .testi_content {
margin-bottom: 23px;
}
.single_testimonial.style7 .testi_title h2 {
font-size: 22px;
font-weight: 600;
margin: 0 0 0;
}
.single_testimonial.style7 .testi-star i {
color: #ff7656;
font-size: 16px;
margin: 0 2px;
padding: 10px 0 20px;
}
.single_testimonial.style7 .author_thumb {
display: inline-block;
position: absolute;
top: -36px;
left: 0;
right: 0;
margin: auto;
height: 84px;
width: 84px;
z-index: 2;
}
.single_testimonial.style7 .author:before {
position: absolute;
content: "";
left: -77px;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/quote.png);
background-repeat: no-repeat;
background-position: center center;
width: 38px;
height: 38px;
transition: all 400ms linear;
top: 47px;
opacity: 0;
}
.single_testimonial.style7 .testi_text {
width: 100%;
line-height: 25px;
font-style: normal;
}
.single_testimonial.style7 .testi_title {
margin-top: 0;
}
.single_testimonial.style7 .testi-single-thumb {
display: inline-block;
align-items: center;
} .single_testimonial.style9{
background: #fff;
padding: 0;
margin-left: 55px;
position: relative;
}
.testi-single-thumb {
display: flex;
align-items: center;
}
.single_testimonial.style9 .author_thumb {
float: left;
margin-right: 28px;
position: relative;
margin-left: -52px;
display: inline-block;
}
.single_testimonial.style9 .testi_content {
padding: 25px 35px 38px;
text-align: left;
line-height: 26px;
}
.single_testimonial.style9 .testi_text {
font-size: 15px;
font-style: inherit;
width: 100%;
margin: 0 auto 0;
}
.single_testimonial.style9 .testi_title h2 {
font-size: 22px;
text-align: left;
}
.single_testimonial.style9 .testi_title span {
font-size: 16px;
font-weight: 400;
position: relative;
margin-top: 6px;
color: #ff7656;
margin-left: 48px;
}
.single_testimonial.style9 .testi_title span:before {
position: absolute;
content: "";
left: -46px;
right: 0;
top: 10px;
height: 2px;
width: 35px;
background: #ff7656;
}
.single_testimonial.style9 .em_reviews_rating {
position: absolute;
right: 42px;
top: 32px;
}
.single_testimonial.style9 .em_reviews_rating i {
color: #ff7656;
margin-left: 4px;
font-size: 14px;
} .testi_new .single_counter {
text-align: right!important;
position: relative;
}
.testi_new .single_counter:before {
position: absolute;
content: "";
right: -39px;
height: 80px;
width: 1px;
background: #fff;
top: 35px;
opacity: 0.4;
}
.testi_new .two .single_counter:before {
display: none;
}
.testi_new .counter_title h4 {
margin-top: 9px;
}
.testi_new .countr_text > h3 {
font-weight: 700;
color: #ff7656!important;
} .itsoft-single-cases-study {
position: relative;
z-index:999;
}
.em-cases-study-content {
position: absolute;
left: 0;
bottom: -100%;
right: 0;
text-align: center;
background: #ff7656;
margin: auto;
padding: 20px 30px 14px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
opacity: 0;
}
.itsoft-single-cases-study:hover .em-cases-study-content{
bottom: 0;
opacity:1;
}
.case-study-thumb{
position:relative;
z-index:1;
}
.case-study-thumb img {
border-radius: 5px;
}
.case-study-thumb::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.75);
content: "";
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 5px;
}
.itsoft-single-cases-study:hover .case-study-thumb:before{
opacity:1;
}
.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: 600;
margin: 0 0 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color:#fff;
}
.em-cases-study-title h2 a:hover{
color:#fff;
}
.case_category p span {
color: #fff;
letter-spacing: 1px;
}
.case_category span {
color: #fff;
} .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 .itsoft-single-cases-study {
margin-bottom: 30px;
}
.case_default .case-study-thumb:before {
border-radius: 7px;
background: rgba(0, 0, 0, 0.30);
opacity: 1;
}
.case_default .case-study-thumb:before {
border-radius: 7px;
}
.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: 20px;
} .case-study-section .single-case-study{
position: relative;
margin-bottom: 30px;
}
.case-study-section .single-case-study::after{
content: '';
position: absolute;
height: 2px;
background: #ff7656;
bottom: 0;
transform: scale(0);
transition: 0.5s;
}
.case-study-section .single-case-study:hover::after{
width: 100%;
transform: scale(1);
}
.case-study-section .single-case-study .case-study-content{
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
padding: 18px 28px 18px;
background: #fff;
}
.case-study-section .single-case-study .case-study-content h3 a{
color: #252525;
font-size: 24px;
font-weight: 500;
font-family: "Rubik",Sans-serif;
}
.case-study-section .single-case-study .case-study-content .case-category .category-item{
color: #ff7656;
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
}
.case-study-section .case_study_three .single-case-study .case-study-content h3 {
line-height: 26px;
}
.case-study-section .case_study_three .single-case-study .case-study-content h3 a {
font-size: 20px;
}
.case-study-section .case_study_three .single-case-study .case-study-content {
padding: 18px 18px 18px;
} .case_study_four .single-portfolio {
position: relative;
margin-bottom: 30px;
}
.case_study_four .single-portfolio::after {
position: absolute;
left: 0px;
top: 0px;
content: "";
height: 100%;
width: 100%;
border: 25px solid #ff7656;
opacity: 0;
transition: .5s;
}
.case_study_four .single-portfolio:hover::after{
opacity: 1;
}
.case_study_four .portfolio-thumb::before  {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 1;
background: linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.case_study_four .portfolio-content {
position: absolute;
text-align: center;
-webkit-transition: .5s;
transition: .5s;
right: 0;
bottom: -40px;
left: 0;
opacity: 1;
background: transparent;
margin: auto;
padding: 22px 25px 30px;
text-align: center;
z-index: 9;
}
.case_study_four .single-portfolio:hover .portfolio-content {
bottom: 0;
}
.case_study_four .btn-details a {
background: transparent;
border: none;
font-size: 21px;
opacity: 0;
color: #fff;
}
.case_study_four .single-portfolio:hover .btn-details a {
opacity: 1;
}
.case_study_four .btn-details a::before {
display: none;
transition: .5s;
}
.case_study_four .portfolio-content h4 a {
color: #fff;
font-size: 25px;
font-weight: 500;
text-transform: capitalize;
}
.case_study_four .portfolio-content p{
color: #fff;
} .blog_style_adn_2.style-five .single_case_study {
margin-bottom: 30px;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study {
position: relative;
z-index: 999;
overflow: hidden;
}
.blog_style_adn_2.style-five .cases-single {
position: relative;
z-index: 1;
}
.blog_style_adn_2.style-five .cases-single:before {
position: absolute;
content: "";
top: 14px;
left: 0;
height: 100%;
width: 94%;
margin: auto;
border: 2px solid#353944;
right: 0;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .cases-single:hover:before{
border-color:#ff3b00;
}
.blog_style_adn_2.style-five .em-cases-study-content {
position: absolute;
left: 0;
bottom: -37px;
right: 0;
text-align: left;
background: #030715;
margin: auto;
padding: 20px 30px 26px;
opacity: 1;
transition: .5s;
width: 86%;
border-top: 2px solid#ff3b00;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .em-cases-study-inner-content{
position: relative;
z-index: 1;
}
.blog_style_adn_2.style-five .case-study-thumb::before {
position: absolute;
bottom: 0;
width: 100%;
height: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-radius: 5px;
position: absolute;
content: "";
background: linear-gradient(to bottom, rgba(250,70,11, .1) 39%, #FA460B 95%);
transition: all 400ms linear;
z-index: 1;
top: inherit;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case-study-thumb:before{
height: 100%;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .em-cases-study-content{
bottom: 0px;
}
.blog_style_adn_2.style-five .case_category span {
color: #ff3b00;
font-size: 15px;
position: relative;
left: 17px;
margin: 0 0 8px;
display: inline-block;
}
.blog_style_adn_2.style-five .case_category span:before {
position: absolute;
content: "";
top: 7px;
left: -15px;
height: 7px;
width: 7px;
border-radius: 100%;
background: #ff3b00;
}
.blog_style_adn_2.style-five .em-case-study-button {
margin-top: 18px;
opacity: 0;
transition: all 400ms linear;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .em-case-study-button{
opacity:1;
}
.blog_style_adn_2.style-five .case_category p span {
color: #FE3B03;
letter-spacing: 0;
font-size: 17px;
font-weight: 500;
position: relative;
left: 32px;
transition: .5s;
}
.blog_style_adn_2.style-five .case_category p span:before {
position: absolute;
content: "";
left: -31px;
top: 10px;
height: 2px;
width: 22px;
background: #FE3B03;
transition: .5s;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case_category p span{
color: #fff;
}
.blog_style_adn_2.style-five .itsoft-single-cases-study:hover .case_category p span:before{
background: #fff;
}
.blog_style_adn_2.style-five .em-cases-study-title h2 {
font-size: 24px;
font-weight: 600;
line-height: 1;
font-family: 'Fira Sans';
}
.blog_style_adn_2.style-five .em-case-study-button a {
color: #fff;
opacity: 0.7;
}
.blog_style_adn_2.style-five .em-case-study-button i {
color: #fff;
margin-left: 3px;
font-size: 10px;
font-weight: 600;
opacity: 0.7;
} .blog_style_adn_2.style6 .case-study-thumb a img {
width: 100%;
}
.blog_style_adn_2.style6 .case-study-thumb::before {
background: rgba(0, 0, 0, 0.30);
}
.blog_style_adn_2.style6 .em-cases-study-content {
opacity: 0;
position: absolute;
left: 0;
bottom: -80px;
right: 0;
text-align: left;
background: #fff;
margin: auto;
padding: 24px 59px 21px;
width: 92%;
border-radius: 100px;
transition: .5s;
transition: all 400ms linear;
text-align: center;
}
.blog_style_adn_2.style6 .itsoft-single-cases-study:hover .em-cases-study-content{
bottom:30px;
opacity: 1;
}
.blog_style_adn_2.style6 .em-cases-study-title h2 a {
font-size: 20px;
color: #232323;
}
.blog_style_adn_2.style6 .case_category span {
color: #ED2C41;
}
.blog_style_adn_2.style6 .em-cases-study-title h2 {
line-height: 1.3;
} .blog_style_adn_2.style7 .case-study-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s;
background: linear-gradient(0deg, rgba(255, 59, 0, 0.902) 0%,     rgba(255, 59, 0, 0.902) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
}
.blog_style_adn_2.style7 .itsoft-single-cases-study:hover .case-study-thumb:before{
opacity: 0;
}
.blog_style_adn_2.style7 .em-cases-study-content {
position: absolute;
left: 0;
text-align: left;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
opacity: 0;
background: rgba(10,10,29, 0.8);
padding: 27px 30px 24px;
bottom: 7px;
opacity: 1;
width: 95%;
margin: auto;
right: 0;
left: 0;
}
.blog_style_adn_2.style7 .itsoft-single-cases-study:hover .em-cases-study-content {
bottom: 7px;
opacity: 1;
background: #ff7656;
}
.blog_style_adn_2.style7 .em-cases-study-title h2 {
font-size: 20px;
font-weight: 500;
line-height: 1.4;
margin: 11px 0 0;
}
.blog_style_adn_2.style7 .em-case-study-button a {
font-size: 15px;
color: #fff;
}
.blog_style_adn_2.style7 .em-case-study-button i {
margin-left: 5px;
color: #fff;
font-size: 9px;
font-weight: 800;
} .itsoft-single-brand {
margin-bottom: 15px;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
text-align: center;
}
.brand-thumb  img {
filter: gray;
-webkit-filter: grayscale(1);
transition:.3s;
}
.itsoft-single-brand:hover .brand-thumb  img{
filter: none;
-webkit-filter: grayscale(0);
}
.itsoft-single-brand.style2 {
border: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;	    
}
.itsoft-single-brand.style2:hover{
margin-top: 0;
} .single_counter {
position: relative;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}
.counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: left;
margin-right: 20px;
}
.counter_icon i {
font-size: 50px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
color: #ff7656;
}
.countr_text > h1 {
font-size: 34px;
display: inline-block;
font-weight: 500;
margin: 0;
font-family: "Rubik",Sans-serif;
}
.countr_text > h3 {
font-size: 34px;
display: inline-block;
margin: 0;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.counter_title {
padding: 0 0 0;
}
.counter_title h4 {
text-transform: capitalize;
font-size: 18px;
margin-top: 2px;
font-weight: 300;
letter-spacing: 0;
font-family: "Rubik",Sans-serif;
}
.style-two .counter_icon i {
color: #ff7656;
}
.style-two .counter_title h4,
.style-two .countr_text h3,
.style-two .countr_text h1 {
color: #232323;
} .single_counter.style4 {
margin-bottom: 6px;
}
.single_counter.style4 .countr_text > h1 {
font-size: 44px;
font-weight: 500;
font-family: Fira sans;
color: #fff;
}
.single_counter.style4 .countr_text > h3 {
font-size: 44px;
font-family: Fira sans;
color: #fff;
}
.single_counter.style4 .counter_title h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
font-family: Fira sans;
color: #fff;
margin: 8px 0 0;
} .new-counter .countr_text > h1 {
font-size: 48px;
font-weight: 600;
margin: 0;
font-family: Fira sans;
color: #fff;
margin: 0 0 11px;
}
.new-counter .counter_title h4 {
text-transform: capitalize;
font-size: 16px;
margin-top: 2px;
font-weight: 400;
font-family: Fira sans;
color: #B9B9B9;
}
.new-counter .countr_text > h3 {
font-size: 44px;
font-family: 'Fira Sans';
font-weight: 600;
color: #FF3B01;
}
.no-icon .counter_icon i{
display:none;
}
.counter-creative .single_counter {
background: #fff;
width: 300px;
height: 300px;
border-radius: 50%;
text-align: center;
box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14,62,129,.29);
float: right;
position: relative;
padding: 0 40px;
}
.counter-creative .single_counter::before {
position: absolute;
content: "";
right: 71px;
top: -18px;
height: 300px;
width: 300px;
background: #ff7656;
z-index: -1;
border-radius: 50%;
}
.counter-creative .single_counter .single_counter_inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.counter-creative .single_counter .counter_title h4 {
font-size: 24px;
padding: 0 32px;
font-weight: 700;
}
.counter-creative .single_counter .countr_text > h1 {
font-size: 120px;
line-height: 115px;
color:#ff7656;
}
.counter-creative{
position:relative;
z-index:1;
}
.counter-creative::before {
content: "";
position: absolute;
right: -35px;
top: 90px;
width: 34px;
height: 34px;
background-color: #ff7656;
border-radius: 50%;
}
.counter-creative::after {
content: "";
position: absolute;
right: -40px;
top: 0;
width: 50px;
height: 50px;
background-color: #ff7656;
border-radius: 50%;
}
.text-center .counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: none;
margin-right: 0;
margin-bottom: 5px;
} .style-two .single_counter  {
position: relative;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
text-align: center;
height: 250px;
width: 250px;
border-radius: 100%;
background:#fff;
}
.style-two .counter_icon {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
float: none;
margin-right: 0;
}
.style-two .single_counter_inner {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.style-two .counter_icon i {
color: #ff7656;
}
.skew-counter{
transform: skew(-14deg);
}
.skew-counter .single_counter{
margin: 0;
transform: skew(14deg);
text-align: center !important
} .counter .counter_title h4 {
font-size: 23px;
font-weight: 600;
}  .icon-box{
padding-bottom: 5px;
}
.icon-box.style-one .icon-box-icon{
padding-right: 25px;
}
.icon-box .icon-box-content h2{
color: #232323;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.icon-box .icon-box-content .description p {
margin: 0;
font-family: Rubik !important;
transition: .5s;
}
.icon-box-icon .icon i{
display: inline-block;
font-size: 45px;
color: #f12a02;
transition: 0.5s;
}
.box-shape .icon-box::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/shape.png);
background-repeat: no-repeat;
}
.box-shape .icon-box .icon-box-content,
.box-shape .icon-box .icon-box-icon{
z-index: 1;
}
.icon-box.style-two .icon-box-icon {
margin-bottom: 20px;
}
.icon-box.style-three {
display: flex;
background: #fff;
border-radius: 5px;
position: relative;
padding: 15px 15px 15px 73px;
transition: .5s;
z-index: 1;
margin-bottom: 15px;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.icon-box.style-three:before {
background: #ff7656;
position:absolute;
content:""; 
left:0; 
top:0; 
height:100%; 
width:0;
z-index:-1;
border-radius:5px;
transition:.5s;
}
.icon-box.style-three:hover:before{
width:100%;
}
.icon-box.style-three .icon {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 55px;
background: #ff7656;
text-align: center;
color: #fff;
bottom: 0;
border-top-left-radius: 5px;
border-bottom-Left-radius: 5px;
}
.icon-box.style-three .icon i {
line-height: 53px;
color: #fff;
font-size: 27px;
}
.icon-box.style-three .icon-box-content h2 {
margin-bottom: 0;
}
.icon-box.style-three:hover .icon-box-content h2 {
color:#fff;
}
.circle-image.rotateme {
position: relative;
z-index: -1;
} .icon-box.style-four{
position: relative;
border-right: 3px solid #ff3b00;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
padding: 38px 10px 38px 65px;
border-radius: 10px;
background: #fff;
z-index: 1;
}
.icon-box.style-four .icon-box-icon{
position: absolute;
left: -55px;
padding: 40px;
top: 50%;
transform: translateY(-50%);
}
.icon-box.style-four .icon-box-icon::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/shape1.png);
background-position: center;
left: 0;
top: 0;
}
.icon-box.style-four .icon-box-icon .icon{
position: relative;
}
.icon-box.style-four .icon-box-icon .icon i{
font-size: 40px;
}
.icon-box.style-four .icon-box-content{
}
.icon-box.style-four .icon-box-content .title h2{
font-family: "Rubik",Sans-serif;
} .icon-box.style-five{
position: relative;
border-left: 3px solid #ff3b00;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
padding: 38px 65px 38px 10px;
border-radius: 10px;
text-align: right;
background: #fff;
z-index: 1;
}
.icon-box.style-five .icon-box-icon{
position: absolute;
right: -55px;
padding: 40px;
top: 50%;
transform: translateY(-50%);
}
.icon-box.style-five .icon-box-icon::before{
content: '';
position: absolute;
height: 100%;
width: 100%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/shape2.png);
background-position: center;
left: 0;
top: 0;
}
.icon-box.style-five .icon-box-icon .icon{
position: relative;
}
.icon-box.style-five .icon-box-icon .icon i{
font-size: 40px;
}
.icon-box.style-five .icon-box-content{
}
.icon-box.style-five .icon-box-content .title h2{
font-family: "Rubik",Sans-serif;
} .icon-box.style-four:before {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: #ff7656;
border-radius: 7px;;
}
.icon-box.style-four:hover:before{
width:100%;
}
.style-four:hover .icon-box-content .title h2,
.icon-box.style-four:hover .icon-box-content .description p{
color:#fff;
} .icon-box.style-five:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 0;
transition: .5s;
z-index: -1;
background: #ff7656;
border-radius: 7px;
}
.icon-box.style-five:hover:before{
width:100%;
}
.style-five:hover .icon-box-content .title h2,
.icon-box.style-five:hover .icon-box-content .description p{
color:#fff;
} .icon-box.style-six .icon-box-icon .icon i {
display: inline-block;
font-size: 12px;
color: #fff;
transition: 0.5s;
height: 23px;
width: 23px;
background: #FE3C00;
border-radius: 100%;
text-align: center;
line-height: 23px;
}
.icon-box.style-six .icon-box-icon {
margin-right: 12px;
}
.icon-box.style-six .icon-box-content h2 {
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Rubik';
margin-bottom: 14px;
} .icon-box.style-seven .icon-box-icon {
padding-right: 0;
}
.icon-box.style-seven .icon-box-content h2 {
font-size: 20px;
margin-bottom: 9px;
position: relative;
left: 30px;
}
.icon-box.style-seven .icon-box-content h2:before {
position: absolute;
content: "";
top: 13px;
left: -30px;
height: 2px;
width: 21px;
background: #ff7656;
} .icon-box.style-eight .icon {
margin-right: 11px;
}
.icon-box.style-eight .icon-box-icon .icon i {
display: inline-block;
font-size: 14px;
color: #f12a02;
transition: 0.5s;
height: 24px;
width: 24px;
line-height: 24px;
border: 1px solid#ff3b00;
text-align: center;
border-radius: 100%;
}
.icon-box.style-eight .icon-box-content h2 {
font-size: 16px;
font-weight: 400;
margin-bottom: 16px;
} .icon-box.style-9 .icon-box-icon .icon i {
font-size: 45px;
color: #ff7656;
transition: 0.5s;
height: 92px;
width: 92px;
line-height: 92px;
background: #fff;
text-align: center;
border-radius: 100%;
} .icon-box.style-10 .icon-box-icon {
display: flex;
align-items: center;
}
.icon-box.style-10 .icon-box-icon .icon {
display: inline-block;
height: 20px;
width: 20px;
line-height: 20px;
border-radius: 4px;
background: #ff7656;
text-align: center;
margin-right: 12px;
}
.icon-box.style-10 .icon-box-icon .icon i {
display: inline-block;
font-size: 12px;
color: #fff;
transition: 0.5s;
}
.icon-box.style-10 .title h2 {
font-size: 20px;
font-weight: 500;
display: inline-block;
margin-bottom: 12px;
margin-top: 8px;
}
.icon-box.style-10 .description p {
font-weight: 300;
} .icon-box.style-11 .icon-box-icon {
display: inline-block;
margin-right: 0;
border: 2px dashed #ffffff;
border-radius: 50%;
padding: 8px;
height: 95px;
width: 95px;
}
.icon-box.style-11 .icon-box-icon .icon {
height: 76px;
width: 76px;
line-height: 76px;
background: #fff;
border-radius: 100%;
text-align: center;
}
.icon-box.style-11 .icon-box-icon .icon i {
font-size: 45px;
color: #ff7656;
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.style12 .icon-box-content .title h2{
position: relative;
}
.icon-box.style12 .icon-box-content .title h2:before {
position: absolute;
content: "";
left: -45px;
top: 10px;
height: 2px;
width: 36px;
background: #f00;
} @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);
}
} .single-video {
position: relative;
text-align: center;
}
.single-video img {}
.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;
}
.video-icon a {
background: #fff;
height: 75px;
width: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
line-height: 75px;
color: #ff7656;
font-size: 26px;
position: relative;
-webkit-animation: ripple-red 1s linear infinite;
animation: ripple-red 1s linear infinite;
-webkit-transition: .5s
}
.v-overlay .video-icon a i {
border: 0px solid #fff;
font-size: 30px;
}
.video-icon {
left: 50%;
position: absolute;
top: 51%;
-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(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3);
box-shadow: 0 0 0 0 rgba(241, 42, 2, 0.3), 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3)
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(241, 42, 2, 0);
box-shadow: 0 0 0 10px rgba(241, 42, 2, 0.3), 0 0 0 20px rgba(241, 42, 2, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
}
}
.style-two .video-icon {
left: inherit;
position: inherit;
top: inherit;
transform: inherit;
text-align: left;
}
.successful-img {
position: absolute !important;
left: 0;
bottom: 0;
text-align: left;
}
.redius-img .single-video img {
border-radius: 0 10px 0 0;
}  .blog_style_three .em-blog-content-area_adn::after {
content: '';
position: absolute;
height: 3px;
background: #ff7656;
bottom: 0;
left: 0;
transform: scale(0);
transition: 0.5s;
}
.blog_style_three .single_blog_adn:hover .em-blog-content-area_adn::after{
width: 100%;
transform: scale(1);
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories{
margin: 0;
padding: 0;
list-style: none;
}
.blog_style_three .em-blog-content-area_adn .blog-category .post-categories li a{
color: #707070;
font-size: 15px;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2 a{
color: #252525;
font-size: 22px;
font-family: "Rubik",Sans-serif;
font-weight: 500;
}
.blog_style_three .blog-date {
position: absolute;
background: #ff7656;
color: #fff;
top: -34px;
right: 30px;
text-align: center;
padding: 8px 18px;
border-radius: 5px;
}
.blog_style_three .blog-date p{
margin: 0;
}
.blog_style_three .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_three .em-blog-content-area_adn {
padding: 25px 35px 30px;
text-align: left;
}
.blog_style_three .em-blog-content-area_adn .blog-page-title_adn h2{
margin: 13px 0 18px;
line-height: 1.3;
}
.blog_style_three .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_three .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_three .itsoft-blog-readmore a {
position:relative;
color: #ff7656;
font-size: 15px;
text-transform: uppercase;
font-family: 'Fira Sans', sans-serif;
padding: 0;
border: 0;
} .blog_style_four .blog-thumb{
position: relative;
}
.blog_style_four .blog-thumb .blog-meta-top{
position: absolute;
top: 10px;
left: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul{
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.blog_style_four .blog-thumb .blog-meta-top ul li{
margin-right: 10px;
}
.blog_style_four .blog-thumb .blog-meta-top ul li a{
display: inline-block;
font-size: 12px;
font-weight: 500;
background: #ff7656;
color: #fff;
text-transform: uppercase;
padding: 8px 15px;
letter-spacing: 1px;
border-radius: 3px;
}
.blog_style_four .blog-content {
text-align: center;
padding: 25px 35px 20px;
background: #fff;
transition: .5s;
}
.blog_style_four .blog-content h5 {
margin-top: 17px;
margin-bottom: 15px;
}
.blog_style_four .blog-content .blog-meta span a{
color: #6d6d6d;
}
.blog_style_four .blog-content h5 a{
color: #232323;
font-size: 20px;
font-weight: 700;
}
.blog_style_four .blog-single-carousel:hover .blog-content {
background: #211e3b;
}
.blog_style_four .blog-single-carousel .blog-meta {
position: relative;
width: 100%;
background: transparent;
box-shadow: none;
padding: 0;
}
.blog_style_four .blog-single-carousel:hover .blog-content,
.blog_style_four .blog-single-carousel:hover .blog-content  h5 a,
.blog_style_four .blog-single-carousel:hover .blog-content .blog-meta span,
.blog_style_four .blog-single-carousel:hover .blog-content .blog-meta a{
color: #fff;
}
.blog_style_four .blog-learn-more a {
color: #fff;
background: #211e3b;
display: block;
padding: 13px 0;
position: relative;
z-index: 1;
margin: 28px 0 12px;
}
.blog_style_four .blog-learn-more a:before {
position: absolute;
left: 0;
content: "";
width: 10%;
height: 100%;
background: #ff7656;
top: 0;
transition: .5s;
z-index: -1;
}
.blog_style_four .blog-single-carousel:hover .blog-learn-more a:before {
width: 100%;
} .dit-button.style-one a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: uppercase;
padding: 8px 26px;
transition: .5s;
position: relative;
z-index: 1;
border-radius: 30px;
overflow: hidden;
}
.dit-button.style-one a:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:10%;
transition: .5s;
z-index: -1;
top: 0;
left: 0;
border-radius: 30px;
opacity: 0;
}
.dit-button.style-one a:hover:before{
width: 100%;
opacity: 1;
}
.dit-button.style-one a:hover i{
background:#FB3C00;
color:#fff;
}
.dit-button.style-one i {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background: #fff;
color: #f00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 17px;
transition: 0.5s;
} .dit-button.style-two a{
position: relative;
display: inline-block;
color: #fff;
font-weight: 500;
text-transform: uppercase;
background-color: #ff7656;
padding: 16px 40px 16px 40px;
border: 2px solid #ff7656;
border-radius: 5px;
z-index: 1;
}
.dit-button.style-two a:hover{
color: #ff7656;
}
.dit-button.style-two a::after{
content: '';
position: absolute;
height: 100%;
width: 0;
background: #fff;
top: 0;
left: 0;
transition: 0.5s;
z-index: -1;
}
.dit-button.style-two a:hover::after{
width: 100%;
} .dit-button.style-three a {
display: inline-block;
background: #FB3C00;
color: #fff;
font-size: 15px;
text-transform: capitalize;
padding: 14px 32px;
transition: .5s;
position: relative;
z-index: 1;
font-weight: 500;
border-radius: 30px;
overflow: hidden;
font-family: 'Fira Sans';
}
.dit-button.style-three a:before {
position: absolute;
content: "";
background: #232323;
height:100%;
width:0;
transition: .5s;
z-index: -1;
top: 0;
right: 0;
left:inherit;
border-radius: 30px;
}
.dit-button.style-three a:hover:before{
width: 100%;
left: 0;
}
.dit-button.style-three a:hover i{
background:#FB3C00;
color:#fff;
}
.dit-button.style-three i {
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background: #fff;
color: #ff3b00;
display: inline-block;
border-radius: 100%;
position: relative;
left: 12px;
transition: 0.5s;
font-size: 11px;
} .button2 .dit-button.style-one a {
background: #FB3C00;
border-radius: 4px;
padding:8PX 50PX;
border: 2px solid #ff7656;
}
.button2 .dit-button.style-one a:before {
display:none;
}
.button2 .dit-button.style-one a:hover {
color: #ff7656;
background: transparent;
}
.button2 .dit-button.style-one a:hover i{
color: #ff7656;
}
.button2 .dit-button.style-one i {
width: 0;
background: transparent;
color: #fff;
border-radius: 0;
position: relative;
left: 0;
font-size: 10px!important;
font-weight: 600;
} .btn2 .elementor-button {
font-family: "Fira Sans", Sans-serif;
font-size: 15px;
font-weight: 500;
background-color: #ff7656;
border-style:2px solid#ff7656!important;
padding: 21px 23px 20px 23px;
}
.btn2 .elementor-button:hover{
border-color:#ff7656!important;
background:transparent!important;
color:#ff7656;
} .dit-button.style-four a {
background: #FF3D00;
color: #fff;
padding: 16px 36px 16px 63px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.dit-button.style-four a:after {
position: absolute;
content: "";
left: 0;
left: 22px;
top: 11px;
height: 33px;
width: 33px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/widgets/css/setting.png);
background-repeat: no-repeat;
background-position: center center;
}
.dit-button.style-four a:before {
position: absolute;
content: "";
left: 0;
left: 50%;
top: 0;
height: 100%;
width: 0;
background: #232323;
border-radius: 30px;
transition: .4s;
z-index: -1;
}
.dit-button.style-four a:hover:before{
width: 100%;
left: 0;
}
.dit-button.style-four a:hover{
color: #fff;
transform: translate3d(0,-2px,0);
} .dit-button.style5 a{
padding: 11px 19px 11px 23px;
font-family: 'Fira Sans';
font-weight: 500;
color: #fff;
background: #FF3B00;
display: inline-block;
border-radius: 4px;
border: 1px solid #FF3B00;
position: relative;
z-index: 1;
overflow: hidden;
}
.dit-button.style5 a i {
font-size: 11px;
width: 30px;
height: 30px;
line-height: 32px;
border-radius: 25px;
text-align: center;
background: #fff;
color: #FF3B00;
display: inline-block;
margin-left: 14px;
position: relative;
transition: .5s;
font-weight: 700;
} .dit-button.style6 a{
background: #ff7656;
display: inline-block;
padding: 14px 35px;
color: #fff;
font-weight: 500;
border: 2px solid #ff7656;
position: relative;
transition: .5s;
margin: 0 7px;
}
.dit-button.style6 a:before {
position: absolute;
content: "";
right: 0;
top: 5px;
height: 100%;
width: 33%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/btn-border.png);
background-repeat: no-repeat;
}
.dit-button.style6 a:hover {
background: #0A0A1D;
border-color: #0A0A1D;
} .team.style4 .team-content {
background: #0a0a1d;
padding: 28px 20px 25px;
text-align: center;
border-bottom: 3px solid #ff7656;
position: relative;
margin-bottom: -3px;
z-index: 1;
}
.team.style4 .team-content:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/shap-1.png);
transition: .5s;
}
.team.style4 .team-content:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 0%;
background: #ff7656;
transition: .5s;
z-index: -1;
}
.team.style4:hover .team-content:after{
width:100%;
}
.team.style4 .team-content h2 {
font-size: 20px;
color: #fff;
font-weight: 600;
}
.team.style4 .team-content h5 {
font-size: 16px;
color: #FFFFFF99;
font-weight: 400;
margin-top: 10px;
margin: 0;
}
.team.style4:hover .team-content h5{
color: #fff;
}
.team.style4 .image {
position: relative;
}
.team.style4 .image:before {
position: absolute;
content: "";
left: 0;
top: -7px;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s;
background: linear-gradient(0deg, rgba(255, 59, 0, 0.802) 0%,     rgba(255, 59, 0, 0.802) 10%, rgba(255, 59, 0, 0) 60%, rgba(255, 59, 0, 0) 40%);
}
.team.style4 ul.social-icon {
background: #0a0a1d;
display: inline-block;
padding: 6px 8px;
border-radius: 30px;
position: absolute;
bottom: 18px;
left: 0;
right: 0;
margin: auto;
width: 70%;
}
.team.style4 .social-icon li {
list-style: none;
display: inline-block;
}
.team.style4 .social-icon li a {
display: inline-block;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
background: #282848;
border-radius: 50%;
color: #fff;
font-size: 15px;
margin: 0 3px;
transition: .5s;
}
.team.style4 .social-icon li a:hover{
background:#ff7656;
} .team.style5 {
position: relative;
text-align: center;
}
.team.style5 .image {
position: relative;
margin-top: -86px;
z-index: 1;
}
.team.style5 .image img {
width: 100%;
}
.team.style5 .team-content {
background: #fff;
padding: 22px 30px 113px;
border-radius: 4px;
position: relative;
z-index: 1;
text-align: left;
}
.team.style5 .team-content:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
height:0;
width:100%;
background: url(https://wp.ditsolution.net/consen-multipurpose/wp-content/uploads/2023/06/team-s.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 400ms linear;
z-index:-1;
border-radius: 0 0 4px 4px;
}
.team.style5 .team-content:after {
position: absolute;
content: "";
top: 0;
width: 100%;
background: #ff7656;
height: 0px;
left: 0;
border-radius: 0;
transition: all 400ms linear;
}
.team.style5:hover .team-content:before{
height:100%;
}
.team.style5:hover .team-content:after{
height:4px;
}
.team.style5 .team-content .bio .name {
font-size: 20px;
font-weight: 600;
margin: 0 0 7px;
}
.team.style5 .team-content .bio .designation {
font-size: 16px;
font-weight: 300;
color: #686868;
margin: 0 0 0;
}
.team.style5:hover .team-content .bio .name,
.team.style5:hover .team-content .bio .designation{
color:#fff;
}
.team.style5 .team-share {
display: inline-block;
font-size: 18px;
color: #fff;
background: #ff7656;
border-radius: 4px;
cursor: pointer;
position: absolute;
top: -18px;
right: 27px;
transition: .5s;
z-index: 22;
width: 40px;
height: 40px;
border-radius: 4px;
background-color: #ff7656;
line-height: 40px;
}
.team.style5 ul.social-icon {
position: absolute;
right: 29px;
top: 44px;
transition: .5s;
background: transparent;
border-radius: 4px;
}
.team.style5 ul.social-icon.active li a {
transform: translateY(15px);
opacity: 1;
overflow: hidden;
visibility: visible;
}
.team.style5 .team-share-icon {
position: relative;
z-index: 1;
}
.team.style5 .team-share-icon:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
background: #ff7656;
height: 14px;
width: 14px;
bottom: -32px;
z-index: -1;
transform: rotate(45deg);
}
.team.style5 ul.social-icon li {
list-style: none;
margin-bottom:4px;
}
.team.style5 ul.social-icon li a {
display: inline-block;
transition: .5s;
font-size: 14px;
color: #fff;
background: #ff7656;
width: 35px;
height: 35px;
line-height: 35px;
transition-delay: .3s;
z-index: -1;
overflow: hidden;
transform: translateY(-20px);
opacity: 0;
visibility: hidden;
border-radius: 100%;
}
.team.style5 ul.social-icon li a:hover{
color:#fff;
background:#232323;
}
.team.style5 ul.social-icon li:nth-child(1) a {
transition-delay: 0.4s;
}
.team.style5 ul.social-icon li:nth-child(2) a {
transition-delay: 0.2s;
}
.team.style5 ul.social-icon li:nth-child(3) a {
transition-delay: 0s;
} .text-box.style-one .box-wrapper {
position: relative;
background: #292728;
border-radius: 7px;
padding: 19px 28px 17px 28px;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.text-box.style-one .title h4 {
color: #fff;
font-size: 18px;
font-family: "Rubik",Sans-serif;
margin: 0 0 7px;
font-weight: 500;
line-height: 1.6;
}
.text-box.style-one .box-wrapper:hover{
background:#ff3b00;
box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.text-box.style-one .box-wrapper:hover .single-btn a{
color: #fff;
}
.text-box.style-one .single-btn {
position: absolute;
right: 20px;
bottom: 20px;
transform: rotate(30deg);
}
.text-box.style-one .single-btn a {
color: #e53905;
}
.corporate .feature-box .feature-box-icon i {
background: #ff7656;
border-radius: 5px 5px 5px 5px;
height: 80px;
width: 80px;
font-size: 35px;
line-height: 80px;
background: rgb(255,60,0) !important;
background: linear-gradient(60deg,#fd8424 0%,#ff7656 100%) !important; 
} html,
body {}
img {
max-width: 100%;
height: auto;
} .box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
} .fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.itsoft-header-top {
padding: 11px 0;
background: #252628;
position: relative;
z-index: 1;
}
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span,
.top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.itsoft-header-top::after {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 54%;
height: 100%;
z-index: -1;
transform: skew(-26deg);
padding-left: 20px;
background: #ff7656;
} .top-right-menu p {
display: inline-block;
color:#fff;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 20px;
position: relative;
}
.top-right-menu ul.social-icons li a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active,
.login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #ff7656;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0; 
top:0; 
height:100%; 
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}
.txtc {
text-align: center;
}
.text-center {
text-align: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
display: inline-block;
text-align: center;
font-size: 18px;
cursor: pointer;
color: #062462;
margin-top: 0px;
height: 25px;
width: 35px;
line-height: 27px;
background: inherit;
border-radius: 3px;
border-right: 1px solid #CECDD2;
padding: 0 2px 0 0;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.search_button {
text-align: right;
}
.prefix .em-quearys-menu i {
color: #fff;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #ff7656;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #ff7656;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #ff7656;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
}  .header-new-style-01 .itsoft_nav_area {
background: transparent;
position: relative;
margin-bottom: -100px;
z-index: 99;
}
.new-header-inner {
background: #fff;
padding: 0px 15px;
border-radius: 0 0 4px 4px;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
top: 70px;
}
.no-logo-sr .itsoft_menu ul {
text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
text-align: left;
} .mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #ff7656 none repeat scroll 0 0;
float: none;
left: 0;
position: absolute;
right: 0;
top: 60px;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.itsoft_nav_area {
background: #fff none repeat scroll 0 0;
}
.itsoft_menu {
text-align: right;
}
.container-fluid .itsoft_menu {
text-align: center;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .itsoft_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .itsoft_menu ul {
list-style: none;
text-align: center;
}
.itsoft_menu>ul>li {
display: inline-block;
position: relative;
}
.itsoft_menu > ul > li > a {
display: block;
margin: 35px 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
font-family: 'Fira Sans', sans-serif;
}
.heading_style_2 .itsoft_menu>ul>li>a {
color: #fff;
}
.heading_style_3 .itsoft_menu > ul > li > a {
color: #d6aee9;
}
.heading_style_4 .itsoft_menu > ul > li > a {
color: #cacce3;
}
.heading_style_5 .itsoft_menu>ul>li>a {
color: #fff;
}
.itsoft_menu ul li:last-child a {
margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
color: #ff7656;
}
.transprent-menu .itsoft_menu>ul>li a{
color: #fff;
}
.transprent-menu.menu-style-16 .itsoft_menu ul {
text-align: center;
list-style: none;
}
.transprent-menu.menu-style-16 .itsoft_menu ul .sub-menu {
text-align: left;
}
.heading_style_4.tr_btn .itsoft_menu.main-search-menu {
float: none;
text-align: center;
} .trp_nav_area {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color:transparent;
padding: 25px 100px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .itsoft_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: rgba(0,0,0,0.0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.itsoft_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.itsoft_nav_area.prefix,
.hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .itsoft_menu>ul>li.current a {
color: #ff7656;
}
.heading_style_3 .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .itsoft_menu>ul>li.current a {
color: #ff7656;
}
.heading_style_3 .itsoft_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn  .hbg2 {
background:#ff7656 !important;
} 
.tr_white_btn .hbg2 .itsoft_menu > ul > li > a {
color: #fff !important;
}
.transprent-menu.tr-btn-search .itsoft_nav_area {
padding: 0 30px;
}
.transprent-menu.tr-btn-search .em-quearys-menu i {
} .logo-left {
text-align: right;
}
.logo-right .logo {
text-align: right;
}
.logo-right .itsoft_menu>ul {
text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .logo-top .logo {
text-align: center;
}
.logo-top .itsoft_menu>ul {
text-align: center;
}
.logo-top>.itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .itsoft_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 230px;
text-align: left;
background: #fff;
margin: 0;
padding: 20px 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
border: 0; box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.itsoft_menu ul li:hover >.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 100%;
z-index: 9;
}
.itsoft_menu ul .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
margin: 0;
line-height: 1.3;
font-size: 14px;
color: #232323;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
visibility: inherit !important;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#ff7656;
}
.itsoft_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.itsoft_menu ul .sub-menu li:before {
position: absolute;
left: 0px;
top: 50%;
font-size: 20px;
color: #5451c1;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
width: 15px;
height: 1px;
background: #ff7656;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
.itsoft_menu ul .sub-menu li:hover:before {
opacity:1;
left:0px;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
ul.mega-sub-menu ul li a span {
display: inline-block;
background: #ff7656;
padding: 0 5px;
font-size: 12px;
color: #fff;
border-radius: 3px;
} .itsoft_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .itsoft_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
}
.trp_nav_area.hbg2 a.dtbtn {
background: #fff;
color: #ff7656;
}
.trp_nav_area.hbg2 a.dtbtn:hover{
border-color:#fff;
} .top-address.em-quearys-top.text-right {
float: right;
}
.itsoft_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #ff7656;
}
nav.itsoft_menu.main-search-menu {
text-align: right;
display: inline-block;
} .itsoft-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 2px;
}
a.dtbtn {
-moz-user-select: none;
background: #ff7656;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 11px 24px;
text-align: center;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 3px;
border: 2px solid #ff7656;
}
a.dtbtn:hover {
background: #bd2d10;
color: #fff;
border-color: #bd2d10;
} .tr_white_btn a.dtbtn {
background-color: #fff;
color: #333;
}
.tr_white_btn a.dtbtn:hover {
background-color: transparent;
border-color: #fff;
color: #fff;
} .itsoft-main-menu .logo a.main_sticky_main_l {
display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
display: none;
} .itsoft-main-menu .prefix .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.headroom--pinned {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.header--fixed {
position: fixed;
z-index: 10;
right: 0;
left: 0;
top: 0;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: -webkit-transform .25s ease-in-out;
-o-transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
will-change: transform;
}
.menu-height-space {
height: 100px;
} .creative_logo_thumb a.main_sticky_l {
display: none;
}
.creative_logo_thumb .logo a {
margin-top: 0;
}
.white_box_shadow {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu.menu-18 .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.itsoft-main-menu.tr-black-menu .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.tr-black-menu .donate-btn-header {
margin-top: 0;
margin-top: 0;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}  .itsoft-blog-index.blog-area.itsoft-blog-area,
.itsoft-blog-single {
background: #F6F6F6;
}
.itsoft-blog-area {
padding: 90px 0 100px;
}
.itsoft-single-blog {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
border: 1px solid #e6e6e6;
}
.itsoft-single-blog:hover {
-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
box-shadow:6px 5px 30px rgba(0,0,0,0.12);
border-color:transparent;
}
.itsoft-blog-index.blog-area.itsoft-blog-area, .itsoft-blog-area.itsoft-blog-archive {
padding: 100px 0 100px;
background: #F6F6F6;
}
.itsoft-blog-index.blog-area.itsoft-blog-area {
padding: 100px 0 100px;
}
.itsoft-single-blog--thumb img {
width: 100%;
} .itsoft-blog-thumb {
overflow: hidden;
position:relative;
}
.itsoft-blog-thumb a {
display: block;
position: relative;
}
.itsoft-blog-thumb img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: block;
width: 100%;
} .blog-content {
word-break: break-word;
}
.em-blog-content-area {
padding: 33px 23px 32px;
}
.blog-page-title h2 {
margin: 0;
margin-bottom: 20px;
font-size: 22px;
margin-top: 18px;
}
.itsoft-lt .blog-page-title h2 {
font-size: 30px;
}
.blog-page-title a {
display: block;
font-weight: 500;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title a:hover {
color: #ff7656;
} .itsoft-blog-meta-left {
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 12px 20px;
border-radius: 3px;
text-align: center;
position: absolute;
top: -24px;
background: #fff;
left: 0;
right: 0;
margin: 0 20px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
color: #616161;
position: relative;
font-weight: 500;
}
.itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
content: "";
background: #616161;
width: 8px;
height: 1px;
position: absolute;
right: -19px;
top: 11px;
}
.itsoft-blog-meta-left a:last-child:before,
.itsoft-blog-meta-left span:last-child:before{
display:none;
} .itsoft-blog-meta-right {
float: right;
padding: 17px 0 0;
}
.itsoft-blog-meta-right a, .itsoft-blog-meta-right span {
color: #777;
font-size: 14px;
margin-left: 10px;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
position: relative;
}
.itsoft-blog-meta-right a:hover,
.itsoft-blog-meta-right span:hover,
.itsoft-blog-meta-left a:hover,
.itsoft-blog-meta-left span:hover {
color: #ff7656;
}
.itsoft-blog-meta-right i {
margin-right: 5px;
} .upper.itsoft-blog-meta-left a, .upper.itsoft-blog-meta-left span {
color: #ff7656;
font-size: 14px;
margin-right: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
}
.upper.itsoft-blog-meta-left a:hover, .upper.itsoft-blog-meta-left span:hover {
color: #ff7656;
}
.meta-list.itsoft-blog-meta-left a, .meta-list.itsoft-blog-meta-left span {
color: #ff7656;
font-size: 14px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
} .readmore a {
border: 1px solid #ddd;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 6px 10px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
border-color: #ff7656;
background: #ff7656;
color: #fff;
}  .itsoft-single-blog-details {
background: #fff;
margin-bottom: 40px;
}
.em-theme-main-page .itsoft-single-blog-details {
padding: 30px;
}
.itsoft-single-blog-details-inner {
padding: 20px 45px 45px;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
}
.em-theme-main-page .itsoft-single-blog-title h2 {
padding-bottom: 15px;
}
.itsoft-single-blog--thumb {
position: relative;
border-radius:10px 10px 0 0;
}
.single-blog-title {
padding: 0;
text-transform: unset;
color: #232323;
font-weight: 700;
font-size: 35px;
}
.itsoft-single-blog-content p {
margin-bottom: 20px;
}
.itsoft-single-blog-details h2 {
font-size: 30px;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: #fff;
left: inherit;
right: inherit;
margin: 10px 0 0;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left a, .itsoft-single-blog-details-inner .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 20px 0px 0;
position: relative;
font-weight: 400;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 26px;
text-align: left;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.itsoft-single-icon-inner {
text-align: left;
}
.itsoft-single-icon-inner span {
font-size: 17px;
margin-right: 6px;
}
.itsoft-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.itsoft-single-icon-inner a i:hover {
background: #ff7656;
border-color: #ff7656;
color: #fff;
}
.single-blog-content ul {
padding-bottom: 10px;
}
blockquote {
padding: 26px 30px;
font-size: 19px;
border-left: 4px solid #ff7656;
background: 0 0;
font-style: normal;
color: #232;
font-weight: 400;
position: relative;
line-height: 1.5;
box-shadow: 0 0 13px rgba(0,0,0,0.10);
border-radius: 4px;
margin-top: 30px;
font-style: italic;
}
blockquote i {
margin-right: 10px;
}
.post-text blockquote::before {
content: "\f10d";
left: 42px;
top: 50px;
position: absolute;
color: #758799;
font-family: "FontAwesome";
font-weight: 700;
font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #616161;
text-transform: capitalize;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.itsoft-single-blog-details .inner-content h4 {
padding-bottom: 20px;
font-size: 24px;
}
.itsoft-blog-meta.txp-meta {
padding-bottom: 22px;
}
.single-blog-content h4 {
margin: 29px 0 15px;
}  .comments {
padding-bottom: 50px;
padding-top: 14px;
}
.post_comment {
border-bottom: 1px solid #EAEAEA;
margin: 20px 0;
padding: 0 15px;
}
.comment_inner {}
.commment_title {}
.commment_title h3 {
font-size: 24px;
margin-bottom: 30px;
position: relative;
margin-top: 0;
position: relative;
display:inline-block;
}
.commment_title h3:before {
position: absolute;
left: 0;
bottom: -15px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.commment_title h3:after {
content: '';
position: absolute;
left: 0;
bottom: -17px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #ff7656;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BGB;
animation-name: MOVIE-BGB;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 36px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #232323;
font-size: 18px;
display: inline-block;
padding-bottom: 3px;
font-weight: 700;
}
.reply_date {
overflow: hidden;
margin-bottom: 5px;
}
.reply_date span.span_left {
display: block;
}
.reply_date span.span_right {
float: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #ff7656;
padding: 3px 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.reply_date span.span_right:hover{
background:#ff7656;
}
.post_reply p {}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.em-theme-main-page .empgc {
margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
margin-bottom: 35px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 30px;
}
.logged-in-as a {
color: #333;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comment-respond {
padding-top: 14px;
}
.comment-respond .commment_title h3 {
margin-bottom: 60px;
} .blog-page-title > h2 {
margin-bottom: 12px;
margin-top: 11px;
}
.blog-page-title a {
display: block;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title h2 a:hover {
color: #ff7656;
}
.em-blog-content-area {
padding: 38px 25px 36px;
position: relative;
text-align: center;
}
.blog-list .em-blog-content-area {
text-align: left;
}
.blog-content p {
margin-bottom: 0;
}
.single-blog-content iframe {
margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
color: #303030;
font-size: 30px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
font-size: 17px;
} .single-blog-content ol,.single-blog-content ul{
padding-left: 20px;
} .paginations {
text-align: left;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
box-shadow: 0 0 5px rgba(0,0,0,0.20);
color: #ff7656;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
background: #ff7656;
border-color: #ff7656;
color: #fff;
} .single-counter.style1{
text-align: center;
}
.single-counter.style1 .icon{
margin-bottom: 13px;
}
.single-counter.style1 .icon i{
font-size: 40px;
}
.single-counter.style1 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single-counter.style1 span.count.percent {
font-size: 48px;
font-weight: 600;
color: #fff;
margin: 0 0 7px;
display: inline-block;
font-family: 'Fira Sans';
}
.single-counter.style1 #counter h6 {
font-size: 16px;
margin: 4px 0 0;
font-weight: 400;
color: #fff;
opacity: 0.9;
}
.single-counter.style1 #counter span.plus{
color: #ff7656;
font-size: 48px;
} .single_counter.style-2 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.two .single_counter.style-2{
border: none;
}
.single_counter.style-2 .countr_text > h1 {
font-size: 55px;
font-weight: 600;
color: #ff7656!important;
}
.single_counter.style-2 .countr_text h3 {
color: #fff;
font-size: 55px;
}
.single_counter.style-2 .counter_title h4 {
font-size: 16px;
margin-top: 3px;
font-weight: 500;
color: #FFFFFFD1;
line-height: 27px;
} .single_counter.style-3 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.single_counter.style-3 .counter_icon i {
font-size: 43px;
} .kc_counter_box i {
display: inline-block;
font-size: 45px;
margin-bottom: 0;
} .em_single_coaching{
margin-bottom: 30px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
background: #FFFFFF;	
}
.em_coaching_content {
padding: 20px 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
}
.em_coaching_title h2 {
font-size: 20px;
padding: 12px 0 5px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.em_coaching_title h2:hover{
color:#ff7656;
} .itsoft-single-coaching-details {
background: #fff;
}
.itsoft-single-coaching--thumb img {
width: 100%;
}
.itsoft-blog-main-content {
padding: 40px;
}
.itsoft-single-coaching-content h4,
.itsoft-single-coaching-title h2{
font-size: 24px;
padding-bottom: 12px;
}
.itsoft-single-coaching-content h4{
padding-top:30px;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left a,
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left span {
color: #ff7656;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta {
margin-bottom: 15px;
}
.itsoft-single-coaching-content ul li {
list-style:none;	
padding: 30px 0 0;
font-size: 17px;
}
.coaching-fee ul li {
color: #ff7656;
}
.coaching-details-block-two {
background-color: #FFF;
}
.coaching-details-two {
padding: 40px 40px 0;
}
.coaching-details-two hr {
margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.coaching-details-meta {
font-size: 12px;
font-weight: 500;
margin-bottom: 13px;
color: #ff7656;
}
.coaching-list ul li {
padding: 15px 0 0;
font-size: 17px;
font-style: normal;
}
.coaching-list ul li:last-child {
margin-bottom: 20px;
}
.fee-structure {
color: #333;
}
.coaching-fee {
color: #ff7656;
}
.applications-heading {
font-size: 20px;
}
.coaching-application p {
margin-bottom: 30px;
}
.coaching-application ul li {
padding: 5px 20px ;
}
.applications i {
font-size: 14px;
color: #ff7656;
margin-right: 10px;
}
.exam-block{
margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
font-size: 18px;
padding-bottom: 10px;
}
.exam-Pattern-min {
font-size: 14px;
} .breadcumb-area {
padding: 233px 0 182px;
background-color: #121B51;
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.breadcumb-area::before {
background: rgba(0,0,0,.52);
position: absolute;
top: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin-bottom: 25px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #ff7656;
}
.breadcumb-inner li a {
color: #fff;
text-transform: uppercase;
}
.brpt {
text-align: left;
}
.brpt h2 {
font-size: 45px;
margin-bottom: 20px;
margin-top: 0;
color: #fff;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.breadcumb-inner {
text-align: left;
}
.pimgs img {
width: 100%;
}
.kc-ui-progress2 span.value::before {
border-top-color: #ff7656 !important;
}  .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #ff7656;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #ff7656;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#ff7656;
color:#fff;
} .itsoft-search-page {
background: #f6f6f6;
padding-bottom: 135px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #ff7656; 
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
}  .top-address-area {
background: #111111;
padding: 90px 0px 85px;
text-align: center;
}
.top_address_logo {
margin-bottom: 30px;
}
.address_content {
padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
color: #ffffff;
display: inline-block;
font-weight: 400;
line-height: 12px;
margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
font-size: 14px;
margin-right: 11px;
}
.footer-top-address h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
letter-spacing: 10px;
font-weight: 700;
font-size: 26px;
}
.footer-top-address h2 span {
color: #ff7656;
font-weight: 700;
} .footer-top {
background: #0f1328;
padding: 120px 0 100px;
}
.footer-top-inner h2 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 35px;
font-weight: 700;
height: 60px;
line-height: 60px;
padding: 0 15px;
text-transform: uppercase;
}
.footer-top-inner h2 span {
color: #ff7656;
font-weight: 600;
}
.footer-top-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
padding: 0 10px;
color: #b4bbc9;
margin-left: auto;
margin-right: auto;
width: 69%;
}
.footer-social-icon {
padding: 10px 0 20px;
text-align: center;
}
.footer-social-icon a i {
color: #b4bbc9;
font-size: 16px;
height: 70px;
width: 70px;
display: inline-block;
border-radius: 50%;
background: #1c2940;
line-height: 70px;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 5px;
}
.footer-social-icon a i:hover {
background-color: #ff4b57;
color: #fff;
}
.footer-social-icon.htop-menu-s {
padding: 0;
display: inline-block;
margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 3px;
width: 35px;
color: #333;
}
.footer-top-inner .text-center {
margin-bottom: 32px;
text-align: center;
} .footer-middle {
padding: 63px 0 40px;
position: relative;
background: #252628;
z-index: 1;
}
.get_quote{
position:relative;
z-index:1;
}
.get_quote::before {
content: "";
position: absolute;
right: 15px;
top: 28px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/assets/images/circle-small.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.6;
}
.get_quote::after {
content: "";
position: absolute;
left: 48%;
top: 64%;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/assets/images/shape6.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-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;
z-index: -1;
opacity: 0.5;
}
.wpfdp {
padding-bottom: 30px;
}
.footer-middle .widget h2 {
font-size: 20px;
margin-bottom: 35px;
margin-top: 15px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footer-middle .recent-post-text h4 a {
color: #f8f9fe;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.recent-post-image img {
border-radius: 5px;
}
.footer-middle .widget h2 {}
.footer-middle .tagcloud a {}
.footer-middle .widget ul {
list-style: none;
}
.footer-middle .widget ul li {
margin-bottom: 10px;
}
.footer-middle .widget ul li {
margin-bottom: 14px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
color: #f8f9fe;
padding-left: 25px;
}
.footer-middle .widget ul li a {
color: rgba(255,255,255,0.80);
font-size: 16px;
}
.footer-middle .widget ul li::before {
position: absolute;
content: "";
left: 0;
top: 14px;
background: #f8f9fe;
height: 1px;
width: 10px;
font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
color: #ff7656;
}
.recent-portfolio-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-portfolio {
margin-bottom: 10px;
margin-right: 10px;
}
.recent-portfolio {
width: 29.33%;
}
.recent-portfolio-image img {
width: 100%;
}
.menu-social-menu-container ul li::before {
display:none !important;
}  .footer-bottom {
background: #252628;
}
.footer-bottom .row{
padding:20px 0;
border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
padding: 20px 0 20px;
}
.copy-right-text {
}
.copy-right-text p {
color: #f8f9fe;
padding: 0;
margin: 1px 0 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #f8f9fe;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#f8f9fe;
}
.footer-menu .social-icon {
color: #f8f9fe;
display: block;
font-size: 15px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
color: #f8f9fe;
border-radius: 100%;
-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}
.footer-menu .social-icon:hover {
color: #fff;
background-color: #42047B;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}  #scrollUp {
bottom: 13px;
color: #fff;
font-size: 24px;
height: 50px;
line-height: 50px;
right: 91px;
text-align: center;
width: 50px;
background: #ff7656;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#scrollUp:hover{
background:#ff7656;
}
#scrollUp i {
color: #fff;
} .copy-right-text a {
color: #ff7656;
}
.template-home .vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
margin-bottom: 0;
}
.widget_recent_data {
padding-bottom: 9px !important;
}
.recent-post-item {
clear: both;
}
.recent-post-image {
float: left;
margin-right: 10px;
}
.recent-post-image a {
display: block;
margin-top: 0;
margin-bottom: 17px;
}
.recent-post-text {
overflow: hidden;
}
.recent-post-text > h4 {
margin-bottom: 2px;
margin-top: 0px;
line-height: 16px;
}
.recent-post-text h4 a {
color: #232323;
font-size: 18px;
line-height: 22px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.recent-post-text h4 a:hover {
color: #ff7656;
}
.recent-post-item:last-child{
border-bottom:0;
}
.recent-post-text .rcomment {
color: #ff7656;
font-size: 12px;
text-transform: none;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
margin-bottom: 2px;
}
.footer-middle .recent-post-text .rcomment {
color: rgba(255,255,255,0.80);
font-size: 13px;
font-weight: 400;
}
.footer-middle .recent-post-item {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mean-container .mean-bar {
float: none;
background: #ff7656;
}
.mean-container .mean-nav ul li li a {
color: #333;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
margin-left: 0;
margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding-left: 0;
position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
border: 0;
display: block;
margin-right: 1px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 15px;
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 3px;
text-align: center;
line-height: 33px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
color: #fff;
background: #ff7656;
border-color:#ff7656;
} .template-home-wrapper {
overflow: hidden;
}
@-webkit-keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@-webkit-keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
@keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
.em-image {
margin-bottom: 0;
margin-top: 0;
} .title_in {
float: left;
padding-right: 30px;
position: relative;
margin-right: 30px;
padding-bottom: 40px;
}
.title_tx h5,
.title_tx h2 {
margin: 0;
}
.title_tx h5 {
color: #ff7656;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.title_tx h2, .title_tx h3 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.title_ptx p {
margin: 0;
overflow: hidden;
font-size: 18px;
}
.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
transition: all .5s ease 0s !important;
} .about_shape {
position:relative;
}
.heading_number {
font-size: 136px;
display: inline;
font-weight: 800;
color: #ff7656;
float: left;
line-height: 1;
margin-top: -14px;
margin-right: 15px;
}
.heading_title {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: #232323; padding-top: 11px;
display: inline;
}
.about_shape::after {
content: "";
width: 451px;
height: 100%;
background: #ff7656;
position: absolute;
z-index: -1;
top: 24px;
left: -98px;
display: block;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: itsoft_bounce_animation 7s infinite;
}
@keyframes itsoft_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
}
.gradient.about_shape::after {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.about_shape2{
position:relative;
}
.circle-img {
position: absolute !important;
bottom: -76px;
z-index: -1;
left: -100px;
-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;
}
.gradient .single_counter.default_style {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient-service .front  {
position:relative;
z-index:1;
} .em-visa {
padding: 80px 175px;
border: 1px solid rgba(255,255,255,0.15);
position:relative;
}
.em-visa-title h2 {
color: #fff;
font-size: 24px;
padding: 20px 0 7px;
}
.em_visa-icon i {
color: #ff7656;
font-size: 50px;
}
.em-visa-desc {
margin: 0;
color: #fff;
}
.visa-btn a {
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 32px;
display: inline-block;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.visa-btn a:hover {
color: #ff7656;
}
.visa-btn a i{
margin-left:7px;
color:#ff7656;
}
.em_visa-icon2 {
position: absolute;
right: 25px;
bottom: 0;
}
.em_visa-icon2 i {
font-size: 80px;
color: #F4F4F4;
opacity: 0.1;
} .em-country {
margin: 5px 15px 30px;
box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
background: #fff;
border-radius: 20px;
text-align: center;
}
.em-country-thumb {
position: relative;
padding: 8px;
}
.em-country-thumb img {
border-radius: 20px;
}
.country_flag_img {
position: absolute;
width: 100px;
height: 100px !important;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
margin-top: -53px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.country_flag_img img {
width: 100%;
height: 100%;
border-radius: 100%;
padding: 7px;
background: #fff;
}
.em_country_content {
padding: 55px 25px 30px;
}
.em-country-title h2 {
font-size: 20px;
margin-bottom: 15px;
}
.country-btn a {
position: relative;
text-transform: uppercase;
font-size: 14px;
color: #ff7656;
}
.country-btn a i {
position: absolute;
top: 0;
right: -12px;
font-size: 16px;
} .main-style.em-team {
text-align: left;
position: relative;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.main-style.em-team:hover {
-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #fff;
padding: 21px 20px 28px;
text-align: center;
position: absolute;
bottom: -64px;
left: 0;
right: 0;
width: 80%;
margin: auto;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.main-style.em-team .em-team-content-image-inner {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image{
position: relative;
}
.main-style.em-team .em-team-content-image:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.gradient .main-style.em-team .em-team-content-image:before{
background: linear-gradient(360deg, rgba(17, 28, 255, 0.80), rgba(103, 111, 255, 0.53));
}
.main-style.em-team:hover .em-team-content-image:before {
opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
position: absolute;
top: 50%;
right: -100px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
width: 45px;
padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
opacity:1;
top:50%;
right:0; 
}
.main-style.em-team .em-team-content-title h2 {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.main-style.em-team .em-team-content-title h2:hover {
color: #ff7656;
}
.main-style.em-team .em-team-content-subtitle {
color: #616161;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
font-family: Rubik;
letter-spacing: 1px;
}
.main-style.em-team .em-team-content-image {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
width:100%;
}
.main-style.em-team .em-team-content-telephone {
position: absolute;
bottom: 16px;
right: -140px;
background: #ff7656;
padding: 4px 20px;
border-radius: 30px 0 0 30px;
color: #fff;
cursor:pointer;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
right:0;
}
.main-style.em-team .em-team-content-telephone i {
margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
display:block;
font-size: 16px;
color: #ff7656;
text-align: center;
margin: 4px 0px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
} .main-style.em-team .em-content-title h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
font-size: 14px;
margin: 5px 0 0;
text-transform: uppercase;
} .em-team.style-two {
text-align: left;
transition: .3s;
border-bottom: 0;
border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
position: relative;
z-index: 1;
padding: 15px;
border: 3px solid #ff7656;
border-radius: 100%;
transition: .3s;
margin-bottom: 30px;
}
.em-team.style-two:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(12,90,219,0.85);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
border-radius:100%;
}
.style-two .em-team-content-image {
border-radius: 100%;
}
.style-two .em-team-content-inner {
position: absolute;
left: 0;
top: 62%;
transform: translateY(-50%);
text-align: center;
right: 0;
opacity:0;
transition:.5s;
transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
font-size: 20px;
color: #fff;
margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
color: #fff;
font-size: 15px;
margin-bottom: 9px;
margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
display: inline-block;
color: #fff;
margin: 0 5px;
font-size: 14px;
}
.em-team.style-two .em-team-content-image img {
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-radius: 100%;
}
.em-team.style-two:hover {
border-color:transparent;
}
.em-team.style-two:hover::before {
opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
opacity:1;
top:50%;
}
.team-info h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.team-info-inner span {
text-transform: uppercase;
font-size: 15px;
color: #ff7656;
}
.list-info {
list-style: none;
margin: 20px 0;
}
.list-info li {
padding: 10px 0;
}
.team-social ul li {
display: inline-block;
}
.team-social ul li a {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background: #ff7656;
text-align: center;
color: #fff;
margin: 0 2px;
border-radius: 5px;
} .why-choose-area .front,
.why-choose-area .back {
-webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}  .portfolio_nav {
padding: 0px 0 15px;
text-align: center;
}
.portfolio_nav ul {
margin-bottom: 30px;
text-align:center;
}
.portfolio_nav ul li {
display: inline;
}
.portfolio_nav ul li {
background: transparent;
border: medium none;
font-size: 16px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-transform: capitalize;
padding: 10px 22px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border: 1px dashed #ff7656;
color: #ff7656;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#ff7656;
}
.prot_wrap {
overflow: hidden;
} .single_protfolio {
position: relative;
margin-bottom: 10px;
overflow: hidden;
}
.prot_thumb {
position:relative;
}
.prot_thumb img {
width: 100%;
}
.prot_thumb:before {
position:absolute;
left:0; 
width:100%;
height:100%;
background:rgba(0,0,0,0.60);
top:0; 
content:"";
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_thumb:before{
opacity:1;
}
.prot_content {
position: absolute;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
right: 0;
bottom: -100%;
left: 0;
opacity: 0;
background: #ff7656;
margin: auto;
padding: 22px 25px 30px;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 0;
}
.multi_gallery.prot_content {
height: 90%;
width: 80%;
right: 10%;
top: 5%;
bottom: 5%;
left: 10%;
}
.prot_icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
transform: translateY(-50%);
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_icon {
opacity: 1;
}
.prot_content h3 {
margin: 8px 0 0px;
text-transform: capitalize;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.prot_content h3 a {
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.prot_content p {
color: #fff;
line-height: 1.2;
margin: 5px 0 0;
}
.prot_content p span {
display: inline-block;
padding-top: 0px;
}
.porttitle_inner span {
position: relative;
margin: 0 2px;
}
.prot_content span:before {
bottom: 0;
content: ",";
position: absolute;
right: -5px;
} .single_protfolio:hover .New-portfolio .prot_content {
opacity: 1;
bottom: 0;
}
.New-portfolio .portfolio_nav ul li {
background: #F6F4F5;
padding: 12px 24px;
display: inline-block;
border: none;
color: #ff7656;
border-radius: 30px;
}
.New-portfolio .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#ff7656;
}
.New-portfolio .prot_content{
position: absolute;
background: transparent;
padding: 65px 0px 30px;
}
.New-portfolio .prot_content_inner{
position: relative;
z-index: 1;
}
.New-portfolio .prot_content_inner:after {
position: absolute;
content: "";
right: 0;
bottom: -30px;
left: 0;
height: 160px;
width: 100%;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/port.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: auto;
padding: 22px 25px 30px;
z-index: -1;
}
.porttitle_inner span:last-child:before {
content: "";
}
.nospace.col-xs-12 {
padding: 0px;
}
.nospace .single_protfolio {
margin-bottom: 0px;
} .gallery_load_button a {
border: 1px solid #ddd;
color: #444;
padding: 7px 15px;
display: inline-block;
font-size: 17px;
margin-top: 0px;
}
.gallery_load_button a:hover {
border-color: #333;
background: #333;
color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
margin-top: 30px;
} .picon {
margin-bottom: 0;
}
.picon a {
background: #ff7656 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
margin: 0 17px 0;
transition:.5s;
}
.picon a:hover {
background: #bd2d10;
color: #fff;
}
.single_protfolio:hover .picon a {
margin: 0 3px 0;
} .pimgs {
margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
margin-left: 0px;
}
.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;
}
.portfolio_info {
padding-left: 13px;
}
.portfolio_info h2 {
font-size: 25px;
font-family: muli;
padding-bottom: 17px;
}
.portfolio-details-box li strong {
font-size: 20px;
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social i {
margin: 0 4px 0;
cursor: pointer; }
.port_dtl_social {
font-size: 17px;
}
.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: #ff7656;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.prot_wrap .col-md-6, .prot_wrap .col-sm-12,  .prot_wrap .col-lg-4{
padding-right: 5px !important;
padding-left: 5px !important;
} .fun_fact_area {
position: relative;
}
.fun_fact_area::before {
content: "";
position: absolute;
right: 0;
top: 76px;
background: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/assets/images/08.png);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-position: center;
left: 0;
}
.kc-ui-progress2 span.value {
background: #ff7656 !important;
color: #fff !important;
}
.kc-section-active .kc_accordion_content {
box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}
.gradient .kc-ui-progress {
background:linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
} .itsoft-button a {
display: inline-block;
background: #ff7656;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: .5s;
border:2px solid #ff7656;
}
.itsoft-button a:hover {
color: #ff7656;
background: transparent;
border:2px solid #ff7656;
}
.itsoft-button a i {
margin-left: 4px;
} .curosel-style .owl-nav div {
border-radius: 50%;
color: #fff;
font-size: 19px;
height: 60px;
line-height: 60px;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 60px;
text-align: center;
z-index: 99;
-webkit-transform: translateY(-49%);
-ms-transform: translateY(-49%);
transform: translateY(-49%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #ff7656;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: -50px;
}
.curosel-style .owl-nav .owl-prev {
right: auto;
left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
right: 30px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
right: 0px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
background: #121B51;
color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
background: #121B51;
color: #fff;
}
.owl-carousel .owl-item img {
margin: auto;
}
.curosel-style:hover .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .form-control,
textarea {
height: 54px;
background-color: #fff;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #e6e6e6;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
textarea {
height: 150px;
width: 100%;
}
.quote_form .form-control {
background-color: rgba(255,255,255,0.2);
border-color: transparent;
}
.form-control:focus, textarea:focus {
color: #495057;
background-color: #fff !important;
border-color: #ff7656 !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(241,42,2,.25) !important;
}
.contact-form .buttons {
text-align: left;
}
.buttons {
text-align: center;
}
.button {
background: #ff7656;
border: 0;
display: inline-block;
text-align: center;
padding: 14px 39px;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
}
.button:hover {
background: #bd2d10;
color:#fff;
}
.button i {
margin-left: 5px;
}
.quote_form .button {
background: #fff;
color: #232323;
}
.quote_form .button:hover {
background: #bd2d10;
color:#fff;
}
.gradient .button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
} .new-contact-form {
background: #fff;
position: relative;
z-index: 1;
padding: 32px 44px 0;
border-radius: 7px;
}
.new-contact-form:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 152px;
width: 100%;
background: #FF3D00;
z-index: -1;
border-radius: 5px 5px 0 0;
}
.new-contact-form:after{
position: absolute;
content: "";
top: 136px;
left: 0;
height: 25px;
width: 100%;
background: #FF3D00;
z-index: -1;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/square-line.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.new-contact-form .form-control, textarea {
border-radius: 30px;
}
.new-contact-form textarea {
height: 132px;
}
.new-contact-form .button {
background: #141323;
display: block;;
color: #fff;
border-radius: 30px;
width: 100%;
font-weight: 500;
}
.new-contact-form .wpcf7-spinner {
height: 0;
margin: 0;
} .em-slick-testi-main {
text-align: center;
} .main-slider-area {
display: block;
position: relative;
}
.nivo-caption {
background: rgba(0, 0, 0, 0.0);
height: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-slice {
display: block;
position: absolute;
z-index: -1;
height: 100%;
top: 0;
display: none !important;
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nivoSlider {
overflow: visible; 
}
.em-slider-title {
font-size: 20px;
color: #fff;
margin-bottom: 0;
font-weight: 400;
margin: 0 0 15px;
}
.em-slider-sub-title {
font-size: 72px;
text-transform: uppercase;
color: #fff;
font-weight: 800;
display: block;
margin: 0;
letter-spacing: 2px;
line-height: 1.1;
}
.em-slider-descript {
color: #fff;
}
.em-slider-descript {
width: 48%;
text-align: left;
color: #fff;
margin: 20px 0 30px;
font-size: 18px;
}
.text-left .em-slider-descript {
margin-left: 0;
margin-right: auto;
}
.text-center .em-slider-descript {
margin: 0 auto 31px;
}
.text-right .em-slider-descript {
margin-right: 0;
margin-left: auto;
text-align: right;
}
.em-button-button-area a {
-moz-user-select: none;
background: #ff7656;
border: medium none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding: 15px 41px;
text-align: center;
text-transform: uppercase;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 2px;
border: 1px solid transparent;
font-weight: 400;
margin-top: 10px;
}
.em-button-button-area a:hover {
background-color: #fff;
border-color: #fff;
color:#ff7656;
}
.em-slider-button .withput-active {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,0.8);
margin-left: 7px;
}
.em-slider-button .withput-active:hover{
background:#fff; 
border-color:#fff; 
color:#ff7656;
}
.em-button-button-area a i {
margin-left: 10px;
display: inline-block;
}
.text-left a.em-active-button {
margin-left: 0;
}
.em-slider-half-width {
width: 50%;
}
.text-center .em-button-button-area a {
margin: 0 15px;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
} .em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 78px;
width: 50px;
line-height: 74px;
border: 0;
text-align: center;
display: block;
color: #ff7656;
font-size: 28px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
background: #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #ff7656;
border-color: #ff7656;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
z-index: 22;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
} .em-nivo-slider-wrapper .nivo-controlNav {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
left: 38px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.em-nivo-slider-wrapper .nivo-controlNav {}
.em-nivo-slider-wrapper .nivo-controlNav a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 9px;
height: 17px;
margin: 8px 0;
width: 17px;
color: #ff7656;
line-height: 17px;
opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #fff none repeat scroll 0 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
position: absolute;
top: -180px;
text-align: right;
left: 59%;
} .single_pricing {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 26px 40px 50px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.single_pricing.active {
background: #ff7656;
color: #fff;
padding: 51px 40px 75px;
transform: translateY(-25px);
}
.pricing_head {
padding: 0 0 0px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pricing_icon {
text-align: center;
}
.pricing_title h2 {
font-size: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.pricing_title h3 {
font-size: 20px;
text-transform: capitalize;
padding-bottom: 11px;
}
.pricing_subtitle h4 {
font-size: 18px;
color: #656565;
font-weight: 400;
margin: 0;
}
.price_item_inner_center {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.price_item {
-webkit-transition: all 0.5s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 15px;
}
.price_item span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #232323;
font-family: 'Fira Sans', sans-serif;
}
.slash {
font-size: 0;
}
.curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #616161 !important;
}
.bootmp {
font-size: 20px !important;
font-weight: 500 !important;
color: #616161 !important;
}
.pricing_btn span {
border: 1px solid #ddd;
display: inline-block;
padding: 0px 23px;
border-radius: 30px;
font-size: 15px;
}
.featur ul li {
display: block;
font-size: 16px;
padding: 7px 0;
text-transform: none;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: capitalize;
font-weight: 300;
}
.featur ul li b {
font-weight: 600;
}
.featur ul li:last-child {
padding-bottom: 0;
}
.order_now {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: 34px;
}
.order_now a {
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #ff7656;
border: 1px solid #ff7656;
border-radius: 3px;
}
.single_pricing:hover .order_now a {
background: #ff7656;
color: #fff;
}
.single_pricing.active .order_now a {
background: transparent;
border-color: #fff;
color: #fff;
}
.single_pricing.active .price_item span,
.single_pricing.active .pricing_title>h3 {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
color:#fff !important;
}
.gradient .single_pricing.active {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .kc-feature-boxes {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
border:0 !important;
} .single_pricing.style4 {
position: relative;
padding: 42px 0px 38px;
background-color: #f5f5f5;
border-radius: 10px;
text-align: left;
box-shadow: none;
}
.single_pricing.style4 .pricing_img {
display: inline-block;
height: 82px;
width: 82px;
text-align: center;
line-height: 82px;
background: #ff3b00;
border-radius: 5px;
}
.single_pricing.style4 .price-item {
display: inline-block;
position: absolute;
right: 30px;
top: 11px;
}
.single_pricing.style4 .pricing-head {
text-align: left;
position: relative;
padding: 0 31px;
}
.single_pricing.style4 .price-item .currency {
color: #1e266d;
font-size: 24px;
font-weight: 500;
}
.single_pricing.style4 .price-item .tk {
color: #1e266d;
font-size: 42px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 22px;
}
.single_pricing.style4 .price-item .month {
color: #6d6d6d;
font-size: 14px;
font-weight: normal;
display: block;
text-transform: uppercase;
}
.single_pricing.style4 .pricing-title {
font-size: 22px;
font-weight: 500;
position: relative;
z-index: 1;
margin: 34px 0 29px;
background: #fff;
display: inline-block;
padding: 11px 30px;
border-radius: 0 5px 05px 0;
transition: .5s;
}
.single_pricing.style4 .pricing-title:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 49px;
width: 3px;
background: #ff3b00;
transition: .5s;
}
.single_pricing.style4 .pricing-title h3 {
font-size: 22px;
font-weight: 500;
margin: 0;
}
.single_pricing.style4 .pricing-body {
padding: 0 31px;
}
.single_pricing.style4 .pricing-body ul li {
font-weight: 400;
margin-bottom: 15px;
padding: 0;
}
.single_pricing.style4 .pricing-body ul li i {
display: inline-block;
color: #ff7656;
font-size: 16px;
margin-right: 6px;
}
.single_pricing.style4 .order_now {
margin-top: 16px;
}
.single_pricing.style4 .order_now a {
position: relative;
display: inline-block;
color: #1e266d;
font-weight: 400;
padding: 10px 33px;
width: inherit;
background-color: #fff;
border-radius: 5px;
text-align: left;
margin-top: 20px;
transition: .5s;
border: none;
font-size: 16px;
}
.single_pricing.style4:hover .order_now a{
background: #FF3B00;
color: #fff;
}
.single_pricing.style4.active:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/active.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
border-radius: 5px;
}
.single_pricing.style4.active .pricing-title {
background-color: rgba(255,255,255,0.2);
}
.single_pricing.style4.active .pricing-title:before{
display: none;
}
.single_pricing.style4.active .pricing-body ul li i {
color: #fff;
}
.single_pricing.style4.active .price-item .currency,
.single_pricing.style4.active .price-item .tk,
.single_pricing.style4.active .price-item .month {
color: #fff;
}
.single_pricing.style4.active .pricing_img {
background: #fff;
}
.single_pricing.style4.active .pricing-title h3{
color: #fff;
}
.single_pricing.style4.active {
background: #ff7656;
color: #fff;
transform: translateY(0);
}  div.wpcf7-response-output {
margin: 0;
} .footer-address {
padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 16px;
color: rgba(255,255,255,0.80);
}
.footer-sociala-info {
overflow: hidden;
}
.footer-logo {
margin-bottom: 18px;
margin-top: 19px;
}
.footer_s_inner {
margin-top: 0px;
margin-bottom: 0;
}
.footer-sociala-icon {
clear: both;
float: left;
font-size: 26px;
margin-right: 17px;
overflow: hidden;
color: #ff7656;
display: none;
}
.recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 14px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 0px;
}
.recent-post-image {
float: left;
margin-right: 25px;
}
.recent-post-image a {
display: inline-block;
}
.recent-post-text {
margin-top: 0;
overflow: hidden;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.footer-middle .post-date {
display: block;
} ::-webkit-input-placeholder { color: #666;
font-size: 17px;
}
::-moz-placeholder { color: #666;
font-size: 17px;
}
:-ms-input-placeholder { color: #666;
font-size: 17px;
}
:-moz-placeholder { color: #666;
font-size: 17px;
}
.apppontment-form-two input::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two textarea::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-moz-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-moz-placeholder { color: #fff !important;
font-size: 16px;
} .quote_form input::-moz-placeholder {
color: #fff;
font-size: 17px;
}
.quote_form ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form ::-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
} .mailchim-form-inner {
width: 100%;
background: #fff;
border-radius: 15px;
padding: 33px 190px 40px; overflow: hidden;
background: #ff7656;
}
.mailchim-form {
}
.mailchim-form-inner .widgettitle {
font-size: 31px;
font-weight: 700;
padding-bottom: 25px;
text-align: center;
text-transform: capitalize;
color: #fff;
}
.mc4wp-form-fields p {
position: relative;
font-size: 16px;
position: relative;
margin: auto;
}
.footer-middle .mc4wp-form-fields p {
color: #a0a1a2;
margin-bottom: 40px;
}
.mc4wp-form-fields p {
position: relative;
color: #333; text-align: center;
}
.mc4wp-form-fields p label {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 54px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
}
.mc4wp-form-fields textarea{
height:80px;
}
.mc4wp-form-fields button {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 17px;
background: #ff7656;
color: #fff;
font-weight: 600;
margin: auto;
padding: 0 33px;
height: 84%;
display: inline-block;
font-family: 'Poppins', sans-serif;
position: absolute;
right: 6px;
top: 4px;
border-radius: 2px;
}
.mc4wp-form-fields button:hover {
background: #BD2D10;
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
border-color: #ff7656;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(241,42,2,.075),0 0 8px rgba(241,42,2,.6);
} .subscribe-six .mc4wp-form-fields button {
font-size: 14px;
font-weight: 600;
margin: auto;
padding: 0 18px;
position: absolute;
} .new_subs input[type="email"] {
font-size: 16px;
height: 60px;
padding: 5px 25px;
width: 100%;
background: #ffffff;
border-radius: 0;
outline: 0;
text-align: center;
}
.new_subs p.mailchimp-form button {
border: medium none;
border-radius: 0;
font-weight: 500;
text-align: center;
padding: 16px 30px;
position: absolute;
right: 0;
top: 70px;
width: 100%;
height: inherit;
}
.footer_bottom p{
margin: 0;
} .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 69px;
padding: 5px 37px;
border-radius: 40px;
}
.New-footer .mc4wp-form-fields button {
height: 78%;
right: 8px;
top: 8px;
border-radius: 30px;
}
.New-footer .recent-post-text h4 a {
color: #fff;
}
.New-footer .recent-post-text h4 a:hover{
color: #ff7656;
}
.New-footer .recent-post-text .rcomment {
color: #999397;
}
.footer-bottom p{
margin: 0;
} .new-footer-two .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 57px;
padding: 5px 14px;
border-radius: 6px;
}
.new-footer-two .mc4wp-form-fields button {
padding: 0 22px;
right: 6px;
top: 4px;
border-radius: 2px;
}
.new-footer-two .New-footer .mc4wp-form-fields button {
top: 7px;
border-radius: 5px;
} .form-area.apppontment-form {
background: #fff;
padding: 41px 50px 15px;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.apointment-form-title {
text-align: center;
margin-bottom: 30px;
}
.apointment-form-title h2 {
font-size: 25px;
}
.form-area.apppontment-form .button {
padding: 14px 39px;
border-radius: 4px;
width: 100%;
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
width: 100%;
color: #666;
}
.form-area.apppontment-form textarea {
background: #F4F7FC;
}
.form-area.apppontment-form.apppontment-form-two {
background: rgba(12, 90, 219, 0.60);
}
.form-area.apppontment-form.apppontment-form-two input{
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
color:#fff;
}
.form-area.apppontment-form.apppontment-form-two textarea {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
height: 150px;
width: 100%;
padding: 15px;
}
.form-area.apppontment-form.apppontment-form-two .button {
background: #fff !important;
color: #ff7656;
}
.form-area.apppontment-form.apppontment-form-two .button:hover {
background: #ff7656 !important;
color: #fff;
}
.content-desc a {
color: #898a9c;
} .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.itsoft-single-blog_adn:hover {
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
box-shadow: 0 5px 30px rgba(0,0,0,0.2);
border-color:transparent;
} .blog_adn_thumb_inner {
position: relative;
}
.itsoft-blog-thumb_adn {
position: relative;
}
.itsoft-blog-thumb_adn a {
position: relative;
}
.itsoft-blog-thumb_adn a {
display: block;
}
.itsoft-blog-thumb_adn img {
} .em-blog-content-area_adn {
padding: 40px 18px 15px;
text-align: center;
position: relative;
}
.blog-page-title_adn h2 {
font-size: 20px;
margin: 10px 0 7px;
line-height: 1.2;
}
.blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #232323;
font-weight: 600;
}
.blog-page-title_adn a:hover {
color: #ff7656;
}
.blog-content_adn h2 a {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
color: #ff7656;
}
.blog-content_adn p {
margin: 16px 0 15px;
}
.blog-page-title_adn2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
}
.blog-page-title_adn2 h2 {
margin: 0px;
background: rgba(0, 0, 0, 0.72);
padding: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog-page-title_adn2 h2 a {
color: #fff;
} .itsoft-blog-meta_adn {
border-top: 1px solid #ff7656;
margin-top: 18px;
padding-top: 11px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
position: relative;
font-weight: 400;
font-size: 15px;
}
.itsoft-blog-meta-left_adn a::before {
position: absolute;
content: "";
right: -11px;
width: 1px;
height: 18px;
background: #595555;
top: 5px;
}
.itsoft-blog-meta-left_adn i {
margin-right: 0px;
color: #333;
}
.blog_nospace_adn.col-xs-12 {
padding: 0px;
}
.blog_nospace_adn .itsoft-single-blog {
margin-bottom: 0px;
}
.btn-link {
font-weight: 500;
color: #616161;
font-size: 16px;
font-family: Muli;
}
.btn-link:hover {
text-decoration:none;
color: #ff7656;
}
.btn-link i{
margin-left:5px;
}
.itsoft-blog-meta-top {
position: absolute;
left: 7px;
bottom: inherit;
top: 10px;
}
.itsoft-blog-meta-top li{
display:inline-block;
}
.itsoft-blog-meta-top li a {
display: inline-block;
background: #ff7656;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 2px;
letter-spacing: 1px;
margin-right: 5px;
}
.itsoft-blog-readmore a {
padding: 9px 20px;
display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #616161;
}
.itsoft-blog-readmore a:hover{
color:#ff7656;
} .blog_style_two .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 35px 30px;
text-align: left;
}
.blog_style_two .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_two .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_two .itsoft-blog-readmore a {
padding: 0;
border: 0;
color: #ff7656;
position:relative;
}
.itsoft-blog-readmore a{
position:relative;
}
.itsoft-blog-readmore a i {
margin-left: 5px;
position: relative;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .blog_style_five .single_blog_adn {
border: none;
border-radius: 4px;
transition: .4s;
margin-bottom: 30px;
}
.blog_style_five .single_blog_adn:hover{
box-shadow:none);
border-color: transparent;
}
.blog_style_five .single_blog_adn:hover .em-blog-content-area_adn{
box-shadow: 0px 20px 40px 0px rgba(189, 189, 189, 0.2); 
background:#fff;
}
.blog_style_five .single_blog_adn:hover .itsoft-blog-readmore a{
background:#ff7656;
color:#fff;
}
.blog_style_five .itsoft-single-blog_adn {
margin-bottom: 0;
overflow: hidden;
background: #fff;
box-shadow: none;
padding: 0;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 30px 32px;
text-align: left;
position: relative;
border-top: 2px solid#ff7656;
width: 90%;
left: 0;
right: 0;
margin: auto;
background: #F4F4F4;
z-index: 1;
margin-bottom: 30px;
transition: .5s;
margin-top: -21px;
}
.blog_style_five .em-blog-content-area_adn:before {
position: absolute;
content: "";
top: -16px;
left: 0;
height: 69%;
width: 38%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line.png);
background-position: center center;
background-repeat: no-repeat;
}
.blog_style_five .itsoft-blog-meta-left {
box-shadow: none;
padding: 0px 0px;
border-radius: 0;
text-align: left;
position: inherit;
top: 0;
margin: 0;
background: transparent;
}
.blog_style_five .itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 15px;
}
.blog_style_five .itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
display: none;
}
.blog_style_five .blog-page-title_adn h2 {
font-size: 22px;
margin: 14px 0 23px;
line-height: 1.3;
}
.blog_style_five .blog-inner-content {
background: #fff;
padding: 19px 21px 20px;
border-top: 1px solid#E1E1E1;
}
.blog_style_five .blog-box-img {
margin-right: 10px;
}
.blog_style_five .blog-box-img img {
height: 28px;
width: 28px;
border-radius: 100%;
background: #FF3D00;
text-align: center;
box-shadow: 0px 3px 24px 3px rgb(255 61 0 / 36%);
}
.blog_style_five .blog-box-title h2 {
font-size: 16px;
margin: 0 0 0;
font-family: 'Fira Sans';
font-weight: 500;
}
.blog_style_five .itsoft-blog-readmore a {
padding: 10px 19px;
border-radius: 0px;
color: #232323;
font-family: 'Fira Sans';
display: block;
background: #fff;
}
.blog_style_five .itsoft-blog-readmore a i {
font-size: 9px;
font-weight: 600;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.blog_style_five .itsoft-blog-readmore a:hover{
color: #ff7656;
}
.blog_style_five .itsoft-blog-readmore {
display: block;
position: relative;
left: 0;
} .blog_style6 .itsoft-single-blog_adn {
border: none;
padding:0;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
}
.blog_style6 .itsoft-single-blog_adn:hover .em-blog-content-area_adn{
border-color:#ff7656;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft_blog_meta_left span{
color:#ff7656;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft-blog-readmore a{
color:#ff7656;
}
.blog_style6 .em-blog-content-area_adn {
border: none;
padding: 22px 30px 24px;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
border-bottom: 4px solid#fff;
text-align: left;
}
.blog_style6 .itsoft_blog_meta_left span {
color: #686868;
display: inline-block;
margin: 0 0 6px;
}
.blog_style6 .blog-page-title_adn h2 {
margin: 8px 0 16px;
line-height: 1.34;
}
.blog_style6 .itsoft-blog-readmore a {
padding: 0;
color: #616161;
}
.blog_style6 .itsoft-blog-readmore a i{
margin-left: 5px;
} .blog_style6.seven .itsoft-single-blog_adn {
filter: none;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-left: 3px;
}  @media (max-width: 767px) {
body {
overflow-x: hidden;
}
.itsoft-header-top {
display: none;
}
.mean-container .mean-bar:before {
text-transform: uppercase;
top: 19px;
}
.mean-container a.meanmenu-reveal {
padding: 19px 20px 18px;
}
} .banner-area .btn {
-moz-user-select: none;
background: #ff7656;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
padding: 12px 32px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 10px;
}
.banner-area .active .btn {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ff7656;
color: #ff7656;
}
.btn i {
margin-left: 2px;
}
.btn-sm {
font-size: 12px;
letter-spacing: 1px;
padding: 12px 20px;
}
.btn.btn-bordered {
background: transparent none repeat scroll 0 0;
border: 2px solid #ff7656;
color: #ff7656;
padding-bottom: 11px;
padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
padding-bottom: 16px;
padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
padding-bottom: 8px;
padding-top: 8px;
}
.btn-icon i {
font-size: 10px;
left: 0;
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
left: 2px;
}
.banner-area .btn:hover {
background-color: #fff;
color: #ff7656;
border-color: #fff;
}
.banner-area .active .btn:hover{
background-color:#ff7656;
color: #fff;
border:1px solid #ff7656;
}
.btn.btn-bordered:hover {
background-color: #ff7656;
color: #fff;
}
.button-group {
margin-top: 30px;
}
.button-group a {
margin-right: 25px;
}
.button-group a:last-child {
margin-right: 0;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.scroll-next {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}
.scroll-next>a {
border-radius: 20px;
display: inline-block;
height: 30px;
width: 30px;
position: relative;
}
.scroll-next i {
color: #ff7656;
font-size: 40px;
left: 0;
position: absolute;
right: 0;
top: 0;
} #parallax{
position:relative;
}
.slider-shape {
position: absolute !important;
}
.layer-1 {
top: 12% !important;
left: 8% !important;
}
.layer-2 {
top: 53% !important;
left: 6% !important;
}
.layer-3 {
top: 87% !important;
left: 16% !important;
}
.layer-4 {
top: 54% !important;
left: 74% !important;
opacity: .09;
}
.layer-5 {
top: 24% !important;
left: 13% !important;
opacity: .03;
}
.area-padding {
padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
top: 53% !important;
left: 7% !important;
}
.s-layer-2 {
top: 73% !important;
left: 13% !important;
opacity: .2;
}
.s-layer-3 {
top: 75% !important;
left: 39% !important;
}
.s-layer-4 {
top: 82% !important;
left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
@keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.slider-video-icon a{
text-align: center;
display: inline-block;
position:relative;
}
.single-video .layer-1 {
top: -20% !important;
left: -158px !important;
z-index: -1;
}
.single-video .layer-2 {
top: -47% !important;
left: 36% !important;
z-index: -1;
}
.single-video .layer-3 {
top: 109% !important;
left: -12% !important;
z-index: -1;
}
.single-video .layer-4 {
top: 83% !important;
left: inherit !important;
right: -126px;
z-index: -1;
opacity:1;
}
.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;
}
.about-video.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
display:none;
}
.style_two.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.style_two .video-icon {
position: inherit;
transform: inherit;
} .portfolio-details-box li {
border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.portfolio-details-box li:last-child {
border-bottom: 0 none;
}
.portfolio-details-box li span {
color: #333;
display: inline-block;
font-weight: 700;
margin-right: 15px;
text-transform: uppercase;
width: 170px;
}
.portfolio-details-box li:first-child {
padding-top: 0;
}
.portfolio-details-box ul {
margin-bottom: 20px;
}
.portfolio-description {
margin-top: 50px;
}
.portfolio-description>p {
font-size: 18px;
}
.projects-navigation-wrap {
margin-top: 50px;
}
.projects-navigation-wrap a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.pr-title h2 {
font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
}
.prot_content.multi_gallery {
width: 75%;
margin: auto;
} .abtext em {
color: #444;
font-weight: 600;
}
.abtext ol {
padding-left: 15px;
}
.abtext ol li {
font-weight: 600;
line-height: 30px;
} .mean-container .mean-bar:before {
text-transform: uppercase;
}
.footer-logo img {
margin-bottom: 28px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
color: #ff7656 !important;
}
span.wpcf7-not-valid-tip {
text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
margin-bottom: 34px !important;
margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
} .blog-left-side .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
color: #fff !important;
}
.footer-middle table#wp-calendar th {
color: #e3e3e3;
}
.blog-left-side .widget h2 {
margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.widget.widget_categories select {
width: 100%;
height: 34px;
}
.widget .screen-reader-text {
display: none;
}
.search input {
width: 100%;
}
.textwidget select {
width: 100%;
}
.widget ul li:first-child {
padding-top: 0;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-top: 1px solid #E8E8E8;
padding: 15px 0;
}
.widget ul li:hover {
color: #ff7656;
}
.comment_field .textarea-field label {
margin-top: 20px;
margin-bottom: 10px;
}
.blog-content {
word-break: break-word;
}
.post-password-form input[type="submit"] {
background: #ff7656;
height: 40px;
width: 100px;
}
.page-list-single {
clear: both;
}
.blog-left-side .text-widget-about ul li {
border-top: 0;
padding: 0;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
} .nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills > li {
float: left;
color: #f00;
border: 0;
margin: 0;
width: 15%;
background: transparent;
margin-right: 15px;
border: 1px dashed #ff7656;
}
.nav-pills>li>a {
padding: 0 30px;
text-decoration: none;
outline: 0;
display: block;
line-height: 25px !important;
color: #ff7656 !important;
font-size: 20px !important;
font-weight: 500 !important;
margin: 0px 0px;
padding: 20px 20px 19px !important;
border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background: #ff7656 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
font-size: 40px;
display: block;
padding-bottom: 20px;
display:block;
} .em_tab_content.tab-content {
overflow: hidden;
box-shadow: 0 0 15px rgba(12, 90, 219, 0.10);
padding: 40px 25px;
background: #fff;
}
.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.em_post_tab_thumb img {
width: 100%;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
list-style: none;
margin: 26px 0 20px;
}
.tab_pan_content ul li {
margin-bottom: 12px;
font-weight: 600;
font-family: 'Muli', sans-serif;
font-size: 16px;
margin-left: 20px;
}
.tab_pan_content ul li i {
color: #ff7656;
margin-right: 7px;
}
.tab_pan_content a {
display: inline-block;
font-size: 17px;
color: #fff;
background: #ff7656;
border-radius: 4px;
padding: 12px 30px;
display: inline-block;
margin-top: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-right: 15px;
}
a.active-tab-btn {
background: #bd2d10;
}
.tab_pan_content a:hover {
background: #bd2d10;
}
a.active-tab-btn:hover {
background: #ff7656;
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}} .tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #ff7656;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #ff7656;
color: #fff;
} .owl-dots {
position: absolute;
left: 50%;
bottom: -36px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dot {
background: #bfcadc;
height: 5px;
width: 25px;
display: inline-block !important;
margin: 0 3px;
border-radius: 50px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.owl-dot.active {
background: #ff7656;
width:35px;
}
.case_study_carousel  .owl-dots {
bottom: -60px;
}
.author.mt-120 {
background: #fff;
padding: 38px 38px 30px;
margin-top: 70px;
margin-bottom: 50px;
overflow: hidden;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
border-radius: 7px;
}
.author.mt-120 p {
font-size: 16px;
overflow:hidden;
}
.author-text h3 {
margin: 0 0 10px;
font-size: 25px;
}
.author-text h3 a {
font-size: 24px;
text-transform: capitalize;
font-weight: 800;
color: #232323;
font-family: Muli;
}
.author-img.text-center {
float: left;
margin-right: 30px;
}
.author-img img {
border-radius: 100%;
}
.author-icon {
margin-bottom: 26px;
}
.author-icon a {
color: #9498b6;
font-size: 15px;
margin: 0 5px;
}
.kc-google-maps iframe{
width:100%;
height:600px; 
frameborder:0; 
border:0;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px !important;
}
#visa-type .content-image img{
width:80px !important; 
height:80px !important;
}
.footer-middle table#wp-calendar td {
color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
color: #e3e3e3;
}
.footer-middle .wp-caption-text {
color: #e3e3e3;
}
.footer-middle .textwidget p {
color: #e3e3e3;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px;
}
.em-service2.style-three.sright .em-service-icon {
margin-right: -70px;
}
.em-service2.style-three.sleft .em-service-icon{
margin-left: -70px;
}
.menu-serivice-menu-container ul li {
padding: 19px 20px;
border: 1px solid #ddd;
border-bottom: none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
background: #FFFFFF;
}
.menu-serivice-menu-container ul {
list-style: none;
padding: 0;
}
.menu-serivice-menu-container ul li a {
display: block;
color: #555;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
border-top: 1px solid #ddd;
padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
background:#ff7656;
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
background:#ff7656;
color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
color:#fff;
}
#faqs .kc_single_image img {
width: 100%;
}
#faqs .kc_column_inner{
padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
color: #fff;
} .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
background-color: #f00 !important;
color: #fff !important;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: transparent !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: transparent !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
border: 1px solid #ddd !important;
margin-right: 10px;
}
.ui-tabs-active {
border-color: transparent !important;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 0 !important;
margin-top: 30px !important;
}
.about-list ul {
padding-left: 17px;
list-style: square;
}
.about_lists {
list-style: none;
display: flex;
}
.about_lists li {
display: block;
font-weight: 500;
font-size: 16px;
color: #666;
width: 50%;
margin-bottom: 15px;
}
.about_lists li i {
margin-right: 10px;
color: #ff7656;
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 20px;
line-height: 27px;
}
.progress {
width: 100px!important;
height: 100px!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: 20px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 600;
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);
}
} rs-layer#slider-2-slide-5-layer-13 a i {
color: #ff7656!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a{
color: #ff7656!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a  {
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a i {
border: none!important;
} .my-accordion {
padding: 0;
margin: 0;
}
ul.my-accordion li a.active {
background: #ff3b00;
padding: 14px 40px 13px 56px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Fira Sans', sans-serif;
border-color: #ff3b00;
border-radius: 30px;
}
.my-accordion li {
list-style: none;
box-shadow: none;
border-radius: 0;
padding: 0;
margin-bottom: 24px;
position: relative;
}
.my-accordion li:before {
position: absolute;
content: "";
top: 16px;
left: 20px;
height: 20px;
width: 25px;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/question.png);
background-repeat: no-repeat;
z-index: 1;
}
.my-accordion li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #fff;
transition: .3s;
margin-left: 0;
border: 1px solid#626065;
padding: 14px 20px 14px 52px;
border-radius: 30px;
}
.my-accordion li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;
line-height: 33px;
border-radius: 50%;
background: #383842;
box-shadow: none;
border: 1px solid#626065;
}
.my-accordion li a.active::before {
width: 30px;
right: 20px;
height: 30px;
background: #fff;
top: 12px;
}
.my-accordion li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #fff;
}
.my-accordion li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #ff3b00;
z-index: 99999;
}
.my-accordion p {
display: none;
margin: 19px 0 11px 21px;
line-height: 28px;
color: #fff;
opacity: 0.7;
} .my-accordion.style2 li a {
border-radius: 0;
}
ul.my-accordion.style2 li a.active {
border-radius: 0;
} .secoundhand-faq .my-accordion p {
color: #232323;
opacity: 0.9;
}
.secoundhand-faq .my-accordion li a {
color: #232323;
}
.secoundhand-faq .my-accordion li:before {
filter: brightness(0) invert(0);
}
.secoundhand-faq ul.my-accordion li a.active .my-accordion li:before{
filter: brightness(0) invert(1);
} .classic-it-service .message-box-wrap {
font-size: 18px !important;
background: #fff !important;
border-radius: 0 30px 30px 30px !important;
transition: .5s;
box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
padding: 15px;
color: #232323 !important;
margin-bottom: 20px;
border: 0;
}
.classic-it-service .message-box-wrap:hover{
background: #ff7656 !important;
color:#fff !important;
}
.classic-it-service .message-box-wrap i {
font-size: 20px !important;
color: #fff !important;
background: #ff7656;
height: 56px;
width: 56px;
margin-top: -15px;
text-align: center;
line-height: 56px;
margin-left: -20px;
border-radius: 0 30px 30px;
}
.slider-video-icon span a {
display: none !important;
}  .em-hero-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
position: relative;
z-index: 0;
}
.hero-single-slide .container {
z-index: 9;
}
.hero-single-slide {
min-height: 787px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.hero-single-slide.hero-style-three {
min-height: 725px;
}
.hero-single-slide.hero-style-five.hero-style-seven,
.hero-single-slide.hero-style-two{
min-height: 743px;
}
.hero-single-slide.hero-style-six{
min-height: 800px;
}
.hero-single-slide.hero-style-two{
min-height:630px;
}
.hero-single-slide.hero-style-five{
position:relative;
z-index:1;
}
.hero-single-slide.hero-style-five:after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 175%;
bottom: 0;
background-image: url(//www.mv-it.cloud/wp-content/themes/itsoft-child/assets/images/slider_bg-hero.png);
background-repeat: no-repeat;
background-size: cover;
}
.hero-single-slide.hero-style-five:before{
display:none;
}
.hero-content-left {
padding-right: 20px !important;
}
.hero-single-slide:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.hero-style-two.single-slide:before {
display:none;
}
.hero-content-left h1 {
font-size: 44px;
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
}
.hero-content-left h2 {
font-size: 44px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.hero-style-six .hero-content-left {
padding-right: 0;
margin-top: -112px;
}
.hero-animation-img {
position: relative;
display: block;
width: 100%;
}
.hero-single-slide.hero-style-three .hero-animation-img {
margin-top: -60px;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.hero-single-slide.hero-style-five.bottom-img {
bottom: -10px;
}
.bottom-img img{
width:100%;
}
.hero-style-two .app-store-btn {
border-radius: 30px;
color: #fff;
border: 2px solid #6730e3;
background: #6730e3;
font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
background: transparent;
color: #6730e3;
}
.shape-image {
position: absolute;
width: 100%;
height: auto;
bottom: 76px;
z-index: 0;
left: 268px;
overflow: hidden;
background-size: cover;
right: 0;
}
.hero-single-slide .slider-video-icon {
margin-left: 10px;
} .animation-one {
-webkit-animation: move-one 7s ease-in-out infinite;
animation: move-one 7s ease-in-out infinite;
}
@keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
@-webkit-keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
.animation-two {
position: absolute;
bottom: -10px;
-webkit-animation: move-two 8s ease-in-out infinite;
animation: move-two 8s ease-in-out infinite;
}
@-webkit-keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
@keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
.animation-three {
position: absolute;
-webkit-animation: move-three 9s ease-in-out infinite;
animation: move-three 9s ease-in-out infinite
}
@-webkit-keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
@keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
.animation-four {
position: absolute;
-webkit-animation: move-four 6s ease-in-out infinite;
animation: move-four 6s ease-in-out infinite
}
.animation-new{
position: absolute;
bottom: 10px;
}
@-webkit-keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
@keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
.circles {
overflow: hidden;
width: 100%;
position: absolute;
height: 1200px;
}
.point {
border-radius: 50%;
z-index: 999;
position: absolute;
}
.animated-point-1 {
background-color: red;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p1;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p1;
animation-duration: 80s;
animation-iteration-count: infinite;
}
.animated-point-2 {
background-color: green;
height: 15px;
width: 15px;
position: relative;
-webkit-animation-name: p2;
-webkit-animation-duration: 90s;
-webkit-animation-iteration-count: infinite;
animation-name: p2;
animation-duration: 90s;
animation-iteration-count: infinite
}
.animated-point-3 {
background-color: orange;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p3;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p3;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-4 {
background-color: pink;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p4;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p4;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-5 {
background-color: #ffc64c;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p5;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p5;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-6 {
background-color: #ffc64c;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p6;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p6;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-7 {
background-color: orange;
height: 14px;
width: 14px;
position: relative;
-webkit-animation-name: p7;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p7;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-8 {
background-color: purple;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p8;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p8;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-9 {
background-color: purple;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p9;
-webkit-animation-duration: 100s;
-webkit-animation-iteration-count: infinite;
animation-name: p9;
animation-duration: 100s;
animation-iteration-count: infinite
} @-webkit-keyframes p1 {
0% {
left: 0px;
top: 0px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0px;
top: 0px
}
}
@keyframes p1 {
0% {
left: 800px;
top: 0px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 800px;
top: 0px
}
}
@-webkit-keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@-webkit-keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@-webkit-keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 00px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 0px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@-webkit-keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@-webkit-keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@-webkit-keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@-webkit-keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@-webkit-keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@media (min-width: 1024px) and (max-width: 1600px) {
#service-bg .kc_col-sm-5 {
padding-left: 95px !important;
}
}
.mobile-menu.trp_nav_area {
padding: 0;
}
.mobile-menu.trp_nav_area.hbg2 {
background: inherit;
padding: 0;
}
.mobile_logo_area {
display: none !important;
} .about-section-thumb {
position: relative;
z-index: 1;
right: 20px;
} .about-section-thumb .section-img {
position: absolute;
z-index: -1;
}
.about-section-thumb .section-img.shape1 {
top: 25%;
right: 9px;
z-index: 2;
}
.about-section-thumb .section-img.shape3 {
top: 7%;
right: 32px;
z-index: 2;
}
.about-section-thumb .section-img.shape2 {
right: 62px;
top: 39%;
z-index: 2;
}
.about-section-thumb .section-img.shape5 {
top: 0;
left: 0;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape4 {
top: 15px;
right: 35px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape6 {
right: -76%;
bottom: -12px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape7 {
top: 14%;
left: 41%;
}
.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(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
}
@-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 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);
}
}
@-webkit-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);
}
}
@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);
}
} .skill-single-box {
position: relative;
z-index: 1;
}
.skill-thumb {
position: relative;
z-index: 1;
left: 33%;
}
.skill-img {
position: absolute;
z-index: -1;
}
.skill-img.shape1 {
right: 60px;
top: 25%;
}
.skill-img.shape-3 {
left: -70px;
top: 7px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
left: 20px;
bottom: -60px;
z-index: 2;
}
.skill-img.shape-5 {
bottom: -30px;
right: 45px;
z-index: 2;
}
.skill-img.shape-6 {
top: 105px;
left: 12%;
}
.skill-img.shape-7 {
top: -30px;
left: 125px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
top: 73px;
right: 86px;
}
.skill-img.shape-2 {
bottom: -22px;
right: 33px;
z-index: 2;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
left: -60px;
bottom: -114px;
}
.menu-social-menu-container {
margin-top: -20px;
} #mega-menu-wrap-menu-1 {
display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 772px;
}
ul.mega-sub-menu {
box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1074px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -307px;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.transprent-menu .prefix #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.header-new-style-01 .row.logo-left.align-items-center {
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0 15px;
} .sidebar {
display: inline-block;
cursor: pointer;
text-align: right;
font-size: 30px;
margin-left: 8px;
top: 4px;
position: relative;
}
.nav-btn.navSidebar-button i {
color: #ff7656;
}
.xs-sidebar-group .dt-overlay {
left: 100%;
top: 0;
position: fixed;
z-index: 101;
height: 100%;
opacity: 0;
width: 100%; -webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 0.9;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 39px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
}
.bt-black {
background: rgb(22,22,23,0.5)!important;
}
.close {
color: #161617;
opacity: .9;
}
.content-text p {
margin: 32px 0 53px;
} .social-icon ul li {
display: inline-block;
margin-right: 6px;
}
.social-icon ul li a {
height: 41px;
width: 41px;
line-height: 41px;
text-align: center;
background: #2B4868;
display: inline-block;
transition: .5s;
border-radius: 100%;
color: #fff;
position: relative;
z-index:1;
overflow: hidden;
}
.social-icon ul li a:after{
position: absolute;
content:"";
top:0;
right:0;
height:100%;
width:0;
transition:.5s;
background:#37A3FE;
z-index: -1;
border-radius:100%;
}
.social-icon ul li a:hover:after{
left:0;
width:100%;
}
.location-icon {
margin-right: 17px;
}
.location-icon i {
color: #37A3FE;
font-size: 25px;
}
.location-content-text p {
font-family: 'Inter';
color: #fff;
}
.location-title h2 {
font-size: 30px;
margin: 0 0 17px;
}
nav.wp-calendar-nav {
display: none;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-contact-info ul li {
list-style: none;
}
.sidebar-social-icon {
margin-top: 19px;
}
.sidebar-social-icon ul li {
display: inline-block;
margin: 0 13px 0 0;
}
.sidebar-social-icon ul li a{
display: inline-block;
color: #161617;
}
.sidebar-title h2 {
margin: 32px 0 26px;
font-weight: 700;
font-size: 28px;
letter-spacing: 1px;
}
.sidebar-contact-info h2 {
font-size: 28px;
margin: 0 0 26px;
}
.sidebar-contact-info ul li {
margin: 0 0 12px;
} #video-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 693px;
width: 100%;
border: 3px solid var(--brown);
border-radius: 5px;
position: relative;
cursor: none;
max-width: 100%;
}
#play-button {
position: absolute;
border: 3px solid var(--brown);
border-radius: 100px;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: var(--cream);
opacity: 1;
cursor: none;
}
.play-video-btn i {
background: #fff;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
} .element .my-accordion li:before {
display:none;
}
.element .my-accordion li a.active {
padding: 14px 40px 13px 30px;
}
.element .my-accordion.style3 li a {
padding: 14px 20px 14px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
margin: 0 0 0 2px !important;
}@media (min-width: 1280px) and (max-width: 1600px) {
.itsoft_menu > ul > li > a {
margin: 30px 9px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 178px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.em-service.service-style-two {
padding: 35px 15px 43px;
}
.text-right .slider-single-image {
left: 2% !important;
}
}
@media (min-width: 1280px) and (max-width: 1439px) {
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.single-video {
position: relative;
text-align: center;
margin-left: 115px;
}
.slick-style-two .slider-single-image {
right: 1%;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
} @media (min-width: 1170px) and (max-width: 1366px) {
.banner-content p {
width: 70%;
}
.banner-slick.banner-content.banner-content p {
width: 50%;
}
.donate-btn-header {
margin-left: 16px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 15px;
}
.em-slider-sub-title {
font-size: 60px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.itsoft_menu > ul > li > a {
margin: 30px 6px;
}
.footer-middle .recent-post-text h4 a {
font-size: 16px;
}
.footer-middle .recent-post-text .rcomment {
font-size: 11px;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 76px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.section-title h2 {
font-size: 39px;
}
.em-slick-slider-new .slick-prev {
left: 7px;
}
.em-slick-slider-new .slick-next {
right: 7px;
}
.banner-slick.banner-content h1,
.banner-slick.banner-content h3 {
font-size: 60px !important;
}
.portfolio_info {
padding-top: 0;
}
.effective-content p {
width: 86%;
}
.itsoft-blog-meta-left {
margin: 0 5px;
}
.itsoft-header-top::after {
left: -12px;
width: 60%;
}
.text-right .slider-single-image {
left: -177px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
}
} @media (min-width: 992px) and (max-width: 1169px) {
.itsoft-header-top::after {
left: -12px;
width: 62%;
}
#scrollUp {
right: 50px;
}
.style10 .section-title.t_left h5:before {
left: -50px;
}
.em-slider-sub-title {
font-size: 50px;
}
.portfolio_info {
padding-left: 30px;
padding-top: 0;
}
.single_protfolio:hover .prot_content {
bottom: 18px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 10px;
}
.tr-btn-search .trp_nav_area {
padding: 25px 20px;
}
.price_item span {
font-size: 45px;
}
.menu-height-space {
height: 0;
}
.slick-style-two .slider-single-image {
position: absolute;
top: 222px;
right: -19%;
z-index: 999;
}
.slick-style-two .slider-single-image img {
width: 73%;
opacity: 1;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.banner-content p {
width: 58%;
}	
.style_two .em_content_text h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 27px;
}
.banner-content p {
width: 96%;
}
.em-blog-content-area_adn {
padding: 26px 13px 34px !important;
}
.style_three .em_content_text h2 {
font-size: 25px;
}			
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em_content_text h2 {
font-size: 17px !important;
}
.em-service2 .em-service-title h2 {
font-size: 18px;
}
.banner-slick.banner-content.banner-content p {
width: 60%;
}
a.dtbtn {
margin-left: 15px;
}
.itsoft_menu > ul > li > a {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.single-video h3 {
font-size: 32px;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft_menu.main-search-menu > ul, .em-quearys-top.msin-menu-search {
display: inline-block;
margin-right: 0;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0;
}
.default-style .em_content_text {
padding: 0;
}
.em-feature:hover .em_content_text {
bottom: 26px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.em-service-title h2 {
font-size: 22px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 40px 0px 50px !important;
}
.about_choose_us .section-title h2 {
font-size: 35px;
}
.front h3,
.back h3 {
font-size: 20px !important;
}
.third_block {
display: block !important;
}
.mailchim-form-inner {
margin: auto !important;
}
.footer-middle .recent-post-text .rcomment {
font-size: 12px;
}
.footer-middle .recent-post-text h4 a {
font-size: 15px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 15px;
color: #f4f6fe;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.slider-style-four .slider-video-icon {
right: 13%;
}
.curosel-style .owl-nav .owl-prev {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
right: 15px;
}
.itsoft_menu > ul > li > a {
margin: 30px 8px;
}
.em-quearys-menu i {
margin-left: 5px !important;
display: inline-block;
}
.case_default .em-cases-study-title h2 a {
font-size: 22px;
}
.effective-content p {
width: 86%;
}
.em-feature.style-three {
padding: 50px 15px;
}
.heading_title {
font-size: 31px;
}
.donate-btn-header {
margin-left: 0;
}
.title_tx h2, .title_tx h3 {
font-size: 30px;
}
.section-title h3, .section-title h2 {
font-size: 30px !important;
}
.apointment-form-title h2 {
font-size: 22px;
}
.counter_title h4 {
font-size: 18px;
}
.itsoft-blog-meta-left {
margin: 0;
}
#service-bg::before {
height: 140px;
top: -78px;
}
.em_work_progress-title h2 {
font-size: 18px;
}
.text-right .slider-single-image {
left: -176px;
}
.kc_tabs_nav > li > a, .nav-pills > li > a {
padding-left:24px !important;
padding-right:24px !important;
}
.slider-single-image img {
width: 550px !important;
}
.call-to-action-desc {
width: 50% !important;
}
.slider-single-image {
right: 0% !important;
}
.service-box.style-five {
padding: 0 0;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.elementor-text-editor.elementor-clearfix p {
font-size: 14px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
padding: 0 5px 0 5px;
}
.service_left_box.one .service-box.style18 {
left:0;
}
.service_right_box.two .service-box.style18 {
left: 15px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 15px;
}
.blog_style_adn_2.style6 .em-cases-study-content {
padding: 24px 22px 21px;
width: 97%;
border-radius: 10px;
}
.team.style4 .image img{
width: 100%;
}
.service-box.style20 {
margin: 0;
}
} @media (min-width: 992px) and (max-width: 1920px) {
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
} @media (min-width: 992px) and (max-width: 1024px) {
.single_testimonial.style12 .testi_content {
padding: 39px 0 40px 0;
}
} @media (min-width: 840px) and (max-width: 850px) {
.em_slider_inner {
left: 0;
}
.single_testimonial.style12 .testi_content {
padding: 39px 0 40px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kc_col-sm-4,
.kc_col-sm-3 {
width: 50% !important;
}
#scrollUp {
right: 40px;
}
.single_testimonial.style12 .testi_content {
padding: 25px 20px 28px 0;
}
.service-box.style25 {
margin: 0 0 10px 0;
}
.call-to-action-desc {
width: 50% !important;
}
.kc_accordion_header > a {
font-size: 14px !important;
}
.em_work_progress-number::before {
display: none;
}
.slider-style-four .slider-video-icon {
right: 13%;
top: 26%;
}
.banner-slider-content p {
width: 85%;
color: #d5c6c6;
}
.breadcumb-area {
padding: 125px 0 143px;
}
.service_details .kc_col-sm-8{
width: 60% !important;
}
.service_details .kc_col-sm-4{
width: 40% !important;
}
.service_details .kc_tabs_nav > li > a, .service_details .nav-pills > li > a {
padding: 0 10px;
}
.slider_circle_img.rotateme {
right: -320px;
top: 0;
}
.srv-dtl-inner .kc_col-sm-6 {
width: 100% !important;
}
.author.mt-120 p {
font-size: 16px;
overflow: hidden;
}
.em-slider-sub-title {
font-size: 45px;
}
.em-slider-title {
font-size: 20px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.em-button-button-area a {
margin-top: 20px;
}
.footer-top-inner p {
width: 78%;
} .menu-height-space {
height: 0;
}
.banner-content p {
width: 85%;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.portfolio_nav ul li {
padding: 14px 13px;
}
.call-to-action-title h2,
.call-to-action-title h2 span{
font-size: 35px;
}
.mean-container .mean-bar::before {
top: 15px;
}
.title_in_area {
width: 100%;
}
.em-call-to-video h3 {
margin-top: 10px;
font-size: 18px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.section-title.t_center {
width: 67%;
}
.em-content-image > img {
width: 100%;
}
.reponsive_full	.cfull.kc_col-sm-6{
width:100% !important;
}	
.reponsive_full	.cfull .slick-slide img{
width:100% !important;
}	
.message_full .kc_col-sm-6{
width:100% !important;
}		
.feature-btn {
margin-top: 30px;
}
.section-title.t_center {
width: 89%;
}	
.banner-slick.banner-content.banner-content p {
width: 83%;
}
.top-address.em-login.text-right {
display: none;
}	
.em_slider_inner {
left: 0;
}
.single-video-content p {
width: 83%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slick-slider-new {
z-index: 0;
}
.footer-menu ul li a {
margin-left: 13px;
}
.section-title h3,
.section-title h2 {
font-size: 24px !important;
}
.section-title h5 {
margin: 0 0 25px;
}
blockquote {
padding: 121px 30px 50px 30px;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0;
}
.blog-page-title > h2 {
font-size: 24px;
}
.author.mt-120 {
padding: 40px 16px 35px;
}
.em-team-content-image img {
width: 100%;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft-header-top {
display: none;
}
.meta_comments {
display: none !important;
}
.slider-single-image {
display: none;
}
.em-feature-thumb img {
width: 100%;
}
.choose_us .kc_col-sm-6 {
width: 100% !important;
}
.mailchim-form-inner {
padding: 33px 100px 40px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.itsoft_about2 .kc_col-sm-6 {
width: 100% !important;
}
.single-video .layer-4 {
top: 78% !important;
right: -15px;
}
.single-video .layer-3 {
top: 94% !important;
left: 0% !important;
}
.single-video .layer-2 {
top: -28% !important;
left: 75% !important;
}
.single-video .layer-1 {
top: -24% !important;
left: 0px !important;
}
.nav-pills > li {
margin-right: 9px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.20);
box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.nav-pills > li > a {
font-size: 14px !important;
}
.about_choose_us2.kc_col-sm-6,
.about_choose_us.kc_col-sm-6 {
width: 100% !important;
}
.single-video img {
width: 100%;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0;
}
.recent-post-image {
margin-right: 11px;
}
.mailchim-form-inner {
margin: auto !important;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 11px;
}
.prot_content {
right: 7px;
left: 7px;
}
.prot_content h3 a {
font-size: 19px;
}
#team::before {
display: none;
}
.recent-post-text h4 a {
font-size: 15px;
line-height: 14px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 13px;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.case_default .em-cases-study-content {
padding: 40px 10px;
top: 72%;
}
.case_default .em-cases-study-title h2 a {
font-size: 19px;
}
.effective-content p {
width: 85%;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.main-style.em-team {
margin-bottom: 100px;
}
.process-bg-shape::before {
display: none;
}
.kc_col-sm-2 {
width: 33.33% !important;
}
.pdsr {
padding-top: 50px;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
.form-area.apppontment-form {
padding: 41px 24px 15px;
}
.itsoft-coaching .kc_col-of-5 {
width: 33% !important;
margin-bottom: 30px !important;
}
.single-page .kc_col-sm-4, .single-page .kc_col-sm-3 ,.single-page .kc_col-sm-8{
width: 100% !important;
}
.title_tx h2, .title_tx h3 {
font-size: 24px;
}
.title_in {
float: none;
padding-right: 0;
margin-right: 0;
padding-bottom: 13px;
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
right: -137px;
}
.single_counter {
text-align: center;
}
.itsoft-blog-meta-top {
position: absolute;
left: 19px;
bottom: inherit;
top: 10px;
}
.banner-content.text-right {
text-align: left !important;
float: inherit;
}
.form-area.apppontment-form .button {
padding: 14px 10px;
}
.service-box.style-five {
padding: 0 0px !important;
}
.style-five .service-box-title h3 {
font-size: 20px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.rs-team-grid.rs-team.team-grid-style1.itsoft_lite_box {
margin-bottom: 30px!important;
}
.service_left_box.one .service-box.style18 {
left:0px;
}
.service_right_box.two .service-box.style18 {
left: 25px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 25px;
}
.blog_style_adn_2.style6 .em-cases-study-content {
padding: 24px 22px 21px;
width: 97%;
border-radius: 10px;
}
.service-box.style20 {
margin: 0;
}
.team.style4 .image img{
width: 100%;
}
.single_testimonial.style9 {
margin-left: 35px;
}
.single_testimonial.style9 .em_reviews_rating {
display: none;
}
} @media (max-width: 767px) {
.em-slider-descript {
display: none;
}
.main-style.em-team {
margin-bottom: 100px;
}
.form-area.apppontment-form {
padding: 41px 20px 15px;
}
.em-feature-thumb img {
width: 100%;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.single_pricing.style4.active {
padding:42px 0 38px;
transform: translateY(-0);
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px;
}
.single_counter {
text-align: center;
}
.banner-slider-content {
text-align: center;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 30px;
}
.banner-slider-content p {
color: #fff;
width: 77%;
margin: 20px auto 32px;
} .dreamit-slick-slider .text-left .hero-text-wrap .btn-two{
display: none;
} .testimonial_list.style-five .single_testimonial {
width: 100% !important;
padding: 30px 20px 50px 40px !important;
}
.em_work_progress-number::before {
display: none;
}
.em-slider-button {
display: none;
}
.section-title.t_center {
width: 100%;
}
.section-title.t_right {
width: 100%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
bottom: 8px;
}
.slider-style-four .slider-video-icon {
right: 42%;
top: 10%;
}
.about_shape::after {
display: none;
} .top-address {
text-align: center;
}
.social-icons.text-right {
text-align: center;
} .footer-top-inner p {
width: 100%;
}
.footer-menu ul {
margin: 10px 0 0;
text-align: center;
}
.copy-right-text p {
text-align: center;
}
.breadcumb-blog-area {
padding: 30px 0 50px;
} .post_reply ul, .blog-content ul, .single-blog-content ul {
padding-left: 20px;
}
.post_reply ol, .blog-content ol, .single-blog-content ol {
padding-left: 20px;
}
.comments-area .children {
margin-left: 10px;
}
.pdsr {
padding-top: 50px;
}
.pdsl {
padding-bottom: 90px;
}
#wp-calendar {
display: block;
} .itsoft-blog-thumb_adn > a img {
width: 100%;
}
.em-content-image > img {
width: 100%;
}
.kc_video_play.kc_video_wrapper {
overflow: scroll;
}
.form-address-item {
width: 100%;
margin-bottom:30px;
}
.footer-social-icon a i {
font-size: 16px;
height: 35px;
line-height: 35px;
width: 35px;
}
.portfolio_nav ul li {
letter-spacing: 0;
display: block;
}
.menu-height-space {
height: 0;
}
.testimonial_list {
width: 100%;
} .curosel-style .owl-nav div {
left:0;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 0;
}
.em-feature-content-image img {
width: 100%;
}
.em-call-to-action-desc {
width: 78%;
}
.call-to-action-title span,
.call-to-action-title h2 {
font-size: 25px !important;
}
.call-to-action .call-to-action-desc {
width: 100%;
}	
.single-video h3 {
font-size: 16px;
padding-top: 0;
display: none;
}
.single_header_address.ctrp {
padding-bottom: 40px;
} .section-title h2, .section-title h3 {
font-size: 22px !important;
}
.section-title h5{
font-size: 14px !important;
}
.title_tx h2, .title_tx h3 {
font-size: 22px;
}
.title_in_area {
width: 100%;
}
.title_in {
float: none;
}
.mean-container .mean-bar::before {
text-transform: uppercase;
top: 15px;
}
.em-feature-title h2 {
margin: 7px 0 15px;
}
.em-feature:hover .em_content_text {
bottom: 25px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
}
.em_slider_inner.container.text-right, .em_slider_inner.container.text-center, .em_slider_inner.container.text-left {
text-align: center;
}
.footer-middle .widget h2{
margin-top: 10px;
}
.footer-middle {
padding: 70px 0 36px;
}
.pr-title {
margin-bottom: 15px;
}
.page-numbers li {
margin-bottom: 15px;
}
.banner-content p {
width: 98%;
}
.banner-slick.banner-content.banner-content p {
width: 85%;
text-align: center;
margin: auto;
margin-bottom: 20px;
}
.b-batton.active {
display: none;
}
.em_slider_inner {
left: 0;
}
.kc_tabs_nav, .nav-pills {
border-bottom: 0;
padding-top: 29px !important;
}
.kc_tabs_nav > li, .nav-pills > li {
float: none !important;
display: block !important;
line-height: 0;
width: 100%;
}
.nav-pills li i {
padding-top: 12px;
}
.nav-pills > li + li {
margin-left: 0;
}
.tab_pan_content {
padding-left: 0;
padding-top: 30px;
}
a.active-tab-btn {
display: none;
}
.em-slick-slider-new .banner-content {
left: 0; text-align: center !important;
right: 0;
}
.em_testi_text {
width: 90%;
}
.single-video-content h4 {
letter-spacing: 2px;
}
.single-video-content p {
width: 93%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slider-title {
font-size: 21px;
}
.em-slick-slider-new {
z-index: 0;
}
.testimonial_list.curosel-style .owl-nav .owl-prev {
display:none;
}
.testimonial_list.curosel-style .owl-nav .owl-next {
display:none;
}
.em-slick-slider-new .single-slide {
height: calc(90vh - 100px);
position: relative;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0;
}
.itsoft-single-icon-inner a {
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 0 3px;
width: 30px;
}
.post_replay_inner {
display: block;
}
.post_reply_thumb {
margin-bottom: 15px;
}
.comment-respond {
padding: 23px 6px 40px;
}
.itsoft_btn {
padding: 8px 18px;
}
.textwidget-icon.social-profile li a {
width: 35px;
height: 35px;
line-height: 35px;
}
.itsoft-blog-thumb img {
width: 100%;
}
.author.mt-120 {
padding: 40px 15px 35px;
}
.paginations a, .page-numbers span.current {
width: 38px;
height: 38px;
line-height: 38px;
font-size: 15px;
margin: auto 3px;
}
.footer-menu .social-icon {
width: 45px;
height: 45px;
line-height: 45px;
}
.em-service2.smiddle {
text-align:center;
}
.em-team-content-socials a {
height: 35px;
line-height: 35px;
width: 35px;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 32px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 15px;
}
.em-slick-slider-new .single-slide {
height: 500px;
position: relative;
}
.banner-content h2 {
font-size: 20px;
}
.banner-area {
height: 715px;
}
.banner-area.em-slick-slider-new {
height: auto;
}
.blog-left-side {
margin-top: 30px;
}
.em_feature_img {
float: none;
overflow: hidden;
margin-right: 0;
}
.itsoft-single-blog-details-inner {
padding: 40px 30px;
}
.banner-slick.banner-content h4 {
font-size: 18px;
margin-bottom: 23px;
}
.breadcrumb_tran_header .breadcumb-area {
padding: 121px 0 110px;
}
.author-img.text-center {
float: left;
margin-right: 0;
float: none;
margin-bottom: 20px;
}
.author-text {
padding-top: 20px;
text-align: center;
}
.copyright-social {
text-align: center;
padding-top: 10px;
}
.slider-single-image {
display: none;
}
#team::before {
display: none;
}
.mailchim-form-inner {
padding: 33px 15px 40px;
}
.mailchim-form-inner .widgettitle {
font-size: 23px;
}
.slick-style-two .banner-slick .b-batton {
float: none;
}
.slider-video-icon {
display: none !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-1,
.single-video .layer-2,
.single-video .layer-3,
.single-video .layer-4 {
display: none;
}
.em-service-thumb {
float: none;
margin-right: 0;
margin-bottom: 30px;
}
.price_item span {
font-size: 43px;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0;
}
.em-blog-content-area {
padding: 28px 30px 30px;
}
.meta_comments {
display: none !important;
}
.itsoft-single-icon-inner a i {
font-size: 13px;
height: 30px;
line-height: 28px;
margin: 0;
width: 30px;
}
.footer-middle {
padding: 80px 0 29px;
}
.footer-menu .text-right {
text-align: center !important;
}
.curosel-style .owl-nav div {
display: none;
}
.prot_content h3 a {
font-size: 18px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.kc_accordion_header > a {
font-size: 15px !important;
}
.brpt h2 {
font-size: 31px;
margin-bottom: 13px;
}
.kc-call-to-action .kc-cta-button a {
float: left !important;
}
.kc-cta-3 .kc-cta-button {
width: 100% !important;
display: block !important;
}
.kc-cta-3.kc-is-button .kc-cta-desc {
width: 100% !important;
display: block !important;
}
.feature-style-two .em-feature-title h2 {
font-size: 17px;
}
.effective-content p {
width: 85%;
}
.effective-content h2 {
font-size: 40px;
}
.effective_slider_btn a {
margin: 0 9px 20px;
}
.em-feature.style-three {
padding: 50px 25px;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.process-bg-shape::before {
display: none;
}
.itsoft-blog-meta-left {
padding: 12px 2px;
margin: 0 5px;
}
.em-service.service-style-two {
margin: 0 0 30px;
}
.breadcumb-area {
padding: 115px 0 113px;
}
.slider-style-four .banner-slick.banner-content.banner-content p {
display: none;
}
.em-service-thumb.hover-img {
bottom: -118%;
}
.slider-style-four .banner-content.banner-slick.banner-content h4 {
background: transparent;
padding: 0;
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
#service-bg::before {
display: none;
}
.em-slider-sub-title {
font-size: 30px;
}
.em-slider-title {
font-size: 15px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.itsoft-blog-meta-top li a {
margin-right: 0;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
display: none;
}
.em-slick-slider-new .single-slide.slider-style-three {
height: 450px;
}
.service-style-five .em-service-title h2 {
font-size: 26px;
}
.itsoft-blog-meta-top {
left: 8px;
bottom: inherit;
top: 10px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 28px !important;
}
.dreamit-slick-slider .hero-text-wrap h4 {
font-size: 16px !important;
}
.single-slick {
min-height: 500px !important;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 15px 30px;
}
.service-box.style-five {
padding: 0;
}
.counter-creative .single_counter {
float: inherit !important;
text-align: center;
margin: auto !important;
}
.image-wrap img {
width: 100% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.New-portfolio .portfolio_nav ul li {
width: 100%!important;
}
.new-team .team-grid-style6 .team-item {
margin-bottom: 40px!important;
}
.service_left_box.one .service-box.style18 {
left:0;
}
.service_right_box.two .service-box.style18 {
left: 25px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 25px;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
.team.style4 .image img{
width: 100%;
}
.service-box.style20 {
margin: 0;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.em-slider-button {
display: block;
margin-top: 24px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 38px;
}
a.active-tab-btn {
display:inline-block;
}
.em-button-button-area a {
padding: 10px 18px;
font-size: 12px;
margin: 0 5px !important;
}
.banner-content p {
width: 92%;
}
.single-video h3 {
font-size: 22px;
}
.brand_logo .kc_col-sm-2{
width:50% !important;
}
.copy-right-text p {
font-size: 14px;
}
.em-slider-sub-title {
font-size: 22px;
}
.em-slider-title {
font-size: 16px;
margin: 0 0 7px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.em-team-content-image img {
width: 100%;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 45px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 20px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 38px !important;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.team-img img {
width: 100%!important;
}
.section-title.t_center p {
width: 83%!~important;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
#scrollUp {
right: 30px;
}
.New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 15px;
height: 68px;
padding: 5px 165px 5px 30px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}
.service-box.style25 {
margin: 0 0 10px 0;
}
.style10 .section-title.t_center p {
width: 88%;
}
.single_testimonial.style12 .testi_content {
padding: 25px 20px 28px 0;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 40px;
}
.single-counter.style9.style11 .plus {
font-size: 40px;
}
}
@media only screen and (min-width: 420px) and (max-width: 599px) {
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}    
.service-box.style25 {
display: inline-block;
margin: 0 0 10px 0;
text-align: center;
}
.service-box.style25 .service-content {
padding-left: 0;
}
.style10 .section-title.t_center p {
width: 100%;
}
.single_testimonial.style12 .testi_content {
padding: 12px 0 15px 0;
}
.single_testimonial.style12 .testi-single-thumb {
margin-right: 17px;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 35px;
}
.single-counter.style9.style11 .plus {
font-size: 35px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.style10 .section-title.t_center p {
width: 100%;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.section-title.t_center p {
width: 100%!important;
}
.service-box.style15 {
padding: 22px 5px 11px 5px;
}
.service-box.style15 .service-content h3 {
font-size: 21px;
}
.service-box.style15 .service-btn {
right: -13px;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
#scrollUp {
right: 30px;
bottom: 30px;
}
.single_testimonial.style10 {
padding: 41px 25px 3px;
}
.single_testimonial.style10 .em_reviews_rating {
position: absolute;
right: 25px;
}
.testimonial_list_style11.owl-carousel .owl-dots {
display: none;
}
.New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 56px;
}
.mc4wp-form-fields button {
font-size: 15px;
background: #fff;
color: #FF3C00;
padding: 16px 60px;
position: relative;
}
.New-footer .mc4wp-form-fields button {
right: 0;
margin: 20px 0 0 0;
top: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
.single_testimonial.style12 .testi-single-thumb {
float: inherit;
margin-right: 0;
}
.single_testimonial.style12 .testi_content {
line-height: 26px;
padding: 20px 20px 20px 20px;
margin: 0;
text-align: center;
}
.single_testimonial.style12 .testi_title h2 {
text-align: center;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 30px;
}
.single-counter.style9.style11 .plus {
font-size: 30px;
}
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.single_testimonial.style11 {
padding: 40px 21px 40px 25px;
}
.single_testimonial.style11 .testi-single-thumb:before {
display:none;
}
.testimonial_list_style11.owl-carousel .owl-dots {
display: none;
}
#scrollUp {
right: 30px;
bottom: 30px;
}
.blog_style_five .blog-inner-content {
padding: 19px 12px 20px!important;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 15px 6px!important;
}
.blog_style_five .itsoft-blog-readmore {
left: 9px!important;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
.blog_style_adn_2.style6 .em-cases-study-content {
width: 100%;
border-radius: 30px;
}
.owl-dots {
display: none;
}
.single_testimonial.style9 {
margin-left: 35px;
}
.single_testimonial.style9 .testi_content {
padding: 25px 20px 38px;
}
.single_testimonial.style9 .testi_title span {
margin-left: 0;
}
.single_testimonial.style9 .testi_title span:before {
display: none;
}
.single_testimonial.style9 .em_reviews_rating {
display: none;
}
.single_testimonial.style9 .author_thumb {
margin-right: 18px;
}
.blog_style6 .em-blog-content-area_adn {
padding: 22px 21px 24px;
}
.service-box.style25 {
display: inline-block;
margin: 0 0 10px 0;
text-align: center;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.service-box.style25 .service-content {
padding-left: 0;
}
}body div.brlbs-cmpnt-container a,body div.brlbs-cmpnt-container abbr,body div.brlbs-cmpnt-container acronym,body div.brlbs-cmpnt-container address,body div.brlbs-cmpnt-container applet,body div.brlbs-cmpnt-container article,body div.brlbs-cmpnt-container aside,body div.brlbs-cmpnt-container audio,body div.brlbs-cmpnt-container b,body div.brlbs-cmpnt-container big,body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container canvas,body div.brlbs-cmpnt-container caption,body div.brlbs-cmpnt-container center,body div.brlbs-cmpnt-container cite,body div.brlbs-cmpnt-container code,body div.brlbs-cmpnt-container dd,body div.brlbs-cmpnt-container del,body div.brlbs-cmpnt-container details,body div.brlbs-cmpnt-container dfn,body div.brlbs-cmpnt-container div,body div.brlbs-cmpnt-container dl,body div.brlbs-cmpnt-container dt,body div.brlbs-cmpnt-container em,body div.brlbs-cmpnt-container embed,body div.brlbs-cmpnt-container fieldset,body div.brlbs-cmpnt-container figcaption,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container footer,body div.brlbs-cmpnt-container form,body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6,body div.brlbs-cmpnt-container header,body div.brlbs-cmpnt-container hgroup,body div.brlbs-cmpnt-container i,body div.brlbs-cmpnt-container iframe,body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container ins,body div.brlbs-cmpnt-container kbd,body div.brlbs-cmpnt-container label,body div.brlbs-cmpnt-container legend,body div.brlbs-cmpnt-container li,body div.brlbs-cmpnt-container mark,body div.brlbs-cmpnt-container menu,body div.brlbs-cmpnt-container nav,body div.brlbs-cmpnt-container object,body div.brlbs-cmpnt-container ol,body div.brlbs-cmpnt-container output,body div.brlbs-cmpnt-container p,body div.brlbs-cmpnt-container pre,body div.brlbs-cmpnt-container q,body div.brlbs-cmpnt-container ruby,body div.brlbs-cmpnt-container s,body div.brlbs-cmpnt-container samp,body div.brlbs-cmpnt-container section,body div.brlbs-cmpnt-container small,body div.brlbs-cmpnt-container span,body div.brlbs-cmpnt-container strike,body div.brlbs-cmpnt-container strong,body div.brlbs-cmpnt-container sub,body div.brlbs-cmpnt-container summary,body div.brlbs-cmpnt-container sup,body div.brlbs-cmpnt-container table,body div.brlbs-cmpnt-container tbody,body div.brlbs-cmpnt-container td,body div.brlbs-cmpnt-container tfoot,body div.brlbs-cmpnt-container th,body div.brlbs-cmpnt-container thead,body div.brlbs-cmpnt-container time,body div.brlbs-cmpnt-container tr,body div.brlbs-cmpnt-container tt,body div.brlbs-cmpnt-container u,body div.brlbs-cmpnt-container ul,body div.brlbs-cmpnt-container var,body div.brlbs-cmpnt-container video{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}body div.brlbs-cmpnt-container article,body div.brlbs-cmpnt-container aside,body div.brlbs-cmpnt-container details,body div.brlbs-cmpnt-container figcaption,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container footer,body div.brlbs-cmpnt-container header,body div.brlbs-cmpnt-container hgroup,body div.brlbs-cmpnt-container menu,body div.brlbs-cmpnt-container nav,body div.brlbs-cmpnt-container section{display:block}body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container q{quotes:none}body div.brlbs-cmpnt-container blockquote:after,body div.brlbs-cmpnt-container blockquote:before,body div.brlbs-cmpnt-container q:after,body div.brlbs-cmpnt-container q:before{content:none}body div.brlbs-cmpnt-container table{border-spacing:0}body div.brlbs-cmpnt-container,body div.brlbs-cmpnt-container *{box-sizing:border-box;color:inherit;font-family:inherit;height:auto;inset:auto;line-height:inherit;position:static;width:auto}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container input,body div.brlbs-cmpnt-container optgroup,body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}body div.brlbs-cmpnt-container button:after,body div.brlbs-cmpnt-container button:before{content:none}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container select{text-transform:none}body div.brlbs-cmpnt-container [type=button],body div.brlbs-cmpnt-container [type=reset],body div.brlbs-cmpnt-container [type=submit],body div.brlbs-cmpnt-container button{-webkit-appearance:button}body div.brlbs-cmpnt-container ::-moz-focus-inner{border-style:none;padding:0}body div.brlbs-cmpnt-container :-moz-focusring{outline:1px dotted ButtonText}body div.brlbs-cmpnt-container :-moz-ui-invalid{box-shadow:none}body div.brlbs-cmpnt-container legend{padding:0}body div.brlbs-cmpnt-container progress{vertical-align:baseline}body div.brlbs-cmpnt-container ::-webkit-inner-spin-button,body div.brlbs-cmpnt-container ::-webkit-outer-spin-button{height:auto}body div.brlbs-cmpnt-container [type=search]{-webkit-appearance:textfield;outline-offset:-2px}body div.brlbs-cmpnt-container ::-webkit-search-decoration{-webkit-appearance:none}body div.brlbs-cmpnt-container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body div.brlbs-cmpnt-container summary{display:list-item}body div.brlbs-cmpnt-container blockquote,body div.brlbs-cmpnt-container dd,body div.brlbs-cmpnt-container dl,body div.brlbs-cmpnt-container figure,body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6,body div.brlbs-cmpnt-container hr,body div.brlbs-cmpnt-container p,body div.brlbs-cmpnt-container pre{margin:0}body div.brlbs-cmpnt-container button{background-color:transparent;background-image:none}body div.brlbs-cmpnt-container button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}body div.brlbs-cmpnt-container fieldset{margin:0;padding:0}body div.brlbs-cmpnt-container ol,body div.brlbs-cmpnt-container ul{list-style:none;margin:0;padding:0}body div.brlbs-cmpnt-container *,body div.brlbs-cmpnt-container :after,body div.brlbs-cmpnt-container :before{border:0 solid #e5e7eb;box-sizing:border-box}body div.brlbs-cmpnt-container hr{border-top-width:1px}body div.brlbs-cmpnt-container img{border-style:solid}body div.brlbs-cmpnt-container textarea{resize:vertical}body div.brlbs-cmpnt-container input::-moz-placeholder,body div.brlbs-cmpnt-container textarea::-moz-placeholder{color:#9ca3af}body div.brlbs-cmpnt-container input::placeholder,body div.brlbs-cmpnt-container textarea::placeholder{color:#9ca3af}body div.brlbs-cmpnt-container [role=button],body div.brlbs-cmpnt-container button{cursor:pointer}body div.brlbs-cmpnt-container table{border-collapse:collapse}body div.brlbs-cmpnt-container h1,body div.brlbs-cmpnt-container h2,body div.brlbs-cmpnt-container h3,body div.brlbs-cmpnt-container h4,body div.brlbs-cmpnt-container h5,body div.brlbs-cmpnt-container h6{font-size:inherit;font-weight:inherit}body div.brlbs-cmpnt-container a{color:inherit;text-decoration:inherit}body div.brlbs-cmpnt-container button,body div.brlbs-cmpnt-container input,body div.brlbs-cmpnt-container optgroup,body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{color:inherit;line-height:inherit;padding:0}body div.brlbs-cmpnt-container code,body div.brlbs-cmpnt-container kbd,body div.brlbs-cmpnt-container pre,body div.brlbs-cmpnt-container samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}body div.brlbs-cmpnt-container audio,body div.brlbs-cmpnt-container canvas,body div.brlbs-cmpnt-container embed,body div.brlbs-cmpnt-container iframe,body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container object,body div.brlbs-cmpnt-container svg,body div.brlbs-cmpnt-container video{display:block;vertical-align:middle}body div.brlbs-cmpnt-container img,body div.brlbs-cmpnt-container video{height:auto;max-width:100%}body div.brlbs-cmpnt-container [multiple],body div.brlbs-cmpnt-container [type=date],body div.brlbs-cmpnt-container [type=datetime-local],body div.brlbs-cmpnt-container [type=email],body div.brlbs-cmpnt-container [type=month],body div.brlbs-cmpnt-container [type=number],body div.brlbs-cmpnt-container [type=password],body div.brlbs-cmpnt-container [type=search],body div.brlbs-cmpnt-container [type=tel],body div.brlbs-cmpnt-container [type=text],body div.brlbs-cmpnt-container [type=time],body div.brlbs-cmpnt-container [type=url],body div.brlbs-cmpnt-container [type=week],body div.brlbs-cmpnt-container select,body div.brlbs-cmpnt-container textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}body div.brlbs-cmpnt-container [multiple]:focus,body div.brlbs-cmpnt-container [type=date]:focus,body div.brlbs-cmpnt-container [type=datetime-local]:focus,body div.brlbs-cmpnt-container [type=email]:focus,body div.brlbs-cmpnt-container [type=month]:focus,body div.brlbs-cmpnt-container [type=number]:focus,body div.brlbs-cmpnt-container [type=password]:focus,body div.brlbs-cmpnt-container [type=search]:focus,body div.brlbs-cmpnt-container [type=tel]:focus,body div.brlbs-cmpnt-container [type=text]:focus,body div.brlbs-cmpnt-container [type=time]:focus,body div.brlbs-cmpnt-container [type=url]:focus,body div.brlbs-cmpnt-container [type=week]:focus,body div.brlbs-cmpnt-container select:focus,body div.brlbs-cmpnt-container textarea:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-inset:var(--brlbs-tw-empty, );--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:#2563eb;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(1px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);border-color:#2563eb;box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 transparent)}body div.brlbs-cmpnt-container input::-moz-placeholder,body div.brlbs-cmpnt-container textarea::-moz-placeholder{color:#6b7280;opacity:1}body div.brlbs-cmpnt-container input::placeholder,body div.brlbs-cmpnt-container textarea::placeholder{color:#6b7280;opacity:1}body div.brlbs-cmpnt-container ::-webkit-datetime-edit-fields-wrapper{padding:0}body div.brlbs-cmpnt-container ::-webkit-date-and-time-value{min-height:1.5em}body div.brlbs-cmpnt-container select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}body div.brlbs-cmpnt-container [multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}body div.brlbs-cmpnt-container [type=checkbox],body div.brlbs-cmpnt-container [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}body div.brlbs-cmpnt-container [type=checkbox]{border-radius:0}body div.brlbs-cmpnt-container [type=radio]{border-radius:100%}body div.brlbs-cmpnt-container [type=checkbox]:focus,body div.brlbs-cmpnt-container [type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-inset:var(--brlbs-tw-empty, );--brlbs-tw-ring-offset-width:2px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:#2563eb;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 transparent)}body div.brlbs-cmpnt-container [type=checkbox]:checked,body div.brlbs-cmpnt-container [type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")}body div.brlbs-cmpnt-container [type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}body div.brlbs-cmpnt-container [type=checkbox]:checked:focus,body div.brlbs-cmpnt-container [type=checkbox]:checked:hover,body div.brlbs-cmpnt-container [type=radio]:checked:focus,body div.brlbs-cmpnt-container [type=radio]:checked:hover{background-color:currentColor;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}body div.brlbs-cmpnt-container [type=checkbox]:indeterminate:focus,body div.brlbs-cmpnt-container [type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}body div.brlbs-cmpnt-container [type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}:root{--brlbs-tw-border-spacing-x:0;--brlbs-tw-border-spacing-y:0;--brlbs-tw-translate-x:0;--brlbs-tw-translate-y:0;--brlbs-tw-rotate:0;--brlbs-tw-skew-x:0;--brlbs-tw-skew-y:0;--brlbs-tw-scale-x:1;--brlbs-tw-scale-y:1;--brlbs-tw-pan-x: ;--brlbs-tw-pan-y: ;--brlbs-tw-pinch-zoom: ;--brlbs-tw-scroll-snap-strictness:proximity;--brlbs-tw-gradient-from-position: ;--brlbs-tw-gradient-via-position: ;--brlbs-tw-gradient-to-position: ;--brlbs-tw-ordinal: ;--brlbs-tw-slashed-zero: ;--brlbs-tw-numeric-figure: ;--brlbs-tw-numeric-spacing: ;--brlbs-tw-numeric-fraction: ;--brlbs-tw-ring-inset: ;--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:rgba(59,130,246,.5);--brlbs-tw-ring-offset-shadow:0 0 #0000;--brlbs-tw-ring-shadow:0 0 #0000;--brlbs-tw-shadow:0 0 #0000;--brlbs-tw-shadow-colored:0 0 #0000;--brlbs-tw-blur: ;--brlbs-tw-brightness: ;--brlbs-tw-contrast: ;--brlbs-tw-grayscale: ;--brlbs-tw-hue-rotate: ;--brlbs-tw-invert: ;--brlbs-tw-saturate: ;--brlbs-tw-sepia: ;--brlbs-tw-drop-shadow: ;--brlbs-tw-backdrop-blur: ;--brlbs-tw-backdrop-brightness: ;--brlbs-tw-backdrop-contrast: ;--brlbs-tw-backdrop-grayscale: ;--brlbs-tw-backdrop-hue-rotate: ;--brlbs-tw-backdrop-invert: ;--brlbs-tw-backdrop-opacity: ;--brlbs-tw-backdrop-saturate: ;--brlbs-tw-backdrop-sepia: ;--brlbs-tw-contain-size: ;--brlbs-tw-contain-layout: ;--brlbs-tw-contain-paint: ;--brlbs-tw-contain-style: }::backdrop{--brlbs-tw-border-spacing-x:0;--brlbs-tw-border-spacing-y:0;--brlbs-tw-translate-x:0;--brlbs-tw-translate-y:0;--brlbs-tw-rotate:0;--brlbs-tw-skew-x:0;--brlbs-tw-skew-y:0;--brlbs-tw-scale-x:1;--brlbs-tw-scale-y:1;--brlbs-tw-pan-x: ;--brlbs-tw-pan-y: ;--brlbs-tw-pinch-zoom: ;--brlbs-tw-scroll-snap-strictness:proximity;--brlbs-tw-gradient-from-position: ;--brlbs-tw-gradient-via-position: ;--brlbs-tw-gradient-to-position: ;--brlbs-tw-ordinal: ;--brlbs-tw-slashed-zero: ;--brlbs-tw-numeric-figure: ;--brlbs-tw-numeric-spacing: ;--brlbs-tw-numeric-fraction: ;--brlbs-tw-ring-inset: ;--brlbs-tw-ring-offset-width:0px;--brlbs-tw-ring-offset-color:#fff;--brlbs-tw-ring-color:rgba(59,130,246,.5);--brlbs-tw-ring-offset-shadow:0 0 #0000;--brlbs-tw-ring-shadow:0 0 #0000;--brlbs-tw-shadow:0 0 #0000;--brlbs-tw-shadow-colored:0 0 #0000;--brlbs-tw-blur: ;--brlbs-tw-brightness: ;--brlbs-tw-contrast: ;--brlbs-tw-grayscale: ;--brlbs-tw-hue-rotate: ;--brlbs-tw-invert: ;--brlbs-tw-saturate: ;--brlbs-tw-sepia: ;--brlbs-tw-drop-shadow: ;--brlbs-tw-backdrop-blur: ;--brlbs-tw-backdrop-brightness: ;--brlbs-tw-backdrop-contrast: ;--brlbs-tw-backdrop-grayscale: ;--brlbs-tw-backdrop-hue-rotate: ;--brlbs-tw-backdrop-invert: ;--brlbs-tw-backdrop-opacity: ;--brlbs-tw-backdrop-saturate: ;--brlbs-tw-backdrop-sepia: ;--brlbs-tw-contain-size: ;--brlbs-tw-contain-layout: ;--brlbs-tw-contain-paint: ;--brlbs-tw-contain-style: }.brlbs-cmpnt-container .brlbs-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.brlbs-cmpnt-container .brlbs-fixed{position:fixed}.brlbs-cmpnt-container .brlbs-absolute{position:absolute}.brlbs-cmpnt-container .brlbs-relative{position:relative}.brlbs-cmpnt-container .brlbs-bottom-0{bottom:0}.brlbs-cmpnt-container .brlbs-left-0{left:0}.brlbs-cmpnt-container .brlbs-right-0{right:0}.brlbs-cmpnt-container .brlbs-top-0{top:0}.brlbs-cmpnt-container .brlbs-z-10{z-index:10}.brlbs-cmpnt-container .brlbs-z-max{z-index:999999}.brlbs-cmpnt-container .brlbs-order-last{order:9999}.brlbs-cmpnt-container .brlbs-mx-2{margin-left:8px;margin-right:8px}.brlbs-cmpnt-container .brlbs-mx-auto{margin-left:auto;margin-right:auto}.brlbs-cmpnt-container .brlbs-my-2{margin-bottom:8px;margin-top:8px}.brlbs-cmpnt-container .brlbs-my-3{margin-bottom:12px;margin-top:12px}.brlbs-cmpnt-container .brlbs-my-4{margin-bottom:16px;margin-top:16px}.brlbs-cmpnt-container .brlbs-mb-0{margin-bottom:0}.brlbs-cmpnt-container .brlbs-mb-3{margin-bottom:12px}.brlbs-cmpnt-container .brlbs-mb-4{margin-bottom:16px}.brlbs-cmpnt-container .brlbs-ml-2{margin-left:8px}.brlbs-cmpnt-container .brlbs-ml-3{margin-left:12px}.brlbs-cmpnt-container .brlbs-mr-1{margin-right:4px}.brlbs-cmpnt-container .brlbs-mr-2{margin-right:8px}.brlbs-cmpnt-container .brlbs-mt-2{margin-top:8px}.brlbs-cmpnt-container .brlbs-mt-4{margin-top:16px}.brlbs-cmpnt-container .brlbs-block{display:block}.brlbs-cmpnt-container .brlbs-inline-block{display:inline-block}.brlbs-cmpnt-container .brlbs-inline{display:inline}.brlbs-cmpnt-container .brlbs-flex{display:flex}.brlbs-cmpnt-container .\!brlbs-hidden{display:none!important}.brlbs-cmpnt-container .brlbs-hidden{display:none}.brlbs-cmpnt-container .brlbs-h-0{height:0}.brlbs-cmpnt-container .brlbs-h-3{height:12px}.brlbs-cmpnt-container .brlbs-h-max{height:-moz-max-content;height:max-content}.brlbs-cmpnt-container .brlbs-h-screen{height:100vh}.brlbs-cmpnt-container .brlbs-min-h-full{min-height:100%}.brlbs-cmpnt-container .brlbs-w-1\/4{width:25%}.brlbs-cmpnt-container .brlbs-w-3{width:12px}.brlbs-cmpnt-container .brlbs-w-3\/4{width:75%}.brlbs-cmpnt-container .brlbs-w-full{width:100%}.brlbs-cmpnt-container .brlbs-w-screen{width:100vw}.brlbs-cmpnt-container .brlbs-flex-1{flex:1 1 0%}.brlbs-cmpnt-container .brlbs-basis-3\/12{flex-basis:25%}.brlbs-cmpnt-container .brlbs-basis-8\/12{flex-basis:66.666667%}.brlbs-cmpnt-container .brlbs-basis-full{flex-basis:100%}.brlbs-cmpnt-container .brlbs--rotate-90{--brlbs-tw-rotate:-90deg}.brlbs-cmpnt-container .brlbs--rotate-90,.brlbs-cmpnt-container .brlbs-rotate-90{transform:translate(var(--brlbs-tw-translate-x),var(--brlbs-tw-translate-y)) rotate(var(--brlbs-tw-rotate)) skew(var(--brlbs-tw-skew-x)) skewY(var(--brlbs-tw-skew-y)) scaleX(var(--brlbs-tw-scale-x)) scaleY(var(--brlbs-tw-scale-y))}.brlbs-cmpnt-container .brlbs-rotate-90{--brlbs-tw-rotate:90deg}.brlbs-cmpnt-container .brlbs-flex-row{flex-direction:row}.brlbs-cmpnt-container .brlbs-flex-col{flex-direction:column}.brlbs-cmpnt-container .brlbs-flex-wrap{flex-wrap:wrap}.brlbs-cmpnt-container .brlbs-items-start{align-items:flex-start}.brlbs-cmpnt-container .brlbs-items-center{align-items:center}.brlbs-cmpnt-container .brlbs-items-stretch{align-items:stretch}.brlbs-cmpnt-container .brlbs-justify-start{justify-content:flex-start}.brlbs-cmpnt-container .brlbs-justify-end{justify-content:flex-end}.brlbs-cmpnt-container .brlbs-justify-center{justify-content:center}.brlbs-cmpnt-container .brlbs-justify-between{justify-content:space-between}.brlbs-cmpnt-container .brlbs-justify-around{justify-content:space-around}.brlbs-cmpnt-container .brlbs-gap-2{gap:8px}.brlbs-cmpnt-container .brlbs-gap-3{gap:12px}.brlbs-cmpnt-container .brlbs-gap-4{gap:16px}.brlbs-cmpnt-container :is(.brlbs-space-x-2>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(8px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(8px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container :is(.brlbs-space-y-2>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(8px*var(--brlbs-tw-space-y-reverse));margin-top:calc(8px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-space-y-3>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(12px*var(--brlbs-tw-space-y-reverse));margin-top:calc(12px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-space-y-4>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(16px*var(--brlbs-tw-space-y-reverse));margin-top:calc(16px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-divide-x>:not([hidden])~:not([hidden])){--brlbs-tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--brlbs-tw-divide-x-reverse)));border-right-width:calc(1px*var(--brlbs-tw-divide-x-reverse))}.brlbs-cmpnt-container :is(.brlbs-divide-y>:not([hidden])~:not([hidden])){--brlbs-tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--brlbs-tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--brlbs-tw-divide-y-reverse)))}.brlbs-cmpnt-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){border-style:solid}.brlbs-cmpnt-container .brlbs-overflow-auto{overflow:auto}.brlbs-cmpnt-container .brlbs-overflow-hidden{overflow:hidden}.brlbs-cmpnt-container .brlbs-overflow-x-scroll{overflow-x:scroll}.brlbs-cmpnt-container .brlbs-break-words{overflow-wrap:break-word}.brlbs-cmpnt-container .brlbs-rounded-3xl{border-radius:1.5rem}.brlbs-cmpnt-container .brlbs-rounded-full{border-radius:9999px}.brlbs-cmpnt-container .brlbs-rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.brlbs-cmpnt-container .brlbs-rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.brlbs-cmpnt-container .brlbs-border-y{border-bottom-width:1px;border-top-width:1px}.brlbs-cmpnt-container .brlbs-border-t{border-top-width:1px}.brlbs-cmpnt-container .brlbs-border-solid{border-style:solid}.brlbs-cmpnt-container .brlbs-p-4{padding:16px}.brlbs-cmpnt-container .brlbs-px-3{padding-left:12px;padding-right:12px}.brlbs-cmpnt-container .brlbs-px-4{padding-left:16px;padding-right:16px}.brlbs-cmpnt-container .brlbs-py-1{padding-bottom:4px;padding-top:4px}.brlbs-cmpnt-container .brlbs-py-2{padding-bottom:8px;padding-top:8px}.brlbs-cmpnt-container .brlbs-py-3{padding-bottom:12px;padding-top:12px}.brlbs-cmpnt-container .brlbs-py-4{padding-bottom:16px;padding-top:16px}.brlbs-cmpnt-container .brlbs-pb-2{padding-bottom:8px}.brlbs-cmpnt-container .brlbs-pb-4{padding-bottom:16px}.brlbs-cmpnt-container .brlbs-pl-1{padding-left:4px}.brlbs-cmpnt-container .brlbs-pl-2{padding-left:8px}.brlbs-cmpnt-container .brlbs-pl-4{padding-left:16px}.brlbs-cmpnt-container .brlbs-pr-2{padding-right:8px}.brlbs-cmpnt-container .brlbs-pt-1{padding-top:4px}.brlbs-cmpnt-container .brlbs-pt-10{padding-top:40px}.brlbs-cmpnt-container .brlbs-pt-4{padding-top:16px}.brlbs-cmpnt-container .brlbs-pt-6{padding-top:24px}.brlbs-cmpnt-container .brlbs-text-left{text-align:left}.brlbs-cmpnt-container .brlbs-text-center{text-align:center}.brlbs-cmpnt-container .brlbs-text-right{text-align:right}.brlbs-cmpnt-container .brlbs-align-middle{vertical-align:middle}.brlbs-cmpnt-container .brlbs-text-2xl{font-size:calc(var(--dialog-font-size)*1.5);line-height:calc(var(--dialog-font-size)*2.25)}.brlbs-cmpnt-container .brlbs-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}.brlbs-cmpnt-container .brlbs-text-lg{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}.brlbs-cmpnt-container .brlbs-text-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25)}.brlbs-cmpnt-container .brlbs-font-bold{font-weight:700}.brlbs-cmpnt-container .brlbs-font-semibold{font-weight:600}.brlbs-cmpnt-container .brlbs-italic{font-style:italic}.brlbs-cmpnt-container .brlbs-leading-tight{line-height:1.25}.brlbs-cmpnt-container .brlbs-no-underline{text-decoration-line:none}.brlbs-cmpnt-container .brlbs-shadow-2xl{--brlbs-tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--brlbs-tw-shadow-colored:0 25px 50px -12px var(--brlbs-tw-shadow-color);box-shadow:var(--brlbs-tw-ring-offset-shadow,0 0 #0000),var(--brlbs-tw-ring-shadow,0 0 #0000),var(--brlbs-tw-shadow)}.brlbs-cmpnt-container .brlbs-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.brlbs-cmpnt-container .brlbs-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.brlbs-cmpnt-container .brlbs-duration-400{transition-duration:.4s}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker{container-name:brlbsCmpntContentBlocker;container-type:inline-size;font-family:var(--content-blocker-font-family);font-size:var(--content-blocker-font-size);height:100%;line-height:1.25em}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a{color:var(--content-blocker-link-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a:hover{color:var(--content-blocker-link-color-hover)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker.brlbs-cmpnt-cb-card,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker.brlbs-cmpnt-cb-provider-card{container-type:normal}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-details{padding:16px;position:relative;text-align:left}@media (min-width:768px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-details{padding:24px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-header{align-items:center;display:flex}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;margin-bottom:16px;padding-bottom:16px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-button{display:flex;padding-bottom:16px}@media (min-width:768px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-dialog-cb-button{padding-bottom:24px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a{align-items:center;background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);justify-content:center;padding:16px;text-align:center}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description{border-bottom-width:var(--content-blocker-separator-width);border-color:var(--content-blocker-separator-color);border-style:solid}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);display:flex;height:100%;padding-bottom:96px;padding-top:96px;position:relative;text-align:center;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:16px;position:relative;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{flex-direction:row;gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{background:var(--content-blocker-background);color:var(--content-blocker-text-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-content{flex-basis:66.666667%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-basis:33.333333%;flex-direction:column;gap:8px;justify-content:center;margin:0}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-buttons{gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c{background:var(--content-blocker-background-color);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color);display:flex;height:100%;position:relative;text-align:center;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:48px;padding:16px;position:relative;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{gap:16px;margin:96px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{background:var(--content-blocker-background);border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);color:var(--content-blocker-text-color)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description{padding-bottom:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description{padding-bottom:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-description strong{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:0;width:100%}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons{gap:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-play-button{align-items:center;background:#fff;border-radius:50%;box-shadow:0 1px 5px #00000026;display:flex;height:34px;justify-content:center;left:calc(50% - 17px);margin:0 auto;position:absolute;top:-17px;width:34px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-play-button:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78'%3E%3Cpath d='M7.5 71.5v-64l48 30.328z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='12' d='M7.5 71.5v-64l48 30.328z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;content:" ";display:inline-block;height:1.142857143em;margin-left:4px;width:.857142857em}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-thumbnail{background-position:50%;background-size:cover;border-bottom-left-radius:var(--content-blocker-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-border-radius-top-left);border-top-right-radius:var(--content-blocker-border-radius-top-right);height:100%;left:0;position:absolute;top:0;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-bottom:8px;margin-top:8px}@media (min-width:640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons{flex-direction:row;gap:16px;margin-bottom:16px;margin-top:16px}}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn{align-items:center;display:flex;justify-content:center;text-decoration-line:none;width:100%}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d){height:auto;position:fixed}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-right\]){top:var(--content-blocker-icon-margin)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-right\]){bottom:calc(var(--content-blocker-icon-margin))}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-right\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-right\]){right:calc(var(--content-blocker-icon-width) + var(--content-blocker-icon-margin))}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[bottom-left\]),body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[top-left\]){left:var(--content-blocker-icon-margin)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-display\[flex\]){display:inline-block;display:flex;position:relative}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[float-left\]){float:left}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker:has(.brlbs-cmpnt-cb-preset-d):has(.brlbs-cmpnt-cb-icon-position\[float-right\]){float:right}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-d .brlbs-cmpnt-cb-icon{display:inline-block;height:var(--content-blocker-icon-height);width:var(--content-blocker-icon-width)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list{display:table}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list>div{display:table-row}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dt{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dd,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-description-list dt{display:table-cell;padding:2px 4px}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn{all:unset;align-items:center;background-color:var(--content-blocker-button-color);border-bottom-left-radius:var(--content-blocker-button-border-radius-bottom-left);border-bottom-right-radius:var(--content-blocker-button-border-radius-bottom-right);border-top-left-radius:var(--content-blocker-button-border-radius-top-left);border-top-right-radius:var(--content-blocker-button-border-radius-top-right);box-sizing:border-box;color:var(--content-blocker-button-text-color);cursor:pointer;font-size:calc(var(--dialog-font-size));font-weight:600;justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:hover{background-color:var(--content-blocker-button-color-hover);color:var(--content-blocker-button-text-color-hover)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:active,body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-btn:focus{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000)}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle{all:unset;align-items:center;box-sizing:border-box;color:var(--content-blocker-link-color);cursor:pointer;display:flex;justify-content:center;text-decoration-line:none}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle:hover{all:unset;align-items:center;box-sizing:border-box;color:var(--content-blocker-link-color-hover);cursor:pointer;display:flex;justify-content:center;text-decoration-line:none}@container brlbsCmpntContentBlocker (480px <= width < 620px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{padding-bottom:12%;padding-top:12%}}@container brlbsCmpntContentBlocker (width < 480px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b{padding:0}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main{flex-direction:column;gap:8px;justify-content:normal;margin:6%;overflow:auto}}@container brlbsCmpntContentBlocker (640px <= width < 750px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{margin:10%!important}}@container brlbsCmpntContentBlocker (540px <= width < 640px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{margin:6%!important}}@container brlbsCmpntContentBlocker (width < 540px){body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker{position:static}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{gap:8px;justify-content:normal;margin:6%!important;overflow:auto}body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button{display:none}}@container brlbsCmpntContentBlocker (width < 375px){.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main,.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{height:100%;justify-content:normal;overflow:auto}.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button,.wp-embed-aspect-16-9 .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main .brlbs-cmpnt-cb-play-button{display:none}}.wp-embed-aspect-16-9:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) div.wp-block-embed__wrapper{padding:0}.wp-embed-aspect-16-9:has(.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker) div.wp-block-embed__wrapper:before{padding:0}#BorlabsCookieBox,.brlbs-cmpnt-container{font-family:var(--dialog-font-family);font-weight:400;line-height:calc(var(--dialog-font-size)*1.2)}#BorlabsCookieBox .brlbs-cmpnt-h-4,.brlbs-cmpnt-container .brlbs-cmpnt-h-4{height:16px}#BorlabsCookieBox .brlbs-cmpnt-w-4,.brlbs-cmpnt-container .brlbs-cmpnt-w-4{width:16px}#BorlabsCookieBox .brlbs-cmpnt-max-w-xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-xl{max-width:576px}#BorlabsCookieBox .brlbs-cmpnt-max-w-3xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-3xl{max-width:768px}#BorlabsCookieBox .brlbs-cmpnt-max-w-4xl,.brlbs-cmpnt-container .brlbs-cmpnt-max-w-4xl{max-width:896px}#BorlabsCookieBox .brlbs-cmpnt-dialog-backdrop:before,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-backdrop:before{background-color:var(--dialog-backdrop-background-color);content:"";height:100%;left:0;opacity:var(--dialog-backdrop-background-opacity);position:fixed;top:0;width:100%}#BorlabsCookieBox .brlbs-cmpnt-dialog,.brlbs-cmpnt-container .brlbs-cmpnt-dialog{background-color:var(--dialog-background-color);border-bottom-left-radius:var(--dialog-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-border-radius-bottom-right);border-top-left-radius:var(--dialog-border-radius-top-left);border-top-right-radius:var(--dialog-border-radius-top-right);color:var(--dialog-text-color)}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-description a{color:var(--dialog-link-primary-color);text-decoration:underline}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a:hover,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-description a:hover{color:var(--dialog-link-primary-color-hover);text-decoration:none}#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-headline:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-headline:focus-visible{outline:none}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header{align-items:center;display:flex;justify-content:center}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link{padding:0}#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header .brlbs-cmpnt-link:hover{padding:0}#BorlabsCookieBox .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-with-separator{border-color:var(--dialog-separator-color)}#BorlabsCookieBox .brlbs-cmpnt-dialog-footer,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-footer{background-color:var(--dialog-footer-background-color);color:var(--dialog-footer-text-color);padding-bottom:12px;padding-top:12px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box .brlbs-cmpnt-dialog-details{max-width:896px}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-entrance{padding:16px}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-entrance{align-items:center;align-items:stretch;display:flex;padding:24px}}#BorlabsCookieBox .brlbs-cpmnt-dialog-bar-main,.brlbs-cmpnt-container .brlbs-cpmnt-dialog-bar-main{display:flex;flex-wrap:wrap}@media (min-width:768px){#BorlabsCookieBox .brlbs-cpmnt-dialog-bar-main,.brlbs-cmpnt-container .brlbs-cpmnt-dialog-bar-main{padding-right:24px;width:75%}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header{align-items:center;display:flex;justify-content:center;width:100%}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header{justify-content:flex-start}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-content,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-content{text-align:left}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links{align-items:center;display:flex;justify-content:space-around;width:100%}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links{margin-top:12px;padding-top:8px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator{border-top-width:1px}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-bar-links .brlbs-cmpnt-with-separator{border-style:solid}}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance{padding:16px;position:relative}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-entrance{padding:24px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header{align-items:center;display:flex}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-buttons,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-buttons{align-items:center;display:flex;justify-content:space-around}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-entrance{padding:16px;position:relative}@media (min-width:768px){#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-entrance,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-entrance{padding:24px}}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-header,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-header{align-items:center;display:flex}#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-header.brlbs-cmpnt-with-separator,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-header.brlbs-cmpnt-with-separator{border-bottom-width:1px;border-style:solid;padding-bottom:16px}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description,#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description{height:40vh;padding-bottom:1.25rem}#BorlabsCookieBox .brlbs-cmpnt-dialog-box-description:after,#BorlabsCookieBox .brlbs-cmpnt-dialog-iab-tcf-description:after,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-box-description:after,.brlbs-cmpnt-container .brlbs-cmpnt-dialog-iab-tcf-description:after{background-image:linear-gradient(0deg,var(--dialog-background-color),transparent);bottom:0;content:"";display:block;height:30px;position:absolute;width:100%}#BorlabsCookieBox .brlbs-cmpnt-card *,.brlbs-cmpnt-container .brlbs-cmpnt-card *{color:var(--dialog-card-text-color)}#BorlabsCookieBox .brlbs-cmpnt-card fieldset,.brlbs-cmpnt-container .brlbs-cmpnt-card fieldset{background-color:var(--dialog-card-background-color);border-bottom-left-radius:var(--dialog-card-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-card-border-radius-bottom-right);border-top-left-radius:var(--dialog-card-border-radius-top-left);border-top-right-radius:var(--dialog-card-border-radius-top-right)}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-card-group-form-control,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-card-group-form-control{all:unset;align-items:center;box-sizing:border-box;color:var(--dialog-card-text-color);display:flex;padding-left:0}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle,#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle *,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle *{color:var(--dialog-card-control-element-color)}#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle :hover,#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle:hover,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle :hover,.brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle:hover{color:var(--dialog-card-control-element-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-close-button,.brlbs-cmpnt-container .brlbs-cmpnt-close-button{all:unset;box-sizing:border-box;color:var(--dialog-control-element-color);cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px;position:absolute;right:0;top:0;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-close-button,.brlbs-cmpnt-container .brlbs-cmpnt-close-button{right:8px;top:8px}}#BorlabsCookieBox .brlbs-cmpnt-close-button:active,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{all:unset;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px;position:absolute;right:0;top:0;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-close-button:active,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus,#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{right:8px;top:8px}}#BorlabsCookieBox .brlbs-cmpnt-close-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:hover{color:var(--dialog-control-element-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-close-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:focus-visible{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-close-button:active,.brlbs-cmpnt-container .brlbs-cmpnt-close-button:active{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(209 213 219/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list{all:unset;box-sizing:border-box;display:block;list-style-type:none;margin:0 4px}#BorlabsCookieBox .brlbs-cmpnt-consent-list li,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li{all:unset;box-sizing:border-box;display:list-item;margin:8px 0;position:relative}#BorlabsCookieBox .brlbs-cmpnt-consent-list li:first-child,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li:first-child{margin-top:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list li:last-child,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li:last-child{margin-bottom:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list li.brlbs-cmpnt-pr-4,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list li.brlbs-cmpnt-pr-4{padding-right:16px}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list{display:flex;flex-direction:column;flex-wrap:wrap}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]),.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(8px*var(--brlbs-tw-space-y-reverse));margin-top:calc(8px*(1 - var(--brlbs-tw-space-y-reverse)))}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list{flex-direction:row}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]),.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list>:not([hidden])~:not([hidden]){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(0px*var(--brlbs-tw-space-y-reverse));margin-top:calc(0px*(1 - var(--brlbs-tw-space-y-reverse)))}}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list li,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-inline-consent-list li{margin:0}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-py-2,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-py-2{padding-bottom:8px;padding-top:8px}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-start,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-start{justify-content:flex-start}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-center,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-center{justify-content:center}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-end,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-end{justify-content:flex-end}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-between,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-between{justify-content:space-between}#BorlabsCookieBox .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-around,.brlbs-cmpnt-container .brlbs-cmpnt-consent-list.brlbs-cmpnt-justify-around{justify-content:space-around}#BorlabsCookieBox .brlbs-cmpnt-list-item,.brlbs-cmpnt-container .brlbs-cmpnt-list-item{border-bottom:var(--dialog-list-item-separator-width) solid var(--dialog-list-item-separator-color);padding:var(--dialog-list-padding-small-screen-top) var(--dialog-list-padding-small-screen-right) var(--dialog-list-padding-small-screen-bottom) var(--dialog-list-padding-small-screen-left)}#BorlabsCookieBox .brlbs-cmpnt-list-item:first-child,.brlbs-cmpnt-container .brlbs-cmpnt-list-item:first-child{border-top-left-radius:var(--dialog-list-border-radius-top-left);border-top-right-radius:var(--dialog-list-border-radius-top-right)}#BorlabsCookieBox .brlbs-cmpnt-list-item:last-child,.brlbs-cmpnt-container .brlbs-cmpnt-list-item:last-child{border-bottom-left-radius:var(--dialog-list-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-list-border-radius-bottom-right);border-bottom-width:0}#BorlabsCookieBox .brlbs-cmpnt-list-item:nth-of-type(2n),.brlbs-cmpnt-container .brlbs-cmpnt-list-item:nth-of-type(2n){background-color:var(--dialog-list-item-background-color-even);color:var(--dialog-list-item-text-color-even)}#BorlabsCookieBox .brlbs-cmpnt-list-item:nth-of-type(odd),.brlbs-cmpnt-container .brlbs-cmpnt-list-item:nth-of-type(odd){background-color:var(--dialog-list-item-background-color-odd);color:var(--dialog-list-item-text-color-odd)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-list-item-controls-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])),.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-list-item-controls-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){border-color:var(--dialog-list-item-control-element-separator-color)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle,#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle *,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle *{color:var(--dialog-list-item-control-element-color)}#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle :hover,#BorlabsCookieBox .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle:hover,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle :hover,.brlbs-cmpnt-container .brlbs-cmpnt-list-item .brlbs-cmpnt-accordion-toggle:hover{color:var(--dialog-list-item-control-element-color-hover)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-list-item,.brlbs-cmpnt-container .brlbs-cmpnt-list-item{padding:var(--dialog-list-padding-medium-screen-top) var(--dialog-list-padding-medium-screen-right) var(--dialog-list-padding-medium-screen-bottom) var(--dialog-list-padding-medium-screen-left)}}#BorlabsCookieBox .brlbs-cmpnt-list-item-table,.brlbs-cmpnt-container .brlbs-cmpnt-list-item-table{margin-top:var(--dialog-list-padding-small-screen-top)}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline{margin-bottom:var(--dialog-list-padding-small-screen-top)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-list-item-table,.brlbs-cmpnt-container .brlbs-cmpnt-list-item-table{margin-top:var(--dialog-list-padding-medium-screen-top)}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-list-item-table-headline{margin-bottom:var(--dialog-list-padding-medium-screen-top)}}#BorlabsCookieBox .brlbs-cmpnt-tab,.brlbs-cmpnt-container .brlbs-cmpnt-tab{all:unset;background-color:transparent;box-sizing:border-box;cursor:pointer;flex:1 1 0%;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;letter-spacing:0;line-height:calc(var(--dialog-font-size)*1.25);padding:8px;text-align:center;text-decoration-line:none;text-transform:none}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-tab,.brlbs-cmpnt-container .brlbs-cmpnt-tab{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox .brlbs-cmpnt-tab:focus,#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{all:unset;background-color:transparent;box-sizing:border-box;cursor:pointer;flex:1 1 0%;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;letter-spacing:0;line-height:calc(var(--dialog-font-size)*1.25);padding:8px;text-align:center;text-decoration-line:none;text-transform:none}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-tab:focus,#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox .brlbs-cmpnt-tab:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-tab:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-tab:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab:hover{text-decoration-line:none}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active{background-color:var(--dialog-tab-bar-tab-background-color-active);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-active);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-active);border-color:var(--dialog-tab-bar-tab-border-color-top-active) var(--dialog-tab-bar-tab-border-color-right-active) var(--dialog-tab-bar-tab-border-color-bottom-active) var(--dialog-tab-bar-tab-border-color-left-active);border-style:solid;border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-active);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-active);border-width:0;border-width:var(--dialog-tab-bar-tab-border-width-top-active) var(--dialog-tab-bar-tab-border-width-right-active) var(--dialog-tab-bar-tab-border-width-bottom-active) var(--dialog-tab-bar-tab-border-width-left-active);color:var(--dialog-tab-bar-tab-text-color-active)}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive{background-color:var(--dialog-tab-bar-tab-background-color-inactive);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-inactive);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-inactive);border-color:var(--dialog-tab-bar-tab-border-color-top-inactive) var(--dialog-tab-bar-tab-border-color-right-inactive) var(--dialog-tab-bar-tab-border-color-bottom-inactive) var(--dialog-tab-bar-tab-border-color-left-inactive);border-style:solid;border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-inactive);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-inactive);border-width:0;border-width:var(--dialog-tab-bar-tab-border-width-top-inactive) var(--dialog-tab-bar-tab-border-width-right-inactive) var(--dialog-tab-bar-tab-border-width-bottom-inactive) var(--dialog-tab-bar-tab-border-width-left-inactive);color:var(--dialog-tab-bar-tab-text-color-inactive)}#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover{background-color:var(--dialog-tab-bar-tab-background-color-active);border-bottom-left-radius:var(--dialog-tab-bar-tab-border-radius-bottom-left-active);border-bottom-right-radius:var(--dialog-tab-bar-tab-border-radius-bottom-right-active);border-color:var(--dialog-tab-bar-tab-border-color-top-active) var(--dialog-tab-bar-tab-border-color-right-active) var(--dialog-tab-bar-tab-border-color-bottom-active) var(--dialog-tab-bar-tab-border-color-left-active);border-top-left-radius:var(--dialog-tab-bar-tab-border-radius-top-left-active);border-top-right-radius:var(--dialog-tab-bar-tab-border-radius-top-right-active);border-width:var(--dialog-tab-bar-tab-border-width-top-active) var(--dialog-tab-bar-tab-border-width-right-active) var(--dialog-tab-bar-tab-border-width-bottom-active) var(--dialog-tab-bar-tab-border-width-left-active);color:var(--dialog-tab-bar-tab-text-color-active)}#BorlabsCookieBox .brlbs-cmpnt-table,.brlbs-cmpnt-container .brlbs-cmpnt-table{all:unset;border-bottom-left-radius:var(--dialog-table-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-table-border-radius-bottom-right);border-collapse:collapse;border-top-left-radius:var(--dialog-table-border-radius-top-left);border-top-right-radius:var(--dialog-table-border-radius-top-right);border-width:1px;box-sizing:border-box;display:table;overflow:hidden;text-align:left;width:100%}#BorlabsCookieBox .brlbs-cmpnt-table.brlbs-cmpnt-text-sm,.brlbs-cmpnt-container .brlbs-cmpnt-table.brlbs-cmpnt-text-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25)}#BorlabsCookieBox .brlbs-cmpnt-table.brlbs-cmpnt-text-base,.brlbs-cmpnt-container .brlbs-cmpnt-table.brlbs-cmpnt-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}#BorlabsCookieBox .brlbs-cmpnt-table td,#BorlabsCookieBox .brlbs-cmpnt-table th,.brlbs-cmpnt-container .brlbs-cmpnt-table td,.brlbs-cmpnt-container .brlbs-cmpnt-table th{all:unset;box-sizing:border-box;display:table-cell}#BorlabsCookieBox .brlbs-cmpnt-table td.brlbs-hidden,#BorlabsCookieBox .brlbs-cmpnt-table th.brlbs-hidden,.brlbs-cmpnt-container .brlbs-cmpnt-table td.brlbs-hidden,.brlbs-cmpnt-container .brlbs-cmpnt-table th.brlbs-hidden{display:none}#BorlabsCookieBox .brlbs-cmpnt-table td,#BorlabsCookieBox .brlbs-cmpnt-table th,.brlbs-cmpnt-container .brlbs-cmpnt-table td,.brlbs-cmpnt-container .brlbs-cmpnt-table th{border-width:1px 0 0}#BorlabsCookieBox .brlbs-cmpnt-table th,.brlbs-cmpnt-container .brlbs-cmpnt-table th{font-weight:700}#BorlabsCookieBox .brlbs-cmpnt-table tr>*,.brlbs-cmpnt-container .brlbs-cmpnt-table tr>*{padding:var(--dialog-table-cell-padding-top) var(--dialog-table-cell-padding-right) var(--dialog-table-cell-padding-bottom) var(--dialog-table-cell-padding-left)}#BorlabsCookieBox .brlbs-cmpnt-table tr,.brlbs-cmpnt-container .brlbs-cmpnt-table tr{border-color:var(--dialog-table-row-border-color);border-top-style:solid;border-top-width:1px;width:100%}#BorlabsCookieBox .brlbs-cmpnt-table tr:nth-of-type(2n),.brlbs-cmpnt-container .brlbs-cmpnt-table tr:nth-of-type(2n){background-color:var(--dialog-table-row-background-color-even);color:var(--dialog-table-row-text-color-even)}#BorlabsCookieBox .brlbs-cmpnt-table tr:nth-of-type(odd),.brlbs-cmpnt-container .brlbs-cmpnt-table tr:nth-of-type(odd){background-color:var(--dialog-table-row-background-color-odd);color:var(--dialog-table-row-text-color-odd)}#BorlabsCookieBox .brlbs-cmpnt-table tr:first-of-type,.brlbs-cmpnt-container .brlbs-cmpnt-table tr:first-of-type{border-top-width:0}#BorlabsCookieBox .brlbs-cmpnt-description-list-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])),.brlbs-cmpnt-container .brlbs-cmpnt-description-list-container :is(.brlbs-divide-solid>:not([hidden])~:not([hidden])){border-color:var(--dialog-table-row-border-color)}#BorlabsCookieBox .brlbs-cmpnt-description-list-container>div,.brlbs-cmpnt-container .brlbs-cmpnt-description-list-container>div{padding-bottom:8px;padding-top:8px}#BorlabsCookieBox .brlbs-cmpnt-description-list-container>div:first-child,.brlbs-cmpnt-container .brlbs-cmpnt-description-list-container>div:first-child{padding-top:0}#BorlabsCookieBox .brlbs-cmpnt-description-list-container>div:last-child,.brlbs-cmpnt-container .brlbs-cmpnt-description-list-container>div:last-child{padding-bottom:0}#BorlabsCookieBox .brlbs-cmpnt-description-list,.brlbs-cmpnt-container .brlbs-cmpnt-description-list{display:table}#BorlabsCookieBox .brlbs-cmpnt-description-list>div,.brlbs-cmpnt-container .brlbs-cmpnt-description-list>div{display:table-row}#BorlabsCookieBox .brlbs-cmpnt-description-list dt,.brlbs-cmpnt-container .brlbs-cmpnt-description-list dt{font-weight:700}#BorlabsCookieBox .brlbs-cmpnt-description-list dd,#BorlabsCookieBox .brlbs-cmpnt-description-list dt,.brlbs-cmpnt-container .brlbs-cmpnt-description-list dd,.brlbs-cmpnt-container .brlbs-cmpnt-description-list dt{display:table-cell;padding:2px 4px}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-table td.sm\:brlbs-table-cell,#BorlabsCookieBox .brlbs-cmpnt-table th.sm\:brlbs-table-cell,.brlbs-cmpnt-container .brlbs-cmpnt-table td.sm\:brlbs-table-cell,.brlbs-cmpnt-container .brlbs-cmpnt-table th.sm\:brlbs-table-cell{display:table-cell}}#BorlabsCookieBox h2.brlbs-cmpnt-h2,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size)*.875);font-weight:600;line-height:calc(var(--dialog-font-size)*1.25)}@media (min-width:640px){#BorlabsCookieBox h2.brlbs-cmpnt-h2,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-provider-card-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-provider-card-headline{margin-bottom:16px}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}@media (min-width:640px){#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}}#BorlabsCookieBox h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline.brlbs-cmpnt-my-4,.brlbs-cmpnt-container h2.brlbs-cmpnt-h2.brlbs-cmpnt-consent-history-headline.brlbs-cmpnt-my-4{margin-bottom:16px;margin-top:16px}#BorlabsCookieBox h3.brlbs-cmpnt-h3,.brlbs-cmpnt-container h3.brlbs-cmpnt-h3{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5)}@media (min-width:640px){#BorlabsCookieBox h3.brlbs-cmpnt-h3,.brlbs-cmpnt-container h3.brlbs-cmpnt-h3{font-size:calc(var(--dialog-font-size)*1.125);line-height:calc(var(--dialog-font-size)*1.75)}}#BorlabsCookieBox h4.brlbs-cmpnt-h4,.brlbs-cmpnt-container h4.brlbs-cmpnt-h4{all:unset;box-sizing:border-box;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5)}#BorlabsCookieBox label.brlbs-cmpnt-label,.brlbs-cmpnt-container label.brlbs-cmpnt-label{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;display:block;font-size:calc(var(--dialog-font-size));font-weight:600;line-height:calc(var(--dialog-font-size)*1.5);margin-bottom:0}#BorlabsCookieBox label.brlbs-cmpnt-label:after,#BorlabsCookieBox label.brlbs-cmpnt-label:before,.brlbs-cmpnt-container label.brlbs-cmpnt-label:after,.brlbs-cmpnt-container label.brlbs-cmpnt-label:before{all:unset}#BorlabsCookieBox ul.brlbs-cmpnt-ul,.brlbs-cmpnt-container ul.brlbs-cmpnt-ul{all:unset;box-sizing:border-box;display:block;list-style-type:disc;margin-left:12px}#BorlabsCookieBox ul.brlbs-cmpnt-ul li,.brlbs-cmpnt-container ul.brlbs-cmpnt-ul li{all:unset;box-sizing:border-box;display:list-item}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox{all:unset;background-color:var(--dialog-checkbox-background-color-inactive);border-bottom-left-radius:var(--dialog-checkbox-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-checkbox-border-radius-bottom-right);border-color:var(--dialog-checkbox-border-color-inactive);border-top-left-radius:var(--dialog-checkbox-border-radius-top-left);border-top-right-radius:var(--dialog-checkbox-border-radius-top-right);border-radius:.25rem;border-style:solid;border-width:2px;box-sizing:border-box;cursor:pointer;display:block;height:16px;padding:8px;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover{all:unset;background-color:var(--dialog-checkbox-background-color-inactive);border-bottom-left-radius:var(--dialog-checkbox-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-checkbox-border-radius-bottom-right);border-color:var(--dialog-checkbox-border-color-inactive);border-top-left-radius:var(--dialog-checkbox-border-radius-top-left);border-top-right-radius:var(--dialog-checkbox-border-radius-top-right);border-radius:.25rem;border-style:solid;border-width:2px;box-sizing:border-box;cursor:pointer;display:block;height:16px;padding:8px;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus:before,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:hover:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:hover:before{all:unset;box-sizing:border-box}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:after,#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:after,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:before{all:unset;box-sizing:border-box;display:none}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked{background-color:var(--dialog-checkbox-background-color-active);background-image:none;border-color:var(--dialog-checkbox-border-color-active);color:var(--dialog-checkbox-check-mark-color-active);position:relative}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:before{background-color:var(--dialog-checkbox-check-mark-color-active);content:"";display:block;height:16px;left:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");position:absolute;top:0;width:16px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:checked:disabled:before,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:checked:disabled:before{background-color:var(--dialog-checkbox-check-mark-color-disabled)}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:disabled,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:disabled{background-color:var(--dialog-checkbox-background-color-disabled);border-color:var(--dialog-checkbox-border-color-disabled);color:var(--dialog-checkbox-check-mark-color-disabled)}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:.8;--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox input[type=checkbox].brlbs-cmpnt-checkbox.brlbs-cmpnt-mt-1,.brlbs-cmpnt-container input[type=checkbox].brlbs-cmpnt-checkbox.brlbs-cmpnt-mt-1{margin-top:4px}#BorlabsCookieBox .brlbs-cmpnt-btn,.brlbs-cmpnt-container .brlbs-cmpnt-btn{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-btn:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-btn:focus-visible{all:unset;align-items:center;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);outline:2px solid transparent;outline-offset:2px;padding:12px 20px;text-align:center;text-decoration-line:none;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-offset-width:2px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-font-semibold{font-weight:600}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-btn-sm,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-btn-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 16px}#BorlabsCookieBox .brlbs-cmpnt-btn.brlbs-cmpnt-w-full,.brlbs-cmpnt-container .brlbs-cmpnt-btn.brlbs-cmpnt-w-full{width:100%}#BorlabsCookieBox .brlbs-cmpnt-btn-preferences,.brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences{--brlbs-tw-ring-color:var(--dialog-button-accept-all-color-hover);background-color:var(--dialog-button-preferences-color);color:var(--dialog-button-preferences-text-color)}#BorlabsCookieBox .brlbs-cmpnt-btn-preferences:hover,.brlbs-cmpnt-container .brlbs-cmpnt-btn-preferences:hover{background-color:var(--dialog-button-preferences-color-hover);color:var(--dialog-button-preferences-text-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-link{all:unset;background:transparent;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 12px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-link,.brlbs-cmpnt-container .brlbs-cmpnt-link{padding-left:16px;padding-right:16px}}#BorlabsCookieBox .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{all:unset;background:transparent;box-sizing:border-box;cursor:pointer;font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 12px;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){#BorlabsCookieBox .brlbs-cmpnt-link:active,#BorlabsCookieBox .brlbs-cmpnt-link:focus,#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{padding-left:16px;padding-right:16px}}#BorlabsCookieBox .brlbs-cmpnt-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link:hover{background:transparent;color:var(--dialog-link-secondary-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-link:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link:focus-visible{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-link:active,.brlbs-cmpnt-container .brlbs-cmpnt-link:active{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(209 213 219/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-flex,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-flex{display:flex}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-inline-flex,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-inline-flex{display:inline-flex}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-mx-auto,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-mx-auto{margin-left:auto;margin-right:auto}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn{align-items:center;font-size:calc(var(--dialog-font-size));justify-content:center;line-height:calc(var(--dialog-font-size)*1.5);padding:12px 20px;text-align:center;text-decoration-line:none;transition-duration:.4s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn:active,#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn:active,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn:focus-visible{outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-sm,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-sm{font-size:calc(var(--dialog-font-size)*.875);line-height:calc(var(--dialog-font-size)*1.25);padding:8px 16px}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button{align-items:center;color:var(--dialog-control-element-color);padding:0}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button:focus-visible,#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-back-button:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button:focus-visible,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-back-button:hover{align-items:center;color:var(--dialog-control-element-color-hover);padding:0}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection{background-color:var(--dialog-button-selection-color);border-bottom-left-radius:var(--dialog-button-border-radius-bottom-left);border-bottom-right-radius:var(--dialog-button-border-radius-bottom-right);border-top-left-radius:var(--dialog-button-border-radius-top-left);border-top-right-radius:var(--dialog-button-border-radius-top-right);color:var(--dialog-button-selection-text-color)}#BorlabsCookieBox .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection:hover,.brlbs-cmpnt-container .brlbs-cmpnt-link.brlbs-cmpnt-btn-selection:hover{background-color:var(--dialog-button-selection-color-hover);color:var(--dialog-button-selection-text-color-hover)}#BorlabsCookieBox .brlbs-cmpnt-inline-link,#BorlabsCookieBox .brlbs-cmpnt-inline-link *,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link *{color:var(--dialog-link-primary-color);font-weight:600;text-decoration:underline}#BorlabsCookieBox .brlbs-cmpnt-inline-link :hover,#BorlabsCookieBox .brlbs-cmpnt-inline-link:hover,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link :hover,.brlbs-cmpnt-container .brlbs-cmpnt-inline-link:hover{color:var(--dialog-link-primary-color-hover);text-decoration:none}#BorlabsCookieBox .brlbs-cmpnt-btn-switch,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch{all:unset;box-sizing:border-box;cursor:pointer;display:inline-block;height:26px;margin:0;position:relative;vertical-align:middle;width:50px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch:has(input:focus-visible),.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch:has(input:focus-visible){border-color:transparent;outline:2px solid transparent;outline-offset:2px;--brlbs-tw-ring-offset-shadow:var(--brlbs-tw-ring-inset) 0 0 0 var(--brlbs-tw-ring-offset-width) var(--brlbs-tw-ring-offset-color);--brlbs-tw-ring-shadow:var(--brlbs-tw-ring-inset) 0 0 0 calc(2px + var(--brlbs-tw-ring-offset-width)) var(--brlbs-tw-ring-color);box-shadow:var(--brlbs-tw-ring-offset-shadow),var(--brlbs-tw-ring-shadow),var(--brlbs-tw-shadow,0 0 #0000);--brlbs-tw-ring-opacity:1;--brlbs-tw-ring-color:rgb(107 114 128/var(--brlbs-tw-ring-opacity,1));--brlbs-tw-ring-offset-width:2px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input{all:unset;box-sizing:border-box;height:0;opacity:0;width:0}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:after,#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:after,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:before{all:unset;box-sizing:border-box}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-active)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before{transform:translate(24px)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-inactive)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:disabled+.brlbs-cmpnt-slider:before{transform:translate(24px)}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider{background-color:var(--dialog-switch-button-background-color-inactive);cursor:pointer;inset:0;position:absolute;transition:.4s}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider:before{background-color:var(--dialog-switch-button-color-inactive);bottom:4px;content:"";height:18px;left:4px;position:absolute;transition:.4s;width:18px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded,#BorlabsCookieBox .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch .brlbs-cmpnt-slider.brlbs-cmpnt-slider-rounded:before{border-radius:15px}#BorlabsCookieBox .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before,.brlbs-cmpnt-container .brlbs-cmpnt-btn-switch input:checked+.brlbs-cmpnt-slider:before{background-color:var(--dialog-switch-button-color-active)}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-active{transition:opacity .2s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-active{transition:opacity .2s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-active{transition-delay:.3s;transition:opacity .3s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-active{transition:opacity .3s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-enter-from,#BorlabsCookieBox .brlbs-cmpnt-animation-fade-leave-to,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-enter-from,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-leave-to{opacity:0}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-enter-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-enter-active{transition:opacity .2s ease-out}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-leave-active,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-leave-active{transition:opacity .2s ease-in}#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-enter-from,#BorlabsCookieBox .brlbs-cmpnt-animation-fade-backdrop-leave-to,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-enter-from,.brlbs-cmpnt-container .brlbs-cmpnt-animation-fade-backdrop-leave-to{opacity:0}#BorlabsCookieBox .brlbs-cmpnt-animation-animated,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated{animation-duration:var(--dialog-animation-duration);animation-fill-mode:both}#BorlabsCookieBox .brlbs-cmpnt-animation-animated-delayed,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated-delayed{animation-delay:var(--dialog-animation-delay)}#BorlabsCookieBox .transition-delayed,.brlbs-cmpnt-container .transition-delayed{transition-delay:var(--dialog-animation-delay)}@media (prefers-reduced-motion:reduce),print{#BorlabsCookieBox .brlbs-cmpnt-animation-animated,.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}#BorlabsCookieBox .brlbs-cmpnt-animation-animated[class*=Out],.brlbs-cmpnt-container .brlbs-cmpnt-animation-animated[class*=Out]{opacity:0}}#BorlabsCookieBox .brlbs-cmpnt-widget,.brlbs-cmpnt-container .brlbs-cmpnt-widget{cursor:pointer;line-height:0;opacity:1;padding:20px;position:fixed;transition:all .5s ease;z-index:999998}#BorlabsCookieBox .brlbs-cmpnt-widget:hover,.brlbs-cmpnt-container .brlbs-cmpnt-widget:hover{opacity:.8}#BorlabsCookieBox .brlbs-cmpnt-widget svg,.brlbs-cmpnt-container .brlbs-cmpnt-widget svg{filter:drop-shadow(0 0 4px rgba(0,0,0,.2));height:48px;width:48px}@media (max-width:767px){#BorlabsCookieBox .brlbs-cmpnt-widget.brlbs-cmpnt-hide-widget,.brlbs-cmpnt-container .brlbs-cmpnt-widget.brlbs-cmpnt-hide-widget{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBox .brlbs-cmpnt-widget svg,.brlbs-cmpnt-container .brlbs-cmpnt-widget svg{height:32px;width:32px}}body:has(#BorlabsCookieDebugConsole) .brlbs-cmpnt-widget{bottom:70px}.brlbs-cmpnt-container .top-center{align-items:flex-start;display:flex;justify-content:center} body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element{container-name:brlbsCmpntShortcodeElement;container-type:inline-size;height:100%;line-height:1.25em}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list{display:table}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list>div{display:table-row}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dt{font-weight:700}body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dd,body .brlbs-cmpnt-container.brlbs-cmpnt-shortcode-element .brlbs-cmpnt-description-list dt{display:table-cell;padding:2px 4px}.brlbs-cmpnt-container .focus\:brlbs-outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width:640px){.brlbs-cmpnt-container .sm\:brlbs-right-2{right:8px}.brlbs-cmpnt-container .sm\:brlbs-top-2{top:8px}.brlbs-cmpnt-container .sm\:brlbs-mx-auto{margin-left:auto;margin-right:auto}.brlbs-cmpnt-container .sm\:brlbs-mt-6{margin-top:24px}.brlbs-cmpnt-container .sm\:brlbs-block{display:block}.brlbs-cmpnt-container .sm\:brlbs-inline-block{display:inline-block}.brlbs-cmpnt-container .sm\:brlbs-flex{display:flex}.brlbs-cmpnt-container .sm\:brlbs-table-cell{display:table-cell}.brlbs-cmpnt-container .sm\:brlbs-hidden{display:none}.brlbs-cmpnt-container .sm\:brlbs-w-1\/2{width:50%}.brlbs-cmpnt-container .sm\:brlbs-w-1\/5{width:20%}.brlbs-cmpnt-container .sm\:brlbs-w-4\/5{width:80%}.brlbs-cmpnt-container .sm\:brlbs-w-full{width:100%}.brlbs-cmpnt-container .sm\:brlbs-flex-row{flex-direction:row}.brlbs-cmpnt-container .sm\:brlbs-items-start{align-items:flex-start}.brlbs-cmpnt-container .sm\:brlbs-justify-center{justify-content:center}.brlbs-cmpnt-container .sm\:brlbs-gap-4{gap:16px}.brlbs-cmpnt-container :is(.sm\:brlbs-space-x-1>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(4px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(4px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container .sm\:brlbs-overflow-x-auto{overflow-x:auto}.brlbs-cmpnt-container .sm\:brlbs-whitespace-nowrap{white-space:nowrap}.brlbs-cmpnt-container .sm\:brlbs-border-t-0{border-top-width:0}.brlbs-cmpnt-container .sm\:brlbs-px-4{padding-left:16px;padding-right:16px}.brlbs-cmpnt-container .sm\:brlbs-px-6{padding-left:24px;padding-right:24px}.brlbs-cmpnt-container .sm\:brlbs-py-0{padding-bottom:0;padding-top:0}.brlbs-cmpnt-container .sm\:brlbs-py-4{padding-bottom:16px;padding-top:16px}.brlbs-cmpnt-container .sm\:brlbs-pb-0{padding-bottom:0}.brlbs-cmpnt-container .sm\:brlbs-pb-6{padding-bottom:24px}.brlbs-cmpnt-container .sm\:brlbs-pl-2{padding-left:8px}.brlbs-cmpnt-container .sm\:brlbs-pt-6{padding-top:24px}.brlbs-cmpnt-container .sm\:brlbs-text-center{text-align:center}.brlbs-cmpnt-container .sm\:brlbs-text-base{font-size:calc(var(--dialog-font-size));line-height:calc(var(--dialog-font-size)*1.5)}}@media (min-width:768px){.brlbs-cmpnt-container .md\:brlbs-mb-0{margin-bottom:0}.brlbs-cmpnt-container .md\:brlbs-flex{display:flex}.brlbs-cmpnt-container .md\:brlbs-max-h-80{max-height:320px}.brlbs-cmpnt-container .md\:brlbs-w-1\/2{width:50%}.brlbs-cmpnt-container .md\:brlbs-w-1\/4{width:25%}.brlbs-cmpnt-container .md\:brlbs-justify-start{justify-content:flex-start}.brlbs-cmpnt-container :is(.md\:brlbs-space-x-4>:not([hidden])~:not([hidden])){--brlbs-tw-space-x-reverse:0;margin-left:calc(16px*(1 - var(--brlbs-tw-space-x-reverse)));margin-right:calc(16px*var(--brlbs-tw-space-x-reverse))}.brlbs-cmpnt-container :is(.md\:brlbs-space-y-0>:not([hidden])~:not([hidden])){--brlbs-tw-space-y-reverse:0;margin-bottom:calc(0px*var(--brlbs-tw-space-y-reverse));margin-top:calc(0px*(1 - var(--brlbs-tw-space-y-reverse)))}.brlbs-cmpnt-container .md\:brlbs-overflow-y-scroll{overflow-y:scroll}.brlbs-cmpnt-container .md\:brlbs-p-6{padding:24px}.brlbs-cmpnt-container .md\:brlbs-px-12{padding-left:48px;padding-right:48px}.brlbs-cmpnt-container .md\:brlbs-pb-6{padding-bottom:24px}.brlbs-cmpnt-container .md\:brlbs-pr-6{padding-right:24px}.brlbs-cmpnt-container .md\:brlbs-pt-6{padding-top:24px}}@media (min-width:1024px){.brlbs-cmpnt-container .lg\:brlbs-order-none{order:0}.brlbs-cmpnt-container .lg\:brlbs-mt-0{margin-top:0}.brlbs-cmpnt-container .lg\:brlbs-basis-3\/12{flex-basis:25%}.brlbs-cmpnt-container .lg\:brlbs-basis-6\/12{flex-basis:50%}}
:root{--dialog-animation-delay: 2s;
--dialog-animation-duration: 1s;
--dialog-backdrop-background-color: #000;
--dialog-background-color: #fff;
--dialog-button-accept-all-color: #ff7656;
--dialog-button-accept-all-color-hover: #de6145;
--dialog-button-accept-all-text-color: #fff;
--dialog-button-accept-all-text-color-hover: #fff;
--dialog-button-accept-only-essential-color: #ff7656;
--dialog-button-accept-only-essential-color-hover: #de6145;
--dialog-button-accept-only-essential-text-color: #fff;
--dialog-button-accept-only-essential-text-color-hover: #fff;
--dialog-button-close-color: #ff7656;
--dialog-button-close-color-hover: #de6145;
--dialog-button-close-text-color: #fff;
--dialog-button-close-text-color-hover: #fff;
--dialog-button-preferences-color: #ff7656;
--dialog-button-preferences-color-hover: #de6145;
--dialog-button-preferences-text-color: #fff;
--dialog-button-preferences-text-color-hover: #fff;
--dialog-button-save-consent-color: #ff7656;
--dialog-button-save-consent-color-hover: #de6145;
--dialog-button-save-consent-text-color: #fff;
--dialog-button-save-consent-text-color-hover: #fff;
--dialog-button-selection-color: #000;
--dialog-button-selection-color-hover: #262626;
--dialog-button-selection-text-color: #fff;
--dialog-button-selection-text-color-hover: #fff;
--dialog-checkbox-background-color-active: #ff7656;
--dialog-checkbox-background-color-disabled: #e6e6e6;
--dialog-checkbox-background-color-inactive: #fff;
--dialog-checkbox-border-color-active: #ff7656;
--dialog-checkbox-border-color-disabled: #e6e6e6;
--dialog-checkbox-border-color-inactive: #a72828;
--dialog-checkbox-check-mark-color-active: #fff;
--dialog-checkbox-check-mark-color-disabled: #999;
--dialog-card-background-color: #f7f7f7;
--dialog-card-control-element-color: #ff7656;
--dialog-card-control-element-color-hover: #de6145;
--dialog-card-separator-color: #e5e5e5;
--dialog-card-text-color: #555;
--dialog-control-element-color: #ff7656;
--dialog-control-element-color-hover: #de6145;
--dialog-footer-background-color: #f5f5f5;
--dialog-footer-text-color: #404040;
--dialog-link-primary-color: #ff7656;
--dialog-link-primary-color-hover: #de6145;
--dialog-link-secondary-color: #404040;
--dialog-link-secondary-color-hover: #ff7656;
--dialog-list-item-background-color-even: #fff;
--dialog-list-item-background-color-odd: #fff;
--dialog-list-item-text-color-even: #555;
--dialog-list-item-text-color-odd: #555;
--dialog-list-item-control-element-color: #262626;
--dialog-list-item-control-element-color-hover: #262626;
--dialog-list-item-control-element-separator-color: #262626;
--dialog-list-item-separator-color: #e5e5e5;
--dialog-search-bar-input-background-color: #fff;
--dialog-search-bar-input-border-color-default: #ccc;
--dialog-search-bar-input-border-color-focus: #ff7656;
--dialog-search-bar-input-text-color: #555;
--dialog-separator-color: #e5e5e5;
--dialog-switch-button-background-color-active: #ff7656;
--dialog-switch-button-background-color-inactive: #bdc1c8;
--dialog-switch-button-color-active: #fff;
--dialog-switch-button-color-inactive: #fff;
--dialog-tab-bar-tab-background-color-active: #ff7656;
--dialog-tab-bar-tab-background-color-inactive: #fff;
--dialog-tab-bar-tab-border-color-bottom-active: #ff7656;
--dialog-tab-bar-tab-border-color-bottom-inactive: #e6e6e6;
--dialog-tab-bar-tab-border-color-left-active: #ff7656;
--dialog-tab-bar-tab-border-color-left-inactive: #e6e6e6;
--dialog-tab-bar-tab-border-color-right-active: #ff7656;
--dialog-tab-bar-tab-border-color-right-inactive: #e6e6e6;
--dialog-tab-bar-tab-border-color-top-active: #ff7656;
--dialog-tab-bar-tab-border-color-top-inactive: #e6e6e6;
--dialog-tab-bar-tab-text-color-active: #fff;
--dialog-tab-bar-tab-text-color-inactive: #555;
--dialog-table-row-background-color-even: #fcfcfc;
--dialog-table-row-background-color-odd: #fafafa;
--dialog-table-row-text-color-even: #555;
--dialog-table-row-text-color-odd: #555;
--dialog-table-row-border-color: #e5e5e5;
--dialog-text-color: #555;
--dialog-font-family: inherit;
--dialog-border-radius-bottom-left: 4px;
--dialog-border-radius-bottom-right: 4px;
--dialog-border-radius-top-left: 4px;
--dialog-border-radius-top-right: 4px;
--dialog-button-border-radius-bottom-left: 4px;
--dialog-button-border-radius-bottom-right: 4px;
--dialog-button-border-radius-top-left: 4px;
--dialog-button-border-radius-top-right: 4px;
--dialog-card-border-radius-bottom-left: 4px;
--dialog-card-border-radius-bottom-right: 4px;
--dialog-card-border-radius-top-left: 4px;
--dialog-card-border-radius-top-right: 4px;
--dialog-card-list-padding-medium-screen-bottom: 24px;
--dialog-card-list-padding-medium-screen-left: 24px;
--dialog-card-list-padding-medium-screen-right: 24px;
--dialog-card-list-padding-medium-screen-top: 0px;
--dialog-card-list-padding-small-screen-bottom: 16px;
--dialog-card-list-padding-small-screen-left: 16px;
--dialog-card-list-padding-small-screen-right: 16px;
--dialog-card-list-padding-small-screen-top: 0px;
--dialog-checkbox-border-radius-bottom-left: 4px;
--dialog-checkbox-border-radius-bottom-right: 4px;
--dialog-checkbox-border-radius-top-left: 4px;
--dialog-checkbox-border-radius-top-right: 4px;
--dialog-font-size: 14px;
--dialog-list-border-radius-bottom-left: 4px;
--dialog-list-border-radius-bottom-right: 4px;
--dialog-list-border-radius-top-left: 4px;
--dialog-list-border-radius-top-right: 4px;
--dialog-list-item-separator-width: 1px;
--dialog-list-padding-medium-screen-bottom: 12px;
--dialog-list-padding-medium-screen-left: 12px;
--dialog-list-padding-medium-screen-right: 12px;
--dialog-list-padding-medium-screen-top: 12px;
--dialog-list-padding-small-screen-bottom: 8px;
--dialog-list-padding-small-screen-left: 8px;
--dialog-list-padding-small-screen-right: 8px;
--dialog-list-padding-small-screen-top: 8px;
--dialog-search-bar-input-border-radius-bottom-left: 4px;
--dialog-search-bar-input-border-radius-bottom-right: 4px;
--dialog-search-bar-input-border-radius-top-left: 4px;
--dialog-search-bar-input-border-radius-top-right: 4px;
--dialog-search-bar-input-border-width-bottom: 1px;
--dialog-search-bar-input-border-width-left: 1px;
--dialog-search-bar-input-border-width-right: 1px;
--dialog-search-bar-input-border-width-top: 1px;
--dialog-tab-bar-tab-border-width-bottom-active: 2px;
--dialog-tab-bar-tab-border-width-left-active: 0px;
--dialog-tab-bar-tab-border-width-right-active: 0px;
--dialog-tab-bar-tab-border-width-top-active: 0px;
--dialog-tab-bar-tab-border-width-bottom-inactive: 2px;
--dialog-tab-bar-tab-border-width-left-inactive: 0px;
--dialog-tab-bar-tab-border-width-right-inactive: 0px;
--dialog-tab-bar-tab-border-width-top-inactive: 0px;
--dialog-tab-bar-tab-border-radius-bottom-left-active: 0px;
--dialog-tab-bar-tab-border-radius-bottom-right-active: 0px;
--dialog-tab-bar-tab-border-radius-top-left-active: 4px;
--dialog-tab-bar-tab-border-radius-top-right-active: 4px;
--dialog-tab-bar-tab-border-radius-bottom-left-inactive: 0px;
--dialog-tab-bar-tab-border-radius-bottom-right-inactive: 0px;
--dialog-tab-bar-tab-border-radius-top-left-inactive: 4px;
--dialog-tab-bar-tab-border-radius-top-right-inactive: 4px;
--dialog-table-border-radius-bottom-left: 0px;
--dialog-table-border-radius-bottom-right: 0px;
--dialog-table-border-radius-top-left: 0px;
--dialog-table-border-radius-top-right: 0px;
--dialog-table-cell-padding-bottom: 8px;
--dialog-table-cell-padding-left: 8px;
--dialog-table-cell-padding-right: 8px;
--dialog-table-cell-padding-top: 8px;
--dialog-backdrop-background-opacity: 0.8;
}
:root{--widget-position: bottom-left;
--widget-color: #dd9933;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox .fadeInDown {
animation-name: fadeInDown;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox .flipOutX {
animation-duration: calc(var(--dialog-animation-duration) * 0.75);
animation-name: flipOutX;
backface-visibility: visible !important;
}
:root{--content-blocker-background-color: #fafafa;
--content-blocker-button-color: #0063e3;
--content-blocker-button-color-hover: #1a66ff;
--content-blocker-button-text-color: #fff;
--content-blocker-button-text-color-hover: #fff;
--content-blocker-font-family: inherit;
--content-blocker-link-color: #2563eb;
--content-blocker-link-color-hover: #1e40af;
--content-blocker-separator-color: #e5e5e5;
--content-blocker-text-color: #555;
--content-blocker-border-radius-top-left: 4px;
--content-blocker-border-radius-top-right: 4px;
--content-blocker-border-radius-bottom-left: 4px;
--content-blocker-border-radius-bottom-right: 4px;
--content-blocker-button-border-radius-top-left: 4px;
--content-blocker-button-border-radius-top-right: 4px;
--content-blocker-button-border-radius-bottom-left: 4px;
--content-blocker-button-border-radius-bottom-right: 4px;
--content-blocker-font-size: 14px;
--content-blocker-separator-width: 1px;
--content-blocker-background-opacity: 0.85;
--content-blocker-background: rgba(250, 250, 250 ,0.85);
}@font-face{font-family:eicons;src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0);src:url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0#iefix) format("embedded-opentype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0) format("woff2"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.48.0) format("woff"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.48.0) format("truetype"),url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.48.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.mv-it.cloud/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }