@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    /*background-image: url('../imag/bg.jpg');*/
    background-color: #f8e1fa;
    font-family: 'Open Sans', sans-serif;
}
.top-head-section{
    position: relative;;
}

.court-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}
.court-row{
    display: flex;
    flex-wrap: wrap;
}
.related-left {
    float: left;
    position: relative;
}
.related-left ul {
    list-style: none;
}
.related-left ul li {
    padding-top: 6px;
    color: #000000;
    float: left;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    height: 36px;
    padding-top: 6px;
    padding-right: 8px;
}
.related-left ul li.nep-title {
    text-align: right;
}
.related-left ul li span {
    display: block;
}
.related-left ul li a {
    color: #535353;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.related-left ul li.nep-ministry {
    padding-left: 8px;
    border-left: 1px solid #eeeeee;
}
.related-right{
    transition: all 0.3s ease-in-out;
    float: right;
}
.clear-fix{
    clear: both;
}
.related-right ul{
    list-style: none;
    margin: 0;
}
.related-right ul li {
    float: left;
    position: relative;
    line-height: 27px;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #eeeeee;
}
.related-right ul li a img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.ico-skip a {
    width: auto;
    height: auto;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
.related-right ul > li > a {
    padding: 5px 25px;
    font-size: 12px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center !important;
    display: block;
    color: #535353;
    text-decoration: none;
}
.ico-site-search a i{
    font-size: 15px;
    font-weight: 600;

}
.ico-site-login a i{
    font-size: 15px;
    font-weight: 600;
}
.search-drop{
    display: flex;
    position: absolute;
    left: 0;
    z-index: 11;
    animation: arrowInOut 500ms ease-in-out;
}

@keyframes arrowInOut {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}
#search-show{
    display: none;
}
.Relement {
    display: flex;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #535353;
    position: relative;
}

.R-wrap {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
}
.r-form {
    border-style: none;
    color: #002f34;
    position: relative;
    height: 100%;
    top: 0;
    width: 250px;
    z-index: 9;
    background-color: initial;
    font-size: 16px;
}

.r-form fieldset {
    right: 0;
    margin: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    border-width: 0;
}

.r-form fieldset>div {
    width: 100%;
    height: 100%;
}

.r-form input[placeholder] {
    left: 0;
    position: absolute;
}

.r-form fieldset>div input {
    border: none;
    height: 100%;
    width: 100%;
    padding: 0 8px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

input:focus {
    outline: none !important;
}

.find-btn {
    min-width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    background-color: #535353;
    position: relative;
}

.find-btn span {
    margin: auto;
}

.find-btn span i {
    color: #fff;
}
.ico-access ul, .ico-social ul {
    position: absolute;
    top: 35px;
    right: 0px;
    z-index: 9;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: #d4d3d3;
    padding: 0px 0px;
}
.access-show{
  animation: arrowInOut 500ms ease-in-out;
}

@keyframes arrowInOut {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}
#social-show{
  animation: arrowInOut 500ms ease-in-out;
}

@keyframes arrowInOut {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}

.ico-access ul li:first-child a {
    margin-top: 0px;
}
.ico-access ul li a {
    color: #000;
    display: inline-block;
    height: auto;
    line-height: 22px;
    width: 100%;
    font-size: 12px;
    text-align: center;

    padding: 6px 0px;
}
.related-right ul li.hover a {
    opacity: 1;
    background: #d9d9d9;
}

sup {
    font-size: 15px;
    line-height: 0;
    position: relative;
    font-weight: normal;
}
.ico-lang{
    display: block;
}
#lang-show{
  animation: arrowInOut 500ms ease-in-out;
}

