html, body, * {
    font-family: Cairo, sans-serif;
}

body {
    color: #414140;
    background: #f7f7f7;
}

.c p {
    color: #fff;
}

.curve-bottom-bg {
    width: 100%;
    height: calc(100% + 60px);
    background: radial-gradient(110% 50% at top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(91, 153, 211, 0.5) 51%, rgba(91, 153, 211, 0.5) 65%, rgb(91, 153, 211) 66%, rgb(91, 153, 211) 80%, rgb(43, 87, 169) 81%, rgb(43, 87, 169) 100%); /*radial-gradient(110% 50% at top, transparent 50%, rgba(91,153,211,0.5) 51%);*//*#5b99d3*/
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.curve-plus p, .curve-plus p a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

.curve-plus:hover .curve-bottom-bg {
    height: calc(100% + 100px);
}

.curve-plus:hover p {
    margin-top: -20px;
    margin-bottom: 25px;
}

.curve-plus p a {
    color: #fff;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    font-weight: bold;
    padding: 0;
}

.curve-plus p a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    font-weight: normal;
    padding: 5px 0px;
}

.no-bg {
    background: none !important;
}

.plus {
    padding: 30px 10px 15px;
}

.more-btn {
    color: #2b57a9;
    z-index: 999;
    position: relative;
    width: 29px;
    line-height: 25px;
    border: 2px solid transparent;
    background: #fff;
}

.more-btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.inner-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/inner-bg.png") top center no-repeat;
}

.c {
    border: 2px solid rgba(219, 219, 219, 0.7);
    border-radius: 7px;
}

#custCarousel {
    padding: 0px 80px;
    background: url("../images/media-slide-bg.png") no-repeat;
    background-size: 100% auto;
    background-position: 0 150px;
}

#custCarousel .carousel-inner {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

#custCarousel .carousel-inner:after {
    content: "";
    width: 80px;
    height: 80%;
    background: rgba(43, 87, 169, 0.5);
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 3;
}

#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin: 20px 0;
}

#custCarousel .carousel-indicators > li {
    width: 25%;
    height: 100%;
    margin-left: 0;
}

#custCarousel .carousel-indicators li a {
    display: block;
    position: relative;
    z-index: 1;
}

#custCarousel .carousel-indicators li a img {
    display: block;
}

#custCarousel .carousel-indicators li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(43, 87, 169, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#custCarousel .carousel-indicators li.active a:after {
    background: rgba(43, 87, 169, 0.5);
}

#custCarousel .carousel-indicators li:hover a:after {
    background: rgba(43, 87, 169, 0.75);
}

#custCarousel .carousel-indicators li:hover img,
#custCarousel .carousel-indicators li.active img,
#custCarousel .carousel-indicators li img,
#custCarousel .carousel-indicators li.active,
#custCarousel .carousel-indicators li:hover,
#custCarousel .carousel-indicators li {
    opacity: 1;
}

.carousel-item img {
    width: 80%
}

.custCarouselControl.carousel-control-next, .custCarouselControl.carousel-control-prev {
    z-index: 10;
    align-items: center;
    color: #29478f;
    opacity: 1;
}

.custCarouselControl.carousel-control-prev {
    left: 45px;
}

.custCarouselControl.carousel-control-next {
    right: 45px;
}

.custCarouselControl.carousel-control-next i, .custCarouselControl.carousel-control-prev i {
    width: 31px;
    height: 30px;
    border-radius: 50%;
    filter: drop-shadow(2.5px 4.33px 2.5px rgba(3, 0, 0, 0.15));
    background-color: #ffffff;
    line-height: 31px;
}

.media-indecator-bg {
    background: url("../images/media-slider-ind-bg.png") no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100px;
    margin-top: -135px;
    margin-bottom: 50px;
}

.carousel {
    position: relative;
}

.media-carousel .carousel-item {
    height: 500px;
}

.media-carousel .carousel-item video {
    height: 100%;
    object-fit: contain;
    background: #000;
}

@media all and (max-width: 1999px) {

}

@media all and (max-width: 991px) {

}

@media all and (max-width: 767px) {
    .media-carousel .carousel-item {
        height: 350px;
    }
}

@media all and (max-width: 575px) {
    .media-carousel .carousel-item {
        height: 300px;
    }

    #custCarousel .carousel-inner::after {
        width: 40px;
        top: -10px;
        left: 20px;
    }

    #custCarousel .carousel-inner {
        padding-top: 15px;
    }
}

