﻿@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'One Light Italic';
    src: url('../fonts/GE\ Dinar\ One\ Light\ Italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/GE\ Dinar\ One\ Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regularitalic';
    src: url('../fonts/GE\ Dinar\ One\ Medium\ Italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Myriad\ Pro\ Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARBFONTS';
    src: url('../fonts/ARBFONTS-GE_DINAR_ONE_MEDIUM.OTF') format('truetype');
}

a {
    text-decoration: none !important;
}

#languagebtn {
    font-family: 'Lato Regular';
    font-size: 15px;
    justify-content: center;
    display: flex;
    width: 75px;
}

.nav-link i, .border-left i {
    font-size: 17px;
}

.border-left i {
    color: #4f4a60;
    ;
}

html {
    direction: rtl;
    text-align: right;
}

.white {
    color: white;
}

.container {
    max-width: 1250px;
}

body {
    direction:ltr !important;
    text-align: right;
    background-color: white;
}

    body p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 14px;
        font-family: 'Lato Regular' !important;
    }

a {
    font-family: 'Lato Regular'
}

    a:hover {
        cursor: pointer;
        color: inherit;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato Bold';
}


/* ================================
topbar
================================ */
.settingsmain {
    padding-left: 8px;
}

.top-bar {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 5%;
}
/*.top-bar .border-left {
  border-left: 1px solid  rgba(128, 128, 128, 0.534);
  border-right: 1px solid rgba(128, 128, 128, 0.534);
}*/
.search-toggle {
    background-color: #698dc7;
}

.at-share-btn-elements {
    padding-top: 5% !important;
}

.at-icon-wrapper {
    margin-top: 5% !important;
}

.languageBtn {
    background-color: #404356;
}

    .search-toggle, .languageBtn:hover {
        text-decoration: none;
    }

.top-bar button[type="button"],
.top-bar a {
    height: 29px;
    line-height: 20px;
    color: #5f5f5f;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Lato Regular';
    transition: all 0.5s;
    padding: 6px 5px;
    display: inline-flex;
}

.speaker {
    padding: 0px !important;
}

    .top-bar button[type="button"] img,
    .top-bar a img {
        padding-top: 3px !important;
        display: block;
    }

.secondary a {
    padding: 7px 15px;
}

#languagebtn:hover {
    background-color: #698dc7;
}

.top-bar .search {
    display: inline-block;
    position: relative;
    width: 0;
    transition: all 0.5s;
}

    .top-bar .search.expand {
        width: 250px;
    }

    .top-bar .search button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display: none;
    }

    .top-bar .search input {
        padding: 0;
        height: 28px;
        border: none;
        transition: all 0.5s;
    }

    .top-bar .search.expand input {
        padding: 6px 15px;
        border: 1px solid #ccc;
    }

    .top-bar .search.expand button {
        display: block;
    }

.mobile-menu {
    position: relative;
    z-index: 99999999999999999999999999999999999999;
}

.mobile-search {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 99999;
    right: 55px;
    transform: translateY(-50%);
}

    .mobile-search button[type="button"] {
        transition: all 0.5s;
        padding: 7px 10px;
        display: inline-flex;
    }

        .mobile-search button[type="button"] img,
        .mobile-search a img {
            display: block;
        }

    .mobile-search a {
        padding: 3px 15px;
        line-height: normal;
        vertical-align: middle;
    }

    .mobile-search .search {
        display: inline-block;
        position: absolute;
        width: 0;
        transition: all 0.5s;
        right: 40px;
        z-index: 999;
    }

        .mobile-search .search.expand {
            width: 200px;
        }

        .mobile-search .search button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 99;
            display: none;
        }

        .mobile-search .search input {
            padding: 0;
            border: none;
            transition: all 0.5s;
        }

        .mobile-search .search.expand input {
            padding: 6px 15px;
            border: 1px solid #ccc;
        }

        .mobile-search .search.expand button {
            display: block;
        }

.left {
    z-index: 99999999;
    position: absolute;
    bottom: 15%;
    margin-left: 25px;
    left: -6px;
}

.right {
    z-index: 99999999;
    position: absolute;
    bottom: 15%;
    margin-right: 25px;
    right: -8px;
}

    .left i, .right i {
        color: #fff;
        font-size: 40px;
    }

.mean-container .mean-nav ul li button[type="button"] {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: flex;
    width: 100%;
    text-align: center;
}

    .mean-container .mean-nav ul li button[type="button"] img {
        display: block;
        margin: auto;
    }

    .mean-container .mean-nav ul li button[type="button"]:hover {
        background: #bc9962;
    }


/*main menu*/



.megamenuli {
    font-size: 17px !important;
    line-height: 50px !important;
    transition: all 0.5s !important;
    color: #fff !important;
}

.mega-title h4 {
    font-size: 17px !important;
    font-weight: bolder !important;
}

.mega-title {
    padding-top: 30px;
    padding-right: 30px;
}

.mega-dropdown-menu .mega-img-contaner img {
    width: 100%;
}
.mega-dropdown-menu .mega-img-contaner :first-child img {
height: inherit !important;
}


.mega-button {
    margin-top: 1rem;
    color: white !important;
}

.news-block .media-body {
    padding-right: 20px !important;
}


.mega-menu-content .btn:hover, .mega-menu-content .btn-sm:hover {
    color: white !important;
}

.mega-Brief {
    padding-right: 30px;
}

    .mega-Brief p {
        color: black;
    }



.BreifReadMore:hover {
    color: #c38c30;
    font-weight: 700;
}

.mega-list a {
    color: black;
}

.mega-list {
    list-style: none;
    padding-bottom: 10px;
}

.mega-title h5 {
    color: #7898cd;
}




.mega-title-news {
    padding-top: 10px !important;
    padding-right: 0px;
}

.mega-Brief-News {
    padding: 0px;
}

.mega-title-news h5 {
    font-size: 15px;
}

.mega-Brief-News p {
    font-size: 14px;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu {
    padding-top: 15px;
}

.mega-dropdown-menu {
    /* background-color: #630000; */
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #000;
    line-height: 2.1;
    border-bottom: 5px solid #c38c30;
    background-size: 11.6%;
}

.mega-dropdown:first-child .dropdown-menu {
    height: 358.65px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    opacity: 1;
    position: absolute;
    min-width: 235px;
    border-top: 3px solid #c38c30;
    box-shadow: 0px 5px 5px 0px rgb(214 214 214 / 0%);
    border-radius: 0;
    padding: 0 0px;
    margin: 0;
    background-image: url(main.css);
    background-size: auto;
    background-color: white;
    background-repeat: no-repeat;
    top: 94px;
    background-position: left;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
    overflow: hidden;
    border-bottom: 3px solid #c38c30;
    /* visibility: hidden; */
}

.mega-title {
    padding-top: 30px;
    padding-right: 30px;
    font-family: 'Lato Regular';
}

#lvMegaMenuItem {
    text-align: left;
}

.bg-master {
    background-color: #7898cd;
}

.mega-menu-content .btn:hover, .mega-menu-content .btn-sm:hover {
    color: white !important;
}

.mega-dropdown-menu .mega-img-contaner img {
    width: 100%;
}

.newsBriefs:hover {
    color: #c38c30;
}

