.title-center {
    text-align: center;
    margin: 60px 0;
}


.title-center h2,
.title-start h2 {
    font-family: "font_bold";
    font-size: 27px;
    position: relative;
    padding-bottom: 20px;
}
.title-center h2::after,
.title-start h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    left: 0px;
    right: 0;
    margin: auto;
    height: 4px;
    background-color: #20c7da;
}

.title-start h2::after {
    left: auto;
    right: 0;
}

.title-center p,
.title-start p {
    width: 55%;
    font-size: 19px;
    color: #54595f;
    margin: 20px auto;
}

.title-center h4 {
    width: 70%;
    line-height: 35px;
    font-size: 19px;
    margin: auto;
}

.main-aboutus-index {
    display: flex;
    align-items: center;
    min-height: 325px;
    z-index: 1;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-aboutus-index::after {
    content: "";
    background-position: center;
    background-image: linear-gradient(to left, #0cacc1, #032d3394);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.9;
    height: 100%;
}

.sub-aboutus-index {
    text-align: center;
    padding: 20px;
    position: relative;
}
.sub-aboutus-index::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 2px;
    top: 0;
    background: rgba(255, 255, 255, 0.425);
    height: 100%;
}
.main-aboutus-index .col-lg-4:last-of-type .sub-aboutus-index::after {
    display: none;
}
.text-aboutus-index {
    color: #fff;
}

.text-aboutus-index .ctm-btn::after {
    background-color: #fff;
}

.text-aboutus-index .ctm-btn {
    color: #fff;
}

.text-aboutus-index {
    margin: 20px 0px 0;
}
.text-aboutus-index h2 {
    font-size: 22px;
}

.text-aboutus-index span {
    display: block;
    font-size: 22px;
    font-family: "font_bold";
    margin-bottom: 20px;
}

.img-aboutus-index {
    width: 75px;
    height: 75px;
    margin: auto;
}

.img-aboutus-index img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.title-services-index p {
    margin: 30px 0px;
    color: #0cacc1;
}

.sub-services-index {
    position: relative;
    box-shadow: 0px 3px 4px #00000025;
    margin: 10px 5px;
    padding: 20px 20px 40px;
    text-align: center;
    border: 1px solid #dcdcdc;
    position: relative;
    height: 385px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.sub-services-index::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/bg4.png);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    height: 70%;
    transition: all 0.5s linear;
    z-index: -1;
    left: 0;
    opacity: 0.1;

    transform: translateY(70%);
}

.services-index .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
    pointer-events: none;
    transform: translateY(-50%);
    top: 50%;
}

.services-index .owl-nav button {
    width: 50px;
    height: 50px;
    pointer-events: fill;

    background-color: #fff !important;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
    border-radius: 50% !important;
    position: relative;
    transform: translateX(-25px);
    transition: all 0.3s linear;
}

.services-index .owl-nav button:hover {
    background-color: #0cacc1 !important;
}
.services-index .owl-nav button::after {
    content: "";
    width: 55%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    transition: all 0.3s linear;
    height: 100%;
    position: absolute;
    left: 0px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-image: url(../images/arrow.png);
}

.services-index .owl-nav button:hover::after {
    filter: brightness(0) invert(1);
}
.owl-prev {
    transform: translateX(25px) scaleX(-1) !important;
}
.services-index .owl-nav button span {
    color: transparent;
    width: 0;
    height: 0;
}

.sub-services-index:hover:after {
    transform: translateY(0%);
    opacity: 0.8;
}

.sub-services-index a {
    display: block;
    width: 100%;
}
.sub-services-index a,
.sub-services-index p,
.sub-services-index h2 {
    transition: all 0.5s linear;
}

.sub-services-index:hover a,
.sub-services-index:hover p,
.sub-services-index:hover h2 {
    color: #fff;
}
.img-services-index {
    width: 85px;
    height: 85px;
    margin: 20px auto 50px;
}

.img-services-index img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.text-services-index {
    margin-top: 30px;
}

.text-services-index h2 {
    margin-bottom: 15px;
}

.our-works {
    padding: 80px 0;
    background-color: #f4feff;
}

.taps-our-works ul {
    margin: 50px 0px;
}

.taps-our-works ul li {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
}

.taps-our-works ul li button::after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-image: url(../images/right-arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #54595f;
    background-color: transparent;
}

.taps-our-works ul li button {
    width: 100%;
    display: flex;
    background: transparent;
    font-size: 20px;
    color: #0cacc1;
    padding: 0;
    position: relative;
    padding-right: 40px;
    height: 80px;
    border: none;
    border-bottom: 1px solid #efefef !important;
    align-items: center;
}

