@font-face {
    font-family: 'Poppins';
    src: url(/themes/wits-basic/fonts/Poppins-Bold.eot);
    src: url(/themes/wits-basic/fonts/Poppins-Bold.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Poppins-Bold.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Poppins-Bold.woff) format('woff'),
        url(/themes/wits-basic/fonts/Poppins-Bold.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Poppins-Bold.svg#Poppins-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(/themes/wits-basic/fonts/Poppins-Regular.eot);
    src: url(/themes/wits-basic/fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Poppins-Regular.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Poppins-Regular.woff) format('woff'),
        url(/themes/wits-basic/fonts/Poppins-Regular.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Poppins-Regular.svg#Poppins-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(/themes/wits-basic/fonts/Poppins-SemiBold.eot);
    src: url(/themes/wits-basic/fonts/Poppins-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Poppins-SemiBold.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Poppins-SemiBold.woff) format('woff'),
        url(/themes/wits-basic/fonts/Poppins-SemiBold.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Poppins-SemiBold.svg#Poppins-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(/themes/wits-basic/fonts/Poppins-Light.eot);
    src: url(/themes/wits-basic/fonts/Poppins-Light.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Poppins-Light.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Poppins-Light.woff) format('woff'),
        url(/themes/wits-basic/fonts/Poppins-Light.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Poppins-Light.svg#Poppins-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url(/themes/wits-basic/fonts/Tajawal-Bold.eot);
    src: url(/themes/wits-basic/fonts/Tajawal-Bold.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Tajawal-Bold.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Tajawal-Bold.woff) format('woff'),
        url(/themes/wits-basic/fonts/Tajawal-Bold.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Tajawal-Bold.svg#Tajawal-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url(/themes/wits-basic/fonts/Tajawal-ExtraBold.eot);
    src: url(/themes/wits-basic/fonts/Tajawal-ExtraBold.eot?#iefix) format('embedded-opentype'),
        url(/themes/wits-basic/fonts/Tajawal-ExtraBold.woff2) format('woff2'),
        url(/themes/wits-basic/fonts/Tajawal-ExtraBold.woff) format('woff'),
        url(/themes/wits-basic/fonts/Tajawal-ExtraBold.ttf) format('truetype'),
        url(/themes/wits-basic/fonts/Tajawal-ExtraBold.svg#Tajawal-ExtraBold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.ltrImp {
    direction: ltr !important;
}

.langbtn_en {
    font-family: "Tajawal";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #000000;
}



.langbtn_ar {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #000000;
}

.NormalDiv {
    position: relative;
    min-width: 320px;
    max-width: 1345px;
    width: 100%;
    margin: auto;
    padding: 0 20px
}

.NormalDivNoPD {
    position: relative;
    min-width: 320px;
    max-width: 1345px;
    width: 100%;
    margin: auto;
    padding: 0
}

.Menufixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 2px 6px 0 rgba(158, 158, 158, 0.4);
    -moz-box-shadow: 0 2px 6px 0 rgba(158, 158, 158, 0.4);
    box-shadow: 0 2px 6px 0 rgba(158, 158, 158, 0.4);
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    z-index: 122
}

.MenuItem {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    padding-top: 12px;
}

.MenuItemM {

    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    /* display: inline-block; */
    cursor: pointer;
    vertical-align: top;
    padding-left: 30px;
    padding-top: 12px;
    margin-bottom: 15px;
}

.activelink {
    font-weight: 700 !important
}

.MenuItemM a {
    color: #FFFFFF;
    text-decoration: none
}

.MenuItem a {
    color: #000;
    text-decoration: none
}

.MenuItem a:hover,
.MenuItem a:focus,
.MenuItemM a:hover,
.MenuItemM a:focus {
    font-weight: 700
}

.navht {
    height: 79px
}

.burgerMenu {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 1000000 !important;
    left: 0;
    top: 100%;
    overflow-y: auto;
    transition: all .3s ease-out;
    background-color: #6F946F;
}

.burgerMenuOpened {
    top: 0;
}

.burgerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6F946F;
    z-index: 23;
}

.closemenu {

    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
}

.alignitemsC {
    align-items: center;
}

.footer {
    position: relative;
    width: 100%;
    background-color: #6F946F;
    padding: 48px 0px;
}

.px-03 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;

}

.fontweight700 {
    font-weight: 700 !important;
}

.fontweight600 {
    font-weight: 600;
}

.fontweight400 {
    font-weight: 400;
}

.footerItem {

    font-size: 18px;
    line-height: 29px;
    color: #EBEEEB;
}

.footerItem a {

    font-size: 18px;
    line-height: 29px;
    color: #EBEEEB;
    text-decoration: none;
}

.footerItem a:hover {
    color: #EBEEEB;
}

.footermobile {

    font-size: 18px;
    line-height: 29px;
    color: #EBEEEB;
    text-decoration: none;
    background-image: url(/themes/wits-basic/images/phone.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;

}

.footeremail {

    font-size: 18px;
    line-height: 29px;
    color: #EBEEEB;
    text-decoration: none;
    background-image: url(/themes/wits-basic/images/mail.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;

}


.contactinfo {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-repeat: no-repeat;
    background-size: 46px 46px;
    text-decoration: none;
    color: #4A4A4A;

}

.contactinfo a {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-repeat: no-repeat;
    background-size: 46px 46px;
    text-decoration: none;
    color: #4A4A4A;
    padding: 10px 0px;
    max-width: 400px;
    width: 100%;
    display: block;
}


.getdirection {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #365839;
    text-decoration: underline !important;
    width: unset !important;
    display: inline-block !important;
    max-width: unset !important;
}

.getdirection:hover {
    color: #365839;
}

.address {
    background-image: url(/themes/wits-basic/images/location.svg);
}

.phoneg {
    background-image: url(/themes/wits-basic/images/phoneg.svg);
}

.emailg {
    background-image: url(/themes/wits-basic/images/emailg.svg);
}

.instagram {
    background-image: url(/themes/wits-basic/images/instagram.svg);
}

.contactTitle {

    font-size: 36px;
    line-height: 37px;
    color: #000;

}


.alittle {

    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.brown {
    color: #483428;
}

.aboutus {

    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}

.responsibility {

    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 33px;
}

.circlecontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 559px;
    height: 560px;
}

.outerring {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px dashed #365839;
    animation: 4s breathe 1s ease-in-out infinite;
    transform: scale(1);
    box-sizing: border-box;
    width: 559px;
    height: 560px;
}

.txtinnerring {
    position: absolute;
    top: 35%;
    transform: scale(1);
    animation: 4s breathe 1.4s ease-in-out infinite;
    width: 100%;
    text-align: center;
}

.innerring {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: scale(1);
    width: 60%;
    height: 60%;
    border-radius: 100%;
    border: 1px dashed #365839;
    animation: 4s breathe 1.2s ease-in-out infinite;
}

@keyframes breathe {
    50% {
        transform: scale(1.05);
    }
}

@keyframes halo-anim {
    50% {
        transform: scale(1.05);
    }
}

.u-italic {
    font-style: italic;
}

.aboutdesc {

    font-size: 27px;
    font-weight: 400;
    line-height: 44px;
    color: #7D7D7D;
    max-width: 454px;
    width: 100%;

}

.aboutdesc em {
    font-family: "Wulkan Display" !important;
    font-size: 34px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    color: #000000 !important;

}

.aboutimg1 {
    max-width: 421px;
}

.aboutimg2 {
    max-width: 533px;
}

.aboutimg3 {
    max-width: 565px;
}

.aboutimg4 {
    max-width: 469px;
}

.aboutbgcolor {
    background-color: #EDEAEA;
}

.aboutbg {
    position: relative;
    width: 100%;
    background-image: url(/themes/wits-basic/images/aboutbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #EDEAEA;
    min-height: 1104px;
}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
}

.expect-menu {
    max-width: 100%;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: scroll;
    padding: 0px;
    margin-bottom: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tab-menu {
    list-style: none;
    max-width: 100%;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: scroll;
    padding: 0px;
    margin-bottom: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

}

.expect-menu.dragging,
.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.expect-menu::-webkit-scrollbar,
.tab-menu::-webkit-scrollbar {
    display: none;
}

.expect-menu.dragging .expectround,
.tab-menu.dragging .srvctab {
    pointer-events: none;
}

.servicestab {
    position: relative;
    padding: 20px 0px;
    touch-action: pan-x;
}

.srvctab {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    padding: 8px 16px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #7D7D7D;
    background-color: transparent;
    border: 1px dashed #B0B0B0;
    text-decoration: none;
}

.srvctab a {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #7D7D7D;
}

.srvctab:hover {
    color: #315034;
    text-decoration: none;
}

.srvctab.active,
.srvctab:hover {
    background-color: #C1CBC2;
    border: 1px solid #C1CBC2;
    color: #315034;
    text-decoration: none;
}

.srvctab.active a {
    color: #315034;
}

.srctit {
    font-size: 36px;
    font-weight: 700;
    line-height: 37px;
    color: #000000;
}

.srvdesc {

    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #4A4A4A;

}

.srvbtn {

    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    background-color: #315034;
    padding: 8px 16px;
    color: #FFFFFF;
    border-radius: 80px;
    display: inline-block;
    text-decoration: none;
}

.srvbtn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.catbtn {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #664939;
    padding: 16px 8px;
    background-color: #F0EDEB;
    display: inline-block;
    border-radius: 10px;

}

.sr-img1 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 538px;
    min-height: 638px;
}

.sr-img2-bottom {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 276px;
    min-height: 302px;
    z-index: 10;
    bottom: 0;
}

.sr-img2-center {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 276px;
    min-height: 302px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.categories {
    background-color: #F0EDEB;
    position: relative;
    padding: 50px 0px;
}


.categorytit {

    font-size: 60px;
    font-weight: 500;
    line-height: 74px;
    color: #000000;
}

.categorydesc {

    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #4A4A4A;
}

.catcardout {
    position: relative;
    display: inline-block;
    padding: 7px;
    max-width: 177px;
    width: 100%;
}

.catcard {
    position: relative;
    border-radius: 4px;
    padding: 35px 20px;
    background: #D0C7C266;
    text-align: center;
    max-width: 177px;
    width: 100%;
    word-wrap: break-word;
    height: 230px;
    white-space: collapse;
}

.catheight {
    height: 78px;
    overflow: hidden;
}

.catcard img {
    height: 68px;
}

.catname {

    font-size: 18px;
    line-height: 26px;
    color: #2B1F18;

}

.catsubname {

    font-size: 18px;
    line-height: 26px;
    color: #2B1F18;
}

.hide {
    display: none;
}

.u-hide767 {
    display: none;
}

.u-show767 {
    display: block;
}

.subcontainer {
    position: absolute;
    top: 13.5%;
    right: 40%;
    transform: translate(40%, -50%);
    width: 195px;
    height: 195px;
}

.outerring1 {
    position: relative;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    border: 1px dashed #365839;
    animation: 4s breathe 1s ease-in-out infinite;
    transform: scale(1);
    box-sizing: border-box;
}

.txtinnerring1 {
    position: absolute;
    top: 41%;
    transform: scale(1);
    animation: 4s breathe 1.4s ease-in-out infinite;
    width: 100%;
    text-align: center;
}


.storydesc {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #4A4A4A;
    max-width: 750px;
    width: 100%;
}

.storycover {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 632px;
    height: 100%;
    max-width: 1165px;
    margin: 0 auto;
}

.greybg {
    background-color: #A3B2A4;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
}

.greybgtop {
    background-color: #A3B2A4;
    width: 100%;
    /* height: calc(70% - 90px); */
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    opacity: 0.1;
}

.homebanner {
    position: relative;
    background-image: url("/themes/wits-basic/images/green-mountain.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 75vh;
}


.bannertitle {
    font-weight: 500;
    line-height: 54px;
    color: #FFFFFF;
}


.bannerdesc {
    font-size: 42px;
    line-height: 54px;
    color: #FFFFFF;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}


.home-sec2 {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #648663 0%, rgba(175, 184, 175, 0) 100%);
}

.u-centerMeH {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/*.closecontact {*/
/*    height: 37px;*/
/*}*/

.showcontact,
.showcontact1 {
    z-index: 20;
    width: 100%;
    max-width: 430px;
    position: relative;
    display: none;
    background-color: #EBEEEB;
    border-radius: 40px;
    opacity: 0;
    padding: 6px;
    direction: ltr !important;
}

.arrowtop {
    position: absolute;
    top: -12px;
    left: 50%;
}

.showcontact .email,
.showcontact1 .email {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4A4A4A;
    background-image: url(/themes/wits-basic/images/email.svg);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 9px 40px 9px 10px;
    text-decoration: none;
    display: inline-block;

}

.showcontact .mobile,
.showcontact1 .mobile {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4A4A4A;
    background-image: url(/themes/wits-basic/images/mobile.svg);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 9px 40px 9px 10px;
    text-decoration: none;
    display: inline-block;
}


.sec1-righttxt .title {
    font-size: 63px;
    line-height: 44px;
    color: #315034;
}


.sec1-left {
    position: relative;
    width: 100%;
    max-width: 490px;
    top: -10%;
}

.sec1-left img,
.sec1-right img {
    width: 100%;
    max-width: 375px;
}

.sec1-left .categorydesc {
    max-width: 373px;
    width: 100%;
    text-align: right;
}

.hp_services .item {
    width: 100%;
    min-height: 490px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px;
}

.hp_services .absobottom {
    position: absolute;
    bottom: 0;
    width: 95%;
}

.hp_services .description {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}

.hp_services .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    color: #FFFFFF;

}

.srimgcont {
    max-width: 475px;
    width: 100%;
    margin: auto;
}

.partnerscontainer {
    position: relative;
    display: flex;
    margin: 0 auto;
    gap: 25px;
    width: 100%;
    max-width: 945px;
    flex-flow: row wrap;
    justify-content: center;
}

.partners {
    height: 81px;
    border-radius: 4px;
    /*border: 1px solid #E7E7E7*/
}

.partners img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.partners:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.geybg {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #F0EDEB;
}

.expectdiv {
    position: relative;
    background-color: #F0EDEB;
    width: 100%;
}

.expectround {
    display: inline-block;
    width: 215px;
    text-align: center;
    /* border: 2px dashed #365839;
    border-radius: 150px; */
    padding: 20px 20px;
    height: 215px;
    white-space: collapse;
    margin: 0px 10px;
    background-image: url(/themes/wits-basic/images/expect.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.expectname {
    font-size: 22px;
    line-height: 29px;
    color: #365839;
}

.mxwd820 {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.mxwd920 {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.circlesCont {
    position: absolute;
    width: 100%;
    top: 50%;
    /* left: 50%; */
    height: 100%;
    transform: translateY(-50%);
    text-align: center;
    align-content: center;
}

.main {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 100%;
    text-align: center;
    align-content: center;
}

.mainabout {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    align-content: center;
}

.maincircle1 {
    animation: 4s breathe 0.4s ease-in-out infinite;
    transform: scale(1);
    background-image: url(/themes/wits-basic/images/hpcircles/fullcircle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 550px;
    width: 550px;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    text-align: center;
}

.maincircle2 {
    animation: 4s breathe 0.4s ease-in-out infinite;
    transform: scale(1);
    background-image: url(/themes/wits-basic/images/hpcircles/fullcircle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 350px;
    width: 350px;
    align-content: center;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfslogo {
    width: 190px;
    animation: 4s breathe 0.8s ease-in-out infinite;
    transform: scale(1);
}

.circle1 {
    animation: 4s breathe 1s ease-in-out infinite;
    transform: scale(1);
}

.circle2 {
    animation: 4s breathe 1.1s ease-in-out infinite;
    transform: scale(1);
}

.circle3 {
    animation: 4s breathe 1.2s ease-in-out infinite;
    transform: scale(1);
}

.circle4 {
    animation: 4s breathe 1.3s ease-in-out infinite;
    transform: scale(1);
}

.circle5 {
    animation: 4s breathe 1.4s ease-in-out infinite;
    transform: scale(1);
}

.founders-circles {
    position: absolute;
    width: 100%;
    text-align: center;
}

.founders-circles .roundshape1 {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}

.founderflex {
    display: flex;
    gap: 35px;
    align-content: center;
    justify-content: center;
}

.founderflex .founderimg {
    width: 100%;
    max-width: 235px;
}

.founderflex .founderimg.active .ht {
    height: 90px;
}

.foundername {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #000000;
}

.owl-item.active .ht {
    height: 60px;
}

@media screen and (max-width: 1215px) and (min-width: 760px) {
    .showcontact1 {
        /*max-width: 349px;*/
        max-width: 280px;
        text-align: right;
        border-radius: 26px;
    }

    .showcontact1 .email {
        margin-bottom: 8px;
    }

    .closespan1 {
        /*width: calc(100% - 236px);*/
        width: 70px;
        display: inline-block;
        text-align: left
    }
}

@media (min-width: 768px) {
    .u-show767 {
        display: none;
    }

    .u-hide767 {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .sr-img1 {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .founderflex {
        gap: 15px;
    }

    /*.home-sec2 {*/
    /*    background: unset;*/
    /*}*/

    .circlesCont {
        position: relative;
        width: 100%;
        text-align: center;
        align-content: center;
        padding: 100px 0px 140px;
        top: unset;
        transform: unset;
        height: unset;
    }

    .nfslogo {
        width: 146px;
    }

    .maincircle1 {
        animation: 4s breathe 0.4s ease-in-out infinite;
        transform: scale(1);
        background-image: url(/themes/wits-basic/images/hpcircles/fullcircle.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 356px;
        width: 300px;
        justify-content: center;
        align-content: center;
        align-items: center;
        display: inline-flex;
        position: relative;
        text-align: center;
    }

    .maincircle2 {
        animation: 4s breathe 0.4s ease-in-out infinite;
        transform: scale(1);
        background-image: url(/themes/wits-basic/images/hpcircles/fullcircle.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 250px;
        width: 207px;
        align-content: center;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .founders-circles {
        top: 2%
    }

    .founders-circles .roundshape1 svg {
        max-width: 400px;
        width: 100%;
    }

    .founders-circles .roundshape2 svg {
        max-width: 680px;
        width: 95%;
        height: 95%;
    }

    .bannerdesc {
        font-size: 35px;
        line-height: 42px;
    }

    .bannertitle {
        line-height: 32px;
    }

    .sr-img1 {
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 394px;
        min-height: 494px;
    }

    .sr-img2-bottom,
    .sr-img2-center {
        position: absolute;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 194px;
        min-height: 217px;
        z-index: 10;
        bottom: 0;
        top: unset;
        transform: unset;
    }

    .aboutdesc {
        margin: auto;
    }

    .aboutimg1,
    .aboutimg2,
    .aboutimg3,
    .aboutimg4 {
        text-align: center;
    }

    .alignC-xs {
        text-align: center;
    }
}


@media screen and (max-width: 520px) {

    .showcontact1,
    .showcontact {
        /*max-width: 349px;*/
        max-width: 280px;
        text-align: right;
        border-radius: 26px;
    }

    .showcontact1 .email,
    .showcontact .email {
        margin-bottom: 8px;
    }

    .closespan1,
    .closespan {
        /*width: calc(100% - 236px);*/
        width: 70px;
        display: inline-block;
        text-align: left
    }
}

@media screen and (max-width: 400px) {
    .px-m {
        padding: 0px 10px;
    }

    .catcardout {
        padding: 5px;
        max-width: 150px;
    }

    .catcard {
        padding: 30px 10px;
        max-width: 150px;
    }

    .partnerscontainer {
        gap: 10px;
    }
}