.datenews {
    color: #b07517;
}

.megamenuli {
    justify-content: space-between !important;
}
/* ================================
Storybored
================================ */
#slider-animation {
    border-top: 2px solid #c19162;
    z-index: 0;
}

.NewsTickerContainer { /*border-bottom:5px solid #929292;*/
    border: 1px solid #929292;
}

.NewsTickerTitle {
    font-size: 22px;
    font-family: 'Conv_aljazeera0' !important;
    color: #185bae !important;
    text-align: right;
    line-height: 40px;
}

.modern-ticker {
    width: 100%;
    height: 41px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}

    .modern-ticker a {
        text-decoration: none
    }

    .modern-ticker ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.mt-body {
    margin: 2px;
    position: relative;
    direction: ltr;
}

.mt-label {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    position: absolute;
    right: 0;
    width: 140px;
    text-align: center;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    width: auto !important;

}


    .mt-news ul {
        background-repeat: no-repeat;
        background-position: -1000px
    }

    .mt-news li {
        float: right
    }

    .mt-news a {
        font-size: 14px;
        padding: 0 10px 0 20px;
        margin-right: 2px;
        display: block;
        white-space: nowrap;
        transition-duration: 1s;
        transition-timing-function: linear;
    }

        .mt-news a img {
            padding-left: 10px;
        }

        .mt-news a:hover {
            color: #185bae;
        }

.mt-scroll.mt-round .mt-news a {
    color: #625e5e;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Lato Regular' !important;
}

.mt-hide {
    display: none
}

.ticker-controller {
    display: none;
}

.news-ticker {
    margin: 2% auto;
    width: 90%;
    padding: 0px 0;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 3px solid #ec9223;
}

.news-title {
    font-size: 17px;
    font-size: 17px;
    color: #6e6e6e;
}

    .news-title::after {
        position: absolute;
        top: 8px;
        right: -5px;
        bottom: 0px;
        height: 20px;
        width: 4px;
        background: #698dc7;
        content: '';
    }

.mt-controls {
    margin-left: 2px;
    position: absolute;
    left: -5px;
    width: 80px;
    height: 41px;
    background-color: #323a45;
    padding-top: 5px;
}

.mt-news a {
    color: #6e6e6e;
    background: none;
}

/* ================================
aboutus
================================ */

.aboutus {
    text-align: center;
}

.about-title h1 {
    color: #262626;
    font-size: 35px;
    font-family: 'Lato Bold';
}

.about-description {
    width: 80%;
    margin: 0 auto;
}

.btn-read {
    background-color: #698dc7;
    width: 12%;
    margin-top: 15px;
    height: 35px;
}

    .btn-read a {
        color: #fff;
        text-decoration: none;
    }

.blackbg::after {
    position: absolute;
    top: 0px;
    left: -1px;
    bottom: -2px;
    height: 61px;
    width: 4px;
    background: #ec9224;
    content: '';
}


.news-ticker span.divider {
    background: #a7abaf;
}

.banner-shadow {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/background1.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    top: 0px
}

.menubitems li a:hover {
    text-decoration: none;
    transition: 0.5s ease-in;
}

.mainmenu .navbar li a {
    font-size: 14px;
    color: black;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-nav {
    padding-left: 10px;
}

.mainmenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-family: 'Lato Bold';
    color: #665a5a;
}

.mega-dropdown a:hover {
    color: #7898cd !important;
}

.mainmenu .dropdown-item {
    text-align: right;
}

.Sides {
    margin-bottom: 8%;
}

.mainslider {
    background-image: url(../images/slide.png);
    background-size: cover;
    height: 590px;
    background-repeat: no-repeat;
    background-position: center center;
}

.section1bg {
    height: 421px;
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}

.textin {
    position: absolute;
    top: 85px;
    left: 10%;
    text-align: center;
}

    .textin h5 {
        font-size: 20px;
        font-family: 'Lato Regular';
    }

    .textin h1 {
        font-size: 52.43px;
        font-family: 'Lato Regular';
        color: #fff !important;
    }

    .textin p {
        font-size: 15px;
        color: white;
    }

.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 650px;
    text-align: center;
}

.shadow {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/shadow1.png);
    background-size: cover;
    z-index: 0;
    height: 650px;
    top: 0px
}

.shadow2 {
    position: absolute;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-size: cover;
    z-index: 1;
    height: 650px;
    opacity: 0.8;
    top: 0px
}

#slider-animation a {
    color: white;
}

.package-name {
    padding-top: 10%;
}

    .package-name h4 {
        font-size: 18px;
        font-family: 'OpenSan-bold' !important;
    }

.overlay1 {
    background-image: url(../images/bannericon1.png);
    background-position: 30% 100%;
    background-repeat: no-repeat;
}

.overlay2 {
    background-image: url(../images/bannericon2.png);
    background-position: 5% 70%;
    background-repeat: no-repeat;
}

.overlay3 {
    background-image: url(../images/bannericon3.png);
    background-position: 3% 80%;
    background-repeat: no-repeat;
}

.overlay4 {
    background-image: url(../images/bannericon4.png);
    background-position: 30% 70%;
    background-repeat: no-repeat;
}

.overlay5 {
    background-image: url(../images/bannericon5.png);
    background-position: 30% 50%;
    background-repeat: no-repeat;
}

.Gradienttxt {
    background-image: linear-gradient(45deg, #a4844c, #dbb26c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left:2%;
    z-index: 15;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    top: 15%;
    display: block
}

    .carousel-indicators li {
        box-sizing: content-box;
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.4);
        background-repeat: no-repeat;
        background-clip: padding-box;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
    }

    .carousel-indicators .active {
        background-color: transparent;
        opacity: 1;
        position: relative;
        ;
    }

        .carousel-indicators .active::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #5a7099;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
        }



.slide1 {
    background: url(../images/slide.png);
    background-size: cover;
    background-position: bottom;
    height: 540px;
}


.slide2 {
    background: url(../images/slide.png);
    background-size: cover;
    background-position: bottom;
    height: 540px;
}

.slide3 {
    background: url(../images/slide.png);
    background-position: t top center;
    background-position: bottom;
    height: 540px;
}

.Stitle {
    text-align: center;
    padding: 10px 0px;
}


#owl-carousel1 .item {
    padding: 0px 4px;
}

#owl-carousel1 .owl-next {
    background-color: transparent !important;
    background-image: url(../images/go.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
}

#owl-carousel1 .owl-prev {
    background-color: transparent !important;
    background-image: url(../images/back.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
}

.section3item img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.7s ease-in-out;
    cursor: pointer;
}

.Mdetails h6 {
    color: black !important;
}


    .Mdetails h6:hover {
        color: #005ebf !important;
        transition: 0.7s ease-in-out;
    }

.banneritem {
    padding: 40px 10px;
    height: 180px;
    text-align: center;
}

#owl-carousel2 .item {
    text-align: center;
    padding: 0px 4px;
}

.banners {
    padding-top: 3%;
    margin-top: -9px;
    height: 250px;
    background-color: #f4f4f4;
    position: relative;
}

#owl-carousel2 .owl-next {
    background-color: transparent !important;
    background-image: url(../images/left.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    outline: none;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    left: -35px;
    top: 35.3%;
}


