/*Expertise Section CSS*/

section.expertise-section {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    position: relative;
}

section.expertise-section .expertise-main-div {
    padding: 40px 15px;
    background: var(--color2);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 20px;
    border-radius: 20px 20px 30px 30px;
    transition:0.5s;
    margin-bottom:20px;
    background: linear-gradient(
    180deg,
    #F8AA12 14%,
    #FFC147 31%,
    #F8AA12 31%,
    #F8AA12 100%
);
    position: relative;
    height: 500px;
}

section.expertise-section .expertise-main-div .expertise-img {
    position: relative;
    height: 200px;
}

section.expertise-section .expertise-main-div .expertise-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
}

section.expertise-section .expertise-main-div .expertise-cont {
    padding: 30px 0px 0px 0px;
}

section.expertise-section .expertise-main-div .expertise-cont h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}

section.expertise-section .expertise-main-div:hover {
    transition:0.5s;
}

section.expertise-section .expertise-main-div:hover .expertise-cont h2{
    color:var(--color2);
    transition:0.5s;
}

section.expertise-section .expertise-main-div .expertise-cont p {
    margin: 0;
    line-height: 25px;
    padding: 20px 0px;
}

section.expertise-section .expertise-main-div:hover .expertise-cont p{
    color:var(--color2);
    transition:0.5s;
}

section.expertise-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    margin: auto;
    background-image: url(/images/service-before.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 200px;
    width: 120px;
    z-index: -1;
}

section.expertise-section .expertise-section-head h2:before {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 40px;
    content: "";
    background: var(--btn-color1);
}

section.expertise-section .expertise-main-div:before {
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0;
    border-radius: 20px 20px 30px 30px;
    content: "";
    background: #EBEBEB;
    height: 0%;
    width: 0%;
    z-index: -1;
    
    transition: 0.5s;
}

section.expertise-section .expertise-main-div:hover.expertise-main-div:before {
   
     height: 100%;
    width: 100%;
     transition: 0.5s;
}



/*Banner Form CSS*/

.banner-form .quick-contact {
    height: auto;
    padding: 25px 35px;
    background: #fff;
    border-radius: 20px 0px 0px 0px;
}

.banner-form .quick-contact .all-default-ccontent .defalt-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.banner-form .quick-contact .all-default-ccontent .sub-heading h3 {
    font-size: 30px;
    font-weight: 700;
}

.quick-contact .quick-form .form-group.check-agree-c span {
    color: #1D1A18;
    font-weight: 400;
    font-size: 12px;
}

.banner-form input,
.banner-form select,
.banner-form textarea,
.quick-form input,
.quick-form select,
.quick-form textarea,
.banner-form input::placeholder,
.banner-form textarea::placeholder,
.quick-form input::placeholder,
.quick-form textarea::placeholder {
    font-size: 14px !important;
}

.banner-form .quick-form form .form-group textarea {
    padding: 0px 35px 0px 35px;
    height: 80px;
    align-content: center;
}

.banner-form .form-group select {
    font-size: 14px !important;
    text-transform: uppercase;
}

.banner-form .quick-form form button {
    background: var(--color1) !important;
    border-radius: 10px !important;
}

.banner-form .quick-form form .form-group input, .quick-form form .form-group select, .quick-form input#captcha {
    background: 0 0 !important;
    height: 50px;
    padding: 0px 35px 0px 35px;
}

.banner-form .quick-contact .all-default-ccontent.abttt {
    padding-bottom: 20px;
}

.banner-form .quick-form form .form-group select {
    text-transform: capitalize;
}

.banner-form .quick-contact .quick-form .form-group.check-agree-c {
    margin: 20px 0px;
}

.banner-form .quick-contact .form-group {
    position: relative;
}

.banner-form .quick-contact .form-group img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: auto;
    margin: auto;
    height: 15px;
    width: 18px;
    object-fit: contain;
}

@media (max-width:767px){
    
    .banner-form .quick-contact {
        padding: 20px;
    }
    
    .banner-form .quick-form form .form-group textarea {
        padding: 0px 0px 0px 25px;
        height:50px;
    }
    
    .banner-form .quick-form form .form-group input,  .banner-form .quick-form form .form-group select, .banner-form .quick-form input#captcha {
        padding: 0px 2px 0px 25px !important;
    }
    
    .banner-form .form-group select{
        font-size:12px !important;
    }
    
    
    .banner-form input,
    .banner-form select,
    .banner-form textarea,
    .quick-form input,
    .quick-form select,
    .quick-form textarea,
    .banner-form input::placeholder,
    .banner-form textarea::placeholder,
    .quick-form input::placeholder,
    .quick-form textarea::placeholder {
        font-size: 12px !important;
    }
    
    section.expertise-section .expertise-main-div{
        margin-bottom:0px;
    }
    
    .banner-form .quick-contact .all-default-ccontent.abttt{
        padding-bottom:0px !important;
        margin-bottom:0px !important;
    }
    
}

@media (min-width:575px) and (max-width:767px) {
    
    .banner-form .quick-contact {
        padding: 20px;
    }
}

@media (min-width:767px) and (max-width:992px) {
    
    section.banner-section {
        height: 500px;
    }
    
    section.expertise-section .expertise-main-div{
        height:350px !important;
    }
    
    .banner-form .quick-contact {
        padding: 20px;
        margin-top:0px !important;
    }
    
    .banner-form input,
    .banner-form select,
    .banner-form textarea,
    .quick-form input,
    .quick-form select,
    .quick-form textarea,
    .banner-form input::placeholder,
    .banner-form textarea::placeholder,
    .quick-form input::placeholder,
    .quick-form textarea::placeholder {
        font-size: 12px !important;
    }
    
    .banner-form .quick-contact .all-default-ccontent.abttt {
        padding-bottom: 0px;
    }
        
    .banner-form .quick-form form .form-group textarea {
        padding: 0px 30px 5px 30px;
        height:50px;
    }
    
    .banner-form .quick-form form .form-group input, .banner-form .quick-form form .form-group select, .banner-form .quick-form input#captcha {
        padding: 0px 30px 0px 30px !important;
    }
    
    .banner-form .form-group select{
        font-size:12px !important;
    }

      
}

@media (min-width:993px) and (max-width:1200px) {
    
    section.expertise-section .expertise-main-div .expertise-cont h2 {
        font-size: 27px !important;
    }
    
}

