.partnerField{
    width: 100%;
    height: min-content;
}
.partnerSection{
    width: 83%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 203px;
    margin: 0px auto 0px;
}
.partnerSectionLogo{
    width: 83%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 100px 160px;
    padding-top: 150px;
    margin: 0 auto;
    min-height: 600px;
    padding-bottom: 50px;
}
.partner-logo-field{
    margin-top: 12px;
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 20px;
    margin-bottom: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 3px 9px 0 #afacac;
    box-sizing: border-box;
}
.partner-logo-field img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.firstRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
    height: min-content;
}
.careerField{
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
}
.firstRowField{
    width: 75%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.firstRowTitle{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0B460B;
}
.firstRowContent{
    margin-top: 28px;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: black;
}
.secondRow{
    margin-top: 75px;

}
.secondRowTitle{
    width: 100%;
    margin-bottom : 30px;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 47px;
    text-align: left;
    color: #0B460B;
}
.partnersMain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.secondRow .partner-info{
    height: 262px;
    width: 250px !important;
    outline: none;
    text-decoration: none !important;
}
.partnerImgCarrer > img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.parnerSectionSliderCarrer{
    margin-top: 50px;
}
.slideTitle{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0B460B;
}
.titleFieldCarousel{
    text-align: center;
    /*margin: 29px auto 0px;*/
}
.carousel-indicators li, .carousel-indicators .active {
    width: 42px;
    margin-left: 20px;
    height: 8px;
}
.thirdRow{
    width: 91%;
    height: 312px;
    margin: 165px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 83px;
}
.mapField{
    width: 73%;
    height: 312px;
    border-radius: 28px;
    overflow: hidden;
}
.mapField > div{
    width: 100%;
    height: 100%;
}
.contactField{
    width: 23%;
    min-width: 223px;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 13px;
}
.addressField > img, .emailField > img, .phoneField > img, .siteField > img, .socialField > a > img{
    width: 24px;
    height: 24px;
}
.addressField > span{
    margin-left: 20px;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0B460B;
}
.emailField > a, .phoneField > a, .siteField > a{
    margin-left: 20px !important;
    font-family: 'MontserratArm_', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0B460B !important;
    text-decoration: none !important;
}
.socialField > a{
    text-decoration: none;
}
.socialField > a:nth-child(2){
    margin-left: 20px;
}
.parnerSectionSlider{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 4rem;
}
.parnerSectionSlider > .slick-list > .slick-track > .slick-slide > div > .partner-info{
    width: 295px !important;
}
.secondRow{
    /*width: 88%;*/
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.secondRow .owl-carousel{
    width: 100%;
}
.compLogo{
    width: 142px;
    height: 94px;
}
.gap-3{
    gap:20px;
}
.parnerImagesBlcok{
    margin-top: 40px;
    flex-wrap:wrap;
}
.partner_img{
    border-radius: 30px;
    margin-top: 2em;
}
@media (min-width: 1800px){
    .col_custom{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.secondRow .owl-dots{
    display: flex;
    justify-content: center;
}
.partnerImg{
    margin-top: 12px;
    height: min-content;
    padding: 20px 20px;
    margin-bottom: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 3px 9px 0 #afacac;
}
.careerField .partnerImgCarrer{
    height: min-content;
}
.careerField{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 50px 20px;
    height: min-content;
}
@media screen and (max-width: 1370px) {
    .careerField{
        grid-template-columns: repeat(3,1fr);
        gap: 30px 20px;
    }
}
@media screen and (max-width: 1000px) {
    .careerField{
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 500px) {
    .careerField{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
}
.careerField .partner-info{
    width: 100%;
    height: min-content;
    gap: 20px;
}
.parnerSectionSliderCarrer .owl-carousel{
    width: 100%;
}
.parnerSectionSliderCarrer .owl-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.careerSlider .partnerImgCarrer{
    margin-top: 12px;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    background: white;
    border-radius: 20px;
    box-sizing: border-box;
}
.careerSlider .partner-info {
    width: unset;
}
.careerSlider .partner-info img{
    object-fit: cover;
}
@media screen and (max-width: 670px) {
    .careerSlider .partnerImgCarrer{
        height: 250px;
    }
}
@media screen and (max-width: 700px) {
    .partnerSectionLogo{
        width: 83%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 150px;
        margin: 0 auto;
        min-height: 600px;
        padding-bottom: 50px;
    }
    .partner-logo-field {
        height: 200px;
        width: 250px;
    }
}
@media (max-width: 670px){
    .secondRow .owl-carousel{
        width: 260px;
    }
}
@media screen and (max-width: 1130px) {
    .contactField{
        width: max-content;
    }
    .firstRow {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: min-content;
    }
    .firstRowContent {
        text-align: left;
    }
    .firstRowField {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .firstRow > img{
        margin: 30px 0px;
    }
}
@media screen and (max-width: 600px) {
    .firstRow > img{
        margin: 20px 0px;
        width: 100px;
        height: auto;
    }
    .thirdRow {
        margin: 50px auto 0px;
    }
}
@media screen and (max-width: 1300px) {
    .thirdRow {
        width: 100%;
    }
}
@media screen and (max-width: 1130px) {
    .thirdRow {
        height: min-content;
        margin: 165px auto 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        margin-bottom: 83px;
    }
    .mapField {
        width: 100%;
        height: 312px;
        border-radius: 28px;
        overflow: hidden;
    }
    .contactField {
        margin-top: 50px;
        height: min-content;
    }
    /*.contactField > div{*/
    /*    margin: 10px 22px;*/
    /*}*/
}




