#owl-carousel2 .owl-prev {
    background-color: transparent !important;
    background-image: url(../images/right.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    outline: none;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    right: -50px;
    top: 35.3%;
}

#owl-carousel4 .owl-next {
    background-color: transparent !important;
    background-image: url(../images/left.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    left: 0px;
    outline: none;
    top: 35.3%;
}


#owl-carousel4 .owl-prev {
    background-color: transparent !important;
    background-image: url(../images/right.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    outline: none;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    right: -15px;
    top: 35.3%;
}


.navbar-toggler-icon {
    background-image: url("../images/menu.png");
    width: 36px;
    height: 21px;
}



.innerheader {
    border-top: 3px solid orange;
    color: #eeebeac7;
    background-image: -webkit-linear-gradient(#ffffffd5, #ffffffd3), url(././../images/slide.png);
    /*height: 200px;*/
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}



.breadcrumbpart a {
    font-size: 13px;
    color: white;
}



.breadcrumbpart .breadcrumb {
    background-color: transparent;
}



.breadcrumbpart .breadcrumb-item.active {
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
}


.breadcrumbpart .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #fa7f39;
    content: "||";
}



.breadcrumbpart .breadcrumb-item {
    padding: 0px 12px;
}

.share {
    padding: 0;
    width: 100%;
    display: flex;
    margin-left: 50px;
}

    .share li {
        color: #000;
        padding-top: 5%;
        list-style: none;
        display: inline-block;
        font-family: 'Lato Regular';
    }

        .share li a {
            color: white;
            padding: 0px 4px;
        }

.contentbody {
    padding: 50px 0px;
    padding-left: 3%;
    padding-right: 3%;
    text-align: justify;
    min-height:200px;
}
    .contentbody p, .contentbody a, .contentbody li {
        font-family: 'Lato Regular' !important;
    }

.divider {
    background-image: url(../images/divider.png);
    background-repeat: repeat-x;
    height: 18px;
    position: absolute;
    z-index: 10;
    top: 88px;
    left: 0;
    right: 0;
}

.textbg {
    position: relative;
    z-index: 100;
    font-family: "Lato Regular";
}

.blackbg {
    background-color: rgba(0, 0, 0, 0.40);
    padding: 0px;
    width: 350px;
}

.aboutus p {
    font-size: 17px;
    line-height: 2;
    font-family: 'Lato Regular';
    color: #787878 !important;
}

.greenbg1 {
    background-color: #009976;
    width: 47%;
    padding: 10px;
}

.greenbg2 {
    background-color: #009976;
    width: 60%;
    padding: 10px;
    float: left
}

.textwidth {
    width: 75%;
}

.textwidth2 {
    width: 60%;
    float: left;
}

.footer {
    background-color: #323232;
    color: white;
    font-size: 15px;
    min-height: 99px;
}


.footer3 p {
    font-size: 14px;
}

.footer3 a {
    color: white;
    font-family: 'Lato Regular';
    font-size: 15px;
}

    .footer3 a span {
        font-family: 'Lato Regular' !important
    }

    .footer3 a:hover {
        text-decoration: none;
    }
/* ================================
info page - inner page title
================================ */
.page-title-template {
    padding: 45px 0 0;
    background-color: #f3f3f3;
}

.inner-title {
    position: relative;
}

    .inner-title h2 {
        font-size: 35px;
        font-weight: 400;
        color: #181818;
        padding-right: 7%;
        line-height: 1.3;
    }

    .inner-title span.title-bullet {
        position: absolute;
        right: 0;
        top: calc(50% - 8px);
    }

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url(../images/breadcrumb-arrow.png);
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #231f20;
}

.breadcrumb-item.active {
    color: #004d79;
    font-size: 14px;
}

span.page-title-divider {
    display: block;
    width: 95%;
    margin: 16px auto 10px auto;
    height: 1px;
    background: #fff;
}

.page-body-template {
    padding: 30px 0 60px;
}

    .page-body-template .section-title h3 {
        font-size: 25px;
        font-weight: 400;
        color: #181818;
        line-height: 1.5;
    }

.sidebar .list-group-item.disabled,
.sidebar .list-group-item:disabled {
    color: #004d79;
    background-color: transparent;
    font-size: 17px;
}

.sidebar .list-group-item:first-child {
    border-top: none;
}

.sidebar .list-group-item {
    border-color: #b7b7b7;
    border-left: none;
    border-right: none;
    font-size: 17px;
    color: #181818;
    border-radius: 0 !important;
    transition: all 0.5s;
    padding: 0;
}

    .sidebar .list-group-item a {
        padding: 19px 0;
        color: #000;
        transition: all 0.5s;
        display: block;
        font-size: 14px;
    }

.list-group-item:not(:first-child):hover a {
    /*padding-right: 15px;*/
    color: #023f54;
}

#rateBox {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 35px;
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate(180deg);
        ;
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #698dc7;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #698dc7;
        background: transparent;
    }

.box.col-12 {
    height: 120px;
    text-align: center;
    line-height: 120px;
    border: 1px solid #a1a1a1;
    padding: 0;
}

    .box.col-12 label {
        color: #959595;
        font-weight: normal;
    }

.input-group-append button.dropdown-toggle {
    border: 1px solid #a1a1a1;
    border-right: 0;
    width: 100%;
}

.input-group-append {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}

    .input-group-append .dropdown-menu.show {
        display: block;
        width: 100%;
    }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-right: auto;
}

.input-group-append:before {
    position: absolute;
    top: 2px;
    left: 25px;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background: #a1a1a1;
}

.input-group-append {
    margin-right: 0;
}

.media.news-block .media-img {
    width: 250px;
}

.media.news-block .media-body .card-title {
    font-size: 21px;
    color: #000;
}

.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

    .card-news .card-deck .card:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.5s;
}

.page-body-template .content-body.card-news .card-title {
    font-size: 16px;
}

.content-body {
    line-height: 2;
}

.page-body-template .content-body li.text-black img {
    transform: rotate(180deg);
}

.content-body p {
    color: #00000a;
}

.table-header {
    font-size: 16px;
}

.UlShareIcons {
    display: flex;
}


.at-style-responsive .at-share-btn {
    padding: 0px;
}



/* aspects*/
.aspects {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    box-shadow: 580px 240px 3px 10px #fafafa;
    position: relative;
}


#slider-animation2 .carousel-item, #slider-animation3 .carousel-item {
    height: 420px !important;
}

.shadow2 {
    position: absolute;
    left: 0;
    border-left: 1px solid #fff;
    right: 0;
    background-color: #00000052;
    background-size: cover;
    z-index: 1;
    top: 0px;
    height: 420px;
}

.shadow3 {
    position: absolute;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.83922) 0%, rgba(0,0,0,0) 100%);
    background-size: cover;
    z-index: 1;
    top: 0px;
    height: 100%;
}

.firstsidslide {
    background: url(../images/slide3.png);
    background-size: 120% 100%;
    background-position: bottom;
    height: 460px;
    bottom: 40px;
}

.secondsidslide {
    background: url(../images/slide2.png);
    background-size: 115% 107%;
    background-position: bottom;
    height: 460px;
    top: 50px;
}

