@font-face {
    font-family: 'CorisandeRegular';
    src: url('../fonts/CorisandeRegular.eot');
    src: url('../fonts/CorisandeRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/CorisandeRegular.ttf') format('truetype'), url('../fonts/CorisandeRegular.woff') format('woff'), url('../fonts/CorisandeRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorisandeRegular';
    src: url('../fonts/CorisandeRegular.eot');
    src: url('../fonts/CorisandeRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/CorisandeRegular.ttf') format('truetype'), url('../fonts/CorisandeRegular.woff') format('woff'), url('../fonts/CorisandeRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorisandeBold';
    src: url('../fonts/CorisandeBold.eot');
    src: url('../fonts/CorisandeBold.eot?#iefix') format('embedded-opentype'), url('../fonts/CorisandeBold.ttf') format('truetype'), url('../fonts/CorisandeBold.woff') format('woff'), url('../fonts/CorisandeBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorisandeBold';
    src: url('../fonts/CorisandeBold.eot');
    src: url('../fonts/CorisandeBold.eot?#iefix') format('embedded-opentype'), url('../fonts/CorisandeBold.ttf') format('truetype'), url('../fonts/CorisandeBold.woff') format('woff'), url('../fonts/CorisandeBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot?v=4.2.0');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff?v=4.2.0') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf?v=4.2.0') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg?v=4.2.0#glyphicons-halflings-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Roman (2)';
    src: url('../fonts/HelveticaNeueLTArabic-Roman (2).eot');
    src: url('../fonts/HelveticaNeueLTArabic-Roman (2).eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Roman (2).ttf') format('truetype'), url('../fonts/HelveticaNeueLTArabic-Roman (2).woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Roman (2).woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Bold';
    src: url('../fonts/HelveticaNeueLTArabic-Bold.eot');
    src: url('../fonts/HelveticaNeueLTArabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueLTArabic-Bold.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    direction: ltr;
}

body {
    background-color: white;
}

.gray {
    color: #505759;
}

.blue {
    color: #0E7C87 !important;
}


.orange {
    color: #DAA053;
}

.white {
    color: white;
}

p {
    font-family: 'CorisandeRegular';
    font-size: 15px;
    line-height: 1.5rem;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}


h5 {
    font-size: 22px;
}


h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5 {
    font-family: 'CorisandeBold';
}

h6 {
    font
}

/*.container {
    max-width: 1108px;
}*/

.fontBold {
    font-family: 'CorisandeBold' !important;
}

.smallText {
    font-size: 13px !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    clear: both;
    font-weight: 400;
    color: #36383a;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-family: 'CorisandeRegular';
    line-height: 0.5rem !important;
    -webkit-transition: padding .5s ease;
    -mozkit-transition: padding .5s ease;
    -o-transition: padding .5s ease;
    -transition: padding .5s ease;
}

    .dropdown-item:hover {
        padding-left: 25px;
        -webkit-transition: padding .5s ease;
        -mozkit-transition: padding .5s ease;
        -o-transition: padding .5s ease;
        -transition: padding .5s ease;
    }

.navbar-nav {
    padding: 0
}

.dropdown-menu[data-bs-popper] {
    top: 159%;
    left: 0;
    right: 0;
    margin-top: 0.03rem;
    min-width: 180px;
    border: none;
    border-radius: 0;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.2);*/
    width: fit-content;
    min-height: 82px;
}



.navbar-light .navbar-nav .nav-link {
    color: #686868;
    font-family: CorisandeBold;
    font-size: 18px;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 12px;
}

.imgIn {
    position: relative;
    top: 17%;
    right: -36px;
    z-index: 999999;
}

#slider-animation .textin {
    position: relative;
    top: 33%;
    text-align: left;
    left: 17%;
    z-index: 10000000000;
}



#slider-animation {
    position: relative;
    position: relative;
    top: 0px;
}

.textin h6 {
    font-family: 'CorisandeBold';
    font-size: 16px;
    border-left: 4px solid #FFAA00;
    color: #B8E7FB;
    padding-left: 5px;
}


.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 574px;
}




#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 42px;
    color: #505759;
    font-family: 'CorisandeBold' !important;
}

#slider-animation p {
    margin-top: 20px;
    font-size: 18px;
    color: white !important;
    font-family: 'CorisandeBold' !important;
}

.innerheaderContent h1 {
    color: #fff;
}


#slider-animation a:hover {
    text-decoration: none;
}







.mainMenu {
    height: 100px;
    padding-top: 5px;
}


.home-hero-section {
    position: relative;
}



.home-hero-section {
    height: 576px !important;
}

.swiper-slide {
    height: 576px !important
}

@media (min-width: 1440px) {
    .home-hero-section {
        min-height: 576px !important;
    }
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(14, 124, 135);
}


.dropdown-item:focus, .dropdown-item:hover {
    color: rgb(14, 124, 135);
    background-color: transparent;
}

.home-hero-slider .home-hero-slider-item h2 {
    font-size: 42px !important;
    font-family: 'CorisandeBold' !important;
    color: black !important;
    line-height: 4.5rem !important;
}

.infoConatiner {
    background-color: rgba(255, 255, 255,0.42);
    padding: 54px;
    border-radius: 100px 10px 100px 10px;
    position: absolute !important;
    top: 48px;
    min-height: 247px;
    width: 369px;
}


.animated-link {
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    pointer-events: all;
    font-family: "Bukra Bold";
    flex-direction: column;
}

    .animated-link a {
        color: white !important;
        font-size: 18px !important;
        font-family: 'CorisandeBold' !important;
        text-decoration: none !important;
    }

    .animated-link p {
        margin-top: 30px;
        text-decoration: none !important;
        line-height: 2.5rem !important;
        font-family: 'CorisandeBold' !important;
    }

.lan {
    min-width: 42% !important;
    left: 27px !important;
    right: 24px !important;
    margin-left: 52px !important;
}



.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
}

    .search::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.9);
    }

    .search::before {
        opacity: 0;
        transition: opacity 0.4s;
    }

.search-cls {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    background: #eaba82;
    opacity: 0;
    transition: opacity 0.4s;
    background: none;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.search-cls {
    display: block;
}

    .search-cls .icon {
        display: block;
        width: 1.5em;
        height: 1.5em;
        margin: 0 auto;
        fill: currentColor;
    }

.search-frm {
    position: relative;
    margin: 2em 0 2em;
    transform: scale(0);
    transition: 0.9s;
    transform-origin: center top;
}

.search-frm-inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.4s;
}

.search-ip {
    font-family: inherit;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 600px;
    padding: 1.25em;
    text-align: left;
    color: black;
    border: none;
    opacity: 0;
    transition: opacity 0.4s;
    transition: 0.3s;
    font-family: 'CorisandeRegular';
    outline-style: none;
}

.search-frm-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 105%;
    background: rgba(255,255,255,0.3);
    opacity: 0;
}

.search .search--open {
    pointer-events: auto;
    position: relative;
}

.search--open::before {
    opacity: 1;
}

.search--open .search-cls {
    opacity: 1;
}

.search--open .search-frm-inner {
    transform: translate3d(0, 0, 0);
    transition: none;
}

.search--open .search-ip {
    opacity: 1;
    transition: 0.4s;
}

