﻿
html {
    position:relative;
    min-height: 100%;
}

* { margin: 0;
    padding: 0;
}

    html,
    body {
        font-size: 14px;
        direction: ltr;
        font-family: 'Avenir';
        font-weight: 400;
        font-style: normal; 
        color: #17335B;
        
    /* overflow-y: scroll;  */
    overflow-x: hidden; 
    /*white-space: nowrap;*/ 
        text-align: justify;   
    }
    



@font-face {
    font-family: 'Avenir';
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.eot');
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.eot?#iefix') format('embedded-opentype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.woff2') format('woff2'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.woff') format('woff'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.ttf')  format('truetype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Regular.svg#Avenir Regular') format('svg');
         font-weight: 400;
        font-style: normal; 
        font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.eot');
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.woff2') format('woff2'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.woff') format('woff'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.ttf')  format('truetype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Light.svg#Avenir Light') format('svg');
         font-weight: 300;
        font-style: normal; 
        font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.eot');
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.woff2') format('woff2'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.woff') format('woff'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.ttf')  format('truetype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Black.svg#Avenir Black') format('svg');
         font-weight: 600;
        font-style: normal; 
        font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.eot');
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.woff2') format('woff2'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.woff') format('woff'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.ttf')  format('truetype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Book.svg#Avenir Book') format('svg');
         font-weight: 500;
        font-style: normal; 
        font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.eot');
    src: url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.woff2') format('woff2'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.woff') format('woff'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.ttf')  format('truetype'),
         url('/sites/En/Style Library/en-us/CITRA/fonts/Avenir-Heavy.svg#Avenir Heavy') format('svg');
         font-weight: 900;
        font-style: normal; 
        font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #17335B;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: 'Avenir';
}

a{
    color: #17335B;
    text-decoration: none;
    font-family: 'Avenir';
    }
p{	
	font-family: 'Avenir';
	color: #17335B;
}

input[type=button], input[type=reset], input[type=submit], button {
    min-width: auto;
    }
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #17335B !important;
}
.bg-light{
    background: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.menu {
    display: none;
    width: 40px;
    height: 36px;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    transform: scale(0.8);
    
}
  .menu div {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: #304d72;
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
  }
  .menu input {
    display: none;
  }
  .menu input + div {
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
    width: 40px;
    transform-origin: 50% 50%;
  }
  .menu input + div + div {
    top: 2px;
    left: 0;
    width: 20px;
    transform-origin: 0 50%;
  }
  .menu input + div + div + div {
    bottom: 2px;
    right: 0;
    width: 28px;
    transform-origin: 100% 50%;
    transform: translate(-12px, 0);
  }
  .menu input:checked + div {
    transform: rotate(-45deg);
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
  }
  .menu input:checked + div + div {
    width: 19px;
    transform: translate(6px, 0) rotate(45deg);
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
  }
  .menu input:checked + div + div + div {
    width: 19px;
    transform: translate(-6px, 0) rotate(45deg);
    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
  }



  

  
label {
    font-size: 18px;
    color: #707070;
    margin-bottom: 2px;
}
.top-links {
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 500;
}
.errorimg{
    width:80px !important;
}
img.logo{
    float: right;
    margin-right: 3rem;
    width: 120px;
}
.header{
    padding: 1rem;
    background: #0076c0;
    /*box-shadow: 0 0 10px #999;*/
    font-size: 16px;
}
header .row{
    border-bottom:1px solid #ccc;
    margin-top: 0px;padding-bottom: 0rem;
}
header .row .col-lg-11{
    text-align: left;
}
.navbar-brand {
    display: none;
}
.main_logo{
    float: left;
}
.sm_logo{
    display: flex;
}
.search_sec{
    display: block;
}
.search_sec li {
    list-style: none;
    float: right;
}

.search_sec {
    padding: 0;
}
.search_sec li a {
    margin: 0 10px;
    transition: all .42s;
}
.search_sec li a img{
    transition: all .42s;
}
.search_sec li a img:hover{
    transform: scale(1.2);
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #edf0f5;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #17335B ;
}
.ms-rtestate-field, .ms-fullWidth , .ms-webpart-chrome-fullWidth , .ms-WPBody , #s4-bodyContainer{
	overflow-x:hidden;
	max-width: 100vw;
}

button.owl-dot {
    border: 0;
    min-width: 2rem;
    padding:0;
}
.item {
    opacity: 1;
    transition: .4s ease all;
    margin: 20px 4%;
    transform: scale(1);
  }
  
  .owl-carousel .owl-item img {
   border-radius: 30px;
 /*  -webkit-transform: scaleX(-1);
      transform: scaleX(-1); */ 
  }
  
  .active .item, .slick-center {
    opacity: 1;
    transform: scale(1);
  }
  
  .owl-controls {
    position: absolute;
    margin-top: 300px;
  }


.carousel-caption h5, .carousel-caption p {
    text-align: left;
}
.carousel-caption {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 5%;
    right:auto;
    width: 66%;
}

.carousel-caption h5 {
    font-size: 62px;
    color: #fff;
}
.carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.btn_slide:hover{
    background: #274a86;
    color:#fff;
}
.btn_slide {
    background: #17335B;
    color: #fff;
    padding: 14px 25px;
    border-radius: 10px;
}
.carousel-caption .btn_slide {
    float: left;
    margin-top: 20px;
    color:#fff;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #DBE1EB;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #17335B !important;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 30px !important;
    border: 0;
}
.sec_heading{
    font-size: 32px;
}
.btn_arrow{
    float: right;
    margin-top: 30px;
}
.btn_arrow img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.btn_arrow a {
    border: 1px solid #17335B;
    color: #17335B;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .42s;
}
.btn_arrow a:hover{
    color: #fff;
    background: #17335B;
}
.btn_arrow a:hover img{
    filter: brightness(100);
}