.images-tabs-ourwork {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.sub-images-tabs-ourwork {
    height: 320px;
}
.img-small {
    width: 35%;
}

.img-big {
    width: 64%;
}
.sub-images-tabs-ourwork img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}
.images-our-works .sub-images-tabs-ourwork:nth-child(odd) {
    animation: transf 0.5s linear;
}

.images-our-works .sub-images-tabs-ourwork:nth-child(even) {
    animation: transf2 0.5s linear;
}

@keyframes transf {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes transf2 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

.sub-images-tabs-ourwork {
    position: relative;
}

.sub-images-tabs-ourwork::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    opacity: 0.58;
    content: "";
    top: 50%;
    left: 0px;
    right: 0;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
    transform: translateY(-50%) scaleX(-1);
    background-color: #0cacc1;
    opacity: 0;
    pointer-events: none;

    transition: all 0.5s cubic-bezier(0.41, 0.04, 1, 0.99);
}

.sub-images-tabs-ourwork:hover:after {
    opacity: 0.58;
    transform: translateY(-50%) scaleX(1);
}

.sub-images-tabs-ourwork::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    z-index: 2;
    margin: auto;
    pointer-events: none;
    transform: translateY(-50%) scaleY(-1);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    background-size: contain;
    background-image: url(../images/link.png);
    transition: all 0.5s cubic-bezier(0.41, 0.04, 1, 0.99);
}

.sub-images-tabs-ourwork:hover::before {
    opacity: 1;
    transform: translateY(-50%) scaleY(1);
}
.counter-index {
    color: #fff;
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-items: center;
    background-image: linear-gradient(to bottom, #20c7da, #169cae);
    text-align: center;
}

.counter-box p {
    color: #fff;
    width: 100%;
    font-size: 22px;
}

.counter-box {
    position: relative;
    height: 140px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.counter-box::after {
    width: 1px;
    height: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -10px;
}

.text-counter-number {
    font-size: 38px;
    font-family: "font_bold";
}

.counter-index .col-lg-3:last-of-type .counter-box::after {
    display: none;
}

.sub-reviews-clients {
    padding: 30px 0px 50px 50px;
    align-items: center;
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.img-reviews-clients {
    width: 23%;
    text-align: center;
}

.img-reviews-clients h2 {
    font-size: 16px;
    margin: 10px 0 0;
}

.img-reviews-clients h4 {
    font-size: 14px;
}

.img-reviews-clients img {
    width: 100%;
    height: 180px;

    object-fit: cover;
    border-radius: 10px;
}
.text-reviews-clients {
    width: 73%;
    position: relative;
}
.text-reviews-clients::after {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 50px;
    content: "";
    top: -50px;
    left: -50px;
    height: 50px;
    background-image: url(../images/bxs-quote-alt-left.png);
}

.text-reviews-clients p {
    color: #707070;
    font-size: 16px;
    text-align: justify;
}

.sub-reviews-clients::after {
    background-color: #e2fcff;
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.sub-reviews-clients::before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/boxs.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 40px;
    z-index: -1;
}

.reviews-clients {
    position: relative;
}

.reviews-clients::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg5.png);
    background-size: contain;
    top: 0;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}

.reviews-clients::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 58%;
    background-repeat: no-repeat;
    background-image: url(../images/bg5.png);
    background-size: contain;
    bottom: -75px;
    left: 0;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}

.reviews-clients .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reviews-clients .owl-nav button {
    width: 50px;
    height: 50px;

    border-radius: 50% !important;
    background-color: #0cacc144 !important;
}
.reviews-clients .owl-nav button::after {
    content: "";
    width: 42px;
    height: 21px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    position: absolute;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    background-repeat: no-repeat;
}
.reviews-clients .owl-nav button.owl-next {
    transform: translateX(-60px);
}
.reviews-clients .owl-nav button.owl-prev {
    transform: translateX(60px) scaleX(-1) !important;
}

.reviews-clients .owl-nav button span {
    color: transparent;
    opacity: 0;
}

.news-index {
    background-color: #fcfcfc;
}

.news-index .title-start {
    margin: 80px 0px;
}

.sub-new-index {
    text-align: center;
    margin: 10px 0;
}

.text-news-index {
    position: relative;
    padding: 10px 15px;
    z-index: 1;
    transition: 0.5s linear all;
}
.text-news-index::after {
    content: "";
    width: 100%;
    z-index: -2;
    right: 0;
    position: absolute;
    top: -99px;
    height: 100px;
    transition: 0.5s linear all;
    background-position: top;
    background-size: 110%;
    background-image: url(../images/n1.png);
}
.text-news-index::before {
    content: "";
    width: 100%;
    z-index: -1;
    right: 0;
    filter: brightness(0) invert(1);
    position: absolute;
    top: -99px;
    height: 100px;
    transition: 0.5s linear all;
    background-position: top;
    background-size: 110%;
    background-image: url(../images/n5.png);
}
.sub-text-news-index {
    margin-top: -35px;
}