.search--open .search-frm-inner::after {
    animation: UpTpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.search--open {
    pointer-events: auto;
}

.search.search--open .search-frm {
    transform: scale(1);
}

.search-cls span::before,
.search-cls span::after {
    position: absolute;
    content: "";
    background: #0E7C87;
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.search-cls span::after {
    transform: translateY(-50%) rotate(-45deg);
}

@keyframes UpTpDown {
    0% {
        opacity: 1;
        transform: scale3d(0, 1, 0);
        transform-origin: 0% 100%;
    }

    50% {
        transform: scale3d(1, 1, 1);
        transform-origin: 100% 0%;
        transition-timing-function: ease-out;
    }

    50.1% {
        transform-origin: 0% 100%;
        transition-timing-function: ease-out;
    }

    100% {
        opacity: 1;
        transform: scale3d(0, 1, 0);
        transform-origin: 100% 0%;
        transition-timing-function: ease-out;
    }
}

@media screen and (max-width: 1199px) {
    .search-ip {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .search-ip {
        font-size: 30px;
    }

    .search-cls {
        font-size: 1em;
    }

    .search-frm {
        margin: 2em 0;
    }

    .search__related {
        font-size: 85%;
        width: 100%;
        padding: 0 1em;
    }

    .search-ip,
    .search-frm-inner::after {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 479px) {
    .search-ip {
        font-size: 20px;
    }
}


.line {
    position: absolute;
    left: 35px;
    right: 49px;
    background: #1e1e1e54;
    bottom: 134px;
    height: 3px !important;
}

.section2 {
    padding-top: 20px;
    background-image: url(../images/section2bg.png);
    min-height: 580px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.section3 {
    background-color: #F5F5F5;
    height: 400px;
    background-image: url(../images/leftbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -20px;
}


.rightbg {
    padding-top: 50px;
    background-image: url(../images/rightbg.png);
    height: 550px;
}


.SmallTitle {
    font-size: 26px;
    font-family: 'CorisandeBold';
    color: #328F98;
}

.bigTitle {
    font-size: 30px;
    font-family: 'CorisandeBold';
    color: #505759;
    line-height: 2.2rem;
}


.width-70 {
    width: 70%;
    margin: auto;
}

.red {
    color: #E74360 !important;
}

.SuccessStories {
    margin-top: 50px;
    background-color: WHITE;
    border: 1px solid #BFBFBF;
    border-radius: 50px 10px 50px 10px;
    min-height: 284px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.logobox {
    border: 1px solid #BFBFBF;
    border-radius: 40px 10px 40px 10px;
    width: 100%;
    min-height: auto;
    margin: auto;
    text-align: center;
}

    .logobox img {
        width: 100%;
        height: 180px;
        object-fit: contain;
        padding: 10px;
    }

.tabscard {
    padding: 35px 30px 15px 100px;
}

.jobs-div .tabscard {
    padding: 15px 30px 15px 30px;
    background-color: #f9f9f9;
    margin-bottom: 5%;
    border: 1px solid transparent;
    border-radius: 15px;
}

#owl-carousel2 .owl-dots {
    display: none
}

#owl-carousel2 .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel2 .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    left: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel222 .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: -10px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel222 .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    left: -10px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}

#owl-carousel22 .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel22 .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    left: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}

#owl-carousel-management .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: 0px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
    text-align: center;
}

.owl-carousel-management {
    text-align: center;
}

#owl-carousel-management .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    left: 0px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}



.section3Part2 .owl-carousel .owl-dots .active {
    background-color: #A11008 !important;
    border: none;
    height: 4px;
    width: 27px;
}


.section3Part2 .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #BFBFBF;
    border: none;
    height: 4px;
    width: 15px;
    margin: 0px 2px;
}


.section3Part2 .owl-dots {
    position: absolute;
    bottom: -28px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.learn-more2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    border-bottom: 1px solid #e74360;
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    border-bottom: 1px solid #e74360;
}

.learn-more {
    width: 8rem;
    height: auto;
}

    .learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: transparent;
        border-radius: 1.625rem;
        float: right;
    }

        .learn-more .circle .icon {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
        }

            .learn-more .circle .icon.arrow {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                right: 1.0rem;
                width: 1.125rem;
                height: 0.125rem;
                background: none;
            }

                .learn-more .circle .icon.arrow::before {
                    position: absolute;
                    content: "";
                    top: -3.5px;
                    left: 11px;
                    width: 10px;
                    height: 10px;
                    border-top: 3px solid #E74360;
                    border-right: 3px solid #E74360;
                    transform: rotate(45deg);
                }

    .learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: -25px;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0;
        color: #E74360;
        ;
        font-family: 'CorisandeBold';
        font-size: 15px;
        text-align: center;
    }

.learn-more2 .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    top: 0;
    left: -25px;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0;
    color: #E74360;
    ;
    font-family: 'CorisandeBold';
    font-size: 15px;
    text-align: center;
}

.learn-more:hover .circle {
    width: 100%;
}

    .learn-more:hover .circle .icon.arrow {
        background: #E74360;
        transform: translate(1rem, 0);
        height: 3px;
        width: 19px;
    }

.learn-more:hover .button-text {
    color: #E74360;
}



.shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: -15px;
    top: 24px;
}


.shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: -15px;
    bottom: 74px;
}

.section3Part2 {
    margin-top: -510px;
    position: relative;
    z-index: 1000;
}

.section3Part222 {
    margin-top: -365px;
    position: relative;
    z-index: 1000;
}

.partner {
    background-image: url(../images/partner.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 400px;
}

.paddingTop {
    padding-top: 80px;
}

.paddingTop2 {
    padding-top: 25px;
}

.partnerLogoHor img {
    width: 140px;
    height: 71px;
    object-fit: contain;
}


.partnerLogover img {
    width: 82;
    height: 75px;
    object-fit: contain;
}

.partnerLogover {
    text-align: center;
    margin: auto;
}



#owl-carousel3 .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 53px;
    right: -32px;
    border: 1px solid transparent;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel3 .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 53px;
    left: -60px;
    border: 1px solid transparent;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


.newscard .card {
    width: 90% !important;
    border: none;
    background-color: transparent;
}

.news .card img {
    width: 100%;
    height: 234px;
    object-fit: contain;
    border-radius: 50px 10px 0px 0px;
    border: 1px solid #D1CECE;
}

.title-post img {
    width: 15px !important;
    height: 15px !important;
    object-fit: none !important;
    border-radius: none !important;
    border: none !important;
}

.news .card {
    width: 95%;
    height: 325px;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

    .news .card .thumbnail {
        display: block;
        margin: 0;
        object-fit: cover;
    }

    .news .card .title-post {
        margin: 0;
        padding: 15px 8px 0px;
        font-size: 14px;
        font-family: 'CorisandeRegular';
        height: 220px;
        opacity: 0.7;
        transition: .5s;
    }

    .news .card .content {
        padding: 15px 10px 18px 12px;
        height: 110px;
    }

        .news .card .content p {
            margin: 0;
            position: relative;
            top: -190px;
        }

        .news .card .content span {
            margin: 0;
            position: relative;
            top: -60px;
        }

    .news .card:hover .calendar-news {
        margin-top: 0px;
    }

    .news .card:hover .title-post {
        margin-top: -216px !important;
        transition: 0.5s ease all;
    }


.home-news-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 17px;
}



.news .card:hover .title-post {
    padding: 15px 8px 0px;
    transition: 0.5s ease all;
    margin-top: 11px;
}


.contenttbg {
    background-image: -moz-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    color: white;
    border-radius: 0px 0px 0px 50px;
    position: relative;
    top: -20px;
}


.contenttbgorange {
    background-image: -moz-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    color: white;
    position: relative;
    top: -20px;
}

.contenttbgmove {
    background-image: -moz-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    color: white;
    position: relative;
    top: -20px;
}

.contenttbgmove {
    background-image: -moz-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    color: white;
    position: relative;
    top: -20px;
}

.contenttbgreen {
    background-image: -moz-linear-gradient( 144deg, rgb(80,105,0) 0%, rgb(103,133,4) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(80,105,0) 0%, rgb(103,133,4) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(80,105,0) 0%, rgb(103,133,4) 100%);
    color: white;
    position: relative;
    top: -20px;
}



.contenttbg img {
    width: 17px !important;
}


.content a {
    color: white !important;
    top: 7px !important;
    position: relative;
    text-decoration: none;
}

#owl-carousel4 {
    margin-bottom: 50px;
}

    #owl-carousel4 .owl-prev {
        background-image: url(../images/right2.png) !important;
        width: 50px;
        height: 50px;
        background-color: white;
        border: none;
        background-repeat: no-repeat;
        position: absolute;
        top: 190px;
        right: 5px;
        border: 1px solid #BFBFBF;
        border-radius: 12px 5px 12px 5px;
        background-position: 44%;
    }


    #owl-carousel4 .owl-next {
        background-image: url(../images/left2.png) !important;
        width: 50px;
        height: 50px;
        background-color: white;
        border: none;
        background-repeat: no-repeat;
        position: absolute;
        top: 190px;
        left: -32px;
        border: 1px solid #BFBFBF;
        border-radius: 12px 5px 12px 5px;
        background-position: 44%;
    }


.JoinTeam {
    margin-top: 35px;
    background-color: white;
    min-height: 352px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50px 10px 50px 10px;
}


.JoinTeambg {
    min-height: 389px;
    border-radius: 50px 10px 50px 0px;
    background-size: cover;
}