#slider-animation2 .carousel-indicators {
    position: absolute;
    right: 87%;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    top: 35%;
    display: block;
}

#slider-animation3 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    left: 94% !important;
    top: 35%;
    display: block;
}

    #slider-animation3 .carousel-indicators li {
        box-sizing: content-box;
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.4);
        background-repeat: no-repeat;
        background-clip: padding-box;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        opacity: 1;
        border-radius: 100%;
        border-radius: 100%;
    }

#slider-animation2 .carousel-indicators .active, #slider-animation3 .carousel-indicators {
    background-color: transparent;
    opacity: 1;
    position: relative;
}

    #slider-animation2 .carousel-indicators .active::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #5a7099;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
    }


    #slider-animation3 .carousel-indicators .active {
        background-color: transparent;
        opacity: 1;
        position: relative;
        ;
    }

        #slider-animation3 .carousel-indicators .active::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #5a7099;
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
        }

.firstsidslide a, .secondsidslide a {
    color: #fff;
    text-decoration: none;
}

.textin2 {
    position: absolute;
    top: 225px;
    right: 1%;
    text-align: center;
    width: 100%;
}

.textin3 {
    position: absolute;
    top: 200px;
    left: 1%;
    text-align: center;
    width: 100%;
}

.txt-description {
    text-align: right;
    padding-right: 3%;
}

.Stitle2 {
    text-align: right;
    padding: 10px 30px;
}

.Stitle3 {
    text-align: left;
    padding: 10px 4px;
    font-family: 'Lato Bold';
    font-size: 35px;
    margin-left: 5px;
}



.read-more a {
    color: #698dc7;
}

#slider-animation2, #slider-animation3 {
    width: 50%;
    height: 350px;
    display: inline-flex;
}

.securitydepartments {
    /* padding-bottom: 0% !important; */
    background-image: url(../images/overlay.png);
    height: 450px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.securitydepartments-title h1 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 4%;
    position: relative;
    font-family: 'Lato Bold';
    color: #474747;
}

.securitydepartment-breif p {
    font-size: 17px;
    color: rgb(71, 71, 71);
    font-family: Lato Regular;
}

.securitydepartments-items {
    margin-top: 2%;
}

.item-box:hover {
    border: transparent !important;
}

.securitydepartment-item {
    box-sizing: content-box;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid orange;
    padding: 6%;
    position: relative;
    margin-bottom: 6%;
    background-color: rgb(255, 255, 255);
}

.securitydepartmentcontent {
    min-height: 200px;
}





    .securitydepartment-item .securitydepartmentcontent:after, .securitydepartment-item .securitydepartmentcontent:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all .7s ease 0s
    }

    .securitydepartment-item .securitydepartmentcontent:before {
        border-bottom: 5px solid #7898cd;
        bottom: -1px;
        top: -4px;
        right: -2px;
        left: -2px;
        border-top: 4px solid #7898cd;
        transform: scale(0,1);
        transform-origin: 0 0 0;
    }

    .securitydepartment-item .securitydepartmentcontent::after {
        border-left: 3px solid rgb(120, 152, 205);
        border-right: 3px solid rgb(120, 152, 205);
        left: -2px;
        right: -2px;
        transform: scale(1, 0);
        transform-origin: 100% 0px 0px;
    }

    .securitydepartment-item:hover .securitydepartment-item .securitydepartmentcontent:after, .securitydepartment-item:hover .securitydepartmentcontent:before, .securitydepartment-item:hover .securitydepartmentcontent::after {
        opacity: 1;
        transform: scale(1);
        transition-delay: .15s;
    }

    .securitydepartment-item:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .35s ease 0s;
    }


.securitydepartment-title {
    padding-top: 8%;
}

    .securitydepartment-title h5 {
        font-size: 15px;
        font-family: 'Lato Bold';
    }
        .social-strip {
    background: #698dc7;
    padding: 6px 0%;
}


    .social-strip .navbar-nav {
        flex-direction: row;
        padding: 0px;
        justify-content: flex-end;
    }

    .social-strip ul li {
        padding: 4px;
        color: #fff;
        display: inline-block;
    }

        .social-strip ul li .nav-link {
            padding: 4px 2px !important;
        }

            .social-strip ul li.nav-item a.nav-link {
                color: #fff;
                font-size: 14px;
            }

#home a {
    border: none !important;
}

.footer2 {
    padding-top: 2%;
    background-color: #2a2c39;
    border-top: 2px solid #ec9224;
}

.footernav li {
    width: 140px;
    color: #fff;
    padding: 5px;
}

    .footernav li a {
        color: gray;
        font-size: 14px;
    }

.footernav {
    padding: 0px 0px;
}

.footer3 {
    border-top: 1px solid gray;
}

    .footer3 ul {
        list-style-type: none;
    }

    .footer3 ul {
        padding: 0px;
    }

        .footer3 ul li {
            display: inline-block;
        }

#owl-carousel3 {
    position: absolute;
    bottom: 0px;
}

#banner-boxs {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 200px;
    perspective: 1600px;
    -webkit-perspective: 1600px;
    transform-style: preserve-3d;
    top: 60%;
    right: 0px;
    transform-origin: 0% 50%;
}

    #banner-boxs .active .package-item {
        background-color: #33334b !important;
    }

    #banner-boxs .active .pakage-image img {
        display: none;
    }

    #banner-boxs .active #image1 {
        background-image: url(../images/icon1.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image2 {
        background-image: url(../images/icon2.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image3 {
        background-image: url(../images/icon3.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image4 {
        background-image: url(../images/icon4.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image5 {
        background-image: url(../images/icon5.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active .package-name {
        padding-top: 7% !important;
    }

    #banner-boxs .active .package-name {
        color: #fff;
    }

        #banner-boxs .active .package-name a {
            color: #fff !important;
        }

.package-item {
    padding: 12% 15%;
    height: 200px;
    width: 95%;
    text-align: right;
    background-color: #fff;
}

#banner-boxs .carousel-item {
    z-index: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    opacity: 1 !important;
    visibility: visible;
}

#banner-boxs .carousel-item {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

#banner-boxs #carousel-item1 {
    transform: translateX(524.5px) translateY(0px) translateX(0px) translateX(0px) translateZ(0px);
}

#banner-boxs #carousel-item2 {
    transform: translateX(524.5px) translateY(0px) translateX(245px) translateZ(-200px);
    z-index: -1;
}

#banner-boxs #carousel-item3 {
    transform: translateX(500.5px) translateY(0px) translateX(535px) translateZ(-400px);
    z-index: -2;
}

#banner-boxs #carousel-item4 {
    transform: translateX(524.5px) translateY(0px) translateX(-520px) translateZ(-400px);
    z-index: -2;
}

#banner-boxs #carousel-item5 {
    transform: translateX(524.5px) translateY(0px) translateX(-250px) translateZ(-200px);
    z-index: -1;
}

.prev {
    border: 1px solid #1795de;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background-color: #1795de;
    position: relative;
    color: #fff;
    bottom: 578px;
    font-size: 40px;
    cursor: pointer;
    left: 120px;
    padding: 0px 4px 4px 13px;
}

.next {
    border: 1px solid #1795de;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background-color: #1795de;
    position: relative;
    color: #fff;
    bottom: 633px;
    font-size: 40px;
    cursor: pointer;
    right: 130px;
    padding: 0px 7px 2px 16px;
    float: right;
}

.row.slider-center {
    position: absolute;
    top: 50%;
    width: 100%;
}

ul.navbar-nav li.nav-item {
    color: #fff;
}

.txt-description p {
    font-size: 22px;
    font-family: 'Lato Regular';
}


.footermenu {
    margin: 0;
}

.footermenu2 {
    margin: 0;
}

.footermenu li {
    display: inline-block;
    padding: 5px 10px;
}

    .footermenu li a {
        color: white;
        font-size: 13px;
        opacity: 0.8;
    }


.footermenu2 li {
    display: inline-block;
    padding: 5px 10px;
}


    .footermenu2 li a {
        color: white;
        font-size: 13px;
        opacity: 0.8;
    }


.footernav h6 a {
    color: #fff;
    font-size: 18px !important;
}


.footernav a:hover {
    text-decoration: none;
    color: #bb7934;
    transition: 0.5s ease;
}

.footernav li {
    list-style: none;
}

.footer3 {
    padding: 5px 0px;
    min-height: 35px;
    color: white;
}

.footer3 {
    background-color: #2a2c39;
}
.s2 {
    perspective: 1700px;
}

@-moz-document url-prefix() {
    .s2 {
        perspective: 1700px;
    }

    #banner-boxs #carousel-item1 {
        transform: translateX(524.5px) translateY(0px) translateX(0px) translateX(0px) translateZ(0px);
    }

    #banner-boxs #carousel-item2 {
        transform: translateX(500.5px) translateY(0px) translateX(245px) translateZ(-200px);
        z-index: -1;
    }

    #banner-boxs #carousel-item3 {
        transform: translateX(440.5px) translateY(0px) translateX(535px) translateZ(-400px);
        z-index: -2;
    }

    #banner-boxs #carousel-item4 {
        transform: translateX(590.5px) translateY(0px) translateX(-520px) translateZ(-400px);
        z-index: -2;
    }

    #banner-boxs #carousel-item5 {
        transform: translateX(550.5px) translateY(0px) translateX(-250px) translateZ(-200px);
        z-index: -1;
    }
}

