/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.content-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px !important;
}

/* 👇 THIS IS THE FIX */
.box-one.active .content-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
	margin-top: 16px;
    cursor: pointer;
    color: #d9d9d9;
    list-style: none;
    font-size: 12px;
    border: 1px solid #464646;
    display: inline-block;
    padding: 6px 16px;
    margin-right: 6px;
    border-radius: 18px;
    background-color: unset !important;
}


.contact-us-popup .fusion-form-field {
    margin: 8px 0px !important;
}
.contact-content-box-upper {
    text-align: center;
}
.about-content-holds h1 {
    color: #fff !important;
    font-size: 30px !important;
    text-transform: UPPERCASE !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
}

.about-content-holds p {
    color: #ffffffb8 !important;
    line-height: 29px !important;
    padding-right: 50px !important;
    font-size: 14px;
}
.contact-content-box-upper h3 {
    margin-bottom: 16px;
    margin-top: 0px;
	font-size: 32px !important;
	color: #fff !important;
}
.contact-content-box-upper p {
    margin-bottom: 16px;
    margin-top: 0px;
	color: #fff !important;
}
.box-one h1 {
    font-size: 20px !important;
	color:#fff !important;
	margin-top: 0px !important;
    text-transform: uppercase;
}
.box-one h2 {
    font-size: 20px !important;
	color:#fff !important;
	margin-top: 0px !important;
    text-transform: uppercase;
}
.box-one h3 {
    font-size: 20px !important;
	margin-top: 0px !important;
	color:#fff !important;
    text-transform: uppercase;
}
.box-one {
    padding: 25px;
    color: #ffffffb8 !important;
    box-shadow: rgb(253 253 253 / 26%) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 7px;
    font-size: 14px;
}
.about-content-holds img {
    float: right;
    width: 35%;
    margin: 0px 0px 30px 40px;
    object-fit: cover !important;
    border-radius: 7px;
}
.box-one h2 img {
    border: 1px solid #606060 !important;
    display: block !important;
    width: 48px !important;
    border-radius: 50px !important;
    padding: 10px 10.5px !important;
    height: 48px !important;
    margin-bottom: 24px !important;
}

.custom-btn-holdes {
    background-color: #fff;
    padding: 10px 14px;
    width: 178px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
}
.custom-btn-holdes a{
	color:#000;
}
.custom-btn-holdes a:hover{
	color:#000;
}
.custom-btn-holdes i.fa-solid.fa-arrow-right {
    background-color: #FFBB00;
    padding: 8px 9px;
    border-radius: 18px;
    position: absolute;
    margin-left: 9px;
    transform: rotate(-51deg);
    margin-top: -2px;
    font-size: 14px;
}
.custom-main-heading-holdes-one {
    text-align: center;
}
.custom-main-heading-holdes-one h3 {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}
.custom-main-heading-holdes-one h3 span{
	color:#FFBB00;
}
.development-box {
    background-color: #1B1B1B;
    padding: 42px 40px 42px;
    border-radius: 8px;
}
.development-box img {
	display: block;
    width: 48px;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 7.5px;
}
.development-box span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0px 10px;
    display: block;
}
.development-box ul {
    padding: 0px;
    margin: 0px;
}
.development-box ul li {
    color: #d9d9d9;
    list-style: none;
    font-size: 12px;
    border: 1px solid #464646;
    display: inline-block;
    padding: 4px 14px;
    margin-right: 6px;
    border-radius: 18px;
}
.development-box p {
    font-size: 14px;
    color: #fff;
    height: 96px;
}
.ui-landing-box {
    background-color: #1b1b1b;
    border-radius: 23px;
    box-shadow: rgb(27 27 27) 0px 1px 3px 0px, rgb(27 27 27) 0px 0px 0px 1px;
}
.ui-landing-box .inner-content-box {
    padding: 30px 20px 20px !important;
    position: relative;
}
.ui-landing-box img {
    padding: 20px !important;
	border-radius: 28px !important;
    background-color: #000 !important;
}
.ui-landing-box .inner-content-box h5 {
    margin: 0px;
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
}
.ui-landing-box .inner-content-box p {
    color: #cdcdcd;
    font-size: 14px;
    line-height: 20px;
}
.ui-landing-box .inner-content-box a i {
    background-color: #FFBB00;
    padding: 12px 13px;
    border-radius: 35px;
    position: absolute;
    margin-left: 9px;
    transform: rotate(-51deg);
    margin-top: -2px;
    font-size: 16px;
    right: 36px;
    bottom: 41px;
    color: #000 !important;
}
.ready-to-work-box {
    display: flex;
    justify-content: space-between;
}
.ready-to-work-box h2 {
    font-size: 65px !important;
    color: #fff;
    margin-bottom: 0px;
}
.ready-to-work-box a {
    background-color: #fff;
	color: #000 !important;
    padding: 12px 10px 10px;
    width: 151px;
    text-align: center;
    border-radius: 50px;
    height: 49px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-size: 15px;
    font-weight: 600;
}
.cusatom-footer-holdes {
    text-align: center;
    color: #fff;
}
.cusatom-footer-holdes span {
    font-size: 18px;
}
.cusatom-footer-holdes h2 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
    letter-spacing: 2px;
}
.cusatom-footer-holdes a {
    background-color: #fff;
    padding: 10px 34px 10px 0px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    width: 160px;
    margin-left: 0px !important;
    padding-left: 0px !important;
    color: #000 !important;
}
.cusatom-footer-holdes a i.fa-solid.fa-arrow-right {
    background-color: #FFBB00;
    padding: 8px 9px;
    border-radius: 18px;
    position: absolute;
    margin-left: 15px;
    transform: rotate(-51deg);
    margin-top: -2px;
    font-size: 14px;
}
.cusatom-footer-holdes-second {
    text-align: center;
    color: #fff;
    margin-top: 60px;
    border-top: 1px solid #cccccc59;
}.cusatom-footer-holdes-second p {
    margin-bottom: 0px;
    font-size: 14px;
}