.JoinTeambg2 {
    background-image: url(../images/gettyimages-929772310-612x612.png);
    min-height: 280px;
    border-radius: 50px 10px 50px 0px;
    background-size: cover;
    margin-right: 12px;
}

.paddingbox {
    padding: 10px 40px 0px 40px;
}


.click1bg {
    height: 85px;
    border-radius: 22px 5px 22px 5px;
    text-align: center;
    padding: 27px;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    box-shadow: -1px 2px 4px #bdbdbd;
}


.click2bg {
    height: 85px;
    background-image: -moz-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    border-radius: 22px 5px 22px 5px;
    text-align: center;
    padding: 27px;
    margin: auto;
    width: 90%;
    margin-top: 20px;
    box-shadow: -1px 2px 4px #bdbdbd;
}

.click3bg {
    height: 85px;
    background-image: -moz-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    border-radius: 22px 5px 22px 5px;
    text-align: center;
    padding: 27px;
    margin: auto;
    width: 90%;
    margin-top: 20px;
    box-shadow: -1px 2px 4px #bdbdbd;
}

.click1 {
    text-align: center;
    width: 125px;
}

    .click1 a {
        line-height: 1.5rem;
        color: black;
        font-size: 15px;
        text-decoration: none;
    }


    .click1 p {
    }

.joinOurTeam {
    margin-top: -407px;
    position: relative;
    z-index: 1000;
}


.ManagementStaff {
    margin-top: 100px;
}

.Managementimg {
    text-align: center;
}

    .Managementimg img {
        height: 160px;
        object-fit: contain;
        border-radius: 50px 10px 50px 0px;
    }

.footer {
    margin-top: 60px;
    padding-top: 50px !important;
    background-image: -moz-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    min-height: 280px;
    box-shadow: 0px -3px 6px rgba(0,0,0,.2);
}


    .footer p {
        color: white !important;
        margin: 7px 0px;
    }

    .footer a {
        color: white !important;
        font-size: 15px;
        font-size: 15px;
        font-family: 'CorisandeRegular';
        text-decoration: none;
    }


.rightmenu .dropdown {
    margin-top: 15px;
    font-size: 16px;
}

.rightmenu .dropdown-menu {
    min-width: 3rem;
    top: -13% !important;
    padding: 0;
}

.rightmenu .btn {
    font-family: 'CorisandeRegular';
    color: #686868;
    font-size: 18px;
}

.rightmenu {
    padding-top: 25px;
}


.section2 h1 {
    font-size: 30px;
    color: #505759;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'CorisandeBold';
    font-size: 15px;
    border-top: 5px solid #E74360;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.section2 .nav-link {
    color: #495057;
    font-family: 'CorisandeBold';
    font-size: 15px;
    padding-top: 20px;
}


.section2 .nav-tabs {
    border-top: 1px solid #a7a7a7;
    border-bottom: transparent;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    padding: 0;
}

.img1 {
    position: absolute;
    left: 74px;
    top: 65px;
    z-index: 1;
}


.img3 {
    position: absolute;
    right: 51px;
    top: 65px;
    z-index: 1;
}


.img2 {
    position: absolute;
    right: 245px;
    top: 120px;
    z-index: 1;
}


.img4 {
    position: absolute;
    right: 42px;
    top: 310px;
    z-index: 1;
}

.img6 {
    position: absolute;
    left: 63px;
    top: 310px;
    z-index: 1;
}

.img5 {
    position: absolute;
    right: 245px;
    top: 270px;
    z-index: 1;
}



.flyMenu {
    position: fixed;
    right: 0px;
    top: 85%;
    z-index: 99999999999;
}



#wrap {
    margin: 20px auto;
    text-align: center;
}



.headerinner {
    background-image: url(../images/gettyimages-1245297617-2048x2048.png);
    max-height: 275px;
    background-size: cover;
    box-shadow: 0 300px 1px 3px #40404078 inset;
    -moz-box-shadow: 0 300px 1px 3px #40404078 inset;
    -webkit-box-shadow: 0 300px 1px 3px #40404078 inset;
}


.innerheaderContent {
    position: relative;
    width: fit-content;
    padding: 50px 50px 40px 0px;
}
/*.innerheaderContent {
    background-color: rgba(255, 255, 255,0.66);
    border-radius: 100px 10px 100px 10px;
    position: relative;
    top: 134px;
    width: fit-content;
    padding: 50px 50px 40px 50px;
}*/

.breadcrumb-item a {
    font-family: 'CorisandeRegular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 15px;
    font-family: 'CorisandeRegular';
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-left: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "|| ");
    padding-right: .5rem;
}

.breadcrumb {
    position: relative;
    top: 0;
    padding: 20px 0px;
}


.contentbody {
    padding-top: 84px;
}

.contentbody {
    background-image: url(../images/section2bg.png);
    min-height: 580px;
    background-repeat: no-repeat;
    background-position: left top;
}


.contentbody2 {
    background-image: url(../images/inner2.png);
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: right top;
}

.innervideoimg {
    margin-top: 30px;
    position: relative;
    z-index: 1000;
}

    .innervideoimg img {
        width: 100%;
        height: 364px;
        object-fit: contain;
    }


.innervideo .shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: 70px;
    bottom: -10px;
}



.innervideo .shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: 66px;
    top: 13px;
}


.innervideo {
    position: relative;
}

.contentbody p {
    line-height: 1.5rem;
}



.btnstyle1 {
    background-color: #B05C9E;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle2 {
    background-color: #F19520;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle3 {
    background-color: #6081C1;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle3 {
    background-color: #6081C1;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle4 {
    background-color: #E41D56;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle5 {
    background-color: #CACB2C;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle6 {
    background-color: #43BAC1;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnstyle7 {
    background-color: #E85878;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS1 {
    background-color: #E85878;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS2 {
    background-color: #B05C9E;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS3 {
    background-color: #43BAC1;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS4 {
    background-color: #CACB2C;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS5 {
    background-color: #f19520;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS6 {
    background-color: #6081C1;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btnS7 {
    background-color: #E41D56;
    border-radius: 20px 5px 20px 5px;
    padding: 25px 30px;
}

.btn-search1 {
}

.number {
    font-family: 'CorisandeBold';
    color: #BBBFBF;
    font-size: 23px;
    text-align: left;
    margin-bottom: 0 !important;
    margin-top: 10px;
    line-height: 1.5rem;
}

.tabName {
    font-family: 'CorisandeBold';
    color: #1D1D1D;
    font-size: 15px;
    text-align: left;
    line-height: 1.5rem;
}

.contentbody2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'CorisandeBold';
    font-size: 15px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: transparent;
}

.section2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'CorisandeBold';
    font-size: 15px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: 5px solid #e74360;
}

.innerslider .shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: -16px;
    top: -11px;
}

.innerslider .shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: -13px;
    bottom: 74px;
}