#Devbanner {
    border-top: 3px solid orange;
    color: #eeebeac7;
    background-image: -webkit-linear-gradient(#ecececd5 0%, #ecececd3 100%), url(././../images/slide.png);
    height: 200px;
    background-position: 100%;
    margin-bottom: 8%;
    background-repeat: no-repeat;
}

.title-bullet {
    color: #000;
    position: relative;
    margin-right: 3%;
    font-size: 25px;
    text-align:left;
}

    .title-bullet::before {
        border-bottom: 35px solid rgb(105, 141, 199);
        bottom: -8px;
        display: inline-block;
        margin-left: 2%;
        position: relative;
        padding-right: 0.2em;
        left: 0%;
        content: "";
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: url(../images/breadcrump.png);
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
}

.breadcrumb {
    margin-right: 3%;
    width: 100%;
}




/* block view design */

.letest-news .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    max-width: 279px;
    margin: auto;
}

.letest-news .card-body {
    padding: 5px 13px;
}

.letest-news .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.date {
    font-size: 15px;
    font-family: 'GEDinarOne-Medium';
    color: #b07517 !important;
}

.card-title {
    font-size: 18px;
    font-family: 'Lato Regular';
    color: #1a3279;
}

.letest-news .btn-brown,
.about-us .btn-brown,
.bannerContent .btn-brown-outline {
    width: 135px;
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
}

.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    max-width: 280px;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

    .card-news .card-deck .card:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }

/* the end of block view design */


.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 35px;
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate( 360deg );
        vertical-align: initial;
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #698dc7;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #6c71b2;
        background: transparent;
    }

.media.news-block .media-img {
    width: 250px;
}

.media.news-block .media-body .card-title {
    font-size: 21px;
    color: #404356;
}


.font-lato {
    font-family: 'Lato', sans-serif !important;
}


.card-footer a {
    color: #404356;
}

@media only screen and (min-width :768px) and (max-width :991px) {
    .letest-news {
        padding: 30px 0;
    }



    .card-deck .card {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        margin-bottom: 30px;
    }



    .navigation .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navigation .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }



    .media.news-block .media-img {
        width: 150px;
    }

    .letest-news .card-deck .card {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width :767px) {
    #owl-carousel-news .owl-next {
        background-color: transparent !important;
        background-image: url(../images/left.png) !important;
        background-repeat: no-repeat;
        height: 17px;
        width: 18px;
        outline: none;
        border: transparent;
        padding: 20px 20px;
        margin-top: 20px;
        position: absolute;
        left: 5px;
        top: 35.3%;
    }


    #owl-carousel-news .owl-prev {
        background-color: transparent !important;
        background-image: url(../images/right.png) !important;
        background-repeat: no-repeat;
        height: 17px;
        outline: none;
        width: 18px;
        border: transparent;
        padding: 20px 20px;
        margin-top: 20px;
        position: absolute;
        right: -15px;
        top: 35.3%;
    }
    .news-div {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .media.news-block {
        display: block;
        max-width: 300px;
        margin: auto;
        border: 1px solid #acacac !important;
        margin-bottom: 30px;
    }

        .media.news-block .media-img {
            width: 100%;
        }
}


.bdr-move {
    border-color: #6c71b2 !important;
}


.bdr-grey {
    border-color: #acacac !important;
}

.table-header {
    font-size: 16px;
}

.bg-l-grey {
    background-color: #f9f9f9;
}


.content-body .securitydepartment-item {
    box-shadow: none;
}

.search-icon {
    color: #fff;
    transform: rotate( 450deg );
    font-size: 15px !important;
    padding: 0px 8px;
}

.firstsidslide {
    width: 99.8%;
}

.footermenuA li:last-child {
    display: none !important;
}

.footer3 li a:after {
    content: "-";
    padding-right: 5px;
}

.footer3 li:last-child a::after {
    content: "" !important;
}

.carousel .package-item :not(.active .pakage-image) {
    background-image: url("") !important;
}

.line2 p {
    font-family: 'Lato Regular' !important;
}

.footer3 p {
    font-size: 14px;
    font-family: 'Lato Regular';
}

.company {
    font-family: 'Lato Regular' !important;
}

.mobiledisplay {
    padding-top: 1% !important;
}

.jquery-accordion-menu {
    min-width: 100%;
    float: left;
    position: relative;
    box-shadow: 2px 2px 10px #8c8c8c;
}

    .jquery-accordion-menu, .jquery-accordion-menu * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        outline: 0;
    }

        .jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
            width: 100%;
            height: 60px;
            padding-left: 5px;
            float: left;
            line-height: 25px;
            color: #f0f0f0;
            background: #698dc7;
            font-size: 20px;
            text-align: center;
            font-family: 'Lato Regular';
        }

        .jquery-accordion-menu ul li {
            width: 100%;
            display: block;
            float: left;
            position: relative;
        }

        .jquery-accordion-menu > ul > li:hover > a {
            color: #fff;
            background: #323543;
        }

        .jquery-accordion-menu > ul > li > a {
            border-bottom: solid 1px #646464;
        }

        .jquery-accordion-menu ul li a {
            width: 100%;
            padding: 14px 22px;
            float: left;
            text-decoration: none;
            color: #f0f0f0;
            font-size: 14px;
            background: #404356;
            position: relative;
            overflow: hidden;
            -o-transition: color .2s linear,background .2s linear;
            -moz-transition: color .2s linear,background .2s linear;
            -webkit-transition: color .2s linear,background .2s linear;
            transition: color .2s linear,background .2s linear;
        }

        .jquery-accordion-menu ul {
            padding: 0px !important;
        }

