 
.banner-inner-page {
    padding-bottom: 100px;
    padding-top: 2.54rem;
}

.banner-inner-page .banner-content {
    text-align: center;
}

.banner-inner-page .banner-content h1 {
    max-width: 60vw;
    margin: 0 auto;
}

.banner-content p {
    max-width: 60vw;
    margin: 15px auto 10px;
}

.banner-inner-page .banner-content .btn {
    margin-top: 20px;
}

.banner-inner-page .brand-sec {
    padding-top: 120px;
}

.brand-sec.brand-sec-inner.text-center {
    background: transparent;
    padding: 0 0;
}

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
        height: 500px;
        padding-right: 20px;
    }

.applyButton {
    position: absolute;
    right: 61px;
    font-size: 14px;
    color: var(--white);
    padding: 5px 15px;
    line-height: 25px;
    font-weight: 700;
    background: rgb(247,0,208);
    background: linear-gradient(0deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 29%, rgba(242,83,73,1) 48%, rgba(255,169,63,1) 75%, rgba(172,241,183,1) 100%);
    border-radius: 10px;
}    

/* End Banner CSS */


.virtual-event-page {
    text-align: center;
    margin-bottom: 40px;
}

.explorejobs{
    padding: 100px 0px;

}

.explorejobs .searchbar {    
    border-radius: 10px;
    background-color: #3f2e88;
    padding: 20px 0px;
}
.explorejobs .searchbar h5 {font-size:24px;color: var(--black);font-weight: 600; line-height: normal; text-align: center;}
.explorejobs .searchbar .form-inline {width: 100%; justify-content: center;}
.explorejobs .searchbar .form-inline .form-control {height: 45px; border: 1px solid #eaeaea;border-radius: .50rem}
.explorejobs .searchbar .form-inline .btn {padding: .5rem 1.75rem;font-weight: 600;font-size: 1.2rem;border-radius: .50rem}
.explorejobs .searchbar .form-inline .btn-secondary {color: #fff;transition: 0.3s; border: 0px solid #fff;}
.explorejobs .searchbar .form-inline .btn-secondary:hover,.comingsoon .subscribers .form-inline .btn-secondary:focus {color: #fff; outline: none; box-shadow: none;} 
.explorejobs .searchbar input {width: 18%;}
.explorejobs .searchbar select {width: 12%;}
.explorejobs .form-control::placeholder {text-transform:uppercase}
.explorejobs .category-tech  {margin: 30px auto;}
.explorejobs .category-tech .no-available {
    width: 100%;
}

#caareerform {
    width: 85%;
    margin: 0 auto;
}
.more-enq {
    margin: 15px auto;
    text-align: center;
}
.more-enq p, .more-enq a {
    color: #fff;
}

.greybg {
    background-color: #f1f1f1;
}

.explorejobs .category-tech .no-available .subtitle {font-size:30px;color: var(--black);font-weight: 600; line-height: normal; text-align: center;}
.explorejobs .category-tech .no-available p {font-size:18px;font-weight: 300; line-height: normal; text-align: center;color: #919395;}
.explorejobs .category-tech ul {list-style: none; margin: 0 0 20px; display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; }
.explorejobs .category-tech ul li {
    margin-bottom: 20px; 
    margin: 7px; 
    display: list-item; 
    flex-basis: calc(50% - 20px); 
    justify-content: center; 
    flex-direction: column; 
    border-radius: 10px;
    padding-left: 40px;
}

.explorejobs .category-tech ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    line-height: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transform: translate(-0%,-50%) rotate(-225deg);
    display: block;
    margin: 0px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    opacity: .8;
}


.vacancyModalPopup .summary-title{
    font-size: 16px;
    color: var(--black);
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
}



.explorejobs .category-tech .vacancyModalPopup ul li {
    margin-bottom: 20px;
    margin: 7px;
    display: list-item !important;
    flex-basis: calc(100% - 20px) !important;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding-left: 0px;
    width: 100%;
    position: relative;
}

.explorejobs .category-tech .vacancyModalPopup ul li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #e53228;
}


.explorejobs .category-tech ul li a {padding: 15px 10px 15px 0; text-decoration: none; transition: 0.3s; list-style: disc; display:list-item; color: var(--black);position: relative;  }
.explorejobs .category-tech ul li a::marker {font-size: 1.4rem;}
.explorejobs .category-tech ul li a:hover {text-decoration: none; border: none;}
.explorejobs .category-tech .tech-title {font-size:22px;color: var(--black);font-weight: 700; line-height: normal;margin-bottom: 10px;}
.explorejobs .category-tech .tech-subtitle {font-size: 16px;line-height:normal;color: var(--black);font-weight: 300; }
.explorejobs .category-tech ul li a:hover::after {color:var(--black)}
.model-explorejobs .modal-dialog {max-width: 800px;}
.model-explorejobs .modal-content { border-bottom: 15px solid #e4372a;}
.model-explorejobs .modal-header {width: 100%; border-bottom: 0; padding: 1rem 1.5rem;}
.model-explorejobs .modal-heading { margin-left: 0; padding: 10px 0;}
.model-explorejobs .modal-title {font-size:22px;color: var(--black);font-weight: 800; line-height: normal;}
.model-explorejobs .modal-subtitle {font-size: 16px;line-height:normal;color: var(--black);font-weight: 300; }
.model-explorejobs .summary-title {font-size:18px;color: var(--black);font-weight: 800; line-height: normal; margin-bottom: 36px; position: relative;}
.model-explorejobs .summary-title::after {position: absolute; content: ""; width: 30px; height: 4px;left:0px;top: 35px; background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31); background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);}
.model-explorejobs .modal-body {padding: 1rem 1.5rem;}
.model-explorejobs .modal-body p {font-size:14px;color: var(--black);font-weight: 300; line-height: normal;}
.model-explorejobs ul {list-style:disc; display: block; padding-left: 18px;margin-bottom: 35px; }
.model-explorejobs ul li {font-size: 14px;color: var(--black);font-weight: 300; line-height: normal; text-align: left; margin-bottom: 5px; }