.innerslider .section3 {
    background-color: #F5F5F5;
    height: 315px;
    background-image: url(../images/leftbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}


.innerslider .learn-more {
    width: 8rem;
    height: auto;
    top: -21px;
}

.innerslider .FeaturedJobs {
    margin-top: 11px;
    background-color: transparent;
    border: none;
    min-height: 289px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.innerslider .tabscard {
    background-color: white;
    border-radius: 50px 10px 50px 10px;
    min-height: 325px;
}


    .innerslider .tabscard p {
        line-height: 1.5rem;
        margin-bottom: 0;
    }


    .innerslider .tabscard .learn-more {
        width: 7rem;
        float: right;
    }

.innerslider .learn-more:hover .circle .icon.arrow {
    background: #E74360;
    transform: translate(1rem, 0);
    height: 3px;
    width: 19px;
}

.DaysOfOurLives {
    background-color: #F5F5F5;
    height: 400px;
    background-image: url(../images/leftbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    margin-bottom: 156px;
}

.albumbg {
    background-size: contain;
    height: 430px;
    border-radius: 120px 10px 120px 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.albumbg2 {
    background-image: url(../images/gettyimages-962630406-2048x2048.png);
    background-size: cover;
    height: 350px;
    border-radius: 120px 10px 120px 10px;
    background-position: center;
}


.DaysOfOurLives .shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: -14px;
    top: -10px;
}

.DaysOfOurLives .shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: -15px;
    bottom: -24px;
}


#owl-carousel6 .owl-prev {
    background-image: url(../images/right2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    right: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


#owl-carousel6 .owl-next {
    background-image: url(../images/left2.png) !important;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    left: -32px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


.InsideScoop {
    background-image: url(../images/inner2.png);
    min-height: 530px;
    background-repeat: no-repeat;
    background-position: top right;
}

    .InsideScoop .paddingbox {
        padding: 40px 40px 0px 40px;
    }


    .InsideScoop .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #BFBFBF;
        border: none;
        height: 4px;
        width: 15px;
        margin: 0px 2px;
    }

    .InsideScoop .owl-carousel .owl-dots .active {
        background-color: #A11008 !important;
        border: none;
        height: 4px;
        width: 27px;
    }


.DaysOfOurLives .learn-more {
    width: 7rem;
}

    .DaysOfOurLives .learn-more:hover .circle .icon.arrow {
        background: #E74360;
        transform: translate(1rem, 0);
        height: 3px;
        width: 19px;
    }

.InsideScoopcard1 {
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard2 {
    background-color: #F5F5F5;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 20px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard3 {
    background-color: #577201;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard1 p {
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0;
}

.InsideScoopcard2 p {
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0;
}


.InsideScoopcard3 p {
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0;
}

.ScoopData::after {
    content: url(../images/straight-quotes.png);
    float: right;
}



.ScoopData2::before {
    content: url(../images/66.png) !important;
}

.ScoopData2::after {
    content: url(../images/55.png) !important;
    float: right;
}



.ScoopData::before {
    content: url(../images/11.png);
}


.InsideScoop .owl-carousel .owl-dots .active {
    background-color: #A11008 !important;
    border: none;
    height: 4px;
    width: 27px;
}


.InsideScoop .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #BFBFBF;
    border: none;
    height: 4px;
    width: 15px;
    margin: 0px 2px;
}

.InsideScoop .owl-dots {
    position: absolute;
    bottom: -28px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.hrThinks {
}

.hrBox {
    background-color: #F8F8F8;
    padding: 50px;
    border-radius: 112px 5px 0px 0px;
    height: 417px;
}

    .hrBox p {
        line-height: 1.25rem;
    }


    .hrBox .learn-more {
        width: 7rem;
        float: right;
    }


        .hrBox .learn-more:hover .circle .icon.arrow {
            background: #E74360;
            transform: translate(1rem, 0);
            height: 3px;
            width: 19px;
        }


.hrImage {
    /*background-image:url(../images/hr.png) ;*/
    height: 417px;
    background-size: cover;
    border-radius: 0px 5px 112px 0px;
}

.hr2 {
    background-color: #004CA4;
    padding: 50px;
    border-radius: 112px 5px 112px 5px;
    height: 417px;
}


    .hr2 p {
        line-height: 1.25rem;
        color: White;
    }


    .hr2 .learn-more {
        width: 7rem;
        float: right;
    }


        .hr2 .learn-more:hover .circle .icon.arrow {
            background: white;
            transform: translate(1rem, 0);
            height: 3px;
            width: 19px;
        }



        .hr2 .learn-more .button-text {
            color: White;
        }


    .hr2 .learn-more {
        border-bottom: 1px solid white;
    }

        .hr2 .learn-more .circle .icon.arrow::before {
            position: absolute;
            content: "";
            top: -3px;
            left: 11px;
            width: 10px;
            height: 10px;
            border-top: 3px solid white;
            border-right: 3px solid white;
            transform: rotate(45deg);
        }



.helpList-list {
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
}

    .slick-slider .slick-list, .slick-slider .slick-track {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.helpList .slick-list {
    overflow: hidden;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.helpList .helpList-list .slick-track, .helpList .helpList-list .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track::after, .slick-track::before {
        display: table;
        content: "";
    }


.helpList .helpList-list .slick-track .slick-slide {
    margin: 0 7px;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    padding: 24px 24px 20px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
}

    .helpList .helpList-list .slick-track .slick-slide::before {
        position: absolute;
        content: "";
        bottom: -15px;
        opacity: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        z-index: 99;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

.helpList .helpList-list .slick-track .slick-slide {
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.helpList-item {
    margin-bottom: 0;
    padding: 0px 15px;
    width: 100%;
    display: inline-block;
}

    .helpList-item p {
        margin-bottom: 0;
    }

.helpList-item2 {
    margin-bottom: 0;
    font-size: 13px;
}


.helpList .helpList-list .slick-slide.slick-current.slick-active .helpList-item-inner {
    opacity: 1;
}

.helpList-item-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    bottom: -7px;
    background-image: linear-gradient(208deg,#0051A0,#035EB9 33%);
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.helpList .slick-slide::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -9;
    background-image: linear-gradient(-132deg,#c700b1 -100%,#972bb8 0,#922eb8);
    opacity: 0;
}

.helpList .helpList-list .slick-slide.slick-current.slick-active {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    color: #fff;
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
    z-index: 1;
    background-color: #fff;
}

.helpList .helpList-list .slick-track .slick-slide {
    margin: 0 7px;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    padding: 38px 24px 20px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
}

    .helpList .helpList-list .slick-track .slick-slide::before {
        position: absolute;
        content: "";
        bottom: -15px;
        opacity: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        z-index: 99;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

.helpList .helpList-list .slick-slide.slick-current.slick-active {
    color: #fff;
}

.helpList .helpList-list .slick-track .slick-slide {
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    cursor: pointer;
}


.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.helpList {
    overflow: hidden;
    padding-bottom: 0;
}

.Subscribe {
    border: 1px solid rgb(219, 219, 219);
    height: 40px;
}


@media only screen and (max-width:767px) {
    .helpList {
        text-align: center
    }

    .helpList {
        text-align: center;
    }

        .helpList .helpList-list .slick-track .slick-slide {
            height: 150px;
        }
}

.helpList .helpList-list .slick-slide.slick-current.slick-active::after {
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.helpList .slick-slide::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -9;
    background-image: linear-gradient(-132deg,#035eb9 -100%,#035eb9 0,#035eb9);
    opacity: 0;
}

.helpList .helpList-list .slick-track .slick-slide::before {
    position: absolute;
    content: "";
    bottom: -15px;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 99;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}


.helpimg {
    /*background-image:url(../images/Mask\ Group\ 1.png) ;*/
    height: 243px;
    background-size: cover;
    border-radius: 50px 10px 0px 0px;
}

.helpimg3 {
    /*background-image:url(../images/gettyimages-1212006391-612x612.png) ;*/
    height: 243px;
    background-size: cover;
    border-radius: 50px 10px 0px 0px;
}

.helpimg2 {
    /*background-image:url(../images/Mask\ Group\ 2.png) ;*/
    height: 243px;
    background-size: cover;
    border-radius: 50px 10px 0px 0px;
}

.helpimg4 {
    /*background-image:url(../images/gettyimages-962630406-2048x2048.png) ;*/
    height: 243px;
    background-size: cover;
    border-radius: 50px 10px 0px 0px;
}

.boxstyle1 {
    color: White;
    text-align: center;
    padding: 20px;
    border-radius: 0px 0px 50px 10px;
}



.boxstyle2 {
    background-color: #004CA4;
    color: White;
    text-align: center;
    padding: 20px;
    border-radius: 0px 0px 50px 10px;
}




.boxstyle3 {
    background-color: #658203;
    color: White;
    text-align: center;
    padding: 20px;
    border-radius: 0px 0px 50px 10px;
}


.boxstyle4 {
    background-color: #0E7C87;
    color: White;
    text-align: center;
    padding: 20px;
    border-radius: 0px 0px 50px 10px;
}

.FindYourPlace p {
    line-height: 1.5rem;
}

.helpList-links {
    margin-top: 20px;
    padding: 10px 40px;
    border-top: 1px solid #D9D9D9;
}


.hrThinks .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #BFBFBF;
    border: none;
    height: 4px;
    width: 15px;
    margin: 0px 2px;
}

.hrThinks .owl-carousel .owl-dots .active {
    background-color: #A11008 !important;
    border: none;
    height: 4px;
    width: 27px;
}


.hrThinks .owl-dots {
    position: absolute;
    bottom: -28px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.tab-content p {
    line-height: 1.5rem;
    margin: 20px 0px !important;
}

.bg1 {
    background-image: url(../images/STS\ slider1.png);
    background-size: cover;
    background-position: bottom left;
    height: 569px;
}




.bg2 {
    background-image: url(../images/gettyimages-1207361170-2048x2048.png);
    background-size: cover;
    background-position: bottom left;
    height: 569px;
}



.bg3 {
    background-image: url(../images/gettyimages-1245297617-2048x2048.png);
    background-size: cover;
    background-position: bottom left;
    height: 569px;
}




#slider-animation .textin {
    padding: 54px;
    border-radius: 100px 10px 100px 10px;
    position: relative;
    top: 113px;
    min-height: 360px;
    width: 88%;
    background-size: cover;
}

.white-background {
    background-color: rgba(54, 61, 58, 0.42);
}

#slider-animation .textin2 {
    background-image: url(../images/dddd.png);
    padding: 54px;
    border-radius: 100px 10px 100px 10px;
    position: relative;
    top: 113px;
    min-height: 360px;
    width: 88%;
    background-size: cover;
}

#slider-animation {
    position: relative;
    position: relative;
}

.textin h6 {
    font-size: 16px;
    border-left: 4px solid #FFAA00;
    color: #B8E7FB;
    padding-left: 5px;
}


.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 574px;
}




#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
}

#slider-animation p {
    font-size: 15px;
    color: black;
    font-family: 'Poppins-Regular';
}


#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 11%;
    margin-right: 1%;
    list-style: none;
    top: 76%;
    text-align: left;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 13px;
        height: 13px;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        cursor: pointer;
        color: #4E4E4E;
        background-repeat: no-repeat;
        background-color: transparent;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
        display: inline !important;
    }





.textin2 a {
    text-decoration: none;
}

.videoslide {
    padding-top: 46px;
}


#slider-animation .textin2 {
    position: relative;
    left: 17%;
    z-index: 10000000000;
}

.newsImg {
    /*background-image: url(../images/naqabanew.png);*/
    background-size: cover;
    border-radius: 90px 5px 90px 5px;
    min-height: 329px;
}

.latestNews {
    position: relative;
}

.latestNewsData {
    position: relative;
    background-color: #FBFBFB;
    min-height: 316px;
    box-shadow: 3px 1px 7px #a6a6a6;
    border-radius: 90px 10px 90px 10px;
    z-index: 1;
}

.latestNewsBox {
    padding: 50px;
}


.latestNews .shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: -36px;
    top: -23px;
}


.latestNews .shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: -26px;
    bottom: -31px;
}