.document {
    margin-bottom: 5%;
}

.news-card, .video-card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%) !important;
    transition: all 0.5s;
    min-height: 315px;
    max-height: 385px;
}

    .news-card img, .video-card img {
        min-height: 220px;
        max-height: 220px;
        margin: auto;
    }

    .news-card h6, .video-card h6 {
        font-size: 20px;
        font-family: 'Lato Regular';
        text-align: center;
        font-weight: 700 !important
    }

    .news-card:hover, .video-card:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        transform: translateY(-5px);
    }

.photo-gallery-content, .video-content {
    padding-top: 12%;
}

.grid-section {
    padding: 50px 0px;
}

.box {
    display: none;
    width: 220px;
    height: 50px;
    background-color: rgb(64, 67, 86);
    border: 1px solid #ec9223;
    color: #fff;
    z-index: 9999999;
    padding: 5px 0;
    top: 32px;
    position: absolute;
}


    .box.arrow-top:after {
        content: " ";
        position: absolute;
        left: 30px;
        top: -5px;
        border-top: none;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid gray;
    }

.d-flex {
    justify-content: center;
}

.settings {
    width: initial !important;
}

.settingsbtn {
    border: transparent !important;
}

button:focus {
    outline: 0
}

.Sbtn {
    outline: 0;
    background-color: transparent;
    padding: 5px 8px !important;
}

/* ===========================================
Night Css
=========================================== */
body.night {
    background: #ddd;
}

    body.night .letest-news {
        background: #ddd;
    }

    body.night .bg-blue {
        background: #6d0b00 !important;
    }

    body.night .banner {
        background: #000;
    }

    body.night .slick-slide img {
        opacity: 0.8;
    }

    body.night .banner-menus {
        background: rgba(234, 234, 234, 0.9);
    }

    body.night .about-us .announcement-block {
        border: 5px solid #eee;
    }

    body.night .letest-news .card {
        background: #eee;
    }

    body.night .section-title span.bottom-line {
        background: #eee;
    }

    body.night .footer {
        background: #ddd;
        padding: 40px 0;
    }

    body.night .benifits .card {
        background: #ddd;
    }

/* ===========================================
Contrast Css
=========================================== */
body.highcontrast {
    background: #898989 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    body.highcontrast .section-title h2 {
        color: #fff;
    }

    body.highcontrast .letest-news .section-title h2 {
        color: #393939;
    }

/* ===========================================
font 120
=========================================== */
body.fsize120 {
    font-size: 19px;
}

    body.fsize120 .settingsmain {
        font-size: 19px;
    }

    body.fsize120 .secondary a {
        font-size: 20px;
    }

    body.fsize120 .textin {
        position: absolute;
        top: 45px;
        left: 30%;
        text-align: center;
    }


    body.fsize120 .footer3 a {
        font-size: 20px;
    }

    body.fsize120 .footer2 h6 a {
        font-size: 25px !important;
    }

    body.fsize120 .footernav li a {
        font-size: 21px !important;
    }


    body.fsize120 .blackbg h1 {
        font-size: 40px;
    }


    body.fsize120 .social-strip ul li.nav-item a.nav-link {
        font-size: 25px;
    }

    body.fsize120 .securitydepartment-title h5 {
        font-size: 25px;
    }

    body.fsize120 .securitydepartments-title h1 {
        font-size: 50px;
    }

    body.fsize120 p {
        font-size: 19px;
    }

    body.fsize120 .package-name a {
        font-size: 30px;
    }

    body.fsize120 .about-title h1 {
        font-size: 50px;
    }



    body.fsize120 .textin h5 {
        font-size: 30px;
    }

    body.fsize120 .textin h1 {
        font-size: 60px;
    }


    body.fsize120 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        padding-left: 20px;
    }

    body.fsize120 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 20px;
        padding: 0 20px !important;
    }

    body.fsize120 .bannerContent h1 {
        font-size: 40px;
        line-height: 47px;
    }

    body.fsize120 .bannerContent h6 {
        font-size: 19px;
        max-width: 424px;
    }

    body.fsize120 .banner-menus ul li .media .media-body h5 {
        font-size: 18px;
    }

    body.fsize120 .section-title h2 {
        font-size: 40px;
    }

    body.fsize120 .letest-news .card .date {
        font-size: 18px;
    }

    body.fsize120 .letest-news .card .card-title {
        font-size: 18px;
    }

    body.fsize120 .benifits .card-title {
        font-size: 19px;
    }

    body.fsize120 .footer h5 {
        font-size: 19px;
    }

    body.fsize120 .contact-info ul li,
    body.fsize120 .contact-info ul li a {
        font-size: 17px;
    }

    body.fsize120 .inner-title h2 {
        font-size: 40px;
    }

    body.fsize120 .page-body-template .section-title h3 {
        font-size: 30px;
    }

    body.fsize120 .list-group-item a {
        font-size: 20px;
    }

    body.fsize120 .page-body-template .card-title {
        font-size: 19px;
    }

/* ===========================================
font 110
=========================================== */
body.fsize110 {
    font-size: 17px;
}

    body.fsize110 .footernav li a {
        font-size: 18px !important;
    }

    body.fsize110 .textin {
        left: 30% !important;
    }

    body.fsize110 .footer3 a {
        font-size: 17px;
    }

    body.fsize110 .secondary a {
        font-size: 18px;
    }

body.fsize120 .settingsmain {
    font-size: 16px;
}

body.fsize110 .footer2 h6 a {
    font-size: 20px !important;
}

body.fsize110 .securitydepartments h1 {
    font-size: 45px;
}

body.fsize110 .social-strip ul li.nav-item a.nav-link {
    font-size: 20px;
}

body.fsize110 .securitydepartment-title h5 {
    font-size: 21px;
}

body.fsize110 .blackbg h1 {
    font-size: 35px;
}

body.fsize110 .textin h1 {
    font-size: 55px;
}

body.fsize110 .textin h5 {
    font-size: 25px;
}

body.fsize110 .about-title h1 {
    font-size: 45px;
}


body.fsize110 .package-name a {
    font-size: 25px;
}

body.fsize110 p {
    font-size: 17px;
}

body.fsize110 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
}

body.fsize110 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
}

body.fsize110 .bannerContent h1 {
    font-size: 37px;
    line-height: 47px;
}

body.fsize110 .bannerContent h6 {
    font-size: 17px;
    max-width: 424px;
    ;
}

body.fsize110 .banner-menus ul li .media .media-body h5 {
    font-size: 16px;
}

body.fsize110 .section-title h2 {
    font-size: 37px;
}

body.fsize110 .letest-news .card .date {
    font-size: 16px;
}