@media all and (max-width: 399px) {
    .media-carousel .carousel-item {
        height: 200px;
    }
}

.carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    padding: 0 70px;
}

#carousel-thumbs img:hover {
    opacity: 100%;
}

#carousel-thumbs img {
    opacity: 80%;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#carousel-thumbs .selected img {
    opacity: 100%;
}

#carousel-thumbs .thumb {
    position: relative;
    z-index: 1;
}

#carousel-thumbs .thumb:after {
    content: "";
    display: block;
    width: calc(100% - 1rem);
    height: 100%;
    background: rgba(43, 87, 169, 0);
    position: absolute;
    top: 0px;
    left: 0.5rem;
    z-index: 3;
}

#carousel-thumbs .thumb:first-child:after {
    width: calc(100% - 0.5rem);
    left: 0;
}

#carousel-thumbs .thumb:last-child:after {
    width: calc(100% - 0.5rem);
    left: initial;
    right: 0;
}

#carousel-thumbs .thumb:first-child:last-child:after {
    width: calc(100% - 0.5rem);
    right: initial;
    left: 0;
}

#carousel-thumbs .thumb.selected:after {
    background: rgba(43, 87, 169, 0.5);
}

#carousel-thumbs .thumb.video-thumb:before {
    content: "";
    display: block;
    width: calc(100% - 1rem);
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0.5rem;
    z-index: 2;
}

#carousel-thumbs .thumb.video-thumb:first-child:before {
    width: calc(100% - 0.5rem);
    left: 0;
}

#carousel-thumbs .thumb.video-thumb:last-child:before {
    width: calc(100% - 0.5rem);
    left: initial;
    right: 0;
}

#carousel-thumbs .thumb.video-thumb:first-child:last-child:before {
    width: calc(100% - 0.5rem);
    right: initial;
    left: 0;
}

#carousel-thumbs .thumb.video-thumb i {
    color: #fff;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 2;
    font-size: 30px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.main-color {
    color: #29478f;
}

p {
    margin-bottom: 10px;
}

@media all and (max-width: 1999px) {
    #custCarousel {
        padding: 0px 70px;
        background-position: 0 100px;
    }
}

@media all and (max-width: 991px) {
    #custCarousel {
        padding: 0px 80px;
        background-position: 0 150px;
    }

    .media-indecator-bg {
        height: 65px;
        margin-top: -123px;
    }
}

@media all and (max-width: 767px) {
    #custCarousel {
        padding: 0px 12%;
        background-position: 0 40%;
    }

    #carousel-thumbs {
        padding: 0 12%;
    }

    .custCarouselControl.carousel-control-prev {
        left: 7%;
    }

    .custCarouselControl.carousel-control-next {
        right: 7%;
    }

    .media-indecator-bg {
        height: 50px;
        margin-top: -90px;
    }
}

@media all and (max-width: 575px) {
    #custCarousel {
        padding: 0px 12%;
        background-position: 0 40%;
    }

    .media-indecator-bg {
        background-size: auto 100%;
        height: 45px;
        margin-top: -23%;
        background-position: center;
    }
}

@media all and (max-width: 399px) {
    .custCarouselControl.carousel-control-prev {
        left: 4%;
    }

    .custCarouselControl.carousel-control-next {
        right: 4%;
    }

    .media-indecator-bg {
        height: 30px;
    }

    .custCarouselControl.carousel-control-next i, .custCarouselControl.carousel-control-prev i {
        width: 21px;
        height: 20px;
        line-height: 21px;
        font-size: 10px;
    }
}

#carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.nav-location .nav-item {
    width: 200px;
    margin: 10px 2%;
    text-align: center;
}

.nav-location .nav-link {
    box-shadow: 0px 0px 3px #dedede;
    background: #fff;
    color: #464646;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.nav-location .nav-link:hover {
    margin-top: -20px;
    margin-bottom: 20px;
}

.nav-location .nav-link.active {
    background: #3056ab;
    color: #fff;
}

.nav-location .nav-link.active p {
    color: #fff;
}

.loc-title-icon {
    height: 52px;
    width: 52px;
    margin: 10px auto;
    display: block;
}

.loc-title-office-icon {
    background: url("../images/loc-icon-office.png") 100% 100% no-repeat;
}