.img-news-index {
    height: 265px;
    overflow: hidden;
    width: 100%;
}

.img-news-index img {
    width: 100%;
    transition: 0.5s linear all;

    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-new-index {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.055);
}
.sub-new-index:hover .text-news-index {
    background-color: #0cacc1;
    color: #fff;
}

.sub-new-index:hover .text-news-index p,
.sub-new-index:hover .text-news-index span,
.sub-new-index:hover .text-news-index h2 {
    color: #fff;
}

.sub-new-index:hover .img-news-index img {
    transform: scale(1.1);
}

.sub-new-index:hover .ctm-btn2::after {
    background-color: #fff;
}
.sub-new-index:hover .ctm-btn2 img {
    filter: brightness(0) invert(1);
}
.sub-text-news-index h2 {
    font-size: 22px;
    transition: 0.5s linear all;
}

.sub-text-news-index span {
    color: #b4b4b4;
    display: block;
    margin: 10px 0;
    transition: 0.5s linear all;

    font-size: 14px;
}
.sub-text-news-index p {
    font-size: 15px;
    height: 95px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s linear all;
}
.btn-news-index {
    margin: 20px 0px 10px;
    text-align: end;
    transition: 0.5s linear all;
}

.ctm-btn2 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 55px;
    transition: 0.5s linear all;

    padding: 7px 0;
}
.ctm-btn2 img {
    width: 29px !important;
    display: inline-block !important;
    transition: 0.5s linear all;
}
.ctm-btn2::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0cacc1;
    opacity: 0.27;
    right: 0;
    top: 0;
}

.sub-new-index:hover .text-news-index::before {
    opacity: 0 !important;
}

.news-index {
    padding: 1px 0 50px;
    background-color: #fcfcfc;
}
.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
    margin: 5px 7px;
    background: #869791;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0cacc1;
    width: 45px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.contactus-index .title-start {
    margin: 70px 0px;
}

.contactus-index {
    position: relative;
}

.contactus-index::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg5.png);
    background-size: contain;
    bottom: 0;
    background-position: right;
    z-index: -1;
    pointer-events: none;
}

.contactus-index::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 58%;
    background-repeat: no-repeat;
    background-image: url(../images/bg5.png);
    background-size: contain;
    top: -75px;
    left: 0;
    background-position: left;
    z-index: -1;
    pointer-events: none;
}
.sub-contactus-index {
    text-align: center;
}
.img-contactus-index {
    width: 40%;
    display: flex;
    margin: auto;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px dashed #0cacc1;
}

.img-contactus-index img {
    max-width: 40%;
}

.sub-contactus-index:hover .img-contactus-index img {
    animation: swing 1s infinite both;
    -webkit-animation: swing 1s infinite both;
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.text-contactus-index {
    margin: 15px 0;
}

.text-contactus-index h2 {
    margin: 10px 0;
    color: #54595f;
    font-family: "light";
}

.text-contactus-index p {
    color: #20c7da;
    font-size: 20px;
    width: 65%;
    margin: auto;
}

.img-clients-index {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-clients-index img {
    width: 60% !important;
    height: 70%;
    object-fit: contain;
}

.clients-index {
    width: 100%;
    padding: 20px 0;
    background-color: #f7feff;
}

/* start style aboutus -------------------------
-----------------------  */

.header-pages .text-slider-header {
    text-align: center;
}

.header-pages .text-slider-header h2 {
    font-size: 40px;
}

.header-pages.active .text-slider-header h2 {
    transform: translateX(0%);
    opacity: 1;
}

.header-pages .sub-slider-header {
    min-height: 400px;
    height: auto;
}

.header.header-pages {
    min-height: auto;
    height: auto !important;
}

.header-pages .sub-slider-header {
    min-height: 500px;
    height: auto;
}

.navigation-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 20px;
}

.navigation-header a {
    color: #54595f;
    font-size: 20px;
}

.text-aboutus .title-center p {
    width: 85%;
    font-size: 17px;
}

.sub-goals-aboutus {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 1;
    gap: 25px;
    flex-wrap: wrap;
}

.sub-goals-aboutus::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #0cacc1;
    opacity: 0.77;
    position: absolute;
    z-index: -1;
}

.sub-goals-aboutus h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.img-goals-aboutus {
    height: 80px;
    width: 80px;
    margin: auto;
}
.img-goals-aboutus img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.service-details {
    transition: all 0.5s linear;
    height: auto;
}
.text-service-details h2 {
    display: flex;
    font-family: "font_bold";
    gap: 20px;
    align-items: center;
}
.text-service-details p {
    margin: 20px 0;
}
.text-service-details h2 img {
    width: 50px;
    background-color: #0cacc11c;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.ctm-btn:hover {
    color: #fff;
}

