
.transparency-wrapper {
    margin-top: 195px;
}

.transparency-tags span {
    color: #fff;
    background: var(--front_main_color);
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.transparency-title-box span {
    color: var(--front_main_color);
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;

}

.transparency-title-box h1 {
    font-size: 62px;
    line-height: 78px;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 10px;
}

.transparency-title-box p {
    text-align: center;
    margin-bottom: 15px;

}

.contact-form-box{
    padding-top: 95px;
}

.get-contact-title h4{
    font-size: 20px;
    line-height: 28px;
    color: var(--title-color);
}

.get-link-box ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
}
.get-link-box ul li img{
    width: 20px;
    height: 20px;
}
.get-link-box ul li a{
    font-size: 18px;
    color: var(--text-color);
}
.get-link-box{
    padding: 15px 0;
}

.get-link-box h5{
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 10px;
}

.get-in-text p{
    max-width: 60%;
    margin-bottom: 20px;
}
.get-in-text span{
    font-size: 18px;
    color: var(--text-color);
}

.contact-form{
    padding: 40px;
    border-radius: 10px;
    background: #024c5b14;
}

.contact-input-box input{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    color: var(--title-color);
}

.contact-form-title{
    margin-bottom: 20px;
}

.contact-input-box textarea{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    color: var(--title-color);
    margin-bottom: 15px;
}
.contact-input-box select{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    color: var(--title-color);
    margin-bottom: 15px;
}

.contact-form-btn a{
    display: block;
    text-align: center;
}

.get-contact-main-box{
    max-width: 70%;
    margin: auto;
}


/* slider */


.slider-wrapper {
    padding: 30px 0;
    background: var(--background_main_color);
}

.slider-customers-img {
    margin-bottom: 60px;
}

.customers-title h3 {
    color: #fff;
    margin-bottom: 40px;
}

.customers-view-link a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-card-box {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
}

.slider-text-box p {
    padding: 20px 0;
}

.slider-card-title h5 {
    color: var(--title-color);
    font-size: 18px;
    line-height: 28px;
}

.slider-card-img h4 {
    width: 80px !important;
    height: 80px;
    border-radius: 50% 50% 50% 50%;
    background: #eee;
    color: var(--title-color);
    font-size: 46px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav {
    display: none;
}

.slider-wrapper .owl-dots {
    text-align: center
}

.slider-wrapper .owl-dots button.active {
    background: var(--text-color);
}

.slider-wrapper .owl-dots button {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
}

.slider-wrapper .owl-dots button:last-child {
    display: none;
}

.slider-customers-box {
    padding: 0 40px;
}

.get-in-btn a img{
    vertical-align: text-top;
}

/* map */
.map-main-box{
    padding-top: 60px;
}
.map-main-box iframe{
    width: 100%;

}


/* dropdown */
.dropdown-main-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}


.dropdown,
.dropleft,
.dropright,
.dropup {
    margin-bottom: 0px;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
    display: none;
}

.select {
    cursor: pointer;
    /* display: inline-block; */
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: black;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.styledSelect {
    background-color: white;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    color: var(--text-color);
    margin-bottom: 15px;
    border-radius: 5px;
}

.styledSelect:after {
    content: "";
    width: 30px;
    background: url(../images/down-arrow-5-svgrepo-com.svg);
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
}


/* .styledSelect:active,
.styledSelect.active {
    background-color: #eee;
} */

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ddd;
    background-color: white;
    margin-top: 20px;
    padding: 15px 10px;
    border-radius: 10px;
}

.options li {
    padding: 0 6px;
    margin: 0 0;
    color: var(--title-color);
    height: unset;
    box-shadow: unset !important;
    font-size: 16px;
    padding: 10px;
}

.input-box.dropdown.number-city {
    display: flex;
    gap: 10px;
}

.options li:hover {
    background-color: #39f;
    color: white;
}


/* responsive css */
@media (max-width: 1655px){
    .get-contact-main-box{
        max-width: 100%;
        margin: auto;
    }
}


@media (max-width: 1199px){
    .slider-customers-box {
        padding: 0 20px;
    }
}
@media (max-width: 991px){
    .slider-wrapper {
        padding: 60px 0;
    }
    
    .transparency-card-box {
        height: unset;
        margin-bottom: 20px;
    }
    .transparency-margin {
        margin-top: 0;
    }
    .contact-form{
        margin-top: 20px;
    }
    .contact-form-box {
        padding-top: 20px;
    }
    .map-main-box {
        padding-top: 30px;
    }
    .transparency-wrapper {
        margin-top: 175px;
    }
    .transparency-title-box h1 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 767px){
    
    .slider-customers-img {
        margin-bottom: 20px;
    }

    .customers-title h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .slider-customers-box {
        padding: 0;
        padding-top: 10px;
    }

    .slider-card-box {
        padding: 20px;
    }

    .slider-card-img h4 {
        width: 60px !important;
        height: 60px !important;
        font-size: 30px;
    }

    .slider-text-box p {
        padding: 15px 0;
    }

    .slider-wrapper {
        padding: 40px 0;
    }

    .transparency-title-box h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .transparency-title-box span {
        font-size: 14px;
    }

    .transparency-listing-box h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .transparency-listing-box ul li {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 10px;
    }

    .transparency-tags span {
        padding: 8px;
        font-size: 12px;
    }

    .transparency-card-box {
        padding: 20px;
    }
    .get-link-box ul li a{
        font-size: 16px;
    }
    .get-link-box ul li{
        margin-bottom: 5px;
    }
    .get-contact-title h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .get-link-box h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .get-in-text span {
        font-size: 16px;
    }  
    .contact-form-box {
        padding-top: 10px;
    } 
    .contact-input-box input{
        font-size: 14px;
    } 
    .contact-form {
       padding: 20px;
    }
    .contact-input-box select{
        font-size: 14px;
    } 
    .contact-input-box textarea {
        font-size: 14px;
    } 
    .customers-view-link a {
        text-align: center;
        display: block;
    }
    .transparency-wrapper {
        margin-top: 160px;
    }
}

@media (max-width: 480px){
    .transparency-wrapper {
        margin-top: 160px;
    }
    .transparency-title-box h1 {
        font-size: 26px;
        line-height: 30px;
    }
}