body.fsize110 .letest-news .card .card-title {
    font-size: 16px;
}

body.fsize110 .benifits .card-title {
    font-size: 17px;
}

body.fsize110 .footer h5 {
    font-size: 17px;
}

body.fsize110 .contact-info ul li,
body.fsize110 .contact-info ul li a {
    font-size: 15px;
}

body.fsize110 .inner-title h2 {
    font-size: 37px;
}

body.fsize110 .page-body-template .section-title h3 {
    font-size: 27;
}

body.fsize110 .list-group-item a {
    font-size: 18px;
}

body.fsize110 .page-body-template .card-title {
    font-size: 17px;
}

/* ===========================================
font 90
=========================================== */
body.fsize90 {
    font-size: 15px;
}

    body.fsize90 .textin {
        position: absolute;
        top: 85px;
        left: 40%;
        text-align: center;
    }

    body.fsize90 .secondary a {
        font-size: 10px;
    }

    body.fsize90 .footer3 a {
        font-size: 12px;
    }

    body.fsize90 .securitydepartments h1 {
        font-size: 35px;
    }

    body.fsize90 .footernav li a {
        font-size: 12px !important;
    }

    body.fsize90 .footer2 h6 a {
        font-size: 15px !important;
    }

    body.fsize90 .settingsmain {
        font-size: 13px;
    }

    body.fsize90 .securitydepartment-title h5 {
        font-size: 15px;
    }

    body.fsize90 .social-strip ul li.nav-item a.nav-link {
        font-size: 12px;
    }

    body.fsize90 .blackbg h1 {
        font-size: 25px;
    }

    body.fsize90 .textin h1 {
        font-size: 45px;
    }

    body.fsize90 .about-title h1 {
        font-size: 35px;
    }

    body.fsize90 .package-name a {
        font-size: 17px;
    }

    body.fsize90 p {
        font-size: 15px;
    }

    body.fsize90 .textin h5 {
        font-size: 15px;
    }

    body.fsize90 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
    }

    body.fsize90 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
    }

    body.fsize90 .bannerContent h1 {
        font-size: 35px;
        line-height: 47px;
    }

    body.fsize90 .bannerContent h6 {
        font-size: 15px;
        max-width: 424px;
        ;
    }

    body.fsize90 .banner-menus ul li .media .media-body h5 {
        font-size: 14px;
    }

    body.fsize90 .section-title h2 {
        font-size: 35px;
    }

    body.fsize90 .letest-news .card .date {
        font-size: 14px;
    }

    body.fsize90 .letest-news .card .card-title {
        font-size: 14px;
    }

    body.fsize90 .benifits .card-title {
        font-size: 15px;
    }

    body.fsize90 .footer h5 {
        font-size: 15px;
    }

    body.fsize90 .contact-info ul li,
    .contact-info ul li a {
        font-size: 13px;
    }

    body.fsize90 .inner-title h2 {
        font-size: 33px;
    }

    body.fsize90 .page-body-template .section-title h3 {
        font-size: 23;
    }

    body.fsize90 .list-group-item a {
        font-size: 16px;
    }

    body.fsize90 .page-body-template .card-title {
        font-size: 15px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize80 {
    font-size: 14px;
}

    body.fsize80 .secondary a {
        font-size: 9px;
    }

    body.fsize80 .settingsmain {
        font-size: 11px;
    }

    body.fsize80 .textin {
        position: absolute;
        top: 95px;
        left: 44%;
        text-align: center;
    }

    body.fsize80 .footer3 a {
        font-size: 10px;
    }

    body.fsize80 .footer2 h6 a {
        font-size: 13px !important;
    }

    body.fsize80 .footernav li a {
        font-size: 10px !important;
    }

    body.fsize80 .social-strip ul li.nav-item a.nav-link {
        font-size: 10px;
    }

    body.fsize80 .securitydepartments h1 {
        font-size: 30px;
    }

    body.fsize80 .securitydepartment-title h5 {
        font-size: 12px;
    }

    body.fsize80 .blackbg h1 {
        font-size: 20px;
    }

    body.fsize80 .textin h1 {
        font-size: 45px;
    }

    body.fsize80 .about-title h1 {
        font-size: 30px;
    }

    body.fsize80 .package-name a {
        font-size: 12px;
    }

    body.fsize80 .textin h5 {
        font-size: 10px;
    }

    body.fsize80 p {
        font-size: 14px;
    }

    body.fsize80 .textin h1 {
        font-size: 40px;
    }

    body.fsize80 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 12px;
    }

    body.fsize80 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
    }

    body.fsize80 .bannerContent h1 {
        font-size: 33px;
        line-height: 47px;
    }

    body.fsize80 .bannerContent h6 {
        font-size: 14px;
        max-width: 424px;
        ;
    }

    body.fsize80 .banner-menus ul li .media .media-body h5 {
        font-size: 13px;
    }

    body.fsize80 .section-title h2 {
        font-size: 33px;
    }

    body.fsize80 .letest-news .card .date {
        font-size: 13px;
    }

    body.fsize80 .letest-news .card .card-title {
        font-size: 13px;
    }

    body.fsize80 .benifits .card-title {
        font-size: 14px;
    }

    body.fsize80 .footer h5 {
        font-size: 14px;
    }

    body.fsize80 .contact-info ul li,
    body.fsize80 .contact-info ul li a {
        font-size: 12px;
    }

    body.fsize80 .inner-title h2 {
        font-size: 31px;
    }

    body.fsize80 .page-body-template .section-title h3 {
        font-size: 21px;
    }

    body.fsize80 .list-group-item a {
        font-size: 15px;
    }

    body.fsize80 .page-body-template .card-title {
        font-size: 14px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize70 {
    font-size: 13px;
}

    body.fsize70 .settingsmain {
        font-size: 9px;
    }

    body.fsize70 .secondary a {
        font-size: 9px;
    }

    body.fsize70 .textin {
        position: absolute;
        top: 95px;
        left: 44%;
        text-align: center;
    }

    body.fsize70 .securitydepartments h1 {
        font-size: 20px;
    }

    body.fsize70 .social-strip ul li.nav-item a.nav-link {
        font-size: 8px;
    }

body.fsize80 .secondary a {
    font-size: 10px;
}

body.fsize70 .footer3 a {
    font-size: 7px;
}

body.fsize70 .footer2 h6 a {
    font-size: 10px !important;
}

body.fsize70 .footernav li a {
    font-size: 8px !important;
}

body.fsize70 .securitydepartment-title h5 {
    font-size: 10px;
}

body.fsize70 .textin h5 {
    font-size: 12px;
}

body.fsize70 .blackbg h1 {
    font-size: 15px;
}

body.fsize70 .about-title h1 {
    font-size: 30px;
}

body.fsize70 .package-name a {
    font-size: 10px;
}

body.fsize70 .textin h1 {
    font-size: 25px;
}

body.fsize70 p {
    font-size: 13px;
}

body.fsize70 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 11px;
}

body.fsize70 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
}

body.fsize70 .bannerContent h1 {
    font-size: 32px;
    line-height: 47px;
}

body.fsize70 .bannerContent h6 {
    font-size: 13px;
    max-width: 424px;
    ;
}