@keyframes arrowInOut {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}
.ico-lang > a{
    font-weight: 600;
    padding-top: 9px;
    font-size: 12px;
    color: black;
}
.related-right ul li ul li {
    float: none !important;
    text-align: left;
    width: 100%;
    position: relative;
    height: auto;
    padding: 0px 0px;
}
.related-right ul li ul li{
    border-bottom: 1px solid #eeeeee;
}
.related-right ul li ul li:last-child{
    border-bottom: none;
}
.related-right ul li ul {
    position: absolute;
    height: auto;
    top: 37px;
    font-size: 12px;
    left: 0;
    z-index: 9;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: #fff;
}
.related-right ul li ul li a.active{
    background-color: #bbbbbb;
    color: white;
}
.bottom-head-section{
    background: url('../imag/carousel-bg.png') repeat;
    background-color: white;
}
.logo-wrap a{
    display: block;
    text-align: left;
}
.logo-wrap a img{
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.nav-wrapper{
    /* color: #DC143C; */
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    position: relative;
}
.navi-surf{
    float: left;
    width: 100%;
    background-color: #da251d;
    border-top:1px solid white;
    border-bottom:1px solid white;
}
.navi-surf-ul{
    border: none;
    list-style: none;
    text-align: left;
    line-height: 1.0;
    z-index: 99;
    display: block;
    padding: 0;
    margin: 0;
}
.navi-surf ul li {
    position: relative;
    border-left: 1px solid rgba(222, 224, 229, 0.47);
    display: inline-block;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 15px;
}
.navi-surf ul li:last-child {
    border-right: 1px solid rgba(222, 224, 229, 0.47);
}
.navi-surf ul ul{
    background-color: #ffffff;
    box-shadow: 0 2px 0px #03536B;
    margin: 0;
    min-width: 220px;
    position: absolute;
    transition: opacity 0.4s ease-in-out 0s;
}

.navi-surf ul li a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 13px;
    min-width: 1px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.no-link span{
    padding-left: 10px;
    float: right;
}
.no-link span i{
    font-size: 12px;
}

.navi-surf ul ul li{
    width: 100%;
}
.show-me-nav{
    display: none;
    animation: rotateMenu 500ms ease-in-out;
    transform-origin: top center;
;}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg)
  }
  70% {
    transform: rotateX(20deg)
  }
  100% {
    transform: rotateX(0deg)
  }
}

.hover-me:hover > .show-me-nav{
    display: block;
}

.navi-surf ul li li:first-child > a {
    border-left: none;
}
.navi-surf ul ul a {
    border-bottom: 1px solid #dddddd;
    border-right: medium none;
    box-shadow: 0 1px 1px rgb(255 255 255 / 18%) inset;
    color: #001837;
    font-size: 14px;
    height: auto;
    margin: 0;
    text-align: left;
    transition: padding 0.2s ease-in-out 0s;
    width: 100%;
    display: block;
    font-weight: 500;
    position: relative;
    z-index: 9;
}
.navi-surf-sub ul{
    left: 100%;
    top: 0;
    border-top: 0;
}
.carousel-inner::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00000040 50%);
    bottom: 0;
    height: 300px;
    width: 100%;
    content: '';
}
.dot li {
    position: relative;
    display: inline-block;
    background: #fafafa;
    width: 20px!important;
    height: auto!Important;
    vertical-align: bottom;
    transition: all .3s;
    cursor: pointer;
}
.dir{
    z-index: 99;
}
.ns{
    z-index: 999;
}
.dir span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.dir span {
    background: #fff;
    border-radius: 0 28px 28px 0;
    left: 0;
    position: absolute;
    width: 30px;
    height: 35px;
    color: rgba(0, 0, 0, .8);
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.dir span i{
    position: relative;
    bottom: 7px;
}
.ns span:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    transition: all .2s;
}

.ns span {
    background: #fff;
    border-radius: 28px 0 0 28px;
    right: 0;
    position: absolute;
    width: 30px;
    height: 35px;
    color: rgba(0, 0, 0, .8);
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.ns span i{
    position: relative;
    bottom: 7px;
}
.p-content {
    margin: 0 auto;
    max-width: 1280px;
}
.pm-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.caption{
    opacity: 1;
    transform: translateY(-50%);
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 0;
    right: 0;
    text-align: left;
    padding: 15px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.02em;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
}
.caption-inner{
    width: 70%;
}
.caption-title{
    font-stretch: normal;
    line-height: 1;
    text-shadow: 0 2px 4px rgb(0 0 0 / 75%);
    color: #fff;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 3rem;
    letter-spacing: -1.5px;
}
.caption-subtitle{
    font-weight: 150;
    text-shadow: 0 2px 4px rgb(0 0 0 / 75%);
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.5vw;
    line-height: 2.2rem;
    letter-spacing: -0.6px;
}

/* Scroll Shape */

*::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: black;
}
.carousel-wrapper{
    width: 100%;
    float: left;
    position: relative;
}
.carousel-inner img{
    width: 100%;
    height: auto;

}
#caro2{
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