.input-group {
    border: 1px solid #D5DAE1;
    border-radius: 10px;
    padding: 2px 10px;
    color: #667085;

}
.input-group i {
    color: #556987;
    font-size: 20px;
}

.box_icon {
    background: #EEF0F3;
    padding: 20px;
    text-align: center;
    margin: 14px;
    transition: all .42s;
    position: relative;
    border-radius: 5px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.box_icon:hover, .boxs_items:hover {
    transition: all .42s;
    background: url(../images/icon_logo.svg) #17335B no-repeat 90% 45%;
    background-size: 40%;
}
.box_icon:hover img {
    filter: brightness(11);
    right: auto;
    left:20px;
    position: absolute;
    top: 20px;
}
.box_icon:hover h5 {
    left: 20px;
    right: auto;
    position: absolute;
    top: 95px;
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.box_icon:hover p{
    left: 20px;
    right: auto;
    position: absolute;
    top: 130px;
    color: #fff;
    display: block;
}
a.box_icon.height180 p {
    display: block;
}
.box_icon p{
    display: none;
}
.ul_list li {
    white-space: pre-line;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #17335B;
}
ul.ul_list {
    padding-right: 20px;
}
.page-side-heading {
    margin-top:0rem;
}
.form-control:focus, button#button-addon1:focus{
    border: 0 !important;
    outline: 0;
    box-shadow: 0 0 0;
}
.input-group input{
    color: #667085;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #276695;
    background-color: #DEF1FF;
    font-size:16px;
    border-radius: 8px;
}
.nav-pills .nav-link {
    color: #000;
    font-size:16px;
}
.date_p{
   
}
#s4-bodyContainer {
    padding-bottom: 0;
}
.flex_atag a {
    background: #276695;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center
}
.flex_atag a img {
    margin-left: 5px;
    margin-right: auto;
}
.box_icon_2 h4{
    text-align: left;
    color: #17335B;
    white-space:normal;
}
.flex_atag a.dwn{
    background:#17335B;
}
.flex_atag a:hover{
    background:#041124;
}
.flex_atag {
    display: flex;
    justify-content: flex-end;
}
.news_in a:hover h5 {
    color: #2961b1;
}
.box_icon_2 {
    background: #EEF0F3;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    transition: all .42s;
    border-radius: 5px;
    height: calc(100% - 20px);
}
.news_box img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.news_box h4 {
    font-size: 16px;
    white-space: pre-line;
    line-height: 1.6;
    color: inherit;
}
.news_box p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #556987;
    font-weight: 400;
    line-height: 1.6;
}
.news_date{
    color: #556987;
    font-weight: 500;
    font-size: 16px!important;
    margin-bottom: 0;
}

