﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Paytone+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




html,
body {
    height: 100%;
   /* font-size: 15px;
    font-family: 'Biennale';*/
	 font-family: Futura Now Text,sans-serif,"openSans";
	        /* font-family: 'Biennale';*/
font-weight: 400;
    color: #767676;
	font-size: 20px;
	  /* font-size: 18px;
  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.Paytone {
    font-family: "Paytone One", sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

.text-top {
    text-align: right;
    margin-top: 12px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    z-index: 999;
}

.contacts {
	margin-top:10px;
   background-color: #6C6D70;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Biennale';
    text-align: center;
    border-radius: 5px;
    padding: 8px 20px;
    margin-right: 10px;
    display: inline-block;

}

    .contacts a {
        color: #FFFFFF;
    }

.language {
    color: #767676;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Cairo';
    text-align: center;
    padding: 5px 0;
    z-index: 999;
    position: fixed;
    right: 52px;
    top: 0;
}

    .language a {
        color: #FFFFFF;
    }

    .language img {
        margin-left: 4px;
    }

.logo {
    position: relative;
    z-index: 999;
}

    .logo img {
        width: 270px;
    }


.container-fluid {
    padding-left: 52px;
    padding-right: 52px;
}


.header {
    padding: 26px 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

.carousel {
    position: relative;
    height: 95%;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #dfdfdf;
    background-blend-mode: multiply;
}

    .fill-img img {
        transform-origin: left center;
        animation: scale 15000ms ease-in-out forwards;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes scale {
    to {
        transform: scale(1.2);
    }
}



.carousel-indicators {
    position: absolute;
    bottom: 0;
    padding-right: 0;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


    .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 2px;
        text-indent: -999px;
        cursor: pointer;
        background: url('../images/off.png') no-repeat center center;
        ;
        border: 0px solid rgba(255, 255, 255, 0.0);
        border-radius: 0px;
    }

    .carousel-indicators .active {
        width: 25px;
        height: 25px;
        margin: 2px;
        background: url('../images/on.png') no-repeat center center;
        ;
    }



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 3px;
    margin-top: 20px;
}


.btn-more {
    color: #fff;
    background-color: #28388f;
    border-color: #28388f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-more:hover {
        color: #28388f;
        background-color: #FFFFFF;
        border-color: #28388f;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.bg-all {
    padding: 20px 0;
}

.bg-all-top {
   /* margin-top: 40px;*/
       margin-top: 66px;
}

.container-fluid2 {
    padding: 0 15px;
}

.img-all {
  /*  height: 80vh;*/
      height: 468px;
	  /*height: 620px;*/
    background-size: cover;
    border-radius: 32px;
    background-position: 100%;
}

.color-all {
    margin-right: 30px;
	 margin-top: 60px !important;
}

.text-all {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 45px;
    /*text-align: justify;*/
}




.img-all2 {
  /*  height: 80vh;*/
      height: 468px;
    /*height: 620px;*/
    background-size: cover;
    border-radius: 32px;
}

.color-all2 {
    margin-left: 30px;
	    margin-top: 60px !important;
}


.title {
    /*font-size: 105px;*/
    font-size: 40px;
    font-weight: 900;
    margin-top: 16px;
    margin-bottom: 30px;
}

/*---- Start Update----*/
.title-w-span {
    font-size: 48px;
    font-weight: 900;
    color: #28388f;
    margin-top: 0px;
    margin-bottom: 30px;
}
    /*---- End Update----*/

    .title-w-span span {
        font-size: 18px;
        font-weight: 500;
        color: #606266;
        margin-top: 0px;
        float: right;
    }

        .title-w-span span a {
            color: #0F9151;
        }

            .title-w-span span a i {
                font-size: 12px;
            }

.text-all2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 45px;
    /*text-align: justify;*/
}

.color-green {
    color: #0F9151;
}

.color-blue {
    color: #28388F;
}

.color-red {
    color: #FF7174;
}