.longNews {
    background-color: #F8F8F8;
    height: 828px;
    border-radius: 62px 10px 50px 0px;
    border: 1px solid #D8D8D8;
}

.imgHeight {
    height: 222px;
    border-radius: 50px 10px 0px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.imgHeight2 {
    height: 222px;
    border-radius: 50px 10px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.new1 {
    height: 402px;
    background-color: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 50px 10px 50px 0px;
}

.new2 {
    background-color: #662B6E;
    height: 402px;
    border-radius: 50px 10px 50px 0px;
    color: white;
}

.news2022 p {
    font-size: 14px;
    margin-bottom: 0;
}

.new3 {
    height: 375px;
    background-color: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 50px 10px 50px 0px;
}

.imgHeight3 {
    height: 155px;
    border-radius: 50px 10px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.new4 {
    background-color: #004AA0;
    height: 375px;
    border-radius: 50px 10px 50px 0px;
    color: white;
}

.new5 {
    background-color: #C37108;
    height: 375px;
    border-radius: 50px 10px 50px 0px;
    color: white;
}


.innerslider .section33 {
    margin-top: 100px;
    background-color: #F5F5F5;
    height: 315px;
    background-image: url(../images/leftbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 200px;
}


.Testimonialssinner2 .tabscard {
    background-color: transparent;
}

.Testimonialssinner2 .InsideScoopcard2 {
    width: 100%;
    background-color: white;
    box-shadow: 3px 1px 7px #a6a6a6;
}


.Testimonialssinner .shape1 {
    background-color: #662B6E;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 6px;
}


.Testimonialssinner .shape2 {
    background-color: #0098A7;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: -11px;
}


/*.StayInTouch{
      margin-top:100px ;
    }*/

.divpadding2 {
    padding: 0px 1%
}

.divpadding {
    padding: 0px 6%
}

.news2022 {
    padding: 0px 7% !important;
}

.innertabs .nav-tabs {
    border-top: 1px solid #a7a7a7;
    border-bottom: transparent;
    position: relative;
    top: 56px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    padding: 0;
    z-index: 1000;
}

    .innertabs .nav-tabs .nav-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


.click11bg {
    width: 50%;
    height: 85px;
    background-image: -moz-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    border-radius: 22px 5px 22px 5px;
    text-align: center;
    padding: 27px;
    margin: auto;
    margin-top: 20px;
}


.click22bg {
    width: 50%;
    height: 85px;
    background-image: -moz-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(203,114,0) 0%, rgb(230,133,11) 100%);
    border-radius: 22px 5px 22px 5px;
    text-align: center;
    padding: 27px;
    margin: auto;
    margin-top: 20px;
}


.tabinner p {
    line-height: 1.5rem;
    margin: 7px 0px !important;
}


#slider-animation .carousel-indicators .active {
    background-color: #F34868;
}




#slider-animation .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1.0;
    transition: opacity .6s ease;
    border-radius: 50%;
}


#slider-animation .carousel-indicators .active {
    background-color: #F34868 !important;
    border: none;
    height: 14px !important;
    width: 27PX !important;
    margin: 0px 1px;
    border-radius: 20px !important;
    top: 0px;
    position: relative;
}

.Itemopacity {
    transition: .5s;
}

.Itemopacity1 {
    transform: scale(1.15);
    transition: .5s;
    box-shadow: 12px 17px 10px -10px rgba(0,0,0,.5);
    border-radius: 0px 10px 25px 10px;
}




/*.Itemopacity1 {
    transform: scale(1.1);
}*/
.Itemopacity-normal {
    transform: scale(1);
}

.Itemopacity4 {
    opacity: .4
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 21%;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 11%;
    margin-right: 1%;
    list-style: none;
    text-align: left;
}

.Newsletter {
    margin-top: 20px;
    border: 2px solid white;
    position: relative;
}

    .Newsletter input {
        padding: 7px;
        background-color: transparent;
        border: transparent;
    }

    .Newsletter ::placeholder {
        color: white;
    }

.go {
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 100;
}



.slick-list .learn-more {
}

.Cloud .click11bg {
    width: 38%;
}

.Cloud .click22bg {
    width: 38%;
}

.click1 p {
    position: relative !important;
    top: 0px !important;
}


.sliderContent a {
    text-decoration: none;
}

.imgres {
    position: relative;
    z-index: 0;
}

.position {
    position: relative;
}

.Management p {
    margin-bottom: 0;
}

.language {
}



.tab-content::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 81px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -9;
    background-image: linear-gradient(-132deg,#c700b1 -100%,#972bb8 0,#922eb8);
    opacity: 0;
}

.contentbody2 .tab-content {
    position: relative !important;
}


#Principles .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'CorisandeBold';
    font-size: 15px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}



    #Principles .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .number {
        color: #00909F !important;
    }

    #Principles .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .tabName {
        color: #00909F !important;
    }

.section2inner {
    position: relative;
}


.innertabs #tab1 {
    color: black !important;
    font-family: 'CorisandeBold';
}


.innertabs #tab2 {
    color: black !important;
    font-family: 'CorisandeBold';
    font-size: 18px;
}



.innertabs #tab3 {
    color: black !important;
    font-family: 'CorisandeBold';
}

#myTabContent33 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'CorisandeBold';
    font-size: 18px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: 5px solid #E74360;
}


.section2inner .shape1 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    right: -26px;
    top: 90px;
}


.section2inner .shape2 {
    background-color: #0E7C87;
    width: 152px;
    height: 125px;
    border-radius: 17px;
    position: absolute;
    z-index: 0;
    left: -27px;
    bottom: -28px;
}

#myTabContent33 {
    position: relative;
    z-index: 1;
}

.JoinTeam .click1 {
    width: 100%;
}


.Cloud .click1 {
    width: 100%;
}

.rightbg222 {
    height: 610px;
}

.Cloud .click1 p {
    top: 34px !important;
    /*max-width: 190px;*/
}

.rating {
    display: none
}

.breadcrumb-item {
    color: #fff;
    font-size: 15px;
    font-family: 'CorisandeRegular';
}