/* HERO WRAPPER */
.hero-wrapper{
    width: 100%;
    float: left;
}
.main-bar{
    box-shadow:0 .5rem 0.5rem rgba(0,0,0, 5%);
}
.about{
    padding: 30px 0;
}
.section_title {
    text-transform: capitalize;
    z-index: 10;
    position: relative;
}
.section_sub_title {
    position: relative;
}
.section_sub_title p {
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 8px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'PT Serif', serif;
    font-size: 20px;
}
.section_sub_title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: calc(50% - 20px);
    top: 133%;
    opacity: 0.5;
    background: #03536B;
}
.section_title h1 {
    padding: 5px 0;
    font-size: 30px;
    font-family: "times-roman";
    text-align: center;
    margin: 0;
}
.button-contest1 {
    background-color: #EE2725;
    border: none;
    width: 250px;
    color: white;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition-duration: 0.4s;
    margin-right: 5px;
    text-align: center;
    border: 3px solid #c5cfd6;
    animation: glowing 1500ms infinite;
}

.content .str-list ul li a {
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    text-decoration: none;

}
.content .str-list ul li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .str-list ul li a i{
    color: #03536B;
}

.strip-list li {
    list-style-type: none;
}
.content h2 {
    color: #004a89;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #03536B ;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.table-box-col{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-bar .heading h1 {
    font-weight: 400;
    font-size: 30px;
}
.main-bar .main-content p {
    font-size: 13px;
    padding: 10px;
    margin: 0;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.main-bar .main-content .about a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.heading h1{
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
}
.about a{
    border: 1px solid white;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}
.about a:hover{
    color: #060930;
    font-weight: 600;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.sec-sidebar{
    position: relative;
}
.content .s-list ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: white;
}
.str-list li {
    list-style-type: none;
}
.per_img img {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100px;
    max-width: 100px;
}
.sec-sidebar .per_info {
    width: calc(100% - 50px);
    padding-left: 10px;
}
.per_info a h5{
    font-size: 18px;
    color: #060930;
    font-weight: 500;
}
.per_info a:hover{
    text-decoration: none;
    list-style: none;
}
.per_info a img{
    width: 80px;
    height: auto;
    padding: 0;
    margin: 0;
}
.imz-block img{
    width: 50px;
    height: 50px;
    margin: 4px 8px;

}
.imz-block-pc{
    width: auto!Important;
}
.imz-block-pc img{
    width: 100px;
    height: 100px;
    margin: 4px;
}
.per_info a p{
    font-size: 12px;
    color: #EE2725;
}

/* Notice Slider Wrapper */
.newscroll-wrapper{
    float: left;
    background: white;
    width: 100%;
}
.news-ticker {
    width: 100%;
    position: relative;
}
.news-ticker-label{
    float: left;
    padding: 10px;
    width: 120px;
    display: flex;
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
    color: white;
    background: #DC143C;
}
.news-ticker-content {
    float: left;
    width: calc(100% - 150px );
}
.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: 40px;
}
.news-ticker-content a {
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #333;
    text-decoration: none!important;
}
span.news-ticker-date {
    padding: 10px;
    color: red;
}
.news-ticker-content a:hover{
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 5%)
}

/* Footer Wrapper */

.link-wrapper{
    padding: 0px 0 0px 0px;
    background-color: #da251d;
    border-top: 1px solid red;
    margin-top: 0!important;
    float: left;
    width: 100%;
    position: relative;
}