.news {
  /*  padding: 80px 0;*/
  padding:40px 0px;
    position: relative;
    overflow: hidden;
}


    .news ul {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

        .news ul li {
            display: inline-block;
            margin: 20px 12px;
            width: 30%;
            height: auto;
            position: relative;
            padding: 0;
            text-align: left;
        }

            .news ul li img {
                margin: auto;
                   height: 262px;
                width: 100%;
                object-fit: cover;
                border-radius: 30px;
            }

.news-bg {
      /*background: #F8F8F8;*/
    position: relative;
   /* color: #5D5D5D;*/
    color: #000000;
    left: 0;
    bottom: 0;
    /* padding: 12px 36px; */
    text-align: left;
    font-weight: 900;
    font-size: 23px;
    padding: 17px 28px;
    margin-top: 24px !important;
    border-radius: 10px 10px 10px 18px;
    text-align: center;
}


.news .title-w-span span a {
    padding-right: 53px !important;
}

.footer {
    background: #F6F6F6;
    font-size: 16px;
    padding: 50px 0;
    color: #6D6E71;
    font-weight: 400;
    overflow: hidden;
	    padding: 222px 0px 30px 0px;
}


.border-wrap {
    position: relative;
    background: linear-gradient(to right, #05B59D, #6C6D70);
    padding-top: 3px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.footer ul {
    padding-left: 20px;
}

    .footer ul li {
        margin: 10px 0;
        color: #fff;
    }

        .footer ul li a {
            color: #fff;
        }



.footer-title {
    color: #0F9151;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

    .footer-title img {
        width: 370px;
    /*   margin-top: 115px;*/
       margin-top: 30px;
    }

.vcard {
    margin-top: 20px;
}

    .vcard div {
        margin-bottom: 6px;
    }


.footer .socials {
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 0;
    margin-left: 0;
}



    .footer .socials li {
        display: inline-block;
        margin: 8px 2px;
    }


        .footer .socials li a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin-left: 0px;
            color: #fff;
            background-color: #6D6E71;
            border: 1px #6D6E71 solid;
            border-radius: 100px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }



            .footer .socials li a:hover {
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

.copyright {
    color: #6D6E71;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    transform: rotate(270deg);
    bottom: 100px;
    right: -38px;
}





.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/header1.png") no-repeat fixed center center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner {
    height: auto;
    width: 100%;
    color: #fff;
    text-align: left;
    /* padding: 80px 0px 80px 258px;*/
       padding: 152px 260px 3px 0px;
    position: relative;
    background-color: #28378f;
    margin-top: 37px;
}


    .caption-inner h3 {
        margin-bottom: 10px;
        font-size: 40px;
        font-weight: 600;
        /*text-transform: capitalize;*/
        margin-top: 15px;
        color: #fff;
    }


.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0px;
    color: #fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
}


    .breadcrumb > li {
        display: inline-block;
        font-size: 13px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

        .breadcrumb > li a {
            color: #fff;
        }


    .breadcrumb > .active {
        color: #fff;
        font-weight: 300;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #fff;
        content: "/\00a0";
            margin-left: -8px;
    }



.content-inner {
    padding: 80px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.pic-inner {
	display:none;
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

    .pic-inner img {
        width: 100%;
        border-radius: 20px;
    }



.bg-navy {
    background-color: #28388f;
    border-radius: 5px;
    padding: 30px;
    color: #FFFFFF;
}

.calls {
    margin-bottom: 25px;
    font-size: 16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

    .text-subline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 40px;
        background: #162726;
    }

.calls-data {
    margin-top: 15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


    .calls-data a {
        color: #fff;
    }

    .calls-data i {
        color: #fff;
        margin-right: 10px;
        font-size: 18px;
    }


.navy-socail ul {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}

    .navy-socail ul li {
        display: inline-block;
    }


        .navy-socail ul li a {
            width: 45px;
            height: 45px;
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 43px;
            text-align: center;
            margin-left: 0px;
            color: #fff;
            background-color: rgb(255 255 255 / 25%);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 50px;
            border: 1px #fff solid;
        }

            .navy-socail ul li a i {
                font-size: 16px;
                color: #fff;
                margin-right: 0;
            }

            .navy-socail ul li a:hover {
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }


.title-white {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white {
    background-color: #f2f4f7;
    border-radius: 5px;
    padding: 30px;
}


.bg-shadow {
    box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

    .services-one .container {
        max-width: 1600px;
    }

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 230px;
}

    .services-one__img:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgb(6 87 118 / 53%);
        width: 0%;
        transform: translateY(100%);
        transition: all 500ms ease;
        z-index: 1;
    }

.services-one__single:hover .services-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.services-one__img img {
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 230px;
    object-fit: cover;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.1);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -40px;
    margin-right: 40px;
    padding: 30px;
    z-index: 2;
}

.services-one__title-box {
    position: relative;
    display: block;
}

.services-one__sub-title {
    font-size: 12px;
    color: #28388F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    line-height: 12px;
}

.services-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 14px;
}

    .services-one__title a {
        color: #0F9151;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .services-one__title a:hover {
            color: #28388F;
        }

.services-one__arrow {
    position: absolute;
    top: -20px;
    right: 20px;
}

    .services-one__arrow a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        background-color: #0F9151;
        font-size: 15px;
        color: #fff;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .services-one__arrow a:hover {
            background-color: #28388F;
        }


.box-category {
    height: 264px;
    color: #162726;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #CCCCCC;
}


    .box-category img {
        width: 18px;
        display: inline-block;
        margin-left: 10px;
    }



    .box-category h1 {
        font-size: 15px !important;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: #fff;
        color: #0F9151;
        border-radius: 4px;
        padding: 20px 10px;
        text-align: center;
        border: 1px solid #0F9151;
        position: absolute;
        width: 92%;
        bottom: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


    .box-category:hover h1 {
        background-color: #0F9151;
        color: #FFFFFF !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.menu-left {
    margin-top: 0px;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    background-color: #28388F;
    text-align: left;
    border-radius: 5px;
}


    .menu-left ul {
        padding-left: 0;
        margin: 0;
        font-size: 15px;
    }

        .menu-left ul a:hover {
            text-decoration: none;
        }

        .menu-left ul li {
            padding: 15px 25px;
            display: block;
            border-bottom: 1px rgb(255 255 255 / 55%) solid;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            color: #fff;
            transition: 0.3s;
        }

            .menu-left ul li i {
                font-size: 14px;
                margin-right: 10px;
            }

        .menu-left ul a:hover li {
            background-color: rgb(255 255 255 / 32%);
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }




.news-inner {
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
    padding: 0px 0px 25px 0px;
}

    .news-inner img {
        margin: auto;
        border-radius: 10px 10px 0 0;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .news-inner .title-1 {
        font-size: 15px;
        color: #2e2e2e;
        font-weight: 400;
        height: 20px;
        overflow: hidden;
        margin: 20px 20px;
    }

    .news-inner .text {
        font-size: 20px;
        color: #160304;
        font-weight: normal;
        height: 30px;
        overflow: hidden;
        margin: 0px 20px;
    }

.more-news-inner {
    margin: 0px 20px;
}


    .more-news-inner a {
        font-size: 14px;
    }




.box-news-all {
    position: relative;
    margin-bottom: 20px;
}

.box-news {
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 5px;
}

.box-news-text {
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;
    overflow: hidden;
    color: #2f2f2f;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .box-news-text:hover {
        color: #2f2f2f;
    }

    .box-news-text .text-all {
        font-size: 15px;
        color: #160304;
        font-weight: normal;
        height: 85px;
        overflow: hidden;
        margin: 0px 0px;
    }


.news2-time {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul {
    padding-right: 15px;
}

    .category ul li {
        margin: 10px 0;
        color: #160304;
    }

        .category ul li a {
            color: #160304;
        }

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.date-news {
    font-size: 14px;
    padding: 10px 0 15px 0;
    color: gray;
}


    .date-news i {
        padding-right: 10px;
        color: #162726;
    }



.title-news {
    font-size: 20px;
    color: #162726;
    margin-bottom: 10px;
    margin-top: 10px;
}


.logo-search {
    position: relative;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 40px;
}


    .logo-search .form-group {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .logo-search .form-control2 {
        display: block;
        width: 100%;
        height: 43px;
        padding: 6px 40px 6px 14px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
    }


    .logo-search .form-control-feedback {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        display: block;
        width: 55px;
        height: 43px;
        color: #ffffff;
        background-color: #28388F;
        font-size: 17px;
        line-height: 44px;
        text-align: center;
        pointer-events: auto;
        border-radius: 6px;
    }



.path-search {
    border-left: 5px #0F9151 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #28388F;
}

.highlight {
    font-weight: bold;
    background-color: #0F9151;
    padding: 0 3px;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #28388F;
    border-color: #28388F;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all {
    margin-top: 30px;
}


    .collapsible-all .collapsible {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 10px 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        border-radius: 2px;
        margin-bottom: 5px;
        border: 1px #d3d3d3 solid;
    }


        .collapsible-all .collapsible:after {
            content: "";
            color: #0f9151;
            font-weight: bold;
            float: right;
            margin-left: 5px;
            top: 5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 10px;
            border-color: transparent transparent transparent #0f9151;
            transition: all 0.2s ease-in;
            position: relative;
            transform: rotate(270deg);
        }

    .collapsible-all .active:after {
        transform: rotate(90deg);
    }

    .collapsible-all .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #28388F;
        color: #FFFFFF;
        border-radius: 2px;
    }


        .collapsible-all .content p {
            padding: 10px 0;
        }



.pdf-all {
    position: relative;
}

.pdf-inner {
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #0F9151;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .pdf-inner i {
        margin: auto auto 10px auto;
        display: block;
        font-size: 35px;
    }

.pdf-all a:hover .pdf-inner {
    background-color: #0F9151;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box {
    background-color: #F2F4F7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #0F9151;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;
    width: auto;
    min-height: auto;
}


    a.code_apply:hover {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #0F9151;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.brands {
    margin-top: 10px;
}

    .brands ul {
        padding-left: 0;
        text-align: center;
    }



        .brands ul li {
            width: 250px;
            height: 145px;
            background-color: #fff;
            display: inline-block;
            padding: 0px;
            margin: 10px;
            border: 1px #d4d4d4 dashed;
        }


            .brands ul li img {
                width: 120px;
                height: 80px;
                background-color: #fff;
                margin: 10px;
                object-fit: contain;
                display: inline-block;
            }

            .brands ul li .name {
                text-align: center;
                background-color: #fff;
                display: table-cell;
                font-size: 16px;
                height: 40px;
                vertical-align: middle;
                width: 250px;
                overflow: hidden;
                padding: 0 5px;
                border-top: 1px #d4d4d4 dashed;
            }


.pic-products {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

    .pic-products img {
        width: 100%;
        border-radius: 20px;
    }

.product-addto-links {
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-right: 8px;
    text-align: left;
    margin-top: 20px;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-links a {
        display: block;
        color: #5a5a5a;
    }


        .product-addto-links a i {
            padding-right: 10px;
        }


.menu-left ul li {
    list-style: none;
    margin: 5px 0;
}

    .menu-left ul li a {
        color: #fff; /* white text */
        text-decoration: none; /* remove underline */
        display: block; /* makes the whole li clickable */
        padding: 8px 12px; /* spacing */
        border-radius: 4px; /* optional rounded corners */
        transition: background 0.3s ease, color 0.3s ease;
    }

    .menu-left ul li:hover a {
        background: rgba(255, 255, 255, 0.1); /* light overlay */
        color: #fff; /* keep white */
    }

    .menu-left ul li a.active {
        background: rgba(255, 255, 255, 0.2); /* highlight active */
        font-weight: 600;
    }


.menu-left .page-tab-link {
    color: #fff;
    text-decoration: none;
}

h6.videoTitle {
    height: 152px;
}





















.articles2 {
  background: #fff;
  border: 2px solid #1b8a3b; /* main green */
  padding: 25px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  max-width: 85%;
  margin: 30px auto;
}

/* Headings */
.articles2 h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #1b8a3b;
  border-left: 4px solid #1b8a3b;
  padding-left: 10px;
  letter-spacing: 0.3px;
}

.articles2 h4 {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

/* Lists */
.articles2 ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.articles2 ul li {
  padding: 6px 0;
  font-size: 15px;
  position: relative;
  padding-left: 35px;
}

.articles2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url('/website/images/logo (1).png') no-repeat center center;
  background-size: contain;
 // filter: hue-rotate(80deg); /* shifts red icon tone toward green */
}

/* Icons */
.icon-container {
  margin-top: 20px;
  font-size: 2rem;
  color: #1b8a3b;
  margin-right: 10px;
}

/* Layout helpers */
.step-container {
  display: flex;
  align-items: flex-start;
}

/* Tables */
.articles2 table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.articles2 table,
.articles2 th,
.articles2 td {
  border: 1px solid #1b8a3b;
}

.articles2 th,
.articles2 td {
  padding: 10px;
  text-align: left;
}

.articles2 th {
  background: #e7f7ea; /* soft green background */
  color: #156e2f;
}

/* Hover effect for rows */
.articles2 tr:hover {
  background: #f4fbf6;
  transition: 0.2s ease;
}

.pic-products {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

    .pic-products img {
        width: 100%;
        border-radius: 20px;
    }

.product-text {
    color: #28388f;
    font-size: 18px;
    margin-right: 8px;
}
/*---- Start Update----*/
.product-addto-links {
    display: block;
    color: #28388f;
    font-size: 14px;
    margin-right: 8px;
    text-align: left;
    margin-top: 20px;
    text-transform: none;
    vertical-align: middle;
}

    /*---- End Update----*/

    .product-addto-links a {
        display: block;
        color: #5a5a5a;
    }


        .product-addto-links a i {
            padding-right: 10px;
        }


/*---- Start Update----*/

.bg-text {
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 115px;
}

.bg-green {
    background-color: #0F9151;
    color: #FFFFFF;
}

.bg-yellow {
    background-color: #f9ba04;
    color: #FFFFFF;
}

.bg-blue {
    background-color: #28388F;
    color: #FFFFFF;
}

.bg-red {
    background-color: #FF7174;
    color: #FFFFFF;
}

.bg-purple {
    background-color: #a89ed0;
    color: #FFFFFF;
}

.softblue {
    background-color: #86d0ed;
    color: #FFFFFF;
}

.bg-grren {
    background-color: #57a245;
    color: #FFFFFF;
}

.softgreen {
    background-color: #81b38e;
    color: #FFFFFF;
}

.darkred {
    background-color: #a55a54;
    color: #FFFFFF;
}

.darkred {
    background-color: #a55a54;
    color: #FFFFFF;
}

.bg-ta {
    background: url("../images/bg-tabs.png") no-repeat left top;
    background-size: cover;
    color: #FFFFFF;
}

.collapsible-products {
    margin-top: 30px;
}


    .collapsible-products .collapsible {
		font-weight:700;
        background-color: #d4d7e8;
        color: #28388f;
        cursor: pointer;
        padding: 15px 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 20px;
        border-radius: 5px;
        margin-bottom: 5px;
        border: 1px #d4d7e8 solid;
    }


    .collapsible-products .active {
        background-color: #28388f;
        color: #fff;
    }

    .collapsible-products .collapsible:after {
        content: "";
        color: #28388f;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        top: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #28388f;
        transition: all 0.2s ease-in;
        position: relative;
        transform: rotate(270deg);
    }

    .collapsible-products .active:after {
        transform: rotate(90deg);
        border-color: transparent transparent transparent #fff;
    }

    .collapsible-products .content {
        padding: 0px 0;
        max-height: 0;
        color: #28388F;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }


        .collapsible-products .content p {
           /* padding: 10px 0;*/
        }

.margin-2 {
    margin-top: 40px;
}

.img-p {
    height: 500px;
    margin: auto;
}

.btn-gray {
    color: #28388f;
    background-color: #e9ebf4;
    border-color: #e9ebf4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-gray:hover {
        color: #28388f;
        background-color: #e9ebf4;
        border-color: #e9ebf4;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.product-action {
    background: rgba(0, 0, 0, 0);
    bottom: 70px;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
}

    .product-action a {
    }

.amazingcarousel-image:hover .product-action {
    opacity: 1;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: #28388f;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #0F9151;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/*------ Start Update ------*/
.title-news2 {
	  text-align: left;
  
    padding-left: 49px;
    font-size: 48px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 30px;
}

.color-yellow {
  /*  color: #f9ba04;*/
}

.news-bg {
    position: relative;
    color: #000;
    padding: 10px 0px;
    text-align: left;
    font-weight: 900;
    font-size: 25px;
    height: 85px;
    overflow: hidden;
}

.news-date {
	display:none;
    position: absolute;
    color: #fff;
    background-color: #0F9151;
    text-align: center;
    font-weight: 900;
    font-size: 26px;
    height: 110px;
    width: 100px;
    border-radius: 10px;
    right: 20px;
    top: 20px;
    text-transform: capitalize;
    padding: 15px;
}

/*------ End Update ------*/

.title-new-span {
    margin-bottom: 30px;
}

    .title-new-span span {
        font-size: 24px;
        font-weight: 900;
        color: #ffffff;
        border-radius: 3px;
        margin-bottom: 30px;
        background-color: #0f9151;
        padding: 5px 15px;
    }

.tab {
    float: left;
    width: 30%;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 12px 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        border: #FBFBFB 1px solid;
        cursor: pointer;
        transition: 0.3s;
        font-size: 16px;
        margin-bottom: 10px;
        position: relative;
        box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 34%);
    }

        .tab button i {
            position: absolute;
            right: 15px;
            top: 18px;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #E8EBFF;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #E8EBFF;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    height: 300px;
}




/* Style the tab container */
.tab2 {
    float: left;
    width: 30%;
}

    /* Style the tab buttons */
    .tab2 button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 12px 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        border: #FBFBFB 1px solid;
        cursor: pointer;
        transition: 0.3s;
        font-size: 16px;
        margin-bottom: 10px;
        position: relative;
        box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 34%);
    }

        .tab2 button i {
            position: absolute;
            right: 15px;
            top: 18px;
        }


        /* Change background color of buttons on hover */
        .tab2 button:hover {
            background-color: #E8EBFF;
        }

        /* Create an active/current "tab button" class */
        .tab2 button.active {
            background-color: #E8EBFF;
        }

/* Style the tab content */
.tabcontent2 {
    float: left;
    width: 70%;
    padding: 0px;
    padding-left: 10px;
    border-left: none;
    display: none; /* Hidden by default */
}

/*---- End Update----*/

.product-content .bg-blue:hover {
    color: #ffffff;
}

.collapsible-products ul li {
    padding: 6px 0;
    font-size: 15px;
    position: relative;
    padding-left: 35px;
color:#202020;
}

.collapsible-products ul li::before {
	
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
background: url('/website/images/logo (1).png') no-repeat center center;
  background-size: contain;
}

.collapsible-products ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;}

.collapsible-products .content {
        color: #202020;
}
.collapsible-products .content p {
    /* padding: 10px 0; */
    color:#202020;
}


.animals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.animal-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.animal-img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

.animal-text {
    font-size: 20px;
    font-weight: bold;
    color: #1e2f76;
}


body .mt-1 {
  
	font-size: 15px;
	
}



.logo-jo {
    font-family: 'Cairo';
    padding: 5px 0;
    z-index: 999;
    position: fixed;
    right: 138px;
    top: 0;
}

    .logo-jo img {
        margin: 0 4px;
        width: 55px;
    }