.nav-link.active .loc-title-office-icon {
    background: url("../images/loc-icon-office-active.png") 100% 100% no-repeat;
}

.loc-title-factory-icon {
    background: url("../images/loc-icon-factory.png") 100% 100% no-repeat;
}

.nav-link.active .loc-title-factory-icon {
    background: url("../images/loc-icon-factory-active.png") 100% 100% no-repeat;
}

.tab-pane {
    position: relative;
    z-index: 100;
}

.tab-pane iframe {
    border: 3px solid #b6b6b6;
}

.loc-address-box {
    position: absolute;
    top: 10%;
    right: -5%;
    z-index: 200;
    background: #3056ab;
    width: 300px;
    color: #fff;
    font-weight: bold;
    border-bottom: 10px solid #b81f25;
    padding: 20px 30px 0;
}

.loc-address-box dd, .loc-address-box dt i {
    color: #fff;
}

@media all and (max-width: 575px) {
    .loc-address-box {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 20px 20px 0;
    }
}

.c-xl {
    border-radius: 0px;
}

.c-xl .img-contain {
    height: 400px;
    border-radius: 0px;
}

.center-blue-circle {
    position: absolute;
    left: calc(50% - 100px);
    top: 120px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #5b9ad4;
    box-shadow: 0 0 0 15px rgba(91, 154, 212, 0.5);
    color: #fff;
    text-align: center;
    padding: 60px 30px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media all and (max-width: 575px) {
    .c-xl .img-contain {
        height: 200px;
    }

    .center-blue-circle {
        left: calc(50% - 50px);
        top: 80px;
        width: 100px;
        height: 100px;
        padding: 25px 0;
        font-size: 0.9rem;
        box-shadow: 0 0 0 10px rgba(91, 154, 212, 0.5);
    }
}

.staff-area-icon {
    transition: all .5s;
    bottom: 0px;
    background-color: #2c57a9;
    height: 100px;
    width: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    right: 50px;
    z-index: 15;
}

.staff-area-image-img {
    border-radius: 50%;
    overflow: hidden;
    width: 80%;
    z-index: 10;
    position: relative;
    top: 20px;
    left: 40px;
}

.head-text {
    font-size: 40px;
    top: 0px
}

.text-red {
    color: #fa364d;
}

.text-sky {
    color: #36adb4;
}

.text-blue {
    color: #2b57a9;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .staff-area-icon {
        bottom: 100px;
        right: 30px;
    }

    .staff-area-image-img {
        top: 10px;
        left: 20px;
    }
}

.mix {
    display: none;
}

.shorting-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.shorting-menu .filter {
    background: #eee;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 30px;
    color: #272b2b;
    margin: 0 10px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    filter: unset;
    transform: scale(1);
}

.shorting-menu .active {
    color: #ffffff;
    background: #3056ab;
}

.topics-box {
    background: #fff;
    overflow: hidden;
    transition: all .7s;
    border-top: 7px solid #5b9ad4;
}

.topics-box-img-contain {
    overflow: hidden !important;
    height: 200px;
}

.topics-box-img-contain img {
    /* padding-right: 0 !important;
     padding-left: 3rem !important;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.topics-box-content {
    margin: 20px 20px 10px;
    border-bottom: 1px solid #ddd;
}

.topics-box-content-type {
    font-size: 12px;
    color: #bbb;
    font-weight: bold;
}

.topics-box-content-title {
    color: #031412;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.topics-box-content-desc {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #414140;
}

.topics-box-bottom {
    font-size: 12px;
    font-weight: bold;
    margin: 0 20px 20px;
}

.topics-box-bottom span, .topics-box-bottom a {
    color: #ccc;
}

/*.topics-box:hover{
    border-top: 10px solid #5b9ad4;
}*/
.topics-box:hover .topics-box-img-contain img {
    transform: scale(1.5);
}

.topics-box:hover .topics-box-content-desc {
    height: 50px;
    color: #414140;
}

.topics-box:hover .topics-box-content-title {
    color: #5b9ad4;
}

.topics-box-more:hover {
    color: #5b9ad4;
}

.head-text-center-line span {
    background: #f7f7f7;
    font-size: 25px;
    padding-right: 5px;
}

.head-text-center-line span:last-child {
    padding-right: 15px;
}

.head-text-center-line:after {
    content: "";
    height: 1px;
    background: #999;
    width: 100%;
}