.footer {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.bottom_brdr {
    width: 100%;
}

.dark_clr {
    background: #31326f;
    width: 24%;
    float: left;
    height: 11px;
}

.light_clr {
    background: #468be8;
    width: 76%;
    float: left;
    height: 11px;
}

.footer .footer_inr {
    margin: 0 auto;
    padding: 25px 10px;
    display: table;
}

.footer .footer_inr {
    width: 100% !important;
}

.clr {
    clear: both;
}

.brdr1 {
    width: 100%;
    height: 1px;
    background:  white;
}

.ftr_col_4 {
    width: 54%;
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 43px;
}

.ftr_col_4 a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    list-style: none;
    font-weight: 500;
}

.ftr_col_4 a:hover {
    font-size: 14px;
    color: black;
    text-decoration: none;
    list-style: none;
    font-weight: 500;
}

.ftr_col_5 {
    width: 46%;
    float: left;
}

.ftr_col_5 ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.ftr_col_5 ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 4px;
}

.ftr_col_1 {
    width: 20%;
    float: left;
}

.ftr_ttl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 8px;
    border-bottom: white solid 2px;
    letter-spacing: 0.5px;
    padding: 5px 0;


}

.ftr_col_1 ul {
    margin: 6% 0;
    padding: 0 10px;
}

.ftr_col_1 ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 20px;
}

.ftr_col_1 ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.8s ease 0;
}

.ftr_col_2 {
    width: 20%;
    float: left;

}

.ftr_col_inr {
    width: 100%;
    margin: 0 auto;
}

.p_card {
    width: 100%;
    margin: 20px 0px;
    float: left;
}

.p_card img {
    width: 50px;
    height: auto;
}

.v_card {
    background-position: -1px -35px;
}

.m_card {
    background-position: -69px -35px;
}