.ourvibeGallerySliderMain{
   height: 100vh;
    overflow: hidden;
    cursor: pointer; 
}



.ourvibeGallerySlider .grid {
    margin-top: 0px;
}


.ourvibeGallerySlider .grid-item {
    padding: 0px 5px;
    float: left;
    width: 313px;
    counter-increment: item;
    margin-bottom: 10px;
}

.ourvibeGallerySlider .grid-Box .grid-Img {
    width: 100%;
}

.ourvibeGallerySlider .grid-Box .grid-Img img {
    width: 100%;
}


.ourvibe-gallery {margin-bottom:0px; }
.ourvibe-gallery h3 {color: #919395;padding-bottom: 0; text-align: center;}
.ourvibe-gallery .virtual-event-page { margin-top: 50px;}
.ourvibe-gallery .virtual-event-page .subtitle { text-align: center;font-size: 30px;line-height: normal;color: var(--black);font-weight: 600; margin: 11px 0;}
.ourvibe-gallery .virtual-event-page p {width: 50%; text-align: center; display: table;margin: 0px auto;}
.ourvibeGallerySlider .gallery-item{
    height: 850px;
    overflow: hidden;
}



.core-values {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-block-start: 3rem;
    position: relative;
    z-index: 1;
    background: #44A4AC;
    background: -webkit-linear-gradient(to bottom, #44A4AC 0%, #F9AC44 50%, #FF1E2F 100%);
    background: -moz-linear-gradient(to bottom, #44A4AC 0%, #F9AC44 50%, #FF1E2F 100%);
    background: linear-gradient(to bottom, #44A4AC 0%, #F9AC44 50%, #FF1E2F 100%);
}
.core-values-buttons {padding-bottom:40px}
.core-values-buttons ul {list-style: none; padding: 0;  margin: 0; width: 100%; text-align: center; }
.core-values-buttons ul li {
    display: inline-block;
    margin: 10px 7px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    /* font-size: 14px; */
    padding: 8px 15px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}}
.core-values-buttons ul li:hover,.core-values-buttons ul li:focus,.core-values-buttons ul li.active{ border-color: #EA232A; text-decoration: none; color: #EA232A;} 


.ourteam { padding: 100px 0px;}
.ourteam .grid-3x3 {display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 40px;  padding: 0;list-style: none;}
.ourteam .grid-3x3 .item {border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;  flex:0 0 33.333333%; max-width: 33.333333%; }
.team-content-box {display: flex; align-items: flex-start;padding:20px 20px 0;min-height:245px; }
.team-content-box div {margin-top: 0;}
.team-content-box h4 {font-size: 20px;text-transform: uppercase; color: var(--black); font-weight: 600;line-height: 24px;margin-left: 0;}
.team-content-box img {width: 50px; margin-top: 0; margin-right: 20px;}
.ourteam .grid-3x3 .item:nth-child(3n) {border-right: 0px solid #ddd; }
.ourteam .grid-3x3 .item:nth-last-child(1),
.ourteam .grid-3x3 .item:nth-last-child(2),
.ourteam .grid-3x3 .item:nth-last-child(3) {border-bottom: 0px solid #f1f1f1; } 



/*WE ARE JUST GETTING STARTED CSS */

.vertual-experience {
    margin-bottom:0px;
    padding:80px 0px;
  background: var(--dc-primary);
}
.vertual-experience .col-2x2 {    
    flex: 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center} 
.vertual-experience .col-2x2 img {border-radius: 10px;} 
.vertual-experience h2 {text-align: left;}
.vertual-experience .virtual-event-page {padding-left:30px;/*padding-right: 33%;*/}
/*WE ARE JUST GETTING STARTED CSS */




/*INTRODUCE YOURSELF CSS */

.yourself {margin-bottom:0px; padding: 100px 0;     
    background: #B3D677;
    background: -webkit-linear-gradient(to bottom, #B3D677 0%, #F4AF49 50%, #F44A44 100%);
    background: -moz-linear-gradient(to bottom, #B3D677 0%, #F4AF49 50%, #F44A44 100%);
    background: linear-gradient(to bottom, #B3D677 0%, #F4AF49 50%, #F44A44 100%); 
}
.yourself .virtual-event-page h2,.yourself .virtual-event-page p {color: var(--white);text-align: center; }
.yourself .virtual-event-page h2 {margin-bottom: 0px; padding-bottom: 0;}
.form-yourself form {display:flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px;} 
.form-yourselfMain{
    width: 100%;
}
.form-yourself .grid-3x3 {
    flex:0 0 33.333333%; 
    max-width: 33.333333%; 
    padding: 0 5px;
}
.form-yourself .grid-1x1 {flex:100%; max-width: 100%; padding: 0 5px;}
.form-yourself .form-group {margin-bottom: 10px; position: relative;} 
.form-yourself .form-control-textarea {background: var(--white);
    border-radius: 5px;
    padding: 0 10px;
    border: 0;
    font-size: 18px;
    color: var(--black);
    font-weight: 300; 
    box-shadow: none;
    outline: none;
    width: 100%;
}
.custom-file-upload{display: inline-block;overflow: hidden;position: relative;    display: flex;justify-content: flex-end;align-items: center;}
.custom-file-upload input[type=text] {border: 0; background-color: transparent;width: 100%; margin-left: 0;     font-size: 14px;}
.custom-file-upload input[type="file"]{width: 100%; height: 100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 999;}
.custom-file-upload input[type=button] {
    color: var(--white);
    border: 0;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: #e53228;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-file-upload .file-265{
    display: none;
}


/*INTRODUCE YOURSELF CSS */



/******* Enquiry Form   *******/



.enquiryform .enquiryForm {
    width: 100%;
}

.enquiryFormMain{
    max-width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 40%;
    align-items: flex-start;
    justify-content: flex-end;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.enquiryform {
    max-width: 78%;
    display: flex;
    flex: 0 0 100%;
    align-items: baseline;
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 11px 2px rgb(0 0 0 / 14%);
    justify-content: flex-end;
}



.enquiryForm .form-control {
    line-height: 20px;
    font-size: 14px;
    color: var(--black) !important;
    font-weight:600;
    height: calc(1.25rem + 30px);
    box-shadow: none;
    outline: none;
    border: solid 1px #fd9898;
    border-radius: 5px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: auto;
    padding: 0px 10px;
    background-color: #f7f8f9;
}

.enquiryForm .selectArrow:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 4%;
    line-height: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transform: translate(-6%,-50%) rotate(-45deg);
    display: block;
    margin: 0px auto;
    width: 15px;
    height: 15px;
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    z-index: 100;
  pointer-events: none;
}


.form-yourself.enquiryForm .iti__flag-container {
    position: absolute;
    top: 0;
}

.form-yourself.enquiryForm .iti__flag-container .iti__selected-flag{
   top: 14px;
}

.form-yourself .enquiryForm .iti__country-list {
    top: 41px;
}

.enquiryForm .custom-file-input{
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}


.form-yourself.enquiryForm .invalid-feedback {
    color: var(--white);
}

.enquiryForm .form-controlText {
    line-height: 20px;
    font-size: 14px;
    color: var(--black) !important;
    font-weight: 600;
    height: calc(3.25rem + 30px);
    box-shadow: none;
    outline: none;
    border: solid 1px #fd9898;
    border-radius: 5px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: auto;
    padding: 10px 10px;
    width: 100%;
    background-color: #f7f8f9;
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}

.google-recaptch{
    width: 350px;
    transform: scale(0.87);
    -webkit-transform:scale(0.87);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}



.enquiryform form .input-group {
    margin-bottom: 10px;
}

.enquiryform form .input-group .intl-tel-input{
    width: 100%;
}


span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.enquiryFormMain .enquiryForm .iti__selected-flag {
    top: 20px;
    position: absolute;
}

.enquiryFormMain .enquiryForm .iti__country-list {
    top: 41px;
}

.enquiryForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--black);
  }

  .enquiryform form .input-group .iti{
      width: 100%;
  }

  .enquiryform form .input-group .mobileInput {
    padding-left: 52px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.caareerform{
    margin-top: 50px;
    width: 85%;
    margin: 0 auto;
}

.groupMain{
    width: 100%;
}

.groupMain .error{
        color: #dc3232;
}

.enquiryform form .input-group .buttonwripper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.enquiryform form .input-group .buttonwripper .submitbtn {
    border: 0px;
    font-size: 14px;
    color: var(--white);
    padding: 5px 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}


.enquiry-event .aritcal {
    margin-right: 17%;
}

.enquiry-event .eventimg{
margin:0 auto;
}


/******* Enquiry Form The End   *******/



@media only screen and (min-width: 768px) and (max-width: 991px){
     /*********** Careers Page ************/

    .explorejobs .searchbar input {
        width: 25%;
    }

    .explorejobs .searchbar select {
        width: 25%;
    }

    .explorejobs .category-tech .tech-title {
        font-size: 20px;
    }

    .explorejobs .category-tech .tech-subtitle {
        font-size: 14px;
    }

    .team-content-box h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .virtual-event-page h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .ourvibe-gallery .virtual-event-page .subtitle {
        font-size: 25px;
    }

    .ourvibe-gallery .virtual-event-page p {
        width: 100%;
    }

    .ourteam .grid-3x3 .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*********** Careers Page  The end ************/
}




@media(max-width:767px){

.explorejobs .searchbar input {
        width: 100%;
        margin-bottom: 20px;
        height: 41px;
    }

    .explorejobs .searchbar select {
        width: 100%;
        margin-bottom: 20px;
    }

    .explorejobs .category-tech .tech-title {
         font-size: 16px;
    }

    .explorejobs .category-tech .tech-subtitle {
        font-size: 14px;
    }

    .team-content-box h4 {
    font-size: 16px;
    line-height: 16px;
    }
    .team-content-box p{
    font-size: 14px;
    line-height: 20px;
    }
    .team-content-box img {
    width: 35px;
    margin-right: 10px;
    }

    .virtual-event-page h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .vertual-experience {
    margin-bottom: 0px;
    padding: 15px;
    }
    p {
    font-size: 14px;
    text-align: justify;
    }
    .yourself {
    margin-bottom: 0px;
    padding: 20px 0;
    }
    .form-yourself form {
    margin-top: 0px;
    }
    .form-yourself.enquiryForm .wpcf7-not-valid-tip {
    color: #fff;
    }

    .ourvibe-gallery .virtual-event-page h2{
            padding-bottom: 20px;
    }
    .explorejobs .category-tech ul li{
        position: relative;
    }

/*    .explorejobs .category-tech ul li:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }*/
    .ourteam .grid-3x3 .item:nth-last-child(1), .ourteam .grid-3x3 .item:nth-last-child(2), .ourteam .grid-3x3 .item:nth-last-child(3) {
    border-bottom: 1px solid #f1f1f1;
    }

    .explorejobs .category-tech ul li a::after {
    width: 10px;
    height: 10px;
    }
    .ourvibe-gallery .virtual-event-page .subtitle {
        font-size: 16px;
    }

    .ourvibe-gallery .virtual-event-page p {
    width: 100%;
    font-size: 16px;
    }
    .ourvibeGallerySlider {
    margin-bottom: 20px;
    }
    .ourvibe-gallery {
    margin-bottom: 10px;
    }

    .ourteam .grid-3x3 .item {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0px;
    }

    .explorejobs .category-tech ul li {
        flex-basis: calc(100% - 0px);
        margin: 7px 0px;
    }

    .ourteam .grid-3x3 {
        margin-top: 0px;
        padding: 0px 15px;
    }

    .team-content-box {
        min-height: auto;
    }

    .vertual-experience .col-2x2 {
        flex: 0 100%;
        max-width: 100%;
    }

    .vertual-experience .virtual-event-page {
        padding-left: 0px;
        padding-right: 0%;
        margin-top: 20px;
    }

    .form-yourself {
        padding: 0px 15px;
    }

    .form-yourself .grid-3x3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .yourself .custome-captcha {
        display: block;
        width: 100%;
    }

    .yourself .button-wrapper {
        margin: 20px auto 0px;
        display: table;
    }

    /*.explorejobs .searchbar .form-inline .btn-secondary {
           width: 15%;
    }*/

    .explorejobs {
    padding: 50px 0px;
    }

    .explorejobs .category-tech {
        margin: 30px auto 0px;
    }

    .ourvibe-gallery .virtual-event-page {
        margin-top: 0px;
    }

    .core-values {
        margin-bottom: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .explorejobs .searchbar {
        margin-top: 20px;
        padding: 20px 20px;
    }

    .MG_Heading .heading-banner {
        max-width: 100%;
        margin-top: 0px;
    }

    .MG_Heading .content-wrap {
        display: block;
        margin: 1.5rem 0;
    }

    .MG_Heading .heading-banner .left-logo {
        margin-top: 0px;
        margin-left: 0px;
        display: table;
        margin: 0px auto 0px;
        max-width: 150px;
    }

    .MG-Launch .seven-plateform::after, #MG-Launch .seven-plateform::before {
    height: 3px;
    }

    .MG-Launch .seven-plateform .launch-text {
    border-left: 0px solid #ddd;
    margin-left: 0px;
    padding-left: 0px;
    }
    .MG_Heading .heading-banner img {
        width: 100%;
    }

    .MG_Heading .heading-banner .right-content {
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px solid #f1f1f1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .MG_Heading .heading-banner .right-content p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 1.5rem;
        padding: 0px 0;
    }
    .MG_highlihts {
    margin-bottom: 0px;
    }

    .MG_highlihts .grid-2x2 .grid-box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .MG_highlihts .grid-2x2 {
        width: 100%;
        margin-right: 0px;
        display: block;
    }

    .MG-Launch .grid-2x2 {
        display: block;
    }

    .MG_highlihts .grid-2x2 .high-video {
        width: 100%;
    }

    .MG-Launch .grid-box {
        width: 100%;
        margin-right: 0px;
        display: block;
    }

    .MG-Launch .seven-plateform {
        padding: 9% 30px;
    }

    .MG-Launch .doubleqoute-left,
    #MG-Launch .doubleqoute-right {
        font-size: 7vh;
        height: 31px;
        margin-left: 0px;
    }

    .MG-Launch .seven-plateform p {
        font-size: 18px;
    }
    .core-values-buttons ul li {
    margin: 2px 2px;
    font-size: 12px;
    padding: 5px 10px;
    }
    .core-values-buttons {
    padding-bottom: 10px;
    padding-top: 10px;
    }

    .page-buttons .next-prev-btn {
    padding: 0px 20px;
    }

    .page-buttons .next-prev-btn .prev::before {
    width: 10px;
    height: 10px;
    }
    .page-buttons .next-prev-btn .next::before {
    width: 10px;
    height: 10px;   
    }

    .ourteam {
    padding: 50px 0px;
    }


}