/* <!-- ============= ======================= ============= -->
  <!-- ============ footer style start here ============== -->
  <!-- ============= ======================= ============= --> */

@media (max-width: 1400px) {
.footer-main-section-holds form.fusion-form.fusion-form-87 input {
    width: 210px !important;
}
}
@media (max-width: 1330px) {
.footer-main-section-holds form.fusion-form.fusion-form-87 input {
    width: 210px !important;
}
}

@media (max-width: 1200px) {
.footer-main-section-holds form.fusion-form.fusion-form-87 input {
    width: 210px !important;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
}

@media (max-width: 768px) {

.about-content-holds img {
    float: unset !important;
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 30px !important;
}	
.about-content-holds h1 {
    font-size: 24px !important;
}
.about-content-holds p {
    padding-right: 0px !important;
}
.mobile-resp-toggle-holde ul#menu-footer-menu-1 li {
    border-bottom: 1px solid #ffffff85 !important;
}
.fusion-title-size-one h1 {
    font-size: 30px !important;
}
.fusion-title.fusion-title-size-one p {
    margin-bottom: 0px !important;
}
.custom-btn-holdes {
    margin-top: 24px !important;
}	
p.fusion-title-heading.title-heading-left.title-heading-tag {
    font-size: 12px !important;
    font-weight: 300 !important;
}	
.custom-main-heading-holdes-one h3 {
    font-size: 30px !important;
    margin-top: 0px !important;
}
.faq_section {
    max-width: 100% !important;
}
.faq-item {
    padding: 24px 20px !important;
    border-radius: 13px !important;
}
.faq-question h3 {
    font-size: 18px !important;
}	
.ready-to-work-box {
    flex-direction: column !important;
}
.ready-to-work-box h2 {
    font-size: 40px !important;
    margin-bottom: 16px !important;
}
.cusatom-footer-holdes h2 {
    font-size: 30px !important;
    margin-bottom: 32px;
}
.development-box p {
    height: auto !important;
}
.development-box ul li {
    margin-bottom: 10px !important;
}
}

/* <!-- ============= ======================= ============= -->
  <!-- ============= footer style end here =============== -->
  <!-- ============= ======================= ============= --> */