.social {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.social a i {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    top: 4px;
    left: 4px;
}
.outer_soc {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease 0s;
}
.wob_hori {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
}
.pl_store img {
    width: 114px;
    height: 39px;
    margin: 15px 20px;
}

.footer-top-wrapper {
    text-align: center;
    background: url('../imag/footer-top-bg.jpg') repeat;
}
.footer-top-wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 10px 0px 7px !important;
}
.footer-top-wrapper ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}
.footer-top-wrapper ul li {
    color: #888888;
    float: left;
    list-style: outside none none;
    margin: 0 auto!important;
}
.footer-top-wrapper ul li:first-child:before {
    content: '';
}
.footer-top-wrapper ul li:before {
    content: '|';
}
.footer-top-wrapper ul li a {
    padding: 0px 12px;
    color: #FBFBFB;
}
.footer-wrapper > div {
    float: left;
    width: 100%;
}
.footer-bottom-wrapper {
    background-image: url('../imag/footer-bottom-bg.png');
    background-repeat: repeat;
    background-color: #333;
    padding: 0px 0px;
    color: #b8b8b8;
    position: relative;
    text-align: center;
}
.footer-content {
    display: flex;
    place-content: center;
    padding: 15px 0;

}
.logo-manufact {
    float: left;
    padding: 10px 0 0 0;
    text-align: right;
    width: auto;
}
.footer-bottom-wrapper a {
    color: #fff;
}
.logo-manufact a {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 15px;
    padding-right: 25px;
}
.logo-manufact img{
    width: 80px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.copyright {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding: 5px;
    text-align: left;
}

.footer-bottom-wrapper::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url('../imag/after-bottom-bg.png') repeat;
    z-index: 10;
}
.footer-bottom-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url('../imag/after-bottom-bg.png') repeat;
    z-index: 10;
}
.views-wrap{
    margin: 6% 0!Important;
    padding: 0 10px;
}
.views-wrap tbody tr {
    text-align: center!important;
    color: white;
}
.slider-space{
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.news-wrapper {
    color: #ffffff;
    background-color: #00000040;
    height: auto;
    position: absolute;
    right: 0;
    top: 44px;
    width: 350px;
    padding: 15px 6px;
    z-index: 99;
    overflow: auto;
    display: none;
}
.news-wrapper h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding-left: 8px;
    font-family: 'Open Sans', sans-serif;
}
.news-content {
    float: left;
    width: 100%;
}
.news-content-view > div {
    float: left;
    width: 100%;
}
.views-row{
    display: flex;
    padding: 15px 0;
}
.views-row-pc{
    display: flex;
    padding: 15px 0;
    border-bottom: #fafafa solid 2px;
}
.views-row-pc:hover{
    box-shadow: 0 0px 4px 1px rgb(0 0 0 / 15%);
}
.views-content a{
    text-decoration: none!important;
    color: #03536B!important;
}
.update-date{
    color: #DC143C;
    display: block;
    font-size: 15px;
    font-weight: 400;
    float: right;
    padding: 10px 0;
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.views-row-pc a{
    color: black;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.views-row a {
    color: #dfdfdf!Important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.views-row span {
    color: #DC143C;
    display: block;
    font-size: 10px;
    font-weight: 400;
    float: right;
    padding: 10px 0;
    width: 220px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.views-row span i.fa-level-up{
    transform: rotate(90deg);
    padding: 0 8px;
}
.views-row span.angle-right {
    float: left;
    position: relative;
    padding: 0 5px;
    font-size: 20px;
    font-weight:600;
    font-size: 15px;
    padding: 3px;
}
/* Download Wrapper */

.download-wrapper{
    float: left;
    position: relative;
    width: 100%;
}
.download-box{
    font-size: 15px;
    background: white;
    color: black;
    padding-top: 0;
    height: auto;
    position: relative;
    overflow: visible;

    transition: all 0.3s, linear 0.3s;
}
.download-box a{
    text-decoration: none;
}

.box-link-title {
    color: black;
    font-size: 1.5rem;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


table th{
    border: none!Important;
}
.table-package{
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-size: 10pt;
    min-width: 100%;
}
.table-package tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.015);
}
.table-package tbody tr:hover{
    color: #DC143C;
    cursor: pointer ;
}

.pc-flex{
    display: flex;
}

.download-box-link{
    border-bottom: 1px #ccc solid;
    width: 100%;
    line-height: 0;
    height: 15px;
    margin: 30px auto;
    float: left;
    max-width: initial
}
.box-link-title{
    background: #fafafa;
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}
.table-box-col{
    border-left: 1px solid #dddddd;

}
.table-box-col:last-child{
    border-right: 1px solid #dddddd;
}
.box-image img{
    width: 25px;
    height: auto;
    margin: 0 10px;
}
.box-content{
    padding: 5px 0;
}
.table-box-col > a.download-link{
    width: 100px;
    height: 20px;
    color: #03536B;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
}

.table-box-col > a.download-link i{
    font-weight: 600;
    font-size: 20px;
}

.table td{
    vertical-align: middle;
}
.control-box-wrapper{
    position: relative;
    width: 100%;
    float: left;
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left    : 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    text-decoration: none!important;
    color: #1e212d;
    transition: 0.3s
}


.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 35px;
    color: #fff;
    background-color: red;

}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav-heading {
    font-size: 36px;
    color: #fff;
}
.smallnav {
    display: block;
    position: relative;
    font-size: 25px;
    padding: 5px;
    color: black;

}
.smallnav i{
    background-color: white;
    padding: 10px;
}
/* SideCart*/
.sidecart{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidecart a {
    text-decoration: none;
    color: #1e212d;
    transition: 0.3s
}


.sidecart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: black;

}


@media screen and (max-height: 450px) {
    .sidecart a {
        font-size: 18px;
    }
}

.nav-bar{
    width: 100%;
}
.nav-bar ul{
    list-style: none;
}
.site-nav{

    position: relative;
    margin: 0;
}
.site-menu{
    border-bottom: 1px solid #ebebeb;
}
.site-menu a{
    display: inline-block;
    color: #232323;
    letter-spacing: .05em;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 20px 11px;
    position: static;
}
.icon-dropdown{
    opacity: .4;
    right: 8px;
    width: 20px;
    display: inline-block;
    font-size: 19px;
    position: absolute;
}
/* MOBILE DROPDOWN */
.accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    border-radius: 0px
}


.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: all 0.4s ease
}


.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    transition: all 0.4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link {
    color:black;
}

.accordion li.open i {
    color: black;
}

.accordion li.open i.fa-chevron-down {

    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #444359;
    font-size: 14px
}