.btn_news {
    border: 1px solid #DEF1FF;
    color: #276695;
    background-color: #DEF1FF;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: all .42s;
}
.btn_news:hover {
    border: 1px solid #05445E;
    color: #DBF6F4;
    background-color: #05445E;
}
.btn_news:hover img{
    filter: brightness(10);
}
a.btn_news img {
    width: 25px !important;
    height: auto !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.btn_btn_link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.social_sec {
    background-image: url(../images/pattern_dark.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.mobile_apk img {
    padding-top: 30px;
}
.social_des h4{
    font-size: 32px;
    color: #17335B;
}
.social_des p {
    font-size: 24px;
    color: #000;
}
.social_des {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-left: 5%;
    padding-right: 0;
    margin-top: 5%;
}.footer_new{
    margin-top:5%;
    padding-top:30px;
    
}
.news_box {
    margin-bottom: 10%;
}
.mobile_apk img {
    width: 100%;
}
.contact_sec_1 {
    text-align: center;
    margin-top: 5%;
}
.contact_sec_1 h2{
    font-size: 48px;
}
.contact_sec_1 p {
    font-size: 22px;
    font-weight: 500;
    color:#556987;
}
.height180{
    min-height: 200px;
}
.box_icon h5 {
    text-wrap: balance;
    margin: 10px auto;
    padding: 0;
}
.apk_platform {
    margin-top: 10%;
}
.apk_platform a {
    margin-left: auto;
    margin-right: 20px;
}
.footer_social_contact {
    padding-left: 0;
}
.contact_box h5 {
    font-size: 30px;
}
.footer_form .col-3 {
    padding: 0;
}
.footer_form .envelope_input {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.contact_box a {
   
    font-weight: 400;
    font-size: 20px;
    color: #556987;
}
.contact_box ul li {
    list-style: none;
    float: right;
}
.contact_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
}

.contact_box ul li a{
    margin:10px;
}
.map_sec{
    margin-top:5%;
    position: relative;
}

.g_map {
    position: absolute;
    top: 0px;
}
.footer {
    background: #17335B;
    min-height: 440px;
    margin-top: 15%;
}
.theme_bg{
    background: #17335B;
}
.border-bottom-light{
    border-bottom:1px solid #626C83;
}
.border-top-light{
    border-top:1px solid #626C83;
}
.footer_nav {
    margin-top: 2%;
    border-bottom: 1px solid #626C83;
}
.footer_nav ul li {
    text-align: left !important;
    list-style: none;
}
.footer_nav ul{
    padding: 0;
}
.footer_nav ul li a {
    color: #CCD2E0;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    transition: all .42s;
    text-wrap: initial;
    line-height: 1.8;
}
.footer_nav ul li a:hover{
    color: #fff;
}

.footer_nav h5 {
    color: #fff;
    text-align: left;
    font-size: 20px;
}
.copyright {
    color: #fff;
    padding-top: 10px;
    text-align: left;
}
.copyright span {
   
}
.mx-100{
    max-width:100% !important;
}
p.text-left {
    text-align: right;
}

.social_icons_footer li {
    margin: 0 10px;
    list-style: none;
}
.social_icons_footer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.footer_form label {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.g_map iframe   {
    border-radius: 20px;
}
.footer_form {
    text-align: left;
    margin-bottom: 2rem;
    margin-top: 20px;
}
.sr_sec{
    background-image: url(../images/bg_inner_.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 300px;
    text-align: center;
    margin-top:1.5rem;
    margin-bottom:1.5rem;

}
.sr_sec h4{
    font-size:38px;
    color: #fff;
    line-height: 1.2;
}
.sr_sec p{
    font-size:22px;
    color: #fff;
}
.sr_sec .input-group {
    background: #fff;
}
.sr_sec .input-group {
    width: 460px;
    margin:0 auto;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    display: block;
    margin-top: 2%;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #fff;
    font-size: 16px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "\f105";
    font-family: fontAwesome;
  }
  ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
  }
.brd_sec{
    background-image: url(../images/InnerBanner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 300px;
    text-align: center;
}
.sr_sec.pagetitle {
    justify-content: flex-start !important;
    text-align: right !important;
}
.sr_sec.pagetitle {
    padding: 20px;
}
.pagetitle h5 {
    font-size: 32px;
}
.sr_sec.pagetitle {
    min-height: 181px;
    padding: 20px 40px;
}
.page-side-heading h2{
    font-size: 36px;
    /* text-wrap: balance; */
    color: #17335B;
    margin-top: 0rem;
}
.page-side-heading p{
    white-space: pre-line;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #17335B;
    text-align: justify;
}
.news_img img {
    border-radius: 10px;
    width: 100%;
}
.news_in h5{
    font-size: 24px;
    white-space: pre-line;
}
.news_in p{
    font-size: 16px;
    white-space: pre-line;
    color: #556987;
    font-weight: 400;
}
.boxs_container .boxs_items {
    width: 23%;
    margin: 10px;
}
.boxs_items {
    background: #EEF0F3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    min-height: 200px;
    padding-right: auto;
    padding-left: 20px;
}
.boxs_items h4 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
    text-wrap: wrap;
}
.boxs_items p {
    font-size: 14px;
    white-space: pre-line;
}
.boxs_items:hover h4, .boxs_items:hover p, .boxs_items:hover a, .boxs_items:hover h3{
    color: #fff;
}
p {
    text-wrap: initial;
}
.form_heading {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
.form_inner {
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border-radius: 10px 10px 0 0;
    margin-top:5%;
}
.form_button {
    background: #EEF0F3;
    padding: 40px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 0 0 10px 10px;
}
.btn_submit:hover{
    color:#fff;
    background-color: #2b4570;
}
.btn_search:hover{
    color:#fff;
    background-color: #2b4570;
}

input , select, textarea{
    padding: 10px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
}
.btn_submit {
    background-color: #17335B;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
}
.btn_search {
    border: 1px solid #DEF1FF;
    color: #fff;
    background-color: #17335B;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .42s;
}

.form-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down_arrow.svg) no-repeat #fff;
    background-position: right 1rem center;
}
.form-control:focus, button#button-addon1:focus {
    background: #f7f7f7;
    border: 1px solid #ebeaea !important;
}
.form_heading h3 {
    padding-left: 20px;
    margin: 0;
}
label.form-label {
    font-weight: 500;
    color: #333F51;
}
.w48{
    width:48%  !important;
    padding: 10px 50px;
}
.w48 h3 {
    font-size: 24px;
    white-space: pre-line;
    color:#17335B;
    text-align:center;
}
.box_icon h4{
    text-align: left;
    color: #17335B;
}
.inline_tex_sec{
    display: flex;
}
.inline_tex_sec p{
    margin-left: 0px;
    margin-right: 10px;
    color: #556987;
    font-size: 12px;
}
.carousel-item img {
    border-radius: 30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.footer_social_content{
    color: #fff;
}
.footer_social_content {
    color: #fff;
    text-align: left;
}
.footer_social_content h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    margin-right: 0;
    margin-left: 60px;
}
.footer_social_content p {
    margin: 0;
    padding: 0;
    color: #fff;
    margin-right: 0;
    margin-left: 60px;
    padding-top: 5px;   
}
.footer_social_content a {
    color: #fff;
   
    font-weight: 600;
}
.footer_social_contact h5 {
    text-align: left;
    color: #fff;
    margin: 0;
    padding-top: 20px !important;
    font-size: 24px;
    padding: 0;
}
.img_side {
    text-align: left;
    height: 60px;
    float: left;
}
.footer_form .envelope_input{
    position: relative;
}
.footer_form .envelope_input span {
    position: absolute;
    top: 8px;
    right: 25px;
    left: auto;
}
.footer_btn {
    background-color: #E6F2FF;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    width: 100px;
}
.footer_btn:hover{
    background-color: #094d85;
    color:#fff;
}
.footer_form input{
    padding: 10px;
    border-radius: 10px;
}
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
  }
  
 
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0px;
    border-radius: 0;
    border: 0;
    background: #def1ff;
}


