/*****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;
    margin: 0 0 190px;
}

.inner_banner_section::before {
    position: absolute;
    right: 0;
    bottom: -73px;
    width: 70px;
    height: 155px;
    background: url(../images/dot-img2.png) no-repeat;
    z-index: 9;
    content: "";
}

.banner_image {
    background: #8F2A2A;
}

.banner_image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.banner_image img {
    opacity: 0.5;
    height: 536px;
    object-position: top;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_content h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 75px;
    text-align: center;
}

.banner_content>div {
    position: absolute;
    left: 0;
    bottom: -112px;
    padding: 50px 105px 50px 155px;
    max-width: 1090px;
    font-size: 18px;
    line-height: 45px;
    /*background: rgba(0,0,0,0.8);*/
    color: #fff;
    letter-spacing: 2px;
}

/*.banner_content > div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 116px;
    width: 87px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}*/
.banner_content>div span {
    position: relative;
}

.wrap_postion_cat {
    position: relative;
}

.wrap_postion_cat::before {
    content: "";
    position: absolute;
    left: -30px;
    top: auto;
    bottom: -190px;
    height: 570px;
    width: 190px;
    background: url("../images/menu-bg2.png") right;
    background: url("../images/banner-2.png") right;
}

.wrap_postion_cat::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -130px;
    width: 110px;
    height: 155px;
    background: url("../images/dot-img2.png") no-repeat;
    z-index: 9;
}

.position_category {
    padding: 155px 15px 90px;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.cat_sec {
    width: 32%;
    margin-right: 2%;
    font-size: 18px;
    color: #6C6C6C;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.cat_sec:nth-child(3n) {
    margin-right: 0;
}

.cat_sec h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 0 20px;
}

.cat_sec>div:last-child {
    padding-top: 60px;
}

.cat_sec>div>div::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 135px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    z-index: 9;
}

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

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

.avail_position {
    max-width: 1130px;
    margin: 0 auto 170px;
    padding: 100px 15px 35px;
    position: relative;
}

.avail_position table {
    width: 100%;
    border-collapse: collapse;
}

.avail_position table thead td {
    font-size: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 0 0 20px 75px;
    letter-spacing: 2px;
}

.avail_position table tbody td {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 23px 0 20px 52px;
    text-shadow: 0 0 BLACK;
}

.avail_position table tbody td:nth-child(2n) {
    min-width: 440px;
}

.avail_position table tbody td:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.avail_position table tbody td a {
    border: 1px solid #000000;
    height: 57px;
    font-size: 11px;
    font-weight: 800;
    display: block;
    line-height: 57px;
    padding: 0 40px 0 30px;
    border-radius: 10px;
    position: relative;
    width: 200px;
    text-shadow: none;
    margin: 0 0 0 auto;
}

