.belong-in {
    text-align: center;
}
ul{
    list-style: none;
}
a.site-btn.fill-btn.btn-be {
    background: #F36914;
    border: none;
    border: 2px solid #F36914;
    padding: 14px 28px 12px;
    font-size: 17px;
    margin-bottom: 43px;
}
a.site-btn.fill-btn.btn-be:hover {
    background: transparent;
    border: 2px solid #F36914;
    color: #F36914;
}

.site-btn.part-be {
    padding: 20px 55px 20px 28px;
    text-align: left;
    font-size: 17px;
    border-radius: 100px;
    width: calc(100%/3 - 200px/3);
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    min-height: 104px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.belong-parts {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.belong-parts i.fas.fa-arrow-right {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0%;
    font-size: 20px;
    display: block;
    height: 20px;
}
.belong-in p {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 27px;
}
.dedi-team-in {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.join-ded-team p {
    font-style: italic;
}
.team-video {
    width: 54%;
    max-width: 601px;
}
.join-ded-team {
    width: 43%;
    max-width: 574px;
}
.join-ded-team span {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 8px 0 20px;
    display: inline-block;
}
section.featured-positions {
    background: #f6f6f6;
    padding: 39px 0 2px 0;
    margin-top: 20px;
}
section.dedicated-team {
    background: #f6f6f6;
    padding: 39px 0;
    margin-top: 20px;
}
.benefits-inner1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.benefit-1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(50% - 60px/2);
    border: 2px solid #70003A;
    border-radius: 30px;
    background-color: #f6f6f6;
    min-height: 200px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 0;
}
.benefit-1 p {
    margin-top: 8px;
    font-size: 17px;
}
ul.benefit-1:nth-child(2n + 2) {
    margin-left: 60px;
}
.benefit-1 img {
    max-width: 115px;
    margin-left: 20px;

}
.benefit-1 h5 {
    font-size: 20px;
    color: var(--primary-color);
}
ul.benefit-1 li:nth-child(2) {
    margin-left: 10px;
    width: calc(100% - 145px);
}
.benefits-sec h2 {
    text-align: center;
    margin-bottom: 42px;
}
section.benefits-sec {
    padding: 43px 0;
}
.about-in p {
    color: #fff;
}
.about-in span {
    display: inline-block;
    color: #fff;
}
.about-in ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.about-in h2 {
    color: #fff;
}
section.about-us-sec {
    background: #70003A;
    padding: 34px 0 0;
}
.about-in li:nth-child(1) {
    width: 58%;
    padding-bottom: 70px;
}
.about-in li:nth-child(2) {
    width: 37%;
}
.about-img img {
    max-width: 100%;
}
li.about-img {
    text-align: end;
}
.interested-in-working-inner ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.interested-in-working h2 {
    text-align: center;
    margin-bottom: 37px;
}
li.working-1 {
    width: 50%;
    text-align: center;
    position: relative;
    padding-top: 15px;
}
li.working-1:after {
    position: absolute;
    right: 40px;
    top: 0;
    content: "";
    height: calc(100% - 35px);
    border-right: dashed 2px #ddd;
}
li.working-2 {
    width: 50%;
    padding-left: 50px;
}
.working-2 h5 {
    color: var(--primary-color);
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'Brother 1816';
    font-weight: 500;
}
.working-1 h5 a{
    color: var(--primary-color);
}
a.site-btn.fill-btn.apply-btn {
    padding: 13px 70px;
    background: transparent;
    color: var(--primary-color);
    margin-bottom: 30px;
}
a.site-btn.fill-btn.apply-btn:hover {
    background: var(--primary-color);
    color: #fff
}
.working-2 p {
    margin: 0;
    color: #000;
    font-family: 'Brother 1816';
    font-weight: 500;
	font-style:italic;
}
.working-2 a {
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none;
    font-family: 'Brother 1816';
    font-weight: 500;
}
section.interested-in-working {
    padding: 40px 0 30px;
}
.working-1 p {
    color: var(--primary-color);
    font-family: 'Brother 1816';
    font-weight: 500;
}
.working-1 p a {
    color: var(--primary-color);
    text-decoration: underline;
}
section.belong-sec {
    padding: 30px 0 0;
}

@media only screen and (max-width: 1150px){
.team-video iframe {
    width: 100%;
    height: 293px;
}
}


@media only screen and (max-width: 991px){
.site-btn.part-be {
    width: calc(100%/3 - 50px/3);
}
ul.benefit-1 {
    width: calc(50% - 30px/2);
}
ul.benefit-1:nth-child(2n + 2) {
    margin-left: 30px;
}
li.working-1:after {
    right: 0;
}
.team-video iframe {
    width: 100%;
    height: 224px;
}

}

@media only screen and (max-width: 767px){
.site-btn.part-be {
    width: calc(100%/2 - 20px/2);
}
.team-video {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.3%;
}
.team-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.join-ded-team {
    width: 100%;
    max-width: 100%;
}
ul.benefit-1 {
    width: 100%;
    min-height: auto;
}
ul.benefit-1:nth-child(2n + 2) {
    margin-left: 0;
}
.about-in li:nth-child(1) {
    width: 100%;
    padding-bottom: 40px;
}
.about-in li:nth-child(2) {
    width: 190%;
}	
li.working-1:after{
	display:none;
}
li.working-1 {
    width: 100%;
}
li.working-2 {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}

	
}


@media only screen and (max-width: 480px){
	.site-btn.part-be {
    width: 100%;
    min-height: auto;
	    margin-bottom: 20px;
}
ul.benefit-1{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	    padding: 20px;
}
ul.benefit-1 li {
    width: 100%;
    text-align: center;
}
ul.benefit-1 li:nth-child(2) {
    margin-left: 0;
    width: 100%;
}
.benefit-1 img {
    max-width: 115px;
    margin-left: 0;
}
.benefit-1 img, .benefit-1 object, .benefit-1 svg {
    margin-bottom: 25px;
}
section.benefits-sec {
    padding: 43px 0 20px;
}
	
	
}