/*.dropdown .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: auto;
    left: 28%;
    width: 0;
    height: 0;
    border-color: transparent transparent #def1ff transparent;
    border-style: solid;
    border-width: 10px;
}*/
.dropdown-menu h4, .dropdown-menu h5{
    text-align: left;
}
   
.border_bt{
    border-bottom: 1px solid #094d85;
}
.dropdown-menu h5 {
    font-weight: 400;
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
}
.dropdown-menu h4 {
    font-size: 20px;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 15px;
}
.dropdown-menu .row>*{
    padding: 0;
}
ul.mega_li li {
    list-style: none;
    text-align: left;
    line-height: 1.8;
    font-size: 16px;
}
ul.mega_li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}
.mega-content{
    padding: 20px 0;
}
@media only screen and (max-width: 767px) and (min-width: 481px)  {
     .boxs_container .boxs_items {
        width: 45%;
    }

}
@media only screen and (max-width: 1080px) and (min-width: 768px)  {
    .carousel-caption h5 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 16px;
    }.carousel-caption .btn_slide {
        margin-top: 10px;
    }
    .carousel-caption {
        top: 15%;
    }
    .boxs_container .boxs_items {
        width: 45%;
    }

}
@media all and (min-width: 992px) {
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}
@media only screen and (min-width:1280px) and (max-width: 1440px){
    .item {
        margin: 20px 1%;
    }
    .box_icon {
    margin: 14px 5px;
    }

}
@media only screen and (max-width: 480px) {
    .social_des p {
        font-size: 18px;
    }
    .row>*, .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tabs_citra {
        display: flex;
        justify-content: center;
    }
    .owl-carousel .owl-item img {
        border-radius: 10px;
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid #ededed;
    }.navbar-collapse {
        margin-top: 5%;
    }
    
    .dropdown-menu h4 {
        padding-right: 0;
    }
    .navbar {
        padding-top: 1.5rem;
        transition: all .42s;
        z-index: 9999;
    }
    .menu {
        display: block;
    }
    .btn_arrow {
        margin-bottom: 20px;
    }
    .page-side-heading p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sr_sec .input-group {
        width: 100%;
    }
    .boxs_container .boxs_items {
        width: 90%;
        margin: 4% auto;
    }
    header{
        display: none;
    }
    .navbar-brand {
        display: block;
    }
    .navbar-brand img{
        width: 160px;
    }
    .carousel-caption h5 {
        font-size: 18px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption {
        top: 0%;
    }
    .carousel-caption .btn_slide {
        margin-top: 0px;
    }
    .btn_slide {
        padding: 8px 12px;
        border-radius: 5px;
        font-size: 12px;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }
    .carousel-indicators {
        bottom: -35px;
    }
    .mobile_apk img {
        width: 100%;
    }
    .social_sec {
        border-radius: 10px;
    }
    .social_des {
        margin-top: 10%;
    }
    .search_sec li {
        float: left;
    }
    p.text-left {
        text-align: center;
    }
    .social_icons_footer {
        margin: 10px auto;
    }
    .copyright {
        text-align: center;
        margin: 0;
    }
    .w48{
        width:100%;
    }
    .form_inner {
        padding: 20px;
    }
    .sr_sec h4 {
        font-size: 24px;
        text-wrap: balance;
        padding: 10px 30px;
    }
    .page-side-heading h2 {
        font-size: 28px;
    }
    .box_icon h5 {
        font-size: 22px;
    }
    .height180 {
        height: 200px;
    }
    .sr_sec p {
        font-size: 16px;
        padding: 0 16px;
    }
    .w48 {
        width: 95% !important;
        padding: 10px;
    }
    ul.breadcrumb {
        text-wrap: balance;
    }
    .boxs_items h4 {
        width: 100%;
    }
    .navbar.fixednav{
        width: 100%;
        position: fixed;
        background: #fff !important;
        transition: all .42s;
    }
    .item{
        margin: 20px 0%;
    }
    .mt-5 {
        margin-top: 1.5rem!important;
    }
    
    .sr_sec {
	   padding-right: 10px !important;
	   padding-left: 10px !important;
	} 
}
@media only screen and (max-width: 280px) {
    .sr_sec .input-group {
        width: 240px;
    }
}

#s4-bodyContainer {
    padding-bottom: 0;
}

#suiteBarDelta , #suiteBarTop{
	overflow-x: visible;
}



/* Contact us page styles starts from here */

.eq-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.eq-btns .btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    padding: 12px 24px;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.eq-btns .btn_news:hover img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(16%) saturate(220%) hue-rotate(134deg) brightness(99%) contrast(95%);
}

.map-area {
    border-radius: 24px;
    background:  #689ec4;
    margin-bottom: 50px;
}

.map-area img{
    max-width: 100%;
    height: auto;
}

.map-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.map-contact a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.map-contact a svg {
    border-radius: 12px;
    background-color: #E6F2FF;
    padding: 10px;
    width: 48px;
    height: 48px;
}

