/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.img-wrap-common img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****common*************/

.inner_banner_section {
    position: relative;
}

.inner_banner_section .slick-slide {
    height: auto;
}

.banner_image {
    background: #961010;
}

.banner_image>div {
    display: block !important;
}

.banner_image img {
    opacity: 0.6;
    display: block;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
}

.banner_content .main_title {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
}

.partner_today_sec {
    max-width: 1115px;
    margin: 0 auto;
    padding: 65px 15px 170px;
    position: relative;
}

.partner_today_sec .today_img {
    display: inline-block;
    vertical-align: top;
    background: #5B0B0B;
}

.sponsor_today.partner_today_sec .today_img {
    background: #DC1A1A;
}

.partner_today_sec .today_img>div {
    display: block !important;
}

.partner_today_sec .today_img img {
    opacity: 0.8;
    display: block !important;
    width: 700px;
}

.partner_today_sec .today_text {
    position: absolute;
    left: 56%;
    top: 205px;
}

.partner_today_sec .today_text h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 13px;
    margin: 0 0 20px;
}

.partner_today_sec .button {
    position: absolute;
    bottom: 121px;
    left: 420px;
}

.partner_today_sec .main_btn {
    height: 104px;
    line-height: 104px;
    color: #fff;
    padding: 0 155px 0 50px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 4px;
    display: block;
    background: #000;
    position: relative;
    /*animation: swing2 ease-in-out 1s infinite alternate;*/
}

@keyframes swing2 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.partner_today_sec .main_btn::before,
.gallery_sec button::before {
    content: "";
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 24px;
    background: url("../images/sprite.png") no-repeat 0 -40px;
    margin: auto;
}

.sponsor_today .button>a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 45px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.portner_logo li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/partner-bg.png") no-repeat;
    background-size: 100% 100%;
}

.black_back_sec {
    position: relative;
    max-width: 1085px;
    padding: 60px 70px 70px 65px;
}

.black_back_sec .cont_sec {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
}

.black_back_sec .black_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 50px 105px 50px 155px;
    max-width: 100%;
    font-size: 18px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    z-index: 0;
}

.black_back_sec .black_img::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 116px;
    width: 87px;
    background: -webkit-gradient(linear, right bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.partner_oppurtunity {
    position: relative;
    padding: 200px 0 150px;
}

.partner_oppurtunity::before {
    content: "";
    position: absolute;
    right: -410px;
    top: 0;
    width: 760px;
    height: 760px;
    background: url("../images/banner-2.png") no-repeat;
}

.partner_oppurtunity::after {
    content: "";
    position: absolute;
    right: 0;
    top: -225px;
    width: 76px;
    height: 155px;
    background: url(../images/dot-img2.png) no-repeat;
    z-index: 9;
}

.partner_oppurtunity .main_title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.partner_oppurtunity ul {
    max-width: 1000px;
    margin: 38px auto 0;
    padding: 0 15px 0;
    display: flex;
}

.partner_oppurtunity ul li {
    width: 30%;
    margin-right: 6%;
}

.partner_oppurtunity ul li:nth-child(3) {
    margin-right: 0;
}

.partner_oppurtunity ul li>div:first-child>div {
    transform: translateY(0);
    transition: all 0.7s ease-out;
}

.partner_oppurtunity ul li>div:first-child>div:hover {
    transform: translateY(-15px);
}

.partner_oppurtunity ul li h4 {
    font-size: 17px;
    color: #2D2D2D;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 25px 10px 0 0;
}

.our_partner_sec {
    padding: 100px 0 250px;
    position: relative;
}

.our_partner_sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 532px;
    width: 110px;
    background: url("../images/career-bg1.png") no-repeat right;
}

.our_partner_sec h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 10px;
    margin: 0 0 25px;
}

.portner_logo {
    max-width: 1080px;
    margin: 56px auto 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}

.portner_logo .img-wrap-common img {
    height: auto;
    width: auto;
}