/*.breadcrumb-item + .breadcrumb-item:last-child:before {
        padding-left: 0px;
    }*/


.at-icon-wrapper {
    background-color: transparent !important;
}

.at-icon {
    fill: #fff !important;
    width: 23px !important;
    height: 35px !important;
}

.addthis_inline_share_toolbox {
    margin-left: -10px;
}

.card-img-top {
    border-radius: 50px 10px 0px 0px;
}

    .card-img-top img {
        border-radius: 50px 10px 0px 0px;
        /*width: 100%;*/
        /*height: 300px;*/
    }

.card-title {
    color: #007e89;
}



.card-text {
    font-family: 'CorisandeRegular';
    font-size: 15px;
    color: #333;
}

.BlockView .hvr-shadow {
    display: block !important;
}

.pagination li {
    list-style: none;
}

.CurrentPageClass {
    border: 1px solid #018492;
    border-radius: 10%;
    padding: 5px 10px 5px 10px;
    background-color: #018492;
    color: #fff;
}


.NumericClass {
    border: 1px solid #018492;
    border-radius: 10%;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    color: #018492;
}

.bdr-blue2 {
    border-bottom: 3px solid #0E7C87 !important;
    background-color: #F5F5F5;
    font-family: CorisandeBold
}

select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeEn/Images/DropDownArrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.txt-search:focus {
    color: #000;
    background-color: #fff;
    border-color: #004cbf;
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.txt-search {
    margin-bottom: 20px;
    width: 100%;
    height: 38px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}



.readMore2 {
    padding-left: 10px;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: transparent !important;
    border-top: transparent !important;
}

.image-list {
    border-radius: 50px 0px 0px 10px;
}

.rounded-div {
    border-radius: 0px 10px 50px 10px;
}

.faq-category {
    color: #0E7C87
}

.question {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-collapse {
    padding: 15px;
}






.panel-heading [data-bs-toggle=collapse].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #0E7C87;
}

.panel-heading [data-bs-toggle=collapse]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "play" icon */
    float: right;
    color: #0E7C87;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.PhotoGalleryClassWidth {
    text-decoration: none;
}

.photogallery-div {
    border-radius: 50px 10px 0px 0px;
}

.photogallery-body {
    border: 1px solid #e1e1e1;
    background-color: #F5F5F5;
}

.displayHidden {
    display: none;
}

.div-comp8 .click1bg:first-child {
    background-image: -moz-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -webkit-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(102,24,113) 0%, rgb(162,84,150) 100%);
}

.div-comp8 .click1bg:last-child {
    background-image: -moz-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: background-image: -webkit-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
    background-image: -ms-linear-gradient( 144deg, rgb(0,124,137) 0%, rgb(1,138,152) 100%);
}


.slick-track .slides:first-child .boxstyle1 {
    background-color: #E6850B;
}

.slick-track .slides:nth-child(2) .boxstyle1 {
    background-color: #004CA4;
}

.slick-track .slides:nth-child(3) .boxstyle1 {
    background-color: #658203;
}

.slick-track .slides:nth-child(4) .boxstyle1 {
    background-color: #E6850B;
}

.slick-track .slides:nth-child(5) .boxstyle1 {
    background-color: #004CA4;
}

.slick-track .slides:nth-child(6) .boxstyle1 {
    background-color: #658203;
}

.slick-track .slides:nth-child(7) .boxstyle1 {
    background-color: #E6850B;
}

.slick-track .slides:nth-child(8) .boxstyle1 {
    background-color: #004CA4;
}

.slick-track .slides:nth-child(9) .boxstyle1 {
    background-color: #658203;
}

.slick-track .slides:nth-child(10) .boxstyle1 {
    background-color: #E6850B;
}

.slick-track .slides:nth-child(11) .boxstyle1 {
    background-color: #004CA4;
}

.slick-track .slides:nth-child(12) .boxstyle1 {
    background-color: #658203;
}




.InsideScoopcard1 {
    background-color: #682B69;
}

.InsideScoopcard2 {
    background-color: #F5F5F5;
    color: #333
}

    .InsideScoopcard2 p {
        color: #333
    }

.InsideScoopcard3 {
    background-color: #577201;
}