.map-contact a p {
    color: #17335B;
    font-family: 'Avenir';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.map-contact a p span {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

@media(max-width: 992px){
    .map-area {
        margin-bottom: 30px;
    }
    .map-contact a {
        width: 50%;
    }
}

@media(max-width: 480px){
    .map-contact a {
        width: 100%;
    }
}

/* Contact us page styles ends here */



/* New pages styles starts from here (04-12-2023) */


.sr_sec .input-group-append {
    display: flex;
    align-items: end;
}

.faq-accordion .accordion-header {
    padding-top: 0;
    padding-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
    background: #EEF0F3;
    color: #17335B;
    font-size: 16px;
    font-weight: 700;
}

.faq-accordion .accordion-item {
    margin-bottom: 30px;
    border-radius: 12px;
    border: 1px solid #E2E6EE;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #276695;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.faq-accordion .accordion-body {
    font-size: 14px;
    font-weight: 500;
    padding-top: 25px;
}

.faq-accordion .accordion-button::after {
    background-image: url(../images/faq-arrow.svg);
    background-size: 20px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.btn-s-service {
    display: inline-flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF;
    color: #17335B;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.btn-s-service:hover {
    color: #fff;
    background-color: #17335B;
    box-shadow: 0px 0px 2px 2px rgba(249, 249, 249, 0.18);
}

.btn-s-service:hover svg,
.btn-s-service:hover img {
    filter: brightness(0) invert(1);
}

.licensing .box_icon p {
    display: block;
    color: #17335B;
    margin-bottom: 0;
    font-size: 13px;
}

.licensing .box_icon:hover p {
    color: #fff;
    text-align: left;
}

.licensing .box_icon {
    height: calc(100% - 28px);
}

.licensing .box_icon:hover {
    text-align: right;
    align-items: flex-start;
    align-content: flex-start;
    text-decoration: none;
}

.licensing .box_icon:hover img,
.licensing .box_icon:hover h5,
.licensing .box_icon:hover p {
    position: unset;
}

.licensing .box_icon:hover h5 {
    margin-right: 0;
    margin-left: 0;
}

.service-rate {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
    list-style: none;
}

.service-rate li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 30px;
    border-right: 1px solid #E0E4E8;
}

.service-rate li svg {
    border-radius: 8px;
    background-color: #E2E6EE;
    padding: 10px;
    width: 48px;
    height: 48px;
}

.service-rate li p {
    color: #17335B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

.service-rate li p span {
    display: block;
    /* font-family: 'GE SS Two'; */
    font-size: 14px;
    color: #17335B;
    font-style: normal;
    font-weight: 500;
}

.service-rate li:last-child {
    padding-right: 0;
    border-right: 0;
}

.service-rate li p.star-rate {
    color: #818487;
    font-size: 14px;
}

#ratingForm {
    display: inline-flex;
}

.service-rate li p span.rating {
    display: inline-flex;
    margin-right: 10px;
    direction: rtl;
}

.rating > input {
    display: none;
    position: relative;
}

.rating > label:before {
    margin: 2px;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
    right: -12px;
}

.rating > label {
    color: #ddd;
    float: right;
    position: relative;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #276695;
}

,
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #276695;
}

.rating input,
.rating label {
    cursor: pointer;
}

.service-details {
    padding: 20px;
    border-radius: 8px;
    background: #FAFAFA;
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.service-details-img svg,
.service-details-img img {
    width: 64px;
}

.service-details-info h5 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #17335B;
}

.service-details-info p,
.service-details-info ul li {
    font-size: 16px;
    margin-bottom: 0;
    color: #17335B;
}

.service-details-info ul {
    margin-bottom: 0;
    padding: 0;
    padding-left: 20px;
}

.service-details-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.service-details-info a {
    font-size: 16px;
    color: #276695;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
    gap: 30px;
    list-style: none;
    padding-left: 0 !important;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    flex: auto;
    width: 48%;
}

.service-list li span.count {
    border-radius: 6px;
    background-color: #DEF1FF;
    padding: 10px;
    width: 44px;
    height: 44px;
    color: #17335B;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-list li p {
    color: #17335B;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.service-list li p span {
    display: block;
    /* font-family: 'GE SS Two'; */
    font-size: 12px;
    color: #276695;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-rate li:last-child {
    padding-right: 0;
    border-right: 0;
}

.sr_sec {
    padding-right: 7%;
    padding-left: 7%;
}

.news-details img {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    max-width: 350px;
}

.news-details p {
    color: #17335B;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.news-date {
    color: #556987 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 25px;
}

.page-side-heading ul {
    padding: 0;
    padding-left: 20px;
}

.page-side-heading ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #17335B;
    margin-bottom: 10px;
}

.licensing .box_icon ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.licensing .box_icon ul li {
    text-align: left;
}

.licensing .box_icon:hover ul li {
    color: #fff;
}

.licensing .box_icon h5 {
    font-size: 16px;
}

.sr_sec .row {
    width: 100%;
}

.sr_sec_filters {
    margin-top: 15px;
    margin-bottom: 25px;
    width: auto !important;
}