body.fsize70 .banner-menus ul li .media .media-body h5 {
    font-size: 12px;
}

body.fsize70 .section-title h2 {
    font-size: 32px;
}

body.fsize70 .letest-news .card .date {
    font-size: 12px;
}

body.fsize70 .letest-news .card .card-title {
    font-size: 12px;
}

body.fsize70 .benifits .card-title {
    font-size: 13px;
}

body.fsize70 .footer h5 {
    font-size: 13px;
}

body.fsize70 .inner-title h2 {
    font-size: 29px;
}

body.fsize70 .page-body-template .section-title h3 {
    font-size: 19;
}

body.fsize70 .list-group-item a {
    font-size: 14px;
}

body.fsize70 .page-body-template .card-title {
    font-size: 13px;
}

svg.icon:hover {
    color: #FFB800;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}

.box-slider-night {
    position: absolute;
    top: 23%;
    width: 95%;
}

.right-night {
    right: 5% !important;
}

.left-night {
    left: 5% !important;
}




#MainCategorey {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#SubCategorey {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    margin-top:2%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search {
    margin-top: 3%;
}

.recaptcha2 .umbraco-forms-label {
    display: none !important;
}

.primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field-wrapper iframe {
    height: 300px;
    margin-top: 8%;
}

.umbraco-forms-form input.text:focus, .umbraco-forms-form input.title:focus, .umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus {
    outline: 0px;
}


.umbraco-forms-form select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    display: inline-block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.media-body  
{
    padding-left: 4% !important;
}
.media-body  img
{
    transform:rotate(180deg);
    margin-right: .5rem!important;
}
.read-more
{
    text-align:left;
}
.left-right-slider .carousel-indicators {
    right: 15px !important;
    left: auto !important;
    position: absolute !important;
}
.footermenuA {
    justify-content: flex-start;
    display: flex;
    margin-top: 3%;
    padding-right:5%;
    padding-left:0px;
}
.d-inline-flex:last-child {
    margin-left: .25rem !important;
}
.umbraco-forms-indicator {
    color: red;
}

.umbraco-forms-fieldset legend {
    text-decoration: underline;
}
.datepickerfield {
    margin: 0.5em 0;
    border: 1px solid #bbb;
    display: inline-block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.news-content p:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@-moz-document url-prefix() {
    #banner-boxs {
        bottom: 20px !important;
    }

    .sociallinks {
        width: 50%;
    }
}
.media.news-block .media-img {
    width: 250px !important;
    height: 250px !important;
}
.securitydepartment-breif p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page-item:last-child {
    padding-top: 10px;
}

@media screen and (min-width:2560px) {
    #slider-animation2, #slider-animation3 {
        height: 100% !important;
    }

        #slider-animation2 .carousel-item, #slider-animation3 .carousel-item {
            height: 600px !important;
        }
}
.content-body .securitydepartmentcontent {
    min-height: 230px !important;
}
#slider-animation .common-slide {
    height: 81vh !important;
}



.shadow {
    height: 128vh ;
}



.box-slider .left {
    bottom: 25%;
}

.box-slider .right {
    bottom: 25%;
}
.poll-container {
    z-index: 100;
    width: 300px;
    position: fixed;
    bottom: 0;
    margin: 0 10px;
    background-color: rgba(245, 239, 239, 0.9);
}

    .poll-container .poll-answer {
        display: inline-block;
        margin: 0 3px;
    }

    .poll-container .panel-primary {
        border-color: #bc9d82;
    }

        .poll-container .panel-primary > .panel-heading {
            color: #fff;
            background-color: #bc9d82;
            border-color: #bc9d82;
        }

            .poll-container .panel-primary > .panel-heading .close {
                color: #fff;
                opacity: 0.9;
            }

.check-box-list label {
    vertical-align: middle;
    position: relative;
    margin-top: 7px;
    padding-right: 2px;
    font-weight: normal;
}

.check-box-list > li {
    height: 40px
}

.panel-body {
    padding: 4px 0px 0px 11px !important;
}

#rblPollAnswer {
    position: relative;
    right: 15%;
}
.BorderClass {
    border-left: 4px solid #215493;
    padding-right: 10px;
}

.media.news-block .media-body .card-title {
    font-size: 16px;
    color: #000;
}

.media.news-block a {
    font-size: 16px;
    color: #000;
}

.media.news-block h6 {
    font-family: 'Myriad Pro Regular' !important;
}

.media.news-block a:hover {
    color: #215493;
}


.aboutus {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16% !important;
}

.imagecenter {
    margin: auto;
}
.activeDay {
    background-color: orange !important;
    height: 30px;
    color: #fff !important;
    border: 0px;
    padding-top: 4px;
    border-color: #ddd !important;
}



.fc-basic-view .fc-body .fc-row {
    min-height: 2em !important;
    height:0px !important;
}
.fc-time, .fc-title {
    visibility: hidden !important;
}

#calender {
    border: 1px solid orange;
    width: 85%;
    padding: 1%;
    margin: 5% auto !important;
}

.fc-day-grid-container {
    height: 240px !important;
    overflow:hidden !important;

}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number
{
    float:none !important;
}


.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead
.fc {
    direction: rtl !important;
}

.fc-toolbar {
    padding: 10px !important;
    border: 1px solid silver;
}

.fc-prev-button {
    position: absolute !important;
    left: 10%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: none !important;
}

.fc-next-button {
    background-color: transparent;
    border: none;
    position: absolute !important;
    right: 10%;
    box-shadow: none;
    background-image: none !important;
}

.fc-center h2 {
    font-size: 25px;
    padding-top: 10px;
}
.fc-day-header
{
    padding-bottom:10px !important;
}
.fc-event {
    transform: translate(0px, -31px) !important;
    height: 100px !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.latest-news .card-img-top {
    max-height: 200px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.latest-news .card {
    border-radius: 15px;
    border: 2px solid rgba(0,0,0,.125);
    text-align: left;
    min-height: 430px;
}

.latest-news .card-text {
    color: #787878 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-news .card-title {
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-news .news-date {
    font-family: unset;
    margin-bottom: 5px;
}

.latest-news .btn {
    background-color: #fff;
    color: #262626;
    border: 2px solid #ec9223;
    border-radius: 25px;
    width: 120px;
}


#owl-carousel-news .owl-next {
    background-color: transparent !important;
    background-image: url(../images/left.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    width: 18px;
    outline: none;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    left: 5px;
    top: 35.3%;
}


#owl-carousel-news .owl-prev {
    background-color: transparent !important;
    background-image: url(../images/right.png) !important;
    background-repeat: no-repeat;
    height: 17px;
    outline: none;
    width: 18px;
    border: transparent;
    padding: 20px 20px;
    margin-top: 20px;
    position: absolute;
    right: -15px;
    top: 35.3%;
}

.latest-news .btn:hover {
    background-color: #ec9223;
    color: #fff
}

.latest-news .btn:active {
    background-color: #ec9223;
    color: #fff
}


.latest-news .btn:not(:disabled):not(.disabled):active {
    background-color: #ec9223;
    color: #fff;
    border-color: #ec9223;
}


.latest-news .btn:focus {
    background-color: #ec9223;
    color: #fff;
    box-shadow: none;
}
.page-link img{
padding:10px;
}