.InsideScoopcard4 {
    background-color: #682B69;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard5 {
    background-color: #F5F5F5;
    color: #333;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

    .InsideScoopcard5 p {
        color: #333
    }

.InsideScoopcard6 {
    background-color: #577201;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard7 {
    background-color: #682B69;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard8 {
    background-color: #F5F5F5;
    color: #333;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

    .InsideScoopcard8 p {
        color: #333
    }

.InsideScoopcard9 {
    background-color: #577201;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard10 {
    background-color: #682B69;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.InsideScoopcard11 {
    background-color: #F5F5F5;
    color: #333;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

    .InsideScoopcard11 p {
        color: #333
    }

.InsideScoopcard12 {
    background-color: #577201;
    min-height: 379px;
    border-radius: 70px 5px 70px 5px;
    padding: 30px;
    width: 94%;
    margin: auto;
}

.StayInTouch a {
    color: #23272b;
    text-decoration: none;
}

a {
    text-decoration: none
}

.newsscetion a {
    color: inherit;
}



.list-block {
    display: flex;
    position: relative;
}

    .list-block .card-footer {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

.list-image {
    border-radius: 25px 5px 25px 5px;
}

.border-rounder {
    border-radius: 22px 5px 22px 5px;
}
/*.div-padding {
    padding-left: 25px;
    padding-right: 25px;
}*/

.color-black {
    color: #333 !important;
}

.media-heading {
    color: #0e7c87 !important
}

video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.play-video {
    position: absolute;
    color: black !important;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
}


.carousel-inner .modal-dialog {
    max-width: 70%;
}

.align-right {
    text-align: right
}

.title-color {
    color: #007f8c !important
}

.module-news a {
    color: #212529;
}

.btn-search {
    background-color: #0e7c87;
    color: #fff;
    margin: auto;
}






/*--------------------------------Daqqouri-------------------------------*/



/*--------------------------------End Daqqouri-------------------------------*/

.divFooterBlock .learn-more {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    text-align: center;
    margin: auto;
}

.border-rounder .learn-more {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    text-align: center;
    margin: auto;
}

.comp20-div {
    display: flex
}

.comp20-sub-div {
    border-left: 3px solid #e84d69;
    padding-left: 15px;
    margin-bottom: 15px;
}

    .comp20-sub-div .learn-more {
        width: 18rem;
    }

.new2 span {
    color: #fff !important;
}

.new2 .learn-more {
    border-bottom: 1px solid #fff !important;
}

    .new2 .learn-more .circle .icon.arrow:before {
        border-top: 3px solid #fff !important;
        border-right: 3px solid #fff !important;
    }

    .new2 .learn-more:hover .circle .icon.arrow {
        background: #fff;
    }

.new4 span {
    color: #fff !important;
}

.new4 .learn-more {
    border-bottom: 1px solid #fff !important;
}

    .new4 .learn-more .circle .icon.arrow:before {
        border-top: 3px solid #fff !important;
        border-right: 3px solid #fff !important;
    }

    .new4 .learn-more:hover .circle .icon.arrow {
        background: #fff;
    }

.new5 span {
    color: #fff !important;
}

.new5 .learn-more {
    border-bottom: 1px solid #fff !important;
}

    .new5 .learn-more .circle .icon.arrow:before {
        border-top: 3px solid #fff !important;
        border-right: 3px solid #fff !important;
    }

    .new5 .learn-more:hover .circle .icon.arrow {
        background: #fff;
    }

.slick-current .dash-before:before {
    font-size: 1.3rem;
    color: #fff;
    content: "-";
}

.slick-current .dash-before:before {
    font-size: 1.3rem;
    color: #fff;
    content: "-" !important;
    margin: 5px;
}

.slick-slide .dash-before:before {
    font-size: 1.3rem;
    color: #fff;
    content: "+";
    margin: 5px;
}

.JoinTeam .paddingbox {
    padding: 40px 40px 20px 40px;
}

.StayInTouch .fontBold {
    max-width: 120px;
}


/*.helpList-list .slick-prev {
    display: none !important;
}

.helpList-list .slick-next {
    display: none !important;
}*/

.card-img-top img {
    width: 100%;
}

.div-padding .paddingbox {
    padding: 10px 40px 0px 40px !important;
}

.Cloud .paddingbox {
    padding: 40px 40px 0px 40px;
}


.checkboxList input {
    float: left;
    clear: left;
    top: 20px;
    position: relative;
}

.checkboxList label {
    float: left;
    clear: left;
    position: relative;
    top: 0px;
    left: 30px;
}



.RadiobuttonList input {
    float: left;
    clear: left;
    top: 20px;
    position: relative;
}

.RadiobuttonList label {
    float: left;
    clear: left;
    position: relative;
    top: 0px;
    left: 30px;
}

.btn-search:hover {
    color: #fff;
    background-color: #0b6771
}

.digital-modern-div .paddingbox {
    padding: 40px 40px 20px 40px;
}


section2 .img1, .img3, .img2, .img4, .img6, .img5 {
    cursor: pointer;
}

.lnkLogo {
    padding-top: 2px;
}

.btn-search1 {
    padding-top: 30px;
}

.main_nav {
    padding-left: 10px;
    padding-top: 11px;
}


.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

    .openBtn:hover {
        background: #bbb;
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 28%;
    width: 70%;
    margin: auto;
    /*display: flex;*/
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 50px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .overlay button:hover {
        background: #bbb;
    }


.search-title {
    color: #fff;
}

.search-button {
    width: 50%;
    height: 70px;
    font-size: 40px;
    background: transparent;
    border: none;
    color: #fff;
}

    .search-button:focus-visible {
        outline: none;
    }

.header {
    border-bottom: 2px solid #505759;
    /*z-index: 99999;*/
    position: relative;
}





.chat-box {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -58px;
    background-color: rgba(0, 0, 0, 0.63);
    color: #fff;
    padding: 10px 10px 10px 10px;
    transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e74360;
}

    .chat-box:hover {
        background-color: #0E7C87;
        transition: .5s;
    }

    .chat-box svg {
        fill: white;
    }

.title-hover a {
    color: #fff;
}

.modal-header button {
    margin: 0px !important;
}


.modal-header .btn-close {
    margin: 0px !important;
}


.modal-header {
    color: #00a7b5;
}

.common-btn {
    width: max-content;
    align-items: center;
    padding: 8px 12px;
    margin-top: 8px;
    color: #FFF;
    background-color: rgba(0, 167, 181, 0.7);
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    height: 30px;
    text-decoration: none !important;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: inline-flex !important;
}

.section-head {
    font-size: 18px;
    padding-bottom: 15px;
    color: #007882;
    font-size: 18px;
    padding-bottom: 5px;
    flex-basis: 100%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f1f1f1;
    color: #535c5d;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 20px;
    margin-bottom: 22px;
}

.common-input {
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #8c8a8a;
    font-size: 14px;
}

    .common-input.with-image {
        background-position-x: 8px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position-y: 50%;
        padding-left: 35px;
    }

.req-star {
    color: #bb2c2c;
    padding-left: 6px;
    font-size: 13px;
}

.common-input.with-image.email {
    background-image: url(../Images/mail.png);
}

.common-input.with-image.user {
    background-image: url(../Images/user.png);
}

.inp-cont {
    flex-basis: 100%;
    margin-bottom: 25px;
}

.add-icon {
    cursor: pointer;
    background-color: #00a7b5;
    color: #fff;
    padding: 8px 10px;
    margin: 10px 0;
}

.complex-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 10px 0;
    border-left: 3px solid rgba(0, 167, 181, 0.48);
}

.inp-cont {
    flex-basis: 48%;
    margin-bottom: 25px;
    margin-right: 8px;
}

.appended input[type=checkbox], .appended input[type=radio] {
    width: 15px;
    height: 15px;
    margin: 4px 6px 0px 0px;
}

.inp-cont label {
    display: block !important;
}

.modal-footer .common-btn {
    background-color: #313131;
    transition: .5s;
    margin: auto;
    display: block !important;
    min-width: 50%;
    height: 38px;
    text-align: center;
}

.control-label-required::after {
    margin-top: 5px;
    content: "*";
    color: red;
    font-size: 12px;
}

.modal {
    z-index: 99999999;
}

.lblReadyToTalk {
    color: #fff;
    padding: 0px 10px 0px 10px;
    font-size:24px
}




.nav-tabs .tab1.active {
    border-top: 5px solid #008492 !important;
}

.nav-tabs .tab2.active {
    border-top: 5px solid #014089 !important;
}

.nav-tabs .tab3.active {
    border-top: 5px solid #9e5096 !important;
}

.nav-tabs .tab4.active {
    border-top: 5px solid #c67208 !important;
}

.nav-tabs .tab5.active {
    border-top: 5px solid #5a7501 !important;
}

.nav-tabs .tab6.active {
    border-top: 5px solid #e74360 !important;
}

.nav-tabs .tab7.active {
    border-top: 5px solid #008492 !important;
}

.nav-tabs .tab8.active {
    border-top: 5px solid #014089 !important;
}

.nav-tabs .tab9.active {
    border-top: 5px solid #c67208 !important;
}

.nav-tabs .tab10.active {
    border-top: 5px solid #5a7501 !important;
}

.DaysOfOurLivesrightbg {
    padding-top: 30px;
    height: 570px !important;
}


.contenttbg:first-child {
    background-color: #333;
}


.paddingTop-120 {
    padding-top: 120px;
}


.divTabs .fontBold {
    font-size: 18px;
}


.modal {
    background-color: rgba(0,0,0, 0.8);
}

.displayBlock {
    display: block;
}

.div-comp8:first-child {
    margin-left: 25%;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.tabinner p {
    text-align: left;
}

.tabinner h3 {
    text-align: left;
}



/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
        border-radius: 0 !important;
        background-clip: unset !important;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

#hubspot-messages-iframe-container.widget-align-right {
    left: 0 !important;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: unset !important;
}


.has-sub-item {
    display: contents;
}


.section2 .nav-tabs {
    display: -webkit-inline-box !important;
}


.lb-data .lb-details {
    display: none !important;
}

.lightbox {
    z-index: 99999;
    top: 150px !important;
}

.lb-outerContainer {
    z-index: 9999999999999999999999999999999999999999;
}


.lightboxOverlay {
    opacity: .9 !important;
}

.lb-nav a.lb-prev {
    width: 250px !important;
}

.lb-nav a.lb-next {
    width: 250px !important;
}



@media only screen and (min-width: 769px) {
    .ruby-div {
        text-align: center;
        display: block ruby;
    }

    .lbl-search-en {
        float: right
    }
}

.footer-modal {
    text-align: center !important;
    display: block !important;
}

    .footer-modal .btn {
        width: 76px;
    }

.helpList-list .slick-prev {
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 140px;
    left: -45px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}


.helpList-list .slick-next {
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 140px;
    right: -45px;
    border: 1px solid #BFBFBF;
    border-radius: 12px 5px 12px 5px;
    background-position: 44%;
}

.services h5 {
    color: #328F98;
}

.service-content1 h5 {
    font-size: 20px;
}

.services h1, .services p {
    color: #505759;
}

.section-content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}

    .section-content p {
        font-size: 16px;
        font-weight: bold;
        padding-top: 40px;
    }

.layer1 {
    height: 350px;
    background-image: url('../Images/Path 272.png');
    background-repeat: no-repeat;
    background-size: 86%;
    position: relative;
    background-position: 50px;
}

.layer2 {
    height: 350px;
    background-image: url('../Images/Path 273.png');
    background-repeat: no-repeat;
    background-size: 70% 100%;
    position: relative;
}

.Sectioncategory1 {
    position: absolute;
    bottom: 91px;
    right: 60px;
}

.Sectioncategory2 {
    text-align: left;
    position: absolute;
    bottom: 91px;
    left: 20px;
}
/*.servicesection1 {
    position: relative;
    top: 58%;
    right: 56px;
    padding-left: 55px;
    text-align: right;
}*/
.itemshape1 {
    background-repeat: no-repeat;
    position: absolute;
    top: 135px;
    width: 100%;
    height: 0px;
    right: 9%;
}

.itemshape2 {
    background-repeat: no-repeat;
    position: absolute;
    top: -32px;
    width: 100%;
    left: 45px;
    height: 0;
    z-index: 0;
}

    .itemshape2 svg {
        transform: rotate(29deg);
    }

.itemshape3 {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 480px;
    width: 100%;
    left: 214px;
    height: 0;
    z-index: 0;
}

.itemshape4 {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 473px;
    width: 100%;
    right: 247px;
    height: 0;
    z-index: 0;
}

.shapewidth {
    height: 54px;
}

.itemshape5 .shapewidth {
    width: 0px;
    height: 0px !important;
}

.itemshape4 .shapewidth {
    position: relative;
    z-index: 3;
    width: 56%;
    margin: 0 auto;
}

.itemshape4 .itemshapecontet {
    position: absolute;
    width: 75%;
    text-align: center;
    top: 45px;
    left: 50px;
}

.itemshape4 svg {
    transform: rotate(89deg);
}

.itemshape3 svg {
    transform: rotate(59deg);
}

svg {
    width: 415px;
    height: 230px;
}

.itemshape1 .itemshapecontet {
    position: absolute;
    width: 75%;
    text-align: center;
    top: 70px;
    left: 75px;
}

.itemshapecontet .title {
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.itemshapecontet a {
    color: #fff;
}

.itemshape2 .itemshapecontet {
    position: absolute;
    top: 60px;
    left: 184px;
    text-align: center;
}

.itemshape3 .itemshapecontet {
    position: absolute;
    top: 54px;
    left: 186px;
    text-align: center;
}

.title h6 {
    font-size: 23px;
    font-family: 'CorisandeRegular' !important;
}

.explore {
    cursor: pointer;
}

    .explore::after {
        content: '';
        border-bottom: 1px solid #fff;
        width: 115px;
        margin: 4px auto;
        display: block;
    }

.circle {
    width: 80px;
    height: 80px;
    padding: 17px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 21px 22px;
}

.circleposition1 {
    position: absolute;
    top: 115px;
    left: 390px;
}

.circleposition2 {
    position: absolute;
    top: 165px;
    left: 370px;
}

.circleposition3 {
    position: absolute;
    top: 180px;
    left: 310px;
}

.circleposition4 {
    position: absolute;
    right: 175px;
    top: 175px;
}

.itemshape5 {
    position: absolute;
    left: 64px;
    top: -14px;
    width: 100%;
}

    .itemshape5 svg {
        transform: rotate(120deg);
    }

    .itemshape5 .itemshapecontet {
        position: absolute;
        top: 55px;
        left: 120px;
    }

    .itemshape5 .circleposition5 {
        position: absolute;
        top: 154px;
        left: 86px;
    }

.itemshape6 {
    position: absolute;
    top: 162px;
    right: 87px;
}

    .itemshape6 svg {
        transform: rotate(150deg);
    }

    .itemshape6 .itemshapecontet {
        position: absolute;
        top: 55px;
        right: 70px;
        width: 65%;
    }

.circleposition6 {
    position: absolute;
    top: 85px;
    left: 60px;
}

.section2 .circle::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    background-image: linear-gradient(120deg, #00000038, #0000000d);
    opacity: .7;
}

.itemshape5
.circle img {
    position: absolute;
    z-index: 9999;
    left: 20px;
    width: 40px;
}

.services {
    position: relative;
    margin-top: 15%;
    background-image: url(../Images/servicelayer.png);
    background-repeat: no-repeat;
    background-position: 29.5% 60%;
    background-size: 530px;
    margin-bottom: 100px;
}

.mainrectangle1 {
    background-image: url(../Images/mainshape.png);
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    top: 40px;
    z-index: 99999999;
}

    .mainrectangle1 .rectanglecontent {
        text-align: center;
        width: 300px;
    }

.defaultrectangle .rectanglecontent {
    text-align: center;
    height: 200px;
    width: 200px;
}

.mainrectangle1 .rectangeimage {
    text-align: center;
    width: 300px;
    padding-bottom: 20px;
}

.defaultrectangle .rectangeimage {
    padding-top: 15px;
    width: 265px;
}

.defaultrectangle5 .rectangeimage {
    text-align: center;
    padding-top: 0px;
    max-height: 150px;
    width: 170px;
}

.defaultrectangle .rectangeimage img {
    margin: 0% auto;
    width: 115px;
    height: 85px;
}

.rectanglereadmore a, .rectanglereadmore2 a {
    color: #E74360;
    position: relative;
    z-index: 1;
}

.defaultrectangle {
    cursor: pointer;
}

.rectangetitle h6 {
    font-size: 15px !important;
    color: #50575B;
}

.rectanglereadmore::after {
    content: '';
    border-bottom: 1px solid #E74360;
    width: 100px;
    margin: 4px auto;
    display: block;
    left: 107px;
    position: absolute;
    top: 0px;
    height: 200px;
    z-index: -1;
}

.rectanglereadmore2::after {
    content: '';
    border-bottom: 1px solid #E74360;
    width: 100px;
    margin: 4px auto;
    display: block;
    right: 15.5%;
    position: absolute;
    top: 67px;
    z-index: -1;
    height: 200px;
    z-index: 0;
}

.defaultrectangle2 {
    position: absolute;
    top: -222px;
    background-image: url(../Images/rectangleshape1.1.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 26%;
    text-align: center;
    height: 320px;
    left: 100px;
}

.defaultrectangle9 {
    position: absolute;
    top: 270px;
    background-image: url(../Images/rectangleshape6.1.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 26%;
    left: 12px;
    height: 430px;
}

.defaultrectangle3 {
    position: absolute;
    top: -131px;
    background-image: url(../Images/rectangleshape1.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 26%;
    text-align: center;
    left: 174px;
    height: 200px;
}

.defaultrectangle4 {
    position: absolute;
    top: -40px;
    background-image: url(../Images/rectangleshape2.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 30%;
    left: 197px;
    height: 200px;
}

.defaultrectangle5 {
    position: absolute;
    top: 55px;
    background-image: url(../Images/rectangleshape3.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 32%;
    left: 274px;
    height: 200px;
}

.defaultrectangle6 {
    position: absolute;
    top: 157px;
    background-image: url(../Images/rectangleshape5.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 30%;
    left: 220px;
    height: 200px;
}

.defaultrectangle7 {
    position: absolute;
    top: 252px;
    background-image: url(../Images/rectangleshape4.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 26%;
    left: 168px;
    height: 200px;
}

.defaultrectangle8 {
    position: absolute;
    top: 284px;
    background-image: url(../Images/rectangleshape6.png);
    background-repeat: no-repeat;
    padding: 13px 10px;
    width: 26%;
    left: 129px;
    height: 250px;
}

.rectangleposition7 {
    position: relative;
    top: 22px;
    left: 106px;
}

.rectanglereadmore::before {
    position: absolute;
    content: "";
    top: 183px;
    left: 205px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #E74360;
    border-right: 3px solid #E74360;
    transform: rotate(45deg);
}

.rectanglereadmore2::before {
    position: absolute;
    content: "";
    top: 251px;
    right: 15.5%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #E74360;
    border-right: 3px solid #E74360;
    transform: rotate(45deg);
}

.mainrectangle1 .rectangelitem {
    padding-top: 90px;
}

.rectangelitem {
    cursor: pointer;
    position: relative;
    z-index: 999999999999999999999999;
}


.managedservices {
    background-color: #f5f5f8;
    width: 75%;
    height: 281px;
    text-align: center;
    padding: 15px;
    margin-left: auto;
}

.rectangleposition2 {
    position: relative;
    top: 54px;
    right: 50px;
}

.rectangleposition3 {
    position: relative;
    top: 30px;
}

.rectangleposition4 {
    position: relative;
    top: 30px;
    left: 173px;
}

.rectangleposition5 {
    position: relative;
    top: 30px;
    left: 173px;
}

.rectangleposition6 {
    position: relative;
    top: 20px !important;
    left: 153px !important;
}

.rectangleposition8 {
    position: absolute;
    left: 33px;
    top: 100px;
}

.rectangleposition9 {
    position: relative;
    left: 25px;
    top: 200px;
}

.responsive-services {
    display: none;
}

.Section-title h5 {
    color: #328F98 !important;
}

.itemshape3 .explore {
    padding-top: 20px !important;
}

.services {
    display: none;
}

.tab-pane:first-child .services {
    display: block !important;
}

.service-content1 {
    margin-top: 15% !important;
}

.rectangeimage img {
    transition: 1s ease !important;
}

.rectangeimage:hover img {
    transform: scale(1.1);
}

.validator-error
{
    color:red !important;
}
.btn-search
{
    float:left;
}
