@import url(../css/maincolor.css);

 @font-face {
     font-family: HelveticaReq;
     font-display: swap;
     src: url(../fonts/HelveticaNeueMERg_web.woff2) format("woff2"), url(../fonts/HelveticaNeueMERg_web.woff) format("woff"), url(../fonts/HelveticaNeueMERg_web.ttf) format("truetype");
     font-weight: 400;
     font-style: normal;
 }
@font-face {
    font-family: HelveticaBold;
    font-display: swap;
    src: url(../fonts/HelveticaNeueMEBd_web.woff2) format("woff2"), url(../fonts/HelveticaNeueMEBd_web.woff) format("woff"), url(../fonts/HelveticaNeueMEBd_web.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}
*{
    font-family: 'HelveticaReq';
}
html,body{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
body {
    background-attachment: fixed;
    background-color: var(--primary-white-color);
    color: var(--primary-black-color);
    font-family:'HelveticaReq';
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    overflow-x: auto;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    margin: auto;
}

p {
    color: var(--primary-black-color);
    font-size: 15px;
    font-weight: 400;
}

ul,
ol {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: var(--primary-blue-color);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    color: #222a5c;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: var(--primary-green-color) !important;
}

a img {
    border: none;
}

iframe {
    border: none;
}
button{
    background: transparent;
    border: unset;
    outline: unset;
}
::selection {
    background: #1f3668;
    color: var(--primary-white-color) ;
    text-shadow: none;
}

::-moz-selection {
    /* Firefox */
    background: #222222;
    color: var(--primary-white-color) ;
    text-shadow: none;
}

::-webkit-selection {
    /* Safari */
    background: #222222;
    color: var(--primary-white-color) ;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'HelveticaBold';
    line-height: 1.42857;
    color:var(--primary-black-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: var(--primary-blue-color);
    font-weight: 400;
}

h1,
h2,
h3,
h4 .h1,
.h2,
.h3,
.h4 {
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.objec-cover {
    object-fit: cover;
}
.max_w{
    max-width: 100% !important;
}
.text_success {
    color: var(--primary-green-color);
}
/* Background */
.bg_primary_blue{
    background: #003d66;
}
.bg_blue{
    background:#3E4956;
}
.bg_light_gray{
    background: #F8F8F8;
}
.bg_scnd_white{
    background: var(--second-white-color);
}
.bg_blue_canvas{
    background: #001C37;
}
/* End Background */
::-webkit-input-placeholder {
    color: var(--dim-gray-color) !important;
    opacity: 1 !important;
}

body ::-moz-placeholder {
    color: var(--dim-gray-color) !important;
    opacity: 1 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
    background: var(--light-blue-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-blue-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
/* Padding & Margin */
    .py_75x{
        padding-top: 75px;
        padding-bottom: 75px;
    }
/* End Padding & Margin */
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-green-color);
}

/**Header **/
.btn_base {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--primary-green-color);
    height: 50px;
    min-height: 50px;
    text-align: center;
    color: var(--primary-white-color);
    border-radius: 25px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 22px;
    max-width: fit-content;
    white-space: nowrap;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.btn_base:hover{
    background: var(--primary-blue-color);
    color: var(--primary-white-color);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.btn_base:visited,.btn_base:focus{
    color:#FFFFFF !important;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: 10;
}
.top_header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 20px;
 }
.top_header .top_right{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 auto;
    justify-content: end;
    gap: 12px;
    background: transparent;
}
.top_header .top_right .top_social_meadia{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0px 6px;
}
.top_header .top_right .top_social_meadia::after{
    content: " ";
    background: var(--primary-white-color);
    width: 1px;
    height: 39px;
    flex: 1;

}
.top_header .top_right .top_bank {
    order: 1;
}
.top_header .top_right .top_social_meadia a,.top_header .top_right .top_social_meadia button{
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    color: var(--primary-white-color);
    background: transparent;
        border: unset;
}
.top_header .top_right .top_social_meadia a:hover ,.top_header .top_right .top_social_meadia button:hover{
    color: var(--primary-green-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.top_header .top_right .top_actions{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0px 6px;
}
 .top_header .top_right .top_actions a {
     font-size: 18px;
     padding: 0px;
     margin: 0px;
     line-height: 20px;
     color: var(--primary-white-color);
 }
 .top_header .top_right .top_actions a:hover {
     color: var(--primary-green-color);
     transition: 0.2s all ease-in-out;
     -webkit-transition: 0.2s all ease-in-out;
     -moz-transition: 0.2s all ease-in-out;
     -ms-transition: 0.2s all ease-in-out;
     -o-transition: 0.2s all ease-in-out;
}
 .top_header .top_right .top_actions::after {
     content: " ";
     background: var(--primary-white-color);
     width: 1px;
     height: 39px;
     flex: 1;
 }
 /*Search Bar*/
 .top_header .search_bar  {
     background: var(--primary-white-color);
     box-shadow: 6px 6px 80px rgba(0, 0, 0, 0.05);
     border-radius: 10px;
     padding:10px 10px;
     position: absolute;
     top: 24px;
     left: 0px;
     width: fit-content;
     min-width: 300px;
     z-index: 9999;
     display: none;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
    margin: 0px;
 }
 .top_header .btn_search:hover  .search_bar{
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
  .top_header  .input-group,
  .top_header .input-group label {
     display: flex;
     align-items: center;
     justify-content: start;
     width: 100%;
 }

  .top_header  .input-group label span[class*='icon-'] {
     position: absolute;
     right: 0px;
     top: 0px;
     background: transparent;
     font-size: 20px;
     color: var(--primary-black-color);
     border: none;
     border-radius: unset;
     line-height: 42px;
     padding: 0px 8px;
     -webkit-border-radius: unset;
     -moz-border-radius: unset;
     -ms-border-radius: unset;
     -o-border-radius: unset;
 }

  .top_header .input-group .form-control {
     background: #f8f8f8;
     border-radius: 30px;
     padding: 10px 30px;
     border: 1px solid transparent;
     outline: 1px solid transparent;
    box-shadow: -1px 1px 20px #00000045;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
 }
 .search_send{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    line-height: 26px;
    background: #004e84;
    top: 0px;
    left: 0px;
    color: var(--primary-white-color);
    border-radius: 30px 0px 0px 30px;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
}
  .search_send span.send_icon{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
 }
  .search_send:hover{
    background: var(--primary-green-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.search_send span.send_icon::before{
    content: "\e5c4";
}
 /*End Search Bar*/
/* Canvas Menu */
 header .canvas_menu{
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff80;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 20px 0px;
    transition: all 0.5 ease-in;
    -webkit-transition: all 0.5 ease-in;
    -moz-transition: all 0.5 ease-in;
    -ms-transition: all 0.5 ease-in;
    -o-transition: all 0.5 ease-in;
}
  header .canvas_menu .canvas_header{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #DFE2EB; */
  }
header .canvas_menu .canvas_header img{
    margin: auto;
        width: 250px;
        height: auto;
        filter: brightness(20) saturate(66) drop-shadow(0px 0px 12px #00000050);

}
header .canvas_menu .canvas_header h6{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #0067a2;
    margin: 0px;
}
 header .canvas_menu .canvas_list{
    position: relative;
    display: block;
    margin-top: 16px;
 }
  header .canvas_menu .canvas_list h3{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--primary-black-color);
    margin: 0px;
    border-bottom: 1px solid #dfe2eb6e;
    padding-bottom: 14px;
  }
   header .canvas_menu .canvas_list ul{
    position: relative;
    display: block;
    margin: 12px 0px;
    padding: 0px;
    list-style-type: none;
   }
 header .canvas_menu .canvas_link {
     display: block;
     font-size: 16px;
     font-family: 'HelveticaReq';
     line-height: 18px;
     color: var(--primary-black-color);
     padding: 8px 0px;
     border-left: 4px solid transparent;
     transition: 0.2s all ease-in-out;
     white-space: pre-line;
     -webkit-transition: 0.2s all ease-in-out;
     -moz-transition: 0.2s all ease-in-out;
     -ms-transition: 0.2s all ease-in-out;
     -o-transition: 0.2s all ease-in-out;
 }

 header .canvas_menu .canvas_link:hover {
     background: transparent linear-gradient(90deg, #0E61A44D 0%, #D2E4FF00 100%) 0% 0% no-repeat padding-box;
     border-left: 4px solid #0E61A4;
     color: var(--primary-white-color);
     /* border-bottom: 1px solid transparent; */
     transition: 0.1s all ease-in-out;
     -webkit-transition: 0.1s all ease-in-out;
     -moz-transition: 0.1s all ease-in-out;
     -ms-transition: 0.1s all ease-in-out;
     -o-transition: 0.1s all ease-in-out;
 }
 header .canvas_menu .canvas_post{
    display: block;
    position: relative;
        padding: 30px

 }
  header .canvas_menu .canvas_post .canvas_post_head{
    font-size: 40px;
    color: #D2E4FF;
    line-height: 44px;
    font-weight: 600;
    margin: 10px 0px;
    text-align: right;
  }
   header .canvas_menu .canvas_post .canvas_post_dsc {
       font-size: 16px;
       color: #D2E4FF;
       line-height: 24px;
       font-weight: 400;
       margin: 10px 0px;
       text-align: right;
   }
   
  header .canvas_menu .canvas_post img{
    display: block;
    margin:4px  auto;
    object-fit: cover;
    
  }
header .canvas_menu .canvas_post .canvas_post_link{
    font-size: 16px;
    line-height: 24px;
    color: #D2E4FF;
}
header .canvas_menu .canvas_post .canvas_post_link span[class*=icon]{
    display: inline-block;
    transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    -o-transform: rotate(310deg);
}
header .canvas_menu .canvas_post .canvas_post_link:hover{
    color: var(--primary-white-color);
}
   header .canvas_menu  .canvas_close{
    position: absolute;
    top: 8px;
    right: 40px;
    font-size: 26px;
    line-height: 26px;
   }
    header .canvas_menu .canvas_close:hover{
    background: #001C37;
    color: var(--second-white-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/* End Canvas Menu */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.main-header {
    position: relative;
    z-index: 999;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: transparent;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.main-header .navbar-brand{
    visibility: hidden;
}
/* Sticky header */
.main-header.sticking {
    position: fixed;
    top: 0;
    background-color: var(--primary-blue-color) !important;
    box-shadow: 0px 2px 20px rgb(28 52 80 / 33%);
    width: 100%;
    z-index: 999;
        padding: 10px 0px;
}
.main-header.sticking .navbar-brand{
    visibility: visible;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.sticking .logo img {
    display: block;
    width: auto;
    height: 60px;
}
/**************/
.top_header_fixed{
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticking .top_header{
    padding: 0px;
}
.top_header_fixed.sticking .navbar-brand {
    visibility: visible;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.top_header_fixed .logo img {
    display: block;
    width: auto;
    height: 60px;

}
.sticking .top_header .logo img{
        filter: brightness(6);
}
/*********/
header .logo img {
    width: 100%;
    height: 56px;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'HelveticaReq';
}
.navbar-nav .nav-item{
    position: relative;
}
.navbar-nav .nav-link {
    color: var(--primary-white-color);
    font-size: 18px;
    font-family: 'HelveticaReq';
    line-height: 16px;
    padding: 8px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 6px;
    white-space: nowrap;
}
.navbar-nav .nav-link span[class*="icon"]{
    font-size: 22px;
}

.navbar-nav .nav-item .dropdown_menu{
        display: none;
        visibility: hidden;
        position: absolute;
        width: fit-content;
        min-width: 100%;
        top: 32px;
        right: 0px;
        background: var(--primary-white-color);
        backdrop-filter: blur(50px);
        border-radius: 4px;
        box-shadow: 1px 3px 20px #0605058f;
        transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
}
.navbar-nav .nav-item:hover .dropdown_menu {
    display: block;
    visibility: visible;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.navbar-nav .nav-item .dropdown_menu ul{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.navbar-nav .nav-item .dropdown_menu .drop_link {
    display: block;
    font-size: 16px;
    font-family: 'HelveticaReq';
    line-height: 16px;
    color: var(--primary-black-color);
    padding: 14px 12px;
    border-bottom: 1px solid #DFE2EB;
    border-left: 4px solid transparent;
    transition: 0.2s all ease-in-out;
    white-space: nowrap;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.navbar-nav .nav-item .dropdown_menu .drop_link:hover{
    background: transparent linear-gradient(90deg, #0E61A44D 0%, #D2E4FF00 100%) 0% 0% no-repeat padding-box;
    border-left: 4px solid #0E61A4;
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
}
 .navbar-nav .nav-item .dropdown_menu ul li{
    position: relative;
    display: block;
 }
 .navbar-nav .nav-item .dropdown_menu  ul li  .sub_dropdown_menu{
    display: none;
    visibility: hidden;
    position: absolute;
    width: fit-content;
    min-width: 100%;
    top: 0px;
    right: 100%;
    background: var(--primary-white-color);
    backdrop-filter: blur(50px);
    border-radius: 4px;
    box-shadow: -12px 6px 20px #0605058f;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

 .navbar-nav .nav-item .dropdown_menu ul li:hover .sub_dropdown_menu{
    display: block;
        visibility: visible;
        transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;
}
.navbar-nav .nav-link:hover {
    color: var(--primary-green-color);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: var(--primary-yellow-color);
}

.navbar .navbar-right .navbar-nav .nav-item a {
    padding: 12px 4px;

}

.navbar .navbar-right .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-right .navbar-nav .nav-item {
    margin: 8px 0px;
}

.navbar .navbar-right .header-cart span.icon_shop {
    position: relative;
    color: var(--primary-yellow-color);
    font-size: 28px;
    line-height: 28px;
    background-color: var(--primary-white-color);
    border-radius: 50%;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.navbar .navbar-right .header-cart span.icon_badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: var(--primary-red-color);
    color: var(--primary-white-color);
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/*Home Banner*/
.home_banner_overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 51.69%, rgba(0, 0, 0, 0) 123.05%);*/
        background: linear-gradient(45deg, rgb(0 0 0 / 25%) 35.69%, rgb(0 0 0 / 26%) 100%) rgb(0 0 0 / 20%);
    z-index: 0;

}
.home_banner {
    position: relative;
    width: 100%;
    /* background: #000 url(../images/slider/banner_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    margin: 0;

}
.home_banner .banner-carousel.owl-carousel .home_background {
    max-height: calc(100vh - 52px);
    min-height: calc(100vh - 52px);
    width: 100%;
  
    z-index: 5;
        background-size: cover !important;
}

.home_banner .banner-carousel.owl-carousel .home_background .home_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    width: 100%;
    padding:0px;
    gap: 40px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news{
    position: relative;
    text-align: right;
    max-width: 50%;
    flex:1 auto;
    z-index: 10;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news h1{
    font-weight: 800;
    font-size: 30px;
    color: var(--primary-white-color);
    line-height: 38px;
    margin-bottom: 34px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news .news_date{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-white-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 34px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news .news_dsc{
    color: var(--primary-white-color);
    opacity: 0.9;
    font-family: 'HelveticaReq';
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: right;
    margin-bottom: 85px;
    text-overflow: ellipsis;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news .btn_base{
    flex-direction: row-reverse;
    gap: 30px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_news .btn_base span[class*='icon-']{
    background: var(--primary-blue-color);
    padding: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news {
    position: relative;
    max-width: 50%;
    z-index: 10;
}

.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul{
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
        list-style-type: none;

}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li{
    background: rgba(255, 255, 255, 0.2);
    padding: 7px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid transparent;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 12px;
    transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li:hover{
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    padding: 0px;
    margin: 0px;
        transition: all 0.5s ease-in;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;

}

.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li a img{
    width:90px  ;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li a .content_hover{
    position: relative;
    padding: 0px 10px;
    visibility: hidden;
    display: none;
    transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li a .content_hover p{
    color: var(--primary-white-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    white-space: pre-line;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
}
.home_banner .banner-carousel.owl-carousel .home_background .home_content .home_thumb_news ul li a:hover .content_hover{
    visibility: visible;
    display: block;
    transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
}
.banner-carousel .owl-nav button.owl-next,
.banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    display: block;
    top: 44%;
}
.banner-carousel .owl-nav button.owl-next {
    left: 88%;
}
.banner-carousel .owl-nav button.owl-prev {
    right: 88%;
}
.banner-carousel .owl-nav button.owl-next i,
.banner-carousel .owl-nav button.owl-prev i {
    font-size: 40px;
    color: #040615;
    opacity: 0.5;
}
.banner-carousel .owl-nav button.owl-next:hover i,
.banner-carousel .owl-nav button.owl-prev:hover i {
    background: transparent;
    color: #F46119;
    opacity: 1;
}
.banner-carousel .owl-nav button.owl-next:hover,
.banner-carousel .owl-nav button.owl-prev:hover {
    background: none;
}
.banner-carousel .owl-dots button.active span {
    width: 40px;
    /* transition: 0.2s all ease-in-out; */
}
/* End Home Banner  */
/* Breaking News */
.breaking_news{
    padding: 0px 0px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px
}
.breaking_news .news{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        padding: 12px 0px;
}
.breaking_news .news .break_news{
    /*background: var(--primary-blue-color);
    */background: linear-gradient(331deg, #204d84, #f44336, #204d83, #204d83);
    color: var(--primary-white-color);
    margin-bottom:2px;
    padding: 2px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 3px 16px #00000021;
    line-height: 30px;
    font-family: 'HelveticaBold';
    background-size: 400% 400%;
    animation: gradientBG 7s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
    -webkit-animation: gradientBG 7s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.breaking_news .news .break_news:hover{
    background: var(--primary-green-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.breaking_news .news ul{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    /* width: 50%;
    min-width: 50%; */
   text-align: right;
    margin: 0px;
    padding: 0px;
    flex: 1 auto;
    list-style-type: none;

}
.breaking_news .news ul{
    white-space: normal;
        list-style-type: none;
    /* width: 65%; */
    /* padding: 4px 0px;
    animation: movenewsv 10s cubic-bezier(1, 0, .5, 0) infinite;
    -webkit-user-select: none;
    -webkit-animation: movenewsv 10s cubic-bezier(1, 0, .5, 0) infinite; */
}
.breaking_news .news ul li a,.breaking_news .news ul li button{
    font-size: 16px;
     font-family: 'HelveticaReq'; 
    font-weight: 500;
    line-height: 20px;
    color: var(--primary-black-color);
    text-align: justify;
}
.breaking_news .news ul li a:hover ,.breaking_news .news ul li button:hover{
    color: var(--primary-blue-color);
}
.breaking_news .news ul:hover{
    animation-play-state: paused;
}
@keyframes movenewsv1{
    0% {
            margin-top: 0
        }
    
        25% {
            margin-top: -30px
        }
    
        50% {
            margin-top: -60px
        }
    
        75% {
            margin-top: -90px
        }
    
        100% {
            margin-top: 0
        }
}
/* End Breaking News */
/* Sections */
    .sec_heading{
        display: inline-block;
        color: var(--primary-black-color);
        font-size: 23px;
        line-height: 30px !important;
        font-weight: 900;
        font-family: 'HelveticaBold';
        margin-bottom: 14px;
        
    }
    .sec_dsc{
            color: var(--primary-black-color);
            font-size: 14px;
            font-weight: 800;
            font-family: 'HelveticaReq';
            margin-bottom: 14px;
            
        }
/* EndSection */
/* Tabs  */
.nav_tab_pills{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 30px 50px rgba(90, 90, 90, 0.05);
    border-radius: 10px;
    border: 1px solid #7a81942c;
    margin-bottom: 34px;
    margin-top: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.nav_tab_pills .nav-pills{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 0px;
}
.nav_tab_pills .nav-pills .nav-link{
    background: transparent;
    color: var(--primary-black-color);
    opacity: 0.8;
        padding: 20px 30px;
   
}
.nav_tab_pills .nav-pills .nav-link:hover{
    color: var(--primary-blue-color);
    transition: 0.2s all ease-out;
    opacity: 1;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}
.nav_tab_pills .nav-pills .nav-link.active{
    color: var(--primary-black-color);

    opacity: 1;
}
.nav_tab_pills .nav-pills  .nav-link.active::after{
    display: block;
    bottom: 0px;
    position: absolute;
    background: var(--primary-green-color);
    width: 18px;
    height: 2px;
    content: ' ';
}
/* Cards */
.card_item{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.card_item .card_link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    border: 1.5px solid var(--second-white-color);
    border-radius: 8px;
    background: var(--second-white-color);
    padding: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.card_item .card_link:hover{
        background: #F4F9FF;
        border: 1.5px solid var(--primary-blue-color);
        border-radius: 8px;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
.card_item .card_link .card_img img{
    width: 125px;
    height: auto;
    border-radius: 8px;
    background: #6b6b6b;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.card_item .card_link .card_dsc{
    position: relative;
}
.card_item .card_link .card_dsc .card_text{
    color: var(--primary-black-color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
}
.card_item .card_link .card_dsc .card_date{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-black-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}
/* End Tabs */
/* Navigation Vertical */
.navigation_v{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    margin: auto;
    width: 100%;


}
.navigation_v ul{
    display: block;
        padding: 0px;
        margin: 0px 0px 0px auto;
        width: 70%;
            list-style-type: none;
        /* height: calc(70vh + 80px); */
} 
.navigation_v ul li{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        background:transparent;
        width: 100%;
        border-bottom: 1px solid #DFE2EB;
        padding: 30px 20px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
}
.navigation_v ul li .navigation_link{
    position: relative;
    display: block;
    width: 100%;
}


.navigation_v ul li .navigation_link .navigation_heading{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.navigation_v ul li .navigation_link .navigation_heading h3{
    color: #001C37;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.navigation_v ul li .navigation_link .navigation_heading svg path{

    fill: #001C37;
}
.navigation_v ul li .navigation_dsc{
    display: none;
    visibility: hidden;
    padding-right: 46px;
}
.navigation_v ul li .navigation_dsc p {
    margin-bottom: 2px;
    color: #73777F;
    font-size: 16px;
    line-height: 24px;
}
.navigation_v ul li .navigation_dsc p:last-child span{
    color: #001C37;
}
.navigation_v ul li .navigation_dsc p:last-child span[class*=icon] {
            display: inline-block;
            transform: rotate(310deg);
            -webkit-transform: rotate(310deg);
            -moz-transform: rotate(310deg);
            -ms-transform: rotate(310deg);
            -o-transform: rotate(310deg);
}
.navigation_v ul li:hover .navigation_dsc{
    display: block;
    visibility: visible;
}
.navigation_v ul li:hover {
    background: var(--primary-white-color);
    box-shadow: 0px 40px 32px #0000000D;
}
.navigation_v ul li:hover .navigation_link .navigation_heading h3{
    color:#0E61A4;
}
.navigation_v ul li:hover .navigation_link .navigation_heading svg path {
    fill: #0E61A4;
}
.navigation_v ul li .navigation_dsc p:last-child:hover span[class*=icon]{
    transition: 0.2s all ease-in;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.navigation_img{
    background: transparent radial-gradient(farthest-side at 13% 0%, #C3F18D, #BCEBEE)0% 0% no-repeat padding-box;
    padding: 36px;
        margin-top: 70px;
}
.navigation_img img{
    display: block;
    margin: 0px auto;
    width: 100%;
    height: auto;
    box-shadow:-1px -1px 32px #0000006b;
    border-radius: 12px;
    /*max-height: 500px;
    object-fit: cover;
    */-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
}
/* End Navigitaion Vertical */
/* Monasara */
/* Post */
.post_des_1{
    position: relative;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.2s all ease-in;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.post_des_1 .psot_image img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    min-height: 350px;
    max-height: 350px;
}
.post_des_1 .post_body{
    margin-top: 23px;
}
.post_des_1 .post_body .post_publish{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
.post_des_1 .post_body .post_publish .post_date::after{
    content: ' ';
        display: block;
        width: 1px;
        background: #000;
        height: 15px;
}
.post_des_1 .post_body .post_publish .post_date,.post_des_1 .post_body .post_publish .post_views{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-black-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}
.post_des_1 .post_body .post_link{
    display: flex;
    align-items: center;
    justify-content: start;
}
.post_des_1 .post_body .post_link a{
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 0px;
    margin: 0px;
    gap: 12px;
    width: 100%;
}
.post_des_1 .post_body .post_link a h1{
   font-size: 16px;
    flex: 1 auto;
   line-height: 20px;
   text-align: justify;
   color: var(--primary-black-color);
   text-overflow: ellipsis; 
}
.post_des_1 .post_body .post_link .post_short_title{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: var(--primary-black-color);
    text-overflow: ellipsis;
    margin-top: 6px;
    margin-bottom: 2px;
}
.post_des_1 .post_body .post_link span[class*='icon-']{
    padding: 8px;
    font-size: 18px;
    background: var(--primary-green-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.post_des_1:hover {
    /*padding: 8px;
    */border: 1px solid var(--primary-black-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.post_des_1:hover .psot_image img{
     transition: 0.2s all ease-in;
     border-radius: 15px;
     -webkit-transition: 0.2s all ease-in;
     -moz-transition: 0.2s all ease-in;
     -ms-transition: 0.2s all ease-in;
     -o-transition: 0.2s all ease-in;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     -ms-border-radius: 15px;
     -o-border-radius: 15px;
}
.post_des_1:hover .psot_image,.post_des_1:hover .post_body{
        transform: scale3d(0.92, 0.92, 0.92);
        transition: 0.2s all ease-in;
        -webkit-transform: scale3d(0.92, 0.92, 0.92);
        -moz-transform: scale3d(0.92, 0.92, 0.92);
        -ms-transform: scale3d(0.92, 0.92, 0.92);
        -o-transform: scale3d(0.92, 0.92, 0.92);
}
.post_des_1:hover .post_body .post_link span[class*='icon-']{
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/* Justis */
.sec_justis{
    background: #3E4956;
    color: var(--primary-white-color);
}
.sec_justis .sec_heading{
    color: var(--primary-white-color);
}
.sec_justis .sec_dsc{
    color: var(--primary-white-color);
}
.nav_tab_pills_justis{
    display: flex;
    align-items: start;
    justify-content: end;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.nav_tab_pills_justis .nav-pills{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    width: fit-content;
    white-space: nowrap;
}
.nav_tab_pills_justis .nav-pills .nav-link{
    background: var(--second-white-color);
    border-radius: 20px;
    color: var(--primary-black-color);
    font-size: 14px;
    font-family: 'HelveticaReq';
    font-weight: 500;
    white-space: nowrap;
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.nav_tab_pills_justis .nav-pills .nav-link.active{
    background: var(--primary-green-color);
    color: var(--primary-white-color);
}
.nav_tab_pills_justis .nav-pills .nav-link:hover{
    background: var(--primary-green-color);
    color: var(--primary-white-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.main_card{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}
.main_card .main_card_img{
    position: relative;
    display: block;
}
.main_card .main_card_img img{
    width: 100%;
    height: auto;
    max-height: 370px;
    margin: auto;
    border-radius: 8px;
    background: #6b6b6b;
    object-fit: cover;
        object-position: center top;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.main_card .main_card_img::after{
    content: ' ';
    display: block;
    background: linear-gradient(356.34deg, rgba(4, 5, 5, 0.5) 22.53%, rgba(4, 5, 5, 0) 48.26%);
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.main_card .main_card_body{
    position: relative;
    margin-top: 10px;
}
.main_card .main_card_body .main_card_date{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-white-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}
.main_card .main_card_body .head_link{
    text-align: right;
}
.main_card .main_card_body .head_link .main_card_heading{
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.main_card .main_card_body .main_card_dsc{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    font-family: 'HelveticaReq';
    text-align: justify;
}
.main_card .main_card_body .main_card_link{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    
}
.main_card .main_card_body .main_card_link a{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}
.main_card .main_card_body .main_card_link a p{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: right;
    color: var(--primary-white-color);
    font-weight: 'HelveticaBold';
    text-decoration: underline;
    margin-bottom: 0px;
}
.main_card .main_card_body .main_card_link a span[class*='icon-'] {
    padding: 8px;
    font-size: 18px;
    background: var(--primary-green-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.main_card .main_card_body .main_card_link a:hover span[class*='icon-'] {
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.list_card_justs{
    display: block;
    position: relative;
    margin-bottom: 12px;
}
.list_card_justs ul{
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
}
.list_card_justs ul .card_item_justis {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 2px;
}
.list_card_justs ul .card_item_justis .card_justis_image{
    position: relative;
    display: block;
    flex: 1 auto;
    max-width: 205px;
    /* Nasser */
}
.list_card_justs ul .card_item_justis .card_justis_image img{
    opacity: 0.8;
    border: 1px solid #ffffff0a;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 8px;
    background: #6b6b6b;
    object-fit: cover;
    min-width: 170px;
    min-height: 155px;
    max-width: 170px;
    max-height: 155px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.list_card_justs ul .card_item_justis .card_justis_body{
    padding: 0px 16px 0px 0px ;
    border-bottom: 1.5px solid rgba(158, 163, 174, 0.1);
}
.list_card_justs ul .card_item_justis .card_justis_body .date{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-white-color);
    font-family: 'HelveticaReq';
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 4px;
}
.list_card_justs ul .card_item_justis .card_justis_body .heading{
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.list_card_justs ul .card_item_justis .card_justis_body .dsc{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    font-family: 'HelveticaReq';
    margin-bottom: 0px;
    text-align: justify;
}
.list_card_justs ul .card_item_justis .card_justis_body .link {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
}

.list_card_justs ul .card_item_justis .card_justis_body .link a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.list_card_justs ul .card_item_justis .card_justis_body .link a p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: right;
    color: var(--primary-white-color);
    font-weight: 'HelveticaBold';
    text-decoration: underline;
    margin-bottom: 0px;
}

.list_card_justs ul .card_item_justis .card_justis_body .link a span[class*='icon-'] {
    padding: 8px;
    font-size: 16px;
    background: var(--primary-green-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.list_card_justs ul .card_item_justis .card_justis_body .link a:hover span[class*='icon-'] {
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.card_item_justis.group_hover:hover .card_justis_image img{
    opacity: 1;
    border: 1px solid #fff;
    box-shadow: 0px 1px 16px #ffffff36;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/* .list_card_justs ul .card_item_justis .card_justis_image img:last-child{
    display: none;
    visibility: hidden;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.card_item_justis.group_hover:hover .card_justis_image img:last-child{
    display: inline-block;
    visibility: visible;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.card_item_justis.group_hover:hover .card_justis_image img:first-child{
    display: none;
    visibility: hidden;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
} */
/* End Justis */
/* Section Subjects */
.nav_pills_vertical{
    gap: 12px ;
}
.nav_pills_vertical .nav-link{
        font-size: 14px;
        font-weight: 300;
        font-family: 'HelveticaReq';
        line-height: 22px;
        color: var(--primary-black-color);
        text-align: right;
        padding: 10px 20px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
}
.nav_pills_vertical .nav-link.active{
    background: var(--primary-green-color);
    color: var(--primary-white-color);
    box-shadow: 0px 30px 50px rgba(90, 90, 90, 0.05);
    font-weight: 600;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.nav_pills_vertical .nav-link:hover{
    background: var(--primary-green-color);
    box-shadow: 0px 30px 50px rgba(90, 90, 90, 0.05);
    font-weight: 600;
    transition: 0.2s all ease-in;
    color: var(--primary-white-color);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.nav_pills_vertical .owl-nav{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: -20px;
    left: 0px;
}
.nav_pills_vertical  .owl-nav button.owl-next,.nav_pills_vertical .owl-nav button.owl-prev{
background: var(--primary-blue-color);
    color: var(--primary-white-color);
    font-size: 15px;
    line-height: 16px;
    padding: 4px 6px !important;
    border-radius: 4px;
    box-shadow: var(--box-shadow-light);
}


/* Post Desing 2 */
/* Post */
.post_des_2 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.2s all ease-in;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.post_des_2 .psot_image{
    position: relative;
}

.post_des_2 .psot_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
    max-height: 350px;
    min-height: 350px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.post_des_2 .psot_image .post_date {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d9eaff;
        bottom: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        margin: 0px;
        text-align: center;
        padding: 4px;
        font-size: 14px;
        line-height: 16px;
        color: var(--primary-black-color);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
.post_des_2 .post_body {
    margin-top: 23px;
}
.post_des_2 .post_body .post_link {
    display: flex;
    align-items: center;
    justify-content: start;
}

.post_des_2 .post_body .post_link a {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 0px;
    margin: 0px;
    gap: 8px;
}

.post_des_2 .post_body .post_link a h1 {
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-align: right;
    color: var(--primary-black-color);
    text-overflow: ellipsis;
    margin-bottom: 2px;
    text-align: justify;
}

.post_des_2 .post_body .post_link span[class*='icon-'] {
    padding: 8px;
    font-size: 18px;
    background: var(--primary-green-color);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.post_des_2 .post_body .post_dsc{
    color: var(--primary-black-color);
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    opacity: 0.7;
    font-weight: 300;
}
.post_des_2:hover {
    /*padding: 8px;
    */border: 1px solid var(--primary-black-color);
    transform: scale3d(0.94, 0.94, 1);
    transition: 0.2s all ease-in;
    -webkit-transform: scale3d(0.94, 0.94, 1);
    -moz-transform: scale3d(0.94, 0.94, 1);
    -ms-transform: scale3d(0.94, 0.94, 1);
    -o-transform: scale3d(0.94, 0.94, 1);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}

.post_des_2:hover .psot_image,
.post_des_2:hover .post_body {
    transform: scale3d(0.94, 0.94, 1);
    transition: 0.2s all ease-in;
    -webkit-transform: scale3d(0.94, 0.94, 1);
    -moz-transform: scale3d(0.94, 0.94, 1);
    -ms-transform: scale3d(0.94, 0.94, 1);
    -o-transform: scale3d(0.94, 0.94, 1);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}

.post_des_2:hover .psot_image img {
    transition: 0.2s all ease-in;
    border-radius: 15px;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.post_des_2:hover .psot_image .post_date{
    background: var(--primary-blue-color);
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.post_des_2:hover .post_body .post_link span[class*='icon-'] {
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/* End Section Subjects */
/* Report Section */
.sec_report{
    background: #3E4956;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-top-right-radius: 150px;
}
.sec_report::after {
    content: ' ';
    position: absolute;
    display: block;
    background: url(../images/shape01.png);
    background-size: cover;
    width: 306px;
    height: 279px;
    bottom: -279px;
    right: 0px;
    z-index: 1;
}
.rep_content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}

 .rep_image{
    display: block;
    position: relative;
    margin-bottom: 10px;
} .rep_image img{
    min-height: 390px;
    border-radius: 20px;
    width: 100%;
    margin: auto;
    display: block;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.rep_content .rep_date{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-white-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;

}
.rep_content .rep_heading{
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    margin-bottom: 6px;
}
.rep_content .rep_dsc {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    color: var(--primary-white-color);
    text-overflow: ellipsis;
    font-family: 'HelveticaReq';
    margin-bottom: 0px;
}
.rep_content a.btn_base{
    margin-top: 20px;
    flex-direction: row-reverse;
    gap: 30px;
}
.rep_content a.btn_base span[class*='icon-']{
    background: var(--primary-blue-color);
    padding: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
 .report_main_video {
     position: relative;
     border: 8px solid var(--blue-color-light);
     border-radius: 30px;
     box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     -ms-border-radius: 30px;
     -o-border-radius: 30px;
}


 .report_main_video iframe {
     border-radius: 20px;
     height: 90%;
     width: 100%;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
}
  .report_sec_video {
      margin-bottom: 20px;
      position: relative;
      border: 8px solid var(--blue-color-light);
      border-radius: 30px;
      box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
}

  .report_sec_video iframe {
      border-radius: 20px;
      height: 200px;
      width: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
}
/* End Report Section */
/* Section Media */
.sec_media {
    background: var(--primary-white-color);
    color: var(--primary-white-color);
}

.nav_tab_pills_media {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.nav_tab_pills_media .nav-pills {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    width: fit-content;
    white-space: nowrap;
}
.nav_tab_pills_media .nav-pills .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
}
.nav_tab_pills_media .nav-pills .nav-link {
    background: var(--second-white-color);
    border-radius: 20px;
    color: var(--primary-black-color);
    font-size: 14px;
    font-family: 'HelveticaReq';
    font-weight: 500;
    white-space: nowrap;
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.nav_tab_pills_media .nav-pills .nav-link.active {
    background: var(--light-blue-color);
    color: var(--primary-black-color);
}

.nav_tab_pills_media .nav-pills .nav-link:hover {
    background: var(--light-blue-color);
    color: var(--primary-black-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
/*  Statistics  */
.sec_statistics{
    position: relative;
    display: block;
}
.sec_statistics{
    /* background:linear-gradient(180deg, #001c378c 0%, #002022fc 70%),url(../images/statics-1.jpg);
    background-position: center center;
    background-size: cover; */
    border-bottom-left-radius: 140px;
}
.sec_statistics .sec_heading{
    color: var(--second-white-color);
}
.sec_statistics .sec_dsc{
    color: var(--second-white-color);
}
.sec_statistics .stcs_box{
    cursor: pointer;
}
.sec_statistics .stcs_box{
    margin-bottom: 12PX;
    position: relative;
    display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: center;
        gap: 10px;
    padding: 20px 14px;
    background: #001C3700 0% 0% no-repeat  padding-box;
    background-size: cover;
    opacity: 1;
    backdrop-filter: blur(40px) brightness(0.85);
    -webkit-backdrop-filter:blur(40px) brightness(0.85);
    min-height: calc(100% - 12px);
    z-index: 5;
    
}
.sec_statistics .stcs_box .stcs_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    flex: 1;
    top: 0;
    left: 0;
    /*background: radial-gradient(at 80% 20%, #c2f18d82 0%, #0e60a47c 100%);
    */z-index: -1;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.sec_statistics .stcs_box .stcs_heading{
    font-size: 28px;
    line-height: 36px;
}
.sec_statistics .stcs_box .stcs_number , .sec_statistics .stcs_box .stcs_heading,.sec_statistics .stcs_box .stcs_dsc{
    color: var(--primary-white-color);
}
.sec_statistics .stcs_box .stcs_number span{
    font-family: 'HelveticaBold';
    font-weight: bold;
    font-size: 40px;
        line-height: 28px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.sec_statistics .stcs_box:hover .stcs_overlay{
    visibility: visible;
    display: block;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.sec_statistics .stcs_box:hover .stcs_number span,
.sec_statistics .stcs_box:hover .stcs_heading,
.sec_statistics .stcs_box:hover .stcs_dsc{
    color: var(--primary-black-color);
    transition: 0.2s all ease-in;
    -webkit-text-stroke: unset;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.sec_statistics .stcs_box .stcs_video{
    position: absolute;
    /* width: 100%;
    height: 100%; */
    display: block;
    flex: 1;
    top: 0;
    left: 0;
    background-size: cover;
    visibility: hidden;
    display: none;
    z-index: -1;
    /* object-fit: cover; */
    background-image: radial-gradient(at 80% 20%, #c2f18da6 0%, #0e60a4 100%);
}
.sec_statistics .stcs_box:hover .stcs_video , .sec_statistics .stcs_box:hover .vid_overlay{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        visibility: visible;
        width: calc(200% + 24px);
        height: 100%;
        max-height: 273px;
        top: 0px;
        left: 0px;
        object-fit: cover;
        transition: 0.2s all ease-in-out;
        -webkit-transition: 0.2s all ease-in-out;
        -moz-transition: 0.2s all ease-in-out;
        -ms-transition: 0.2s all ease-in-out;
        -o-transition: 0.2s all ease-in-out;

}
.sec_statistics .stcs_video:hover  .stcs_number,.sec_statistics .stcs_video:hover .stcs_heading ,.sec_statistics .stcs_video:hover .stcs_dsc{
  /* display: none; */
  visibility: hidden;
}

.sec_statistics .stcs_video:hover .vid_overlay .stcs_number,
.sec_statistics .stcs_video:hover .vid_overlay .stcs_heading,
.sec_statistics .stcs_video:hover .vid_overlay .stcs_dsc{
    visibility: visible;
    color: var(--primary-white-color) ;
}
.sec_statistics .stcs_box  .vid_overlay{
    visibility: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    content: ' ';
    width: 545px;
    height: 100%;
    max-height: 273px;
    background: radial-gradient(at 80% 20%, #c2f18da6 0%, #0e60a4 100%);
    flex: 1;
    display: block;
    z-index: 1;
}
.sec_statistics .stcs_box .stcs_dsc a{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 6px;
    color: var(--primary-white-color);
    width: 100%;
}
.sec_statistics .stcs_box:hover .stcs_dsc a{
    color: var(--primary-black-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
.sec_statistics .stcs_box .stcs_dsc a span {
    transform: rotate(310deg);
    font-size: 22px;
    transition: 0.2s all ease-in;
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    -o-transform: rotate(310deg);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.sec_statistics .stcs_box:hover .stcs_dsc a span{
    transition: 0.2s all ease-in;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/*  End Statistics  */
/* Media Slider */
/*  */
.media_slider .item {
    opacity: 0.2;
    transition: .4s ease all;
    margin: 0 auto;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

@media(max-width:1000px) {
    .media_slider .item {
        margin: 0;
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
}
}

.media_slider .active .item {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}


.media_slider .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(50) scale(1.0, 1.0);
}
.media_slider.owl-carousel.owl-rtl .owl-item {
    transform: translate3d(100%, 0px, 30px);
    -webkit-transform: translate3d(100%, 0px, 30px);
    -moz-transform: translate3d(100%, 0px, 30px);
    -ms-transform: translate3d(100%, 0px, 30px);
    -o-transform: translate3d(100%, 0px, 30px);
}
/*  */

.media_slider iframe{
    display: block;
    position: relative;
    margin: auto;
    width: 750px;
        height: 425px;
    box-shadow: 0 0 32px rgb(255 255 255 / 14%);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.media_slider .owl-nav{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    top: 50%;
    right: 0px;
    padding: 0px 40px;
    z-index: 9999999999;
}
.media_slider .owl-nav button.owl-next {
    position: absolute;
    left: 15.8%;
}

.media_slider .owl-nav button.owl-prev {
    position: absolute;
    right: 15.8%;
}
.media_slider .owl-nav button.owl-next,
.media_slider .owl-nav button.owl-prev{
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-white-color);
    display: block;
}
.media_slider .owl-dots .owl-dot span{
    background: var(--second-white-color);
    opacity: 0.3;
}
.media_slider .owl-dots .owl-dot.active span,
.media_slider .owl-dots .owl-dot:hover span{
    background: var(--primary-white-color);
    opacity: 1;
}
.media_slider .owl-nav [class*=icon] {
    padding: 12px 26px;
    display: block;
}
.media_slider .owl-dots {
    margin-top: 12px;
}
.media_slider .video_heading{
    color: #FCFDF6;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        margin-top: 16px;
}
.media_slider .video_dsc{
        color: #DFE2EB;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0px;
}
/* Footer */
footer{
    background: var(--primary-blue-color);
    margin-top: 160px;
    color: var(--primary-white-color);
}
footer .foot_heading{
    color: var(--primary-white-color);
    font-size: 21px;
    line-height: 33px;
    font-weight: 'HelveticaReq';
    font-weight: 500;
    text-align: right;
    margin-bottom: 30px;
}
footer::after{
    content: ' ';
    position: absolute;
    display: block;
    background: url(../images/shape-footer.png);
    background-size: cover;
    width: 316px;
    height: 288px;
    top: -287px;
    left: 0px;
    z-index: 1;
}
footer .foot_social_media{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 20px;
}
footer .foot_social_media a{
    color: var(--second-white-color);
    font-size: 20px;

}
footer .foot_social_media a:hover{
    color: var(--primary-green-color);
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}
footer .foot_aboutus{
    color: var(--primary-white-color);
    font-size: 16px;
    text-align: right;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: justify;
}
footer .foot_contantus{
    position: relative;
    display: block;
}
footer .foot_contantus ul{
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
        list-style-type: none;
}
footer .foot_contantus ul li a{
    color: var(--primary-white-color);
    font-size: 16px;
    font-weight: 800;
    font-family: 'HelveticaBold';
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

}
footer .foot_contantus ul li a span[class*='icon-'] {
    width: 31px;
    height: 31px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    background: var(--primary-green-color);
    border-radius: 50%;
    color: var(--primary-white-color);
    transition: 0.2s all ease-in;
    line-height: 31px;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
footer .foot_contantus ul li a:hover{
    color: var(--primary-green-color);
        transition: 0.2s all ease-in;
}
footer .copyright p {
    color: var(--primary-white-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin-top: 0px;
}
footer .newsletters label  label.error{
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -15px;
    right:  30px;
}
footer .list_link{
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    text-align: right;
    gap: 40px;

}
footer .list_link ul{
    position: relative;
    margin: 0px;
    padding: 0px;
        list-style-type: none;
}

footer .list_link ul li a{
    color: var(--second-white-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 36px !important;

}
footer .list_link ul li a:hover{
    color: var(--primary-green-color);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}
footer .form_subscribr{
    background: var(--primary-white-color);
    box-shadow: 6px 6px 80px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
footer .form_subscribr .form_heading{
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: var(--primary-black-color);
}
footer .form_subscribr .form_sub_head{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    color: var(--primary-black-color);
    
}
footer .form_subscribr .input-group,footer .form_subscribr .input-group label{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

footer .form_subscribr .input-group label span[class*='icon-']{
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: var(--primary-black-color);
    border: none;
    border-radius: unset;
    line-height: 42px;
    padding: 0px 8px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}
footer .form_subscribr .input-group .form-control{
    background: #f8f8f8;
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid transparent;
    outline: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
footer .form_subscribr .btn-group{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    gap:2px ;
}
footer .form_subscribr .btn-group .text{
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    text-align: right;
    flex: 1 auto;
    color: var(--primary-black-color);
    margin-bottom: 0px;
    white-space: nowrap;
}
footer .form_subscribr .btn-group label.btn{
    background: var(--second-white-color);
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-black-color);
    border: 0px;
    outline: unset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
footer .form_subscribr .btn-group .btn-check:checked+.btn{
    background: #D9EAFF;
    border: 0px;
    outline: unset;
}
footer .form_subscribr .btn_send{
    margin-top: 17px;
    display: block;
    background: var(--primary-green-color);
    color: var(--primary-white-color);
    border-radius: 38px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    font-weight: 800;
    box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}
footer .form_subscribr .btn_send:hover{
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/* End Footer */
/* Inner Post */
.breadcrumb{
    margin: 20px 0px;
}
.breadcrumb{
    --bs-breadcrumb-item-padding-x:  0.25rem;
}
.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 16px;
}
.breadcrumb .breadcrumb-item.active{
    font-size: 14px;
    line-height: 16px;
}
.post_inner{
    position: relative;
    display: block;
       height:fit-content;
}
.post_inner .post_inner_content{
    width: 100%;
    display: block;
    position: relative;
}
.post_inner .post_inner_content .post_inner_cat_name{
    margin: 0px 0px 8px 0px ;
    text-align: right;
    background: var(--second-blue-color);
    display: inline-block;
    color: var(--primary-white-color);
    padding: 4px 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.post_inner .post_inner_content .post_inner_heading{
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin: 16px 0px;
    text-align: right;
}
.post_inner .post_inner_content .post_inner_date{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
    line-height: 14px;
    color: var(--dim-gray-color);
}
.post_inner .post_inner_content .post_inner_share{
    position: relative;
    margin: 16px 0px;
    display: block;
}
.post_inner .post_inner_content .post_inner_share ul{
    display: flex;
    padding: 0px;
    margin: 0px;
    align-items: baseline;
    justify-content: start;
    gap: 8px;
        list-style-type: none;
}
.post_inner .post_inner_content .post_inner_share ul p{
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}
.post_inner .post_inner_content .post_inner_share ul li a {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    color: var(--primary-white-color);
    border-radius:6px ;
    -webkit-border-radius:6px ;
    -moz-border-radius:6px ;
    -ms-border-radius:6px ;
    -o-border-radius:6px ;
    opacity: 0.9;
}
.bg_facebook{
    background: #4567af;
}
.bg_twitter{
background: #23c5f7;
}
.bg_whatsapp{
background: #6ec459;
}
.bg_email{

background: #0382e9;
}
.post_inner .post_inner_content .post_inner_share ul li a:hover{
    opacity: 1;
}
.post_inner .post_inner_content .post_inner_image{
    display: block;
    position: relative;
    margin: 4% 0px;
}
.post_inner .post_inner_content .post_inner_image img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    max-height: 450px;
    object-fit: contain;
}
.post_inner .post_inner_content .post_inner_dsc{
    display: block;
    position: relative;
    width: 100% !important;
    margin: 20px 0px;
}
.post_inner .post_inner_content .post_inner_dsc ul,.post_inner .post_inner_content .post_inner_dsc ol{
    margin: 26px 10px;
    padding: 0px 40px 0px 0px;
        width: 100% !important;
        font-family: 'HelveticaReq' !important;
       /*list-style-type: revert !important;*/
}
.post_inner .post_inner_content .post_inner_dsc p ,.post_inner .post_inner_content .post_inner_dsc li{
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-black-color);
    opacity: 0.9;
    text-align: justify;
    margin:10px 0px 20px 0px;
        width: 100% !important;
        font-family: 'HelveticaReq' !important;
}
.post_inner .post_inner_content .post_inner_dsc p span{
    font-family: 'HelveticaReq' !important;
}
.post_inner .side_content{
    display: block;
    position: relative;
    width: 100%;
    margin: 40px 0px;
}
.post_inner .side_content .side_content_head{
    display: block;
    position: relative;
    margin: 0px;
}
.post_inner .side_content .side_content_head::after {
    background: var(--primary-green-color);
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    flex: 1;
    content: ' ';
    bottom: -6px;
    right: 0px;
}
.post_inner .side_content .side_content_head span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
    padding: 6px 8px 6px 40px;
    background: var(--primary-green-color);
    color: var(--primary-white-color);
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
}

.post_inner .side_content ul{
    position: relative;
    display: block;
    margin: 20px 0px;
        z-index: 3;
            list-style-type: none;
}
.post_inner .side_content ul li{
    width: 100%;
    display: block;
    margin-bottom: 12px;
    position: relative;
}

.post_inner .side_content ul.tag_post li {
        display: inline-block;
            width: fit-content;
        margin:0px 0px 6px 4px;
}
.post_inner .side_content ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.post_inner .side_content ul.tag_post li a{
    gap: 2px;
    margin: 0px;
    text-align: right;
    background: var(--second-blue-color);
    display: inline-block;
    color: var(--primary-white-color);
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.post_inner .side_content ul.tag_post li a:hover{
    background: var(--primary-green-color);

}
.post_inner .side_content ul li a img{
    width: 90px;
    max-width: 90px;
    object-fit: cover;
    height: auto;
    margin: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.post_inner .side_content ul li a p{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 6px;
}
.post_inner .side_content ul li a p .short_head{
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: right;
    color: #001C37;
    flex: 1 auto;
    
}
.post_inner .side_content ul li a p .short_dsc{
    font-size: 14px;
    line-height: 16px;
    color: #73777F
}
.post_inner .side_content ul li a:hover {
    background: var(--primary-white-color);
    box-shadow: 0px 40px 32px #0000000D;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.post_inner_slider .owl-nav button.owl-next,
.post_inner_slider .owl-nav button.owl-prev {
    position: absolute;
    display: block;
    top: 44%;
}

.post_inner_slider .owl-nav button.owl-next {
    left: 2%;
}

.post_inner_slider .owl-nav button.owl-prev {
    right: 2%;
}

.post_inner_slider .owl-nav button.owl-next i,
.post_inner_slider .owl-nav button.owl-prev i {
    font-size: 32px;
    color: #040615;
    opacity: 0.5;
}

.post_inner_slider .owl-nav button.owl-next:hover i,
.post_inner_slider .owl-nav button.owl-prev:hover i {
    background: transparent;
    color: var(--primary-white-color);
    opacity: 1;
}

.post_inner_slider .owl-nav button.owl-next:hover,
.post_inner_slider .owl-nav button.owl-prev:hover {
    background: none;
}

.post_inner_slider .owl-dots button.active span {
    width: 40px;
    /* transition: 0.2s all ease-in-out; */
}
.post_inner_slider.owl-theme .owl-dots .owl-dot span {
    background: var(--primary-blue-color);
    opacity: 0.4;
}
.post_inner_slider.owl-theme .owl-dots .owl-dot.active span,
.post_inner_slider.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--primary-blue-color);
    opacity: 1;
}
.post_inner_slider.owl-carousel .owl-item img {
    min-height: 500px;
    object-fit: cover;
    max-height: 500px;
    object-position: left bottom;
}
.page-link{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}
.active>.page-link,
.page-link.active{
    background-color: var(--primary-blue-color);
    border-color: var(--primary-blue-color);
}
.page-link:hover{
    background-color: var(--primary-blue-color);
    border-color: var(--primary-blue-color);
    color: var(--primary-white-color);
}
/* End Inner Post */
/*  */
/*  Page Inner */
.page_in_content{
    position: relative;
    display: block;
    padding: 20px 0px;

}
.page_in_content .page_text{
        padding: 40px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        box-shadow: 0px 10px 32px #00000017;
        text-align: right;
}
.page_in_content h1,.page_in_content h2,.page_in_content h3,.page_in_content h4,.page_in_content h5,.page_in_content h6,
.page_in_content h1 strong,
.page_in_content h2 strong,
.page_in_content h3 strong,
.page_in_content h4 strong, 
.page_in_content h5 strong,
.page_in_content h6 strong{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #062c5a;
}
.page_in_content p {
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-black-color);
    font-weight: 400;
    margin-bottom: 30px;
}
.page_in_content strong{
    font-weight: 700;
        line-height: 28px;
}
.pgae_banner {
    position: relative;
    display: block;
    padding: 100px 0px 50px 0px;
    align-items: center;
    justify-content: center;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    z-index: 1;
    background-size: cover !important;
}

.pgae_banner::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    flex: 1;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.6) 51.69%, rgba(0, 0, 0, 0) 123.05%);
    top: 0px;
    right: 0px;
    z-index: -1;
}
.pgae_banner .breadcrumb{
    margin: 50px 0px 0px 0px;
}
.pgae_banner .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.pgae_banner .breadcrumb .breadcrumb-item a:hover{
    color: var(--primary-green-color);
}
.pgae_banner .breadcrumb .breadcrumb-item.active {
    font-size: 16;
    line-height: 22px;
    color: #c9c8c8;
}
.page_in_title{
    text-align: center;
    color: var(--primary-white-color);
    font-size: 36px;
    line-height: 36px;
    text-shadow: 0px 2px 14px #837575;
}

/* End Page Inner*/

/* Block Font Size */
.block_font_size{
    position: fixed;
    bottom: 4px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    z-index: 99999;
    flex-direction: row-reverse;
}
.block_font_size .btn_fontsize{
    background: var(--primary-blue-color);
    color: var(--primary-white-color);
    font-size: 24px;
    padding: 4px;
        box-shadow: 0px 3px 20px #0000004a;
    
}
.block_font_size .btn_fontsize:hover{
    background: var(--primary-green-color);
    transition: all 0.4s ease-in-out ;
    -webkit-transition: all 0.4s ease-in-out ;
    -moz-transition: all 0.4s ease-in-out ;
    -ms-transition: all 0.4s ease-in-out ;
    -o-transition: all 0.4s ease-in-out ;
}

.pagination{
    flex-wrap: wrap;
}
.attach {
    display: block;
    position: relative;
    width: 100%
}
.attach ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    margin: 20px 0px;
    padding: 0px;
        list-style-type: none;
}
.attach ul li{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}
.attach ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
}

.attach ul li a span:first-child{
    background: #3e4956cc;
    padding: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 20%);
}
.attach ul li a:hover span:first-child{
    background: #3E4956;
    transition: all 0.3s ease-in-out;
}
.attach ul li a span:last-child{
    font-size: 16px;
    line-height: 16px;
}
/********Accessibility*********/
.accessibility_sec{
    position:fixed;
    display: block;
    top: 50%;
    right: 0px;
    width: 50px;
    z-index: 999;
    border-radius:25px 0px 0px 25px;
    -webkit-border-radius:25px 0px 0px 25px;
    -moz-border-radius:25px 0px 0px 25px;
    -ms-border-radius:25px 0px 0px 25px;
    -o-border-radius:25px 0px 0px 25px;
}

.accessibility_sec .access_icon{
    display: block;
    background: #014f84b3;
    padding: 12px;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0px 3px 12px #00000040;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    -ms-border-radius: 25px 0px 0px 25px;
    -o-border-radius: 25px 0px 0px 25px;
}
.accessibility_sec.active .access_icon {
    background: var(--primary-green-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.access_content {
    position: absolute;
    top: -15px;
    right: 50px;
    display: none;
    /* visibility: hidden; */
}
/* .accessibility_sec:hover .access_content{
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
} */
.access_content ul{
    display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 4px;
        width: 110px;
            list-style-type: none;
}
.access_content .btn_fontsize {
    background: var(--primary-blue-color);
    color: var(--primary-white-color);
    font-size: 24px;
    padding: 4px;
    box-shadow: 0px 3px 20px #0000004a;

}

.access_content .btn_fontsize:hover {
    background: var(--primary-green-color);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}.access_content .btn_fontsize.active{border: 1px solid transparent;}
/********End Accessibility*********/
.sepia{
        filter: sepia(100%) ;
        -webkit-filter: sepia(100%) ;
}
.invert{
    filter: invert(1) ;
    -webkit-filter: invert(1) ;
}
.monochrome {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}
/***Modal**/
.modal_breaking_news .modal-title{
    font-size: 20px;
        font-weight: 600;
        color: var(--primary-blue-color);
}
.modal_breaking_news .modal-header{
padding-right: 40px;
}
.modal_breaking_news .modal-header .btn-close{
font-size: 16px;

}
.modal_breaking_news .modal-body{
padding: 16px 40px;
}
.modal_breaking_news .modal-body .post_date {    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: var(--primary-black-color);
    font-family: 'HelveticaReq';
    font-size: 14px;
    font-weight: 300;

    margin-bottom: 12px;
}
.modal_breaking_news .modal-body h1.break_news_title{
font-size: 18px;
    line-height: 22px;
        color: var(--primary-black-color);
        font-weight: 600;
        text-align: justify;
            margin-bottom: 14px;
}
.modal_breaking_news .modal-body p.break_news_dsc{
font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}
.modal_breaking_news .modal-footer{
    padding: 4px 40px 16px 16px;
}
.modal_breaking_news .modal-footer .post_share{
flex: 1 auto;
    position: relative;
        margin: 8px 0px;
        display: block;
    
}
.modal_breaking_news .modal-footer .post_share ul {
display: flex;
padding: 0px;
margin: 0px;
align-items: baseline;
justify-content: start;
gap: 8px;
    list-style-type: none;
}
.modal_breaking_news .modal-footer .post_share ul p {
margin: 0px;
font-size: 15px;
font-weight: 600;
line-height: 16px;
}
.modal_breaking_news .modal-footer .post_share ul li a {
height: 36px;
width: 36px;
display: flex;
align-items: center;
justify-content: center;
line-height: 36px;
color: var(--primary-white-color);
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
opacity: 0.9;
}
.modal_breaking_news .modal-footer .post_share ul li a:hover {
opacity: 1;
}
.modal_breaking_news ul.tag_post {
position: relative;
display: block;
margin:16px 0px 0px 0px;
z-index: 3;
}
.modal_breaking_news ul.tag_post li {
display: inline-block;
width: fit-content;
margin: 0px 0px 6px 4px;
}
.modal_breaking_news ul.tag_post li a {
gap: 2px;
margin: 0px;
text-align: right;
background: var(--second-blue-color);
display: inline-block;
color: var(--primary-white-color);
padding: 6px 8px;
font-size: 14px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
.modal_breaking_news ul.tag_post li a:hover {
background: var(--primary-green-color);
}

/* Advance Search */
.advance_search{
    display: block;
    position: relative;
        margin: 1% 0px 2% 0px;

}
.advance_search form{
    background: #ffffff;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 3px 20px #0000001f;
    border: 1px solid #003e663b;
    align-items: center;
}
.advance_search .form_heading {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: var(--primary-black-color);
}
.advance_search form .input-group,
.advance_search form .input-group label {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.advance_search form .form-check label{
    line-height: 26px;
}
.advance_search form .input-group label span[class*='icon-'] {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    font-size: 20px;
    color: var(--primary-black-color);
    border: none;
    border-radius: unset;
    line-height: 42px;
    padding: 0px 8px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}
.advance_search form .input-group .form-control {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid transparent;
    outline: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.advance_search form .btn_send {
    margin-top: 17px;
    display: block;
    background: var(--primary-green-color);
    color: var(--primary-white-color);
    border-radius: 38px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    font-weight: 800;
    box-shadow: 0px 4px 8px 8px rgb(0 0 0 / 3%);
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}
.advance_search form .btn_send:hover {
    background: var(--primary-blue-color);
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
/* End Advance Search */
sup{
    top: -3px;
}
sup a{
    vertical-align: baseline;
    line-height: 22px;
}
/***/
.sec_heading:before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(358deg, #204d83, #83b727);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0px 4px;
    box-shadow: 0px 1px 6px #00000061;
    opacity: 0.8;
}
.sec_heading:after {
    content: ' ';
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(267deg, #204d83, #83b727);
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    margin: 2px 8px 8px auto;
    opacity: 0.8;
    box-shadow: 0px 1px 6px #00000061;
}

section a.btn_base {
    margin-top: 20px;
    flex-direction: row-reverse;
    gap: 30px;
    padding: 26px 14px;
}

section  a.btn_base span[class*='icon-'] {
    background: var(--primary-blue-color);
    padding: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
/********Ads*********/
.fixed_ads {
    position: fixed;
    display: block;
    top: calc(50% -  56px);
    right: 0px;
     width: 50px; 
    z-index: 999;
}

.fixed_ads .fixed_ads_icon {
    display: block;
    background: #014f84b3;
    padding: 12px;
    box-shadow: 0px 3px 12px #00000040;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    border-radius: 25px 0px 0px 25px;
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    -ms-border-radius: 25px 0px 0px 25px;
    -o-border-radius: 25px 0px 0px 25px;
}
.fixed_ads .fixed_ads_icon span[class*="icon"]{
    vertical-align: bottom;
}
.fixed_ads .ads_link{
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    vertical-align: middle;
}
.fixed_ads:hover{
    width:fit-content;
}
.fixed_ads:hover .fixed_ads_icon{
    background: var(--primary-green-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fixed_ads:hover .ads_link{
    display: inline-block;
}
/********End Ads*********/