.sr_sec_filters label {
    text-align: left;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.btn-outline-white {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    border: 1px solid #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    margin: 0 5px !important;
    min-width: 95px !important;
	font-family:'Poppins', 'GE SS Two', sans-serif !important;
	background-color:transparent !important;
}

.btn-outline-white:hover {
    background-color: #fff !important;
    color: #17335B !important;
}

.btn-white {
    color: #17335B !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    border: 1px solid #FFF !important;
    background-color: #fff !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    margin: 0 5px !important;
    min-width: 95px !important;
	font-family:'Poppins', 'GE SS Two', sans-serif !important
}

.btn-white:hover {
    color: #fff;
    background-color: #17335B;
    box-shadow: 0px 0px 2px 2px rgba(249, 249, 249, 0.18);
}

.tbl-bordered {
    background: #FFFFFF;
    border: 1px solid #E2E6EE;
    border-radius: 12px;
    overflow: hidden;
}

.tbl-bordered table {
    margin-bottom: 0;
}

.tbl-bordered td,
.tbl-bordered th {
    vertical-align: middle;
}

.tbl-bordered th {
    border: 0;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
}

.tbl-bordered thead th {
    border-bottom: 0;
    padding: 1rem 0.75rem;
}

.tbl-bordered td {
    color: #17335B;
    font-size: 15px;
    padding: 1rem 0.75rem;
    border-color: #F1F3F9;
    background-color: transparent;
}

.tbl-bordered tbody tr:nth-child(odd) {
    background-color: #F9FAFB;
}

.tbl-bordered .btn-tbl {
    color: #17335B;
    border-radius: 12px;
    border: 1px solid #17335B;
    padding: 8px 14px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.tbl-bordered .btn-tbl:hover {
    background-color: #17335B;
    color: #fff;
}

.service-rate li p.stat label {
    padding: 2px 8px;
    border-radius: 16px;
    background: #41C980;
    color: #fff;
    font-size: 14px;
}

.service-rate {
    padding: 0;
}


@media(max-width: 992px) {
    .accordion-button {
        text-align: left;
    }

    .page-side-heading h2 {
        margin-top: 2rem;
        font-size: 30px;
    }

    .service-list {
        gap: 20px;
    }

    .sr_sec_filters {
        margin-bottom: 0;
    }

    .sr_sec_filters input,
    .sr_sec_filters select {
        margin-bottom: 15px;
    }

    .service-rate li {
        gap: 10px;
        padding-right: 20px;
        margin-bottom: 0;
    }
}

@media(max-width: 480px) {
    .page-side-heading h2 {
        font-size: 25px;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
	
	.input-group{
		max-width:100%;
	}

    .service-rate li {
        border-right: 0;
        row-gap: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .service-details-img svg,
    .service-details-img img {
        width: 40px;
    }

    .service-details {
        gap: 12px;
    }

    .service-details-info h5 {
        margin-bottom: 0;
    }
}


/* New pages styles ends here (04-12-2023) */

.sitemap h5 {
    color: #17335B;
    font-size: 20px;
}

.sitemap ul {
    padding: 0;
    padding-left: 20px;
}

.sitemap ul li {
    margin-bottom: 10px;
}

.sitemap ul li a {
    font-size: 16px;
    font-weight: 400;
}

.sitemap ul li a:hover {
	text-decoration: none;
}


#map {
    width: 100%;
    height: 400px;
}

.ms-webpartzone-cell {
	margin-bottom: 0;
}

.search_sec li a {
	font-weight: 700;
    font-size: 18px;
    display: inline-flex;
}

.search_sec li:first-child a {
  margin-right: 0
}


/* New pages styles starts from here (12-12-2023) */


.box_icon:hover img {
    filter: brightness(0) invert(1);
}

.statistics-sec {
    padding: 5px 10px;
    margin-bottom: 30px;
}

.statistics-sec img {
    width: 100%;
    height: 450px;
    object-fit: fill;
}

.statistics-sec h4 {
    font-size: 18px;
    color: #17335B;
    line-height: 1.6;
}

.statistics-sec p {
    font-size: 16px;
    color: #17335B;
    font-weight: 300;
    line-height: 1.6;
}

.statistics-info {
    border-top: 1px solid #CCD2E0;
    padding-top: 20px;
    justify-content: flex-start;
    gap: 50px;
}

.page-side-heading a {
    color: #276695;
}

.cs-serv a {
    color: #17335B;
}

.cs-serv a:hover {
    color: #276695;
}

.cs-serv li {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cs-serv li:before {
    content: "\f111";
    position: absolute;
    border-radius: 50%;
    left: -15px;
    top: 8px;
    font-family: 'fontAwesome';
    font-size: 6px;
}

.cs-serv li span .cs-img {
    border: 10px solid #E2E6EE;
    background-color: #E2E6EE;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

.cs-serv li span .cs-img img {
    max-width: 100%;
}

.cs-serv li span {
    display: flex;
}

.social-media-sec {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 3rem;
}

.sms-img {
    padding: 20px;
    border-radius: 50%;
    background-color: #E2E6EE;
    display: inline-block;
}

.sms-img img {
    height: 96px;
    width: 96px;
}

.social-media-sec a , .social-media-sec a .sms-img {
    transition: all 0.45s;
}

.social-media-sec a p {
    color: #17335B;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}

.social-media-sec a:hover .sms-img {
    transition: all 0.45s;
    transform: scale(1.1);
}

@media(max-width:992px){
    .statistics-sec img {
        height: 230px;
    }
    .statistics-sec {
        margin-bottom: 15px;
    }
    .statistics-info {
        gap: 10px;
    }
    .sms-img img {
        height: 70px;
        width: 70px;
    }
    .sms-img {
        padding: 12px;
    }
}

@media(max-width:480px){
    .cs-serv li {
        display: block;
    }
    .cs-serv li span {
        margin-top: 5px;
        margin-bottom: 10px;
    }    
    .social-media-sec {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 10px;
        gap: 10px 30px;
    }
}


.pagingRow table{
  margin: auto;
}
.pagingRow td , .pagingRow tr{
  padding: 0;
  background-color: transparent !important;
}
.pagingRow td a , 
.pagingRow td span {
  border: 1px solid #17335B;
  padding: 5px 10px;
  margin: 20px 5px;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  font-weight: 600;
}
.pagingRow td br {
  display: none;
}
.pagingRow td span,
.pagingRow td a:hover {
  background-color: #17335B;
  color: #fff;
  text-decoration: none;
}

/* New pages styles ends here (12-12-2023) */

#s4-workspace {
	height: auto !important;
}

a:visited {
  color: inherit;
}


/* New Footer styles starts here (26-12-2023) */

.footer-sub-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
}

.footer-sub-nav li a {
    color: #fff;
    font-size: 14px;
}

.footer-sub-nav li a:hover {
    opacity: 0.8;
}

@media(max-width:480px){
    .footer-sub-nav {
        padding: 10px 20px;
    }
}

.pagination .page , .pagination a {
   border: 1px solid #17335B;
   padding: 5px 10px;
   margin: 20px 2px;
   display: inline-block;
   min-width: 30px;
   text-align: center;
   font-weight: 600;
}

.pagination .page.active , .pagination a:hover {
    background-color: #17335B;
    color: #fff;
    text-decoration: none;
}

/* New Footer styles ends here (26-12-2023) */


/* New Pages styles starts here (04-01-2024) */

.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    border-radius: 50% !important;
    float: left;
    margin-left: -30px;
    margin-right: 0;
    margin-top: 0px;
}

.form-check-input input[type="radio"] , .form-check-input input[type="checkbox"]{
    border-radius: 50% !important;
    float: left;
    margin-left: -10px;
    margin-right: 0;
    margin-top: 0px !important;
}

.form-check-input input[type="radio"] , .form-check-input input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] , .form-check-input input[type="checkbox"] {
    border-radius: 4px !important;
}

.form-check-inline {
    margin-left: 0;
    margin-right: 30px;
}

.form-check {
    padding-left: 30px;
    padding-right: 0;
}

.form-check-input input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked , .form-check-input input:checked[type="radio"],.form-check-input input:checked[type="checkbox"]{
    background-color: #276695 !important;
    border-color: #276695;
}

span.form-check-input{
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
}

.form-check-label {
    color: #556987;
    font-size: 16px;
    font-weight: 500;
}

.fc {
    color: #333F51;
}

.files-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.files-list p {
    color: #333F51;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.files-list p span {
    color: #EB5757;
}

.it-file {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload span {
    display: block;
    cursor: pointer;
}

.f-input {
    width: auto;
    float: right;
    border: 0 !important;
    min-width: 0;
    cursor: none;
    padding: 0 !important;
}

.f-input:focus {
    outline: 0;
    cursor: none;
}

.iwi {
    position: relative;
}

.iwi input {
    padding-right: 40px;
}

.iwi img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.fileAttachment {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.fileAttachment span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    cursor: pointer;
    display: inline-table;
}

.fileAttachment input.uploadAttach {
    filter: alpha(opacity=0);
}

.uploadAttachment {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.ul-toplinks{
	display:  none; /*flex*/
    align-items: flex-start;
    padding: 0;
    gap: 25px;
    list-style: none;
}


/* New Pages styles ends here (04-01-2024) */
.navbar-light .navbar-nav .nav-link {
    position: relative;
}
.dropdown a:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-color: transparent transparent #def1ff transparent;
    border-style: solid;
    border-width: 10px;
    display: none;
}
.dropdown:hover a:after{
    display: block;
}

.service-list , .service-list li {
	align-items: flex-start;
}

.w48 h3 {
	text-align: center;
}

.w48 h3 span {
    font-size: 16px;
}

/* CITRA Dec*/
.text-primary {
    color: #276695 !important
}
.text-secondry {
    color: #626c83;
}
.table-head-text{
    color:#17335B
}
.table .badge {
    font-size: 14px;
    font-weight: inherit
}
.font-w-n{
    font-weight:normal
}
html[lang="ar"] body {
    font-family: 'Poppins','GE SS Two';
}
.font-B{font-weight:bold}
.font-M{font-weight:500}
.status-success {
    color: #3BB774;
    background-color: #ECFAF2;
}
.status-danger {
    color: #D64F4F;
    background-color: #FDEEEE;
}
.border-bottom-gray {
    border-bottom: 1px solid #c6c8c9;
}
.text-align-inherit{text-align:inherit}
.bg-light2 {
    background-color: #f8f9fa
}
.rounded-5 {
    border-radius: 1rem;
}
.val-text {
    color: #737373;
}
hr {
    background-color: #dee2e6;
    opacity: 1;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #98AAC4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #98AAC4;
}
.btn-outline {
    color: #17335B !important;
    border-radius: 12px !important;
    border: 1px solid #17335B !important;
    padding: 8px 14px !important;
    background: #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
.w-15 {
    width: 15%;
}
.w-40{width:40%;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.v-align-top{vertical-align:top !important}
.pagerWrapper .sides,.pagerWrapper .sides > * {
    color: #626c83
}
.pagination-box .page-item .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #212529;
    border: none;
    border-radius: 8px
}

.pagination-box .page-item.active .page-link {
    background-color: #DEF1FF;
    color: #276695;
}
@media only screen and (max-width: 570px) {
    .w-xs-50{
        width:50% !important
    }
    .text-align-mobile {
        text-align: inherit !important
    }
}
@media only screen and (max-width: 768px) { 
    .pagination-box {
        order: 3;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .wrap-tablet {
        flex-wrap:wrap
    }
}

@media(max-width:480px) {
   .footer_btn {
      width: auto;
    }  
}
.page-side-heading a , td a {
color: #17335B  !important;
}

.page-side-heading a:hover , td a:hover {
	color: blue !important;
	text-decoration: none;
}

.page-side-heading p , .tbl-bordered td , .ul_list li {
	font-size: 16px;
	color: #17335B;
}

.nav-pills .nav-link , .btn_arrow a{
	color: #17335B;
}

.pagination {
	padding-right: 10px;
	padding-left: 10px;
}

td a i {
	margin-right: 5px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.loader img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.btn_news {
	text-decoration: none;
}
a.btn_news:hover {
	color: #fff !important;
}
.overflow-auto:has(.ul_list) {
    direction: rtl;
}
 
.overflow-auto > .ul_list {
    direction: ltr;
    padding-right: 0;
    padding-left: 12px;
}
.btn_arrow a {
       white-space: nowrap;
}   

.w48 h3 span {
	font-size: 18px;
}

.flex_atag a:first-child {
    background-color: gray;
}

.flex_atag a:first-child:hover {
    background-color: #616161;
}

@media(min-width: 992px) {
 .eq-space {
      justify-content: space-between;
 }
 .eq-space .col-lg-4 {
       width: auto;
 }
}
.modal-content {
    border-radius: 16px;
}
.modal-body {
    background-color: #F9FAFB;
    border-top: 1px solid #E2E6EE; 
}
.pointer{cursor:pointer}

.btn-blue {
    background-color: #17335B;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
}
 
.btn-blue:hover {
	background-color: #174383;
	color: #fff;
	text-decoration: none;
}

.pointer{cursor:pointer}

.text-justify{text-align:justify}

/* Survey pages styles starts from here */
 
.survey-pop-btn {
    position: fixed;
    right: 50px;
    bottom: 30%;
   cursor: pointer;
    z-index: 9;
}
 
.survey-pop-box {
    backdrop-filter: blur(49.599998474121094px);
    background: #fff;
    position: fixed;
    bottom: 28.5%;
    right: 110px;
    color: #3B3C3E;
    transition: all .3s ease;
    border: 1px solid #142542;
    border-radius: 10px;
    padding: 20px;
    width: 350px;
    height: 310px;
    display: none;
    z-index: 9;
}
 
.survey-pop-box.active {
    animation: scale-display 0.3s;
    display: block;
}
 
.survey-pop-box h6 {
    color: #262A2B;
    font-size: 20px;
    font-weight: bold;
}
 
.survey-pop-box p {
    font-size: 16px;
    color: #262A2B;
}
 
.btn-primary {
    background-color: #142542;
    border-color: #142542;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    min-height: 42px;
}
 
.btn-outline-primary {
    color: #142542;
    background-color: #fff;
    border-color: #142542;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    min-height: 42px;
}
 
.rdio {
	 position: relative;
	 border: 1px solid #E2E6EE;
	 border-radius: 6px;
	 padding: 10px;
	 margin-right: 16px;
}
 
.rdio input[type="radio"] {
	 opacity: 0;
}
 
.rdio label {
	 padding-left: 18px;
	 padding-right: 5px;
	 cursor: pointer;
	 color: #000;
	 font-size: 16px;
	 margin-bottom: 0;
}
 
.rdio label:before {
	 width: 22px;
	 height: 22px;
	 position: absolute;
	 top: 10px;
	 left: 10px;
	 content: '';
	 display: inline-block;
	 -moz-border-radius: 50px;
	 -webkit-border-radius: 50px;
	 border-radius: 50px;
	 border: 3px solid #E2E6EE;
	 background: #fff;
}
 
.rdio input[type="radio"] {
	 margin: 0px;
	 margin-left: 0 !important;
}
 
.rdio input[type="radio"]:disabled + label {
	 color: #999;
}
 
.rdio input[type="radio"]:disabled + label:before {
	 background-color: #fbc52d;
}
 
.rdio input[type="radio"]:checked + label::after {
	 content: '';
	 position: absolute;
	 top: 16px;
	 left: 16px;
	 display: inline-block;
	 font-size: 11px;
	 width: 10px;
	 height: 10px;
	 background-color: #122340;
	 -moz-border-radius: 50px;
	 -webkit-border-radius: 50px;
	 border-radius: 50px;
}
 
.rdio input[type="radio"]:checked + label:before {	 
	border-color: #122340;
}
 
.radio-inline {
    display: inline-block;
}
 
.ccbx input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
 
.ccbx label {
  position: relative;
  cursor: pointer;
  border: 1px solid #E2E6EE;
  border-radius: 6px;
  padding: 10px;
}
 
.ccbx label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #e2e6ee;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
 
.ccbx input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 17.5px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
 
.ccbx input:checked + label:before {
    background-color: #122340;
    border-color: #122340;
}

input[type="submit"].btn_submit {
    background-color: #17335B !important;
    color: #fff;
    padding: 12px 24px !important;
    font-size: 18px;
    border-radius: 8px !important;
    font-family: inherit;
}
 
@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
 
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
 
/* Survey pages styles ends to here */
 
.box_icon img {
    height: 72px;
}

.box_icon h5 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box_icon:hover p{
    text-align: start;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