.portner_logo li {
    max-width: 190px;
    height: 190px;
    /*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
    width: 18.4%;
    margin: 0 2% 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.portner_logo li:nth-child(5n) {
    margin-right: 0;
}

.gallery_sec {
    position: relative;
    padding-bottom: 100px;
}

.gallery_sec h2 {
    font-weight: bold;
    font-size: 40px;
    color: #535353;
    text-align: center;
    letter-spacing: 10px;
}

.gallery_sec h2>span {
    color: #535353;
}

.gallery_sec>div {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery_sec img {
    width: 31.6%;
    margin: 30px 2.5% 0px 0 !important;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 380px;
}

.gallery_sec img:nth-child(3n) {
    margin-right: 0 !important;
}

.gallery_sec img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
}

.gallery_sec button {
    height: 74px;
    line-height: 74px;
    padding: 0 115px 0 50px;
    border: 0;
    background: #000000;
    color: #fff;
    display: block;
    margin: 65px auto 0px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
    cursor: pointer;
}

.sponsor_today.partner_today_sec .today_img {
    background: #DC1A1A;
}

.sponsor_today.partner_today_sec .button {
    bottom: 120px;
}

.sponsor_today.partner_today_sec .main_btn {
    animation: none;
}
.pre-vendor-sec .img-wrap-common img {
    height: auto;
    object-fit: unset;
}
.right_trustText {
    position: absolute;
    right: 0;
    bottom: 276px;
}
.right_trustText {
    bottom: 356px;
}
.right_trustText>div {
    transform: rotate(-90deg);
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
}
.right_trustText>div::before {
    content: "";
    position: absolute;
    right: 118%;
    height: 1px;
    width: 64px;
    background: #000000;
    top: auto;
    bottom: 2px;
}
.partner_oppurtunity::before {
    background: unset !important;
}
.partner_oppurtunity ul li h4 {
    text-align: center;
}
.partner_oppurtunity p {
    text-align: center;
    margin-top: 10px;
}
@media (min-width: 1920px) and (max-width: 3000px) {
    .right_trustText {
        right: 30px;
        bottom: 306px;
    }
}
@media (min-width: 1920px) and (max-width: 3000px) {
    .right_trustText {
        bottom: 436px;
    }
}

/*******************responsive***********************************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .black_back_sec {
        padding: 60px 80px 70px 20%;
        max-width: 75%;
    }

    .partner_oppurtunity::before {
        right: -150px;
        top: 60px;
    }

    .our_partner_sec::before {
        left: -320px;
        bottom: -210px;
        height: 752px;
        width: 752px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {

    /*.partner_today_sec {
	    margin: 0 0 0 17%;
	}*/
    .black_back_sec {
        max-width: 80%;
        padding: 60px 70px 70px 17%;
    }

    .black_back_sec .cont_sec {
        text-align: left;
        padding-left: 15px;
    }

    .partner_oppurtunity_::after {
        width: 155px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .partner_oppurtunity::before {
        right: -380px;
        width: 600px;
        height: 630px;
        background-size: 600px;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner_content .main_title {
        font-size: 43px;
    }

    .partner_today_sec .today_img {
        width: 626px;
    }

    .partner_today_sec .today_text h2 {
        font-size: 38px;
        letter-spacing: 8px;
        margin: 0 0 10px;
    }

    .partner_today_sec {
        margin: 0 0 0 35px;
        margin: 0;
    }

    .black_back_sec {
        max-width: 835px;
        padding: 60px 70px 70px 50px;
    }

    .portner_logo li {
        height: 160px;
    }

    .partner_oppurtunity::after {
        right: -30px;
    }

    .gallery_sec img {
        height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_content .main_title {
        font-size: 33px;
    }

    .partner_today_sec {
        padding: 100px 15px 100px;
        margin: 0 0 0;
    }

    .partner_today_sec .today_img {
        width: 501px;
    }

    .partner_today_sec .today_text {
        left: 61%;
        top: 105px;
    }

    .partner_today_sec .today_text h2 {
        font-size: 28px;
        letter-spacing: 5px;
        margin: 0 0 10px;
    }

    .partner_today_sec .button {
        bottom: 100px;
        left: 200px;
    }

    .sponsor_today.partner_today_sec .button {
        bottom: 100px;
    }

    .partner_today_sec .main_btn {
        height: 94px;
        line-height: 94px;
        padding: 0 115px 0 50px;
    }

    .black_back_sec {
        max-width: 665px;
        padding: 40px 30px 40px 15px;
    }

    .partner_oppurtunity {
        padding: 140px 0 100px;
    }

    .partner_oppurtunity::before {
        right: -350px;
        width: 600px;
        height: 600px;
        background-size: 600px;
    }

    .partner_oppurtunity ul {
        margin: 55px auto 0;
    }

    .partner_oppurtunity ul li {
        width: 32%;
        margin-right: 4%;
    }

    .partner_oppurtunity ul li h4 {
        font-size: 18px;
        line-height: 32px;
        padding: 25px 0 0;
    }

    .our_partner_sec {
        padding: 0px 0 200px;
    }

    .portner_logo li {
        height: 160px;
        width: 23.4%;
        margin: 0 2% 20px 0;
    }

    .portner_logo li:nth-child(5n) {
        margin-right: 2%;
    }

    .portner_logo li:nth-child(4n) {
        margin-right: 0;
    }

    .gallery_sec img {
        height: 230px;
    }

    .partner_oppurtunity::after {
        right: -60px;
    }
}

@media (max-width: 767px) {
    .banner_content .main_title {
        font-size: 25px;
        text-align: left;
        padding: 0 15px;
        max-width: 350px;
    }

    .partner_banner_image__1KBkg img {
        height: 160px;
    }

    .partner_today_sec {
        padding: 60px 15px 60px;
        margin: 0 auto;
        max-width: 470px;
    }

    .partner_today_sec .today_img {
        width: 100%;
        position: relative;
    }

    .partner_today_sec .today_img::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        height: 40px;
        background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
        opacity: 1;
        z-index: 99;
    }

    .partner_today_sec .today_text {
        left: 61%;
        top: 105px;
    }

    .partner_today_sec .today_text h2 {
        font-size: 28px;
        letter-spacing: 5px;
        margin: 0 0 10px;
    }

    .partner_today_sec .button {
        bottom: 64px;
        left: 200px;
    }

    .partner_today_sec .main_btn {
        height: 94px;
        line-height: 94px;
        padding: 0 115px 0 50px;
    }

    .black_back_sec {
        max-width: 665px;
        padding: 25px 30px 25px 25px;
    }

    .black_back_sec .black_img::after {
        height: 44px;
        width: 30px;
    }

    .black_back_sec .cont_sec {
        line-height: 25px;
        font-size: 14px;
    }

    .partner_oppurtunity {
        padding: 80px 0 80px;
    }

    .partner_oppurtunity::before {
        right: -90px;
        width: 300px;
        height: 540px;
        background-size: 547px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .partner_oppurtunity .main_title {
        font-size: 24px;
        letter-spacing: 2px;
        padding: 0 15px;
        text-transform: uppercase;
    }

    .partner_oppurtunity ul {
        margin: 35px auto 0;
        flex-wrap: wrap;
    }

    .partner_oppurtunity ul li {
        width: 100%;
        margin: 0 auto 50px;
        max-width: 315px;
        text-align: left;
    }

    .partner_oppurtunity ul li:nth-child(3) {
        margin: 0 auto;
    }

    .partner_oppurtunity ul li .opp_img * {
        width: 100%;
        display: block;
    }

    .partner_oppurtunity ul li h4 {
        font-size: 18px;
        line-height: 32px;
        padding: 10px 0 0;
        letter-spacing: 1px;
    }

    .our_partner_sec {
        padding: 0px 0 80px;
    }

    .our_partner_sec::before {
        height: 362px;
        width: 70px;
        background-size: 400px;
        opacity: 0;
    }

    .our_partner_sec h2,
    .gallery_sec h2 {
        font-size: 24px;
        letter-spacing: 3px;
        font-weight: 800;
    }

    .portner_logo {
        margin: 30px auto 0;
        justify-content: center;
    }

    .portner_logo li {
        height: 100px;
        width: 100%;
        margin: 0 auto 20px;
        max-width: 105px;
        padding: 20px;
    }

    .portner_logo li:nth-child(2n),
    .portner_logo li:nth-child(5n) {
        margin: 0 auto 20px;
    }

    .portner_logo li img {
        width: auto !important;
        height: auto !important;
    }

    .gallery_sec img {
        width: 50%;
        margin: 25px auto 0 !important;
        height: 148px;
        max-width: 148px;
        object-fit: contain;
    }

    .gallery_sec img:nth-child(3n) {
        margin: 25px auto 0 !important;
    }

    .gallery_sec button {
        height: 64px;
        line-height: 64px;
        padding: 0 85px 0 0px;
        margin: 30px auto 0;
        font-size: 17px;
    }

    .partner_today_sec .main_btn::before,
    .gallery_sec button::before {
        right: 20px;
    }

    .partner_oppurtunity::after {
        opacity: 0;
    }

    .gallery_sec button {
        margin: 30px auto 0px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 60px 0 30px;
    }

    .gallery_sec button::before {
        right: 20px;
    }

    .partner_today_sec .today_text h2 .white_title {
        color: #DF1E26;
    }

    .partner_today_sec.sponsor_today .today_text {
        margin-top: -30px;
    }

    .partner_today_sec.sponsor_today .today_text h2:first-child>span {
        color: #fff;
    }

    .partner_today_sec .today_text {
        left: 0;
        top: 115px;
        position: static;
        margin: 25px 0 0;
        max-width: 300px;
    }

    .partner_today_sec .today_text h2 {
        font-size: 24px;
        letter-spacing: 2px;
        margin: 0 0 3px;
        font-weight: 800;
        display: inline-block;
    }

    .partner_today_sec .button {
        position: static;
        text-align: center;
        margin: 40px 0 0;
    }

    .partner_today_sec .main_btn {
        height: 48px;
        line-height: 48px;
        padding: 0 65px 0 30px;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 1px;
    }

    .sponsor_today .button>a::after {
        opacity: 0;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    .black_back_sec .black_img::after {
        height: 95px;
        width: 65px;
    }

    .gallery_sec img {
        max-width: 190px;
        height: 190px;
    }

    .portner_logo li {
        height: 190px;
        max-width: 190px;
    }

    .partner_oppurtunity ul li {
        max-width: 345px;
    }
}

@media (max-width: 479px) {
    .partner_today_sec .today_img {
        width: 100%;
    }




}








/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

**/