.order-service {
    text-align: center;
    margin: 40px auto;
    width: 60%;
    transition-delay: 0.3s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s linear;
    transform: scale(0);
}
.order-service.active {
    height: 100%;
    transition-delay: 0.3s;

    opacity: 1;
    display: block;

    transform: scale(1);

    transition: all 0.5s linear;
}

.ctm-btn.active {
    color: rgb(255, 55, 55);
}

.ctm-btn.active:hover {
    color: #fff;
}
.ctm-btn.active::after {
    background-color: rgba(255, 0, 0, 0.945);
}
.order-service h2 {
    color: #0cacc1;
    font-family: "font_bold";
    margin-bottom: 20px;
}

.btn-order-service {
    margin: 10px 0;
}

/* start courses ==
==============
======== */
.sub-courses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.img-courses {
    width: 30%;
    height: 200px;
}

.img-courses img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
}

.text-courses {
    width: 68%;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}
.text-courses h2,
.text-courses span {
    font-size: 25px;
    font-family: "font_bold";
}
.text-courses P {
    color: #54595f;
    font-family: "light";
}

.sub-text-courses {
    width: 65%;
}

.prise-courses {
    background-color: #f1fdff;
    height: 65px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    box-shadow: 0px 2px 3px #00000044;
    border-radius: 5px;
}

.sub-courses-details {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.text-courses-details {
    margin: 45px 0px;
}

.title-courses-details {
    margin: 20px 0px;
}

.title-courses-details h2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-courses-details p {
    color: #54595f;
}

.img-courses-details {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.img-courses-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-courses,
.requests-courses {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.content-courses ul li,
.requests-courses ul li,
.certificates-courses ul li {
    padding-right: 20px;
    position: relative;
    margin: 20px 0;
    list-style-type: none;
}

.content-courses ul li::after,
.requests-courses ul li::after,
.certificates-courses ul li::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0px;
    background-image: linear-gradient(to bottom, #20c7da, #169cae);
}

.content-courses ul li span {
    font-size: 19px;
    color: #0cacc1;
}

.content-courses ul li p {
    font-size: 19px;
    color: #54595f;
}

.content-courses ul,
.certificates-courses ul {
    margin: 40px 0 0;
}

.requests-courses ul li,
.certificates-courses ul li {
    font-size: 19px;
    color: #54595f;
}

.requests-courses ul {
    margin: 40px 0 0;
}

.btn-courses-details {
    margin: 80px 0 0;
}

/* end style courses  */

/* start style news details  */

.img-news-details {
    width: 100%;
    height: 500px;
}

.img-news-details img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.text-news-details {
    margin: 50px 0px 0;
}

.text-news-details h2 {
    margin: 10px 0;
    font-size: 22px;
}

.text-news-details span {
    color: #707070;
}

.text-news-details p {
    margin: 30px 0;
    line-height: 40px;
    color: #54595f;
    text-align: justify;
}

.from-contactus {
    padding: 70px 0;
    z-index: 1;
    position: relative;
}
.from-contactus form {
    text-align: center;
    width: 60%;
    margin: auto;
}

.from-contactus h2 {
    margin-bottom: 30px;
    font-size: 22px;
}

.from-contactus::after {
    content: "";
    width: 35%;
    background-image: url(../images/bg5.png);
    position: absolute;
    height: 300px;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
}
.from-contactus::before {
    content: "";
    width: 35%;
    background-image: url(../images/bg5.png);
    position: absolute;
    height: 300px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}

.contactus {
    margin: 90px 0 0;
}

.map-contactus {
    height: 300px;
}

.map-contactus img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

ul#append-search {
    width: 131% !important;
    display: block;
    background: #fff;
    margin: 10px 0 0;
}

ul#append-search li {
    width: 100%;
}

.icons-top-par ul li > a {
  color: #076471;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 19px;
  justify-content: right;
  padding: 14px;
  width: 100%;
}
ul#append-search {
    display:none;
}
.open ul#append-search{
    display:block;
}

.pagination {
    margin:30px 0;
}

.pagination ul {
    display:flex;
    gap:10px;
    
}
.pagination ul li{
    height:40px;
    width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #0cacc1;
        transition: all .3s linear;

}
.pagination ul li:hover {
        background:#0cacc1;

}.pagination ul li:hover a{
    color:#fff;
}
.pagination ul li.active{
    background:#0cacc1;
    color: #fff;
}
.pagination ul li.active a{
    color:#fff;
            transition: all .3s linear;

}
.pagination ul li a {
    color: #0cacc1;
    height: 100%;
    font-size: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