.submenu li {
    border-bottom: 1px solid #fafafa;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #ffff!Important;
    padding: 12px;
    padding-left: 42px;
    transition: all 0.25s ease;
    text-decoration: none!important;
}

.sec_nav{
    display: none ;
    margin-top: 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.manu-item{
    list-style-type: none;
    width: 100%!important;
    padding: 0 5px;
    margin: 0!important;
    position: relative;
    border-top: 1px #d2d2d2 solid;
}

.level-top{
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    color: #000;
}

.level-top span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.brbtn{
    border-bottom: 1px #d2d2d2 solid;
}

.backgroun{
    background-color: #fafafa;
    display: none;
}

.plus i{
    color: white!important;
    font-size: 15px;
    top: 0!Important;
    float: right;
    padding-right: 15px;
    position: relative!Important;
}
.control-box-wrapper{
    position: relative;
    width: 100%;
}
.control-holder1{
    height: 95px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background-color: #595b83;
    padding: 15px;
    align-items: center;
    display: flex;
}
.text-deco a{
    text-decoration: none!important;
}
.control-holder2{
    height: 95px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    padding: 15px;
    align-items: center;
    display: flex;
    background-color: #a4b787;
}
.control-holder3{
    height: 95px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    padding: 15px;
    align-items: center;
    display: flex;
    background-color: #845460;
}

.control-holder-object {
    width: 25%;
    padding-right: 10px;
    text-align: center;
}
.control-holder-object i{
    width: 25%;
    font-size: 30px;
    object-fit: cover;
    color: white;
}
.control-holder-object h4 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    position: relative;
    color: white;
}
.panel-heading {
    background-color: #da251d;
    color: #fff;
    border-left: 5px #DC143C solid;
    padding: 10px 0;
}
.panel-heading2 {
    background-color: #da251d;
    color: #fff;
    border-right: 5px #DC143C solid;
    padding: 10px 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title i{
    padding: 0 15px;
}
.pull-right {
    float: right;
}
.pull-right a{
    text-decoration: none!important;
}
.pull-right a small {
    color: #fff;
    clear: both;
}
.paginate-box{
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    position: absolute;
    right: 0;
    margin-right: 10px!Important;
}
.paginate-box > li {
    display: inline;
}
.paginate-box > li:first-child>a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.paginate-box > li > a {
    position: relative;
    float: left;
    border-radius: 0;
    padding: 0!important;
    background: 0 0!important;
    border: none!important;
    line-height: 17px;
    color: #337ab7;
    text-decoration: none;
}
.paginate-box > li > a span{
    padding: 5px;
    color: white;
    border: #DC143C solid 2px;
    font-weight: 500;
    margin: 0 1px;
    font-size: 12px;
}
/* GALlERY LIGHBOX */
.demo-gallery{
    float: left;
    background-color: white;
}
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;

}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    transition: transform 0.15s ease 0s;
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    background-color: #fafafa;
}
.demo-gallery > ul > li a:hover > img {

    transform: scale3d(1.02, 1.02, 1.02);
}

.image_details {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: none;
    visibility: hidden;
    transition: .3s all linear;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.fancy-boxs:hover .image_details{
    display: block;
    visibility: visible;
}
.image_details i {
    color: #fff;
    font-size: 25px;
    z-index: 10;
    font-weight: 500;
    transition: 600ms all linear;
}
.flex-column-wrap{
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.flex-column-wrap:hover{
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.image-folder {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.image-folder img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transform: rotate(-5deg);
    box-shadow: 0 1px 5px #717171;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}
.image-folder .img1 {
    position: absolute;
    transform: rotate(-10deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    object-fit: cover;
}

.flex-column-wrap a{
    text-decoration: none!important;

}
.flex-column-wrap a:hover .image-folder .img1{
    transition: 400ms ease-in-out;
    transform: rotate(0deg);
}
.folder-title h4{
    text-align: center;
    color: #03536B;
    font-size: 20px;
    font-weight: 600;
}
.page-head{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.page-head h5{
    font-size: 25px;
    font-weight: 500;
    color: #03536B;
    font-family: 'PT Serif', serif;
    margin: 0;
    line-height: 25px;
}
.table-box ul{
    list-style: none!important;
}