.avail_position table tbody td a::before {
    content: "";
    background: url("../images/sprite2.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 14px;
    margin: auto;
}


.our_ofiices_sec {
    padding: 140px 0px 0;
    position: relative;
    /*max-width: 1325px;*/
    margin: 0 auto;
}

.office_lists {
    max-width: 1325px;
    margin: 0 auto;
    padding: 0 15px;
}

.our_ofiices_sec .warely_backlogo {
    top: 140px;
}

.our_ofiices_sec h2.main_title {
    padding: 85px 0;
    text-align: center;
    font-size: 45px;
    color: #000;
    letter-spacing: 15px;
}

.office_lists {
    padding-left: 65px;
}

.office_lists li .office_sec>div>div::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    width: 168px;
    height: 251px;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.office_lists li:last-child .office_sec>div>div::before {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.office_sec h4 {
    font-size: 20px;
    letter-spacing: 7px;
    margin: 20px 0 0 10px;
}

.office_lists li:first-child {
    padding-bottom: 35px;
}

.office_lists>li {
    display: flex;
    align-items: center;
    position: relative;
}

.office_lists>li:last-child {
    flex-direction: row-reverse;
}

.office_lists>li .cont_sec {
    width: 41%;
    color: #6C6C6C;
    font-size: 18px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 39px;
}

.office_lists>li:last-child .cont_sec {
    padding: 0 39px 0 0;
}

.office_lists>li .office_sec {
    width: 70%;
    text-align: left;
    padding-right: 20px;
}

.office_lists>li:last-child .office_sec {
    text-align: right;
    padding: 0 0 0 20px;
}

.office_lists>li:last-child h4 {
    text-align: left;
    margin-left: 0;
}

/*.office_lists > li:last-child::before {
    content: "";
    position: absolute;
    right: -320px;
    top: -335px;
    background: url("../images/career-bg1.png") no-repeat right top;
    width: 735px;
    height: 735px;
    border-radius: 100%;
}*/
.office_lists>li .office_sec span.address {
    display: block;
    text-align: left;
    padding-left: 195px;
    font-size: 18px;
    font-weight: 500;
    color: #6C6C6C;
    letter-spacing: 2px;
    margin: -23px 0 0;
}

.gallery_sec {
    padding: 160px 15px 127px;
    max-width: 1250px;
    margin: 0 auto;
}


.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;
}


html .react-images__positioner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.react-images__blanket.css-16jr3vd.css-1ycyyax {
    display: none;
}

html .react-images__dialog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

html .react-images__dialog>.react-images__container {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    height: auto;
    display: block;
}

html .react-images__dialog main.react-images__pager {
    width: 50%;
    flex: none !important;
    margin-right: auto;
    float: left;
}

html .react-images__dialog main.react-images__pager img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html .react-images__dialog .react-images__footer {
    position: static;
    width: 48%;
    margin-left: auto;
    transform: none !important;
    opacity: 1 !important;
    float: right;
    padding: 70px 0 0 !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
}

html .react-images__dialog .react-images__footer span.react-images__footer__caption {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

html .react-images__dialog .react-images__footer span.react-images__footer__count {
    display: none;
}

html .react-images__dialog nav.react-images__navigation {
    position: absolute;
    right: -286px;
    opacity: 1;
    bottom: 0px;
    width: 182px;
    height: 75px;
    border-radius: 5px;
}

html .react-images__dialog nav.react-images__navigation button {
    width: 91px;
    background: #fff;
    border-radius: 0;
    height: 75px;
    margin: 0;
    position: static;
}

html .react-images__dialog nav.react-images__navigation button:first-child {
    border-radius: 5px 0 0 5px;
    background: #A51A1A;
}

html .react-images__dialog nav.react-images__navigation button:last-child {
    border-radius: 0 5px 5px 0;
    color: #000000;
}

html .react-images__dialog nav.react-images__navigation button:last-child:hover {
    background: #A51A1A;
    color: #fff;
}

html .react-images__dialog nav.react-images__navigation button:first-child:hover {
    background: #fff;
    color: #000;
}

/*******new-changes**********************/
.inner_banner_section .scroll-button {
    margin: 0px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -190px;
}

.avail_position .main_title {
    font-size: 45px;
    letter-spacing: 20px;
    text-align: center;
    margin: 0 0 40px;
}

html .layout_page p {
    margin: 0;
}

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

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

/*******new-changes**********************/
ul.available_mobile {
    display: none;
}

.cont_sec.aos-init.aos-animate {
    display: none;
}

/*27-9-2021*/
body .testimonial_sec .vid_bttn {
    display: none;
}

body .testi_content {
    left: 50%;
}


/*27-9-2021*/
/***************responsive***************************************************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .inner_banner_section {
        margin: 0 0 320px;
    }

    .office_lists li:first-child img {
        width: 1000px;
    }

    .office_lists>li:last-child .office_sec>div>div {
        display: block !important;
    }

    .banner_content>div {
        padding: 80px 105px 80px 18%;
        max-width: 80%;
        font-size: 18px;
        line-height: 34px;
    }

    .inner_banner_section .scroll-button {
        bottom: -320px;
    }

    .wrap_postion_cat::before {
        left: 0;
        top: auto;
        bottom: 0;
        height: 754px;
        width: 331px;
        background: url("../images/banner-2.png") right;
    }

    .wrap_postion_cat::after {
        width: 155px;
        height: 155px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner_content h2 {
        top: 40%;
        font-size: 42px;
        letter-spacing: 20px;
        line-height: 65px;
    }

    .banner_content>div {
        padding: 40px 55px 40px 45px;
        max-width: 840px;
        font-size: 18px;
        line-height: 40px;
    }

    .avail_position table thead td {
        font-size: 24px;
        padding: 0 0 20px 15px;
    }

    .avail_position table tbody td {
        padding: 10px 0 30px 15px;
    }

    .office_lists {
        padding-left: 15px;
    }

    .office_lists>li:last-child::before {
        right: -380px;
        top: -265px;
    }

    .office_lists>li:last-child .cont_sec {
        line-height: 30px;
    }

    .office_lists>li:last-child img {
        height: 370px;
        object-fit: cover;
    }

    .inner_banner_section::before {
        right: -30px;
    }

    .gallery_sec img {
        height: 300px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_content h2 {
        top: 40%;
        font-size: 34px;
        letter-spacing: 15px;
        line-height: 55px;
    }

    .banner_content>div {
        bottom: -94px;
        padding: 30px 25px 30px 15px;
        max-width: 660px;
        font-size: 15px;
        line-height: 30px;
    }

    .position_category {
        padding: 100px 15px 100px;
    }

    .cat_sec>div>div::before {
        width: 60px;
        height: 75px;
    }

    .cat_sec>div:last-child {
        padding-top: 40px;
    }

    .avail_position {
        padding: 0px 15px 35px;
        margin: 0 auto 70px;
    }

    .avail_position .main_title {
        font-size: 35px;
        margin: 0 0 30px;
        letter-spacing: 14px;
    }

    .avail_position table thead td {
        font-size: 20px;
        padding: 0 0 20px 15px;
    }

    .avail_position table tbody td {
        padding: 10px 0 20px 15px;
        font-size: 16px;
    }

    .avail_position table tbody td a {
        font-size: 9px;
        padding: 0 29px 0 15px;
        width: 158px;
    }

    .our_ofiices_sec {
        padding: 140px 0 0;
    }

    .our_ofiices_sec h2.main_title {
        padding: 30px 0;
        font-size: 45px;
    }

    .office_lists {
        padding-left: 15px;
    }

    .office_lists li:first-child {
        padding-bottom: 100px;
    }

    .office_lists li:first-child .office_sec>div>div {
        width: 550px;
        height: 330px;
    }

    .office_lists li:first-child .office_sec>div>div::before {
        width: 168px;
        height: 171px;
    }

    .office_lists>li:last-child::before {
        right: -170px;
        top: -205px;
        width: 405px;
        height: 405px;
        background-size: 405px;
    }

    .office_lists>li:last-child .cont_sec {
        font-size: 15px;
        line-height: 30px;
        padding-right: 0;
    }

    .office_lists>li:last-child img {
        height: 310px !important;
        object-fit: cover;
    }

    .gallery_sec img {
        height: 250px;
    }

    .inner_banner_section::before {
        right: -50px;
    }

    .our_ofiices_sec .warely_backlogo {
        top: 114px !important;
    }

    .cat_sec .cat_image img {
        height: auto !important;
    }

    /******16-07-2021**********/
    .office_sec h4 {
        font-size: 16px;
        letter-spacing: 3px;
        margin: 20px 0 0 10px;
    }

    .office_lists>li .office_sec span.address {
        padding-left: 145px;
        font-size: 14px;
        margin: -23px 0 0;
    }

    .office_lists>li .cont_sec {
        width: 35%;
        font-size: 14px;
        line-height: 30px;
        padding-left: 0;
    }

    .avail_position table tbody td:nth-child(2n) {
        min-width: 200px;
    }

    .wrap_postion_cat::after {
        bottom: -70px;
        width: 63px;
    }

    /******16-07-2021**********/
    ul.testi_lists .testi_left img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 767px) {
    .inner_banner_section {
        margin: 0 0 270px;
    }

    .banner_image img {
        height: 536px;
    }

    .banner_content h2 {
        top: 40%;
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 39px;
        width: 247px;
        text-align: left;
        left: 20px;
        transform: translateY(-50%);
    }

    .banner_content>div {
        bottom: -75px;
        padding: 30px 40px 30px 25px;
        max-width: 570px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

    html .text_backblack::after {
        height: 50px;
        width: 32px;
    }

    .inner_banner_section .scroll-button {
        bottom: -255px;
    }

    .position_category {
        padding: 60px 15px 60px;
    }

    .cat_sec {
        width: 100%;
        font-size: 12px;
        max-width: 345px;
        margin: 0 auto 40px;
        color: #000000;
        font-weight: 600;
    }

    .cat_sec:nth-child(3n) {
        margin: 0 auto 40px;
    }

    .cat_sec>div>div::before {
        width: 60px;
        height: 75px;
    }

    .cat_sec>div:last-child {
        padding-top: 20px;
    }

    .cat_sec h2 {
        font-size: 18px;
        margin: 0 0 8px;
        letter-spacing: 3px;
        text-shadow: 0 0 BLACK;
    }

    .avail_position {
        padding: 0px 15px 50px;
        margin: 0 auto;
    }

    .avail_position .main_title {
        font-size: 24px;
        margin: 0 0 30px;
        letter-spacing: 8px;
    }

    .wrap_positions {
        overflow: auto;
        width: 100%;
    }

    .avail_position table thead td {
        font-size: 18px;
        padding: 0 0 10px 15px;
        width: 200px;
        min-width: 170px;
    }

    .avail_position table tbody td {
        font-size: 12px;
        padding: 6px 0 10px 15px;
        min-width: 160px;
        letter-spacing: 1px;
    }

    .avail_position table tbody td:nth-child(2n) {
        min-width: 130px;
    }

    .avail_position table tbody td a {
        font-size: 9px;
        padding: 0 29px 0 15px;
        width: 158px;
        height: 50px;
        line-height: 47px;
    }

    .our_ofiices_sec h2.main_title {
        padding: 30px 0 60px;
        font-size: 24px;
        letter-spacing: 4px;
    }

    .our_ofiices_sec h2.main_title span.black_title>span {
        color: #EB1926;
    }

    .our_ofiices_sec {
        padding: 110px 0 0;
    }

    .office_lists {
        padding: 0 15px;
    }

    .office_lists li:first-child {
        padding-bottom: 40px;
    }

    .office_lists li:first-child .office_sec>div>div {
        width: auto;
        height: 250px;
    }

    /*.office_lists li:first-child .office_sec > div > div::before {
        width: 100px;
        height: 130px;
        opacity: 0;
    }*/
    .office_sec h4 {
        font-size: 16px;
        margin: 15px 0 0 10px;
    }

    .office_lists>li:last-child {
        flex-direction: column;
    }

    .office_lists>li:last-child::before {
        right: -170px;
        top: -205px;
        width: 405px;
        height: 405px;
        opacity: 0;
    }

    .office_lists>li:last-child .office_sec {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .office_lists>li:last-child .cont_sec {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        padding: 15px 0 0 0;
    }

    .office_lists>li:last-child img {
        height: 250px !important;
        object-fit: cover;
    }

    .gallery_sec {
        padding: 80px 15px 80px;
    }

    .gallery_sec h2 {
        font-size: 30px;
    }

    .gallery_sec img {
        width: 100%;
        margin: 30px auto 0 !important;
        height: auto;
        max-width: 300px;
    }

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

    .wrap_postion_cat::after,
    .wrap_postion_cat::before {
        opacity: 0;
    }

    .inner_banner_section::before {
        right: -30px;
        opacity: 0;
    }

    .our_ofiices_sec .warely_backlogo {
        top: 35px !important;
        background-size: 1590px;
        height: 280px;
        left: -170px;
        width: 790px;
    }

    .cat_sec .cat_image img {
        height: auto !important;
    }

    /******16-07-2021*******/
    .office_lists>li .cont_sec {
        width: 100%;
        display: none;
    }

    .office_lists>li .office_sec {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .office_lists li .office_sec>div>div::before {
        width: 63px;
        height: 95px;
    }

    .office_lists>li .office_sec span.address {
        font-size: 12px;
        line-height: 24px;
    }

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

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

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

    /******16-07-2021*******/
    ul.available_mobile {
        display: block;
        padding: 0 10px;
    }

    ul.available_mobile li {
        padding: 25px 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
    }

    ul.available_mobile li:last-child {
        border: 0;
        padding-bottom: 0;
    }

    ul.available_mobile li a {
        height: 41px;
        border: 1px solid #000000;
        display: block;
        border-radius: 7px;
        width: 116px;
        color: #200D0D;
        font-size: 8px;
        font-weight: 800;
        margin-left: auto;
        padding: 9px 20px 0 30px;
        font-family: 'Montserrat', sans-serif;
        position: relative;
    }

    ul.available_mobile li a::before {
        content: "";
        background: url("../images/sprite2.png") no-repeat;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        background-size: 340px;
    }

    ul.available_mobile li h3 {
        font-size: 12px;
        color: #000000;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }

    ul.available_mobile li span {
        display: block;
        font-size: 10px;
        color: #797979;
        font-weight: 500;
    }

    .wrap_positions table {
        display: none;
    }

    /*27-9-2021*/
    body .testi_content {
        left: 10px;
    }

    ul.testi_lists .testi_left img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }


    /*27-9-2021*/

}

@media (min-width: 480px) and (max-width: 767px) {
    .banner_content>div {
        bottom: -91px;
        padding: 20px 42px 20px 25px;
        line-height: 25px;
    }

    /*.career_banner_content__3XbuH>div .text_backblack:after {
	    height: 96px;
	}*/
    .black_back_sec .black_img::after {
        height: 95px;
        width: 65px;
    }

    .gallery_sec img {
        width: 50%;
        margin: 30px auto 0 !important;
        height: auto;
        max-width: 190px;
    }
}

/*****font-family*

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

**/