@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body{
    font-family: "Source Sans 3", sans-serif;
}
body, html{overflow-x: hidden;}
ul, li{list-style: none; padding: 0; margin: 0;}
a, a:hover{text-decoration: none;}
a{color: #1b427a;}
@media (min-width: 1280px){
       .lft_servc ul li {
   
    width: 90%;
}
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px;
    }
   

}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1260px;
}
header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 0;
    z-index: 999;
    box-shadow: 2px 3px 7px 0px rgb(0 0 0 / 86%);
}


.down_color{
color: #ff8077 !important;
}
.logo {
    width: 200px;
}
.home_icn{width: 25px;}

.main_menu {
    margin-left: 125px;
}
.main_menu li {
    display: inline-block;
    margin-right: 10px;
    padding: 25px 0;
    position: relative;
}
.main_menu li a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 18px;
    position: relative;
    background: #1b427a;
    padding: 7px 20px;
    border-radius: 8px;
    text-align: center;
}
.main_menu li a.active:after {
    position: absolute;
    content: "";
    background: #72b302;
    width: 100%;
    height: 4px;
    bottom: -10px;
    left: 0;
    right: 0;
}






.hdr_in {
    position: relative;
    padding: 15px 20px;
}
.hamburger {
    background: url(../images/Menu.svg) no-repeat;
    background-size: 34px;
    width: 34px;
    height: 34px;
}
.hamburger.active {
    background: url(../images/MenuClose.svg) no-repeat;
    background-size: 34px;
    width: 34px;
    height: 34px;
}
.sub_mn_cst {display: none;position: absolute;min-width: 207px;z-index: 99999;padding-left: 0;top: 67px;width: 100%;right: 0;}
.sub_mn_cst li {display: block !important;position:relative;padding: 0 !important;margin-right: 0 !important;}
.sub_mn_cst li a {display: block;background: #1b427a;color: #ffffff;border-bottom: 1px solid #c3bdbd;padding: 5px;font-size: 14px !important;position: relative;padding-left: 20px;font-weight: 400 !important;text-transform: capitalize !important;text-align: left;border-radius: 0;}
.sub_mn_cst li a:after {color: #ffffff;position: absolute;font-family: 'FontAwesome';content: "\f101";font-size: 14px;left: 5px;top: 4px;}
.sub_mn_cst li a:hover {background: #024d87;color:#fff;}
.sub_mn_cst li a:hover::after {color: #fff;}
.mega_mneu:hover > ul {display: block;} 
.menu ul li a img {
    width: 18px;
    margin-left: 6px;
    vertical-align: middle;
}
.mt_tp {
    margin-top: 75px;
}
.bn_img .img-fluid {
    width: 100%;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -40px;
    z-index: 999;
    left: 0;
}
.owl-dot {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 6px;
    background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
    background: #063e6b;
}

.owl-nav {
    display: block !important;
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.owl-nav img{width: 50px;}
    .owl-nav .owl-prev {
        position: absolute;
        bottom: 40px;
        left: 40px;
        background: transparent !important;
    }

    .owl-nav .owl-next {
        position: absolute;
        bottom: 40px;
        left: 110px;
        background: transparent !important;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2E2A94;
}
.bn_cpn {
    z-index: 99;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: url(../images/ban_bg.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.main_bn {
    position: relative;
}
.seaech {
    margin: 0 20px;
}
.seaech img{width: 35px;}
.mt_tp {
    margin-top: 135px;
}
.filter {
    width: 350px;
    background: #ffffff;
    display: inline-block;
}
.filter.profile_menu_m {
    right: -1000px;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 11px 9px 9px #696969;
    top: 133px;
    width: 300px;
    transition: all 0.3s;
    height: 100%;
}
.filter.profile_menu_m.active_pf {
    right: 0;
}


    .profile_menu ul li {
        display: block;
        list-style: none;
    }

        .profile_menu ul li a {
            display: block;
            border-bottom: 1px solid #000000;
            border-radius: 0;
            padding: 8px 15px;
            background: #f5f5f5;
            position: relative;
            color: #1b427a;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
        }
        .profile_menu ul li {
    padding: 0;
    width: 100%;
    margin: 0;
}

            .profile_menu ul li a:hover {
                background: #024d87 !important;
                color: #fff;
            }

.port_bv span {
    font-size: 12px;
}
.stock_excng{ position: relative;}

.in_stock {
    border-radius: 0;
    background: #063e6b;
    box-shadow: 6px 6px 14px 1px #ccc;
    padding: 20px;
    position: relative;
}
.icon {
    width: 100px;
    margin-left: 20px;
    margin-right: 40px;
}
.more_arw a img {
    width: 35px;
}

.more_arw {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.contnt p {
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.contnt em {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-size: 23px;
}
.contnt {
    width: 100%;
}
.contnt b{
    display:block;
    font-size: 28px;
    margin: 16px 0;
}
b.q4 {
    margin: 5px 0;
}
.up_color
{
    color: #42ff00 !important;
}

footer{
    background:url(../images/bg_foot.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
}
.ft_links ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.ft_links {
    text-align: center;
    margin: 0 auto;
}
.ft_links ul li{font-size: 18px; font-weight: 600; color: #000;}
.ft_links ul li a {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.ft_links ul li:after {
    position: absolute;
    content: "|";
    top: 2px;
    right: -14px;
    color: #000000;
}
.ft_links ul li:last-child::after, .ft_links ul li:first-child::after{
    display: none;
}
.addrss{color: #fff;}
.addrss a{color: #fff;}
.mt_mrgn{margin-top: 30px;}
.ft_btm_lnk ul li a{font-size: 18px;text-transform: capitalize}
.ft_btm_lnk ul li:after {
    top: -1px;
}
.coprght{margin-top: 0;color: #000000;}
.coprght a{color: #fff;}
.hide_web {
display: none !important;}
.ft_nav_m{display: none;}
.ft_head_m:after {
content: "";
position: absolute;
top: 15px;
right: 20px;
background: url(../images/DownArrow.svg) no-repeat;
opacity: 0.7;
transition: 0.3s all ease;
width: 14px;
height: 8px;
}

.ft_head_m.active {
color: #000000;
background: #cecece;
}

.ft_head_m.active::after {
background: url(../images/DownArrow.svg) no-repeat;
}
.slider{background: url(../images/bg_banner.jpg) no-repeat;background-position: center center;background-size: cover;}
.lft_servc ul li{display: block;margin-bottom: 5px;}
.lft_servc ul li a{display: block;padding: 10px 15px;background: #fff;border-radius: 5px;font-size: 18px;color: #000;font-weight: 600;}
.lft_servc ul li a:hover{
    background-color: #f5f5f5;
}
.lft_servc ul li a img{width: 30px;margin-right: 15px;}
.lft_servc h4 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    text-transform: uppercase;
}
.srvc_in {
    background: #fff;
    padding: 50px 20px;
    margin-top: 55px;
    border-radius: 20px;
}

.srvcnx_cimg {
    width: 200px;
    margin-right: 40px;
}
.tp_srvcs {width: 95%;margin-right: -105px;padding-right: 30px;}
.rght_src_bx h1 {
    font-size: 36px;
    color: #1b427a;
    font-weight: 700;
    margin-bottom: 5px;
}

.rght_src_bx p {
    font-size: 22px;
    line-height: 27px;
}

.main_btn {
    font-size: 18px;
    border-radius: 7px;
    color: #fff;
    background: #1b427a;
    border: 1px solid #1b427a;
    padding: 8px 15px;
}
.in_bx_btm {
    background: #9ba9c5;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    height: 135px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 15px;
    background-image: -moz-linear-gradient( -130deg, rgb(203,186,204) 0%, rgb(37,128,179) 100%);
    background-image: -webkit-linear-gradient( -130deg, rgb(203,186,204) 0%, rgb(37,128,179) 100%);
    background-image: -ms-linear-gradient( -130deg, rgb(203,186,204) 0%, rgb(37,128,179) 100%);
    opacity: 0.64;
    box-shadow: 3.857px 4.596px 14.4px 1.6px rgba(0, 0, 0, 0.28);
}

.in_bx_btm img {
    width: 50px;
}

.src_btm {
    width: 82%;
    margin-top: 30px;
    margin-right: -40px;
}

.in_bx_btm p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 400;
}

.ft_nnls ul li{width: 32%;display: inline-block;margin-bottom: 5px;padding-left: 0;}
.ft_nnls ul li a{
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}

.ft_nnls ul li a:after {
    position: absolute;
    content: "\f105";
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: -4px;
}
.ftlnksn_btn a {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 24px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.tws_rw ul li{width: 49%;}


.atten_investor {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
}
.atten_investor p {
    margin-bottom: 7px;
    line-height: 20px;
}
footer p{margin-bottom: 0px;}
footer a{color: #000 !important;}

.downl_app {padding: 30px 0;}

.cst_stfication {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 25px;
}
.become_bsns_asct .expl_more {
    font-weight: 700;
}

.prntr_form .form-control {
    height: 45px;
    border: 2px solid #962933;
    margin-bottom: 25px;
    color: #fff;
    box-shadow: 2px 5px 11px 3px #d4d3d3;
}
.cst_img img{width:100%;}
.our_strenghth {
    padding: 60px 0;
    padding-bottom:0;
}

.bx_stts {
    margin-top: 50px;
}

    .bx_stts img {
        height: 100px;
    }

    .bx_stts h5 {
        font-size: 58px;
        font-weight: 700;
        color: #0c263e;
        margin-bottom: 0;
    }

        .bx_stts h5 span {
            font-size: 16px;
        }

    .bx_stts p {
        font-size: 17px;
        color: #0c263e;
        font-weight:500;
    }

.right_testmny {
    display: block;
    margin-top: 40px;
}

.clnt_sld_outr {
    position: relative;
    box-shadow: 3px 8px 11px 8px rgb(0 0 0 / 9%);
    border-radius: 10px;
}

#client_slider {
    padding: 50px 50px;
    padding-bottom: 100px;
}

    #client_slider p {
        margin-bottom: 0;
        font-size: 21px;
        color: #000;
        line-height: 23px;
        font-weight: 300;
    }

.info {
    margin-top: 20px;
}

#client_slider .owl-dots {
    bottom: 23px;
    margin-top: 0px !important;
    float: right;
    right: 40px;
    left: auto;
}

#client_slider .owl-dot span {
    width: 15px !important;
    height: 6px !important;
    background: #ababab !important;
}

#client_slider .owl-dot.active span {
    width: 40px !important;
    background: #1b427a !important;
}

.right_testmny .main_hdng {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 42px;
    font-weight: 300;
}
.in_bn {
    position: relative;
}

.bn_tll {
    position: absolute;
    top: 20%;
    left: 60px;
}
.in_bn {
    position: relative;
}

.bn_tll {
    position: absolute;
    top: 28%;
    left: 60px;
    width: 43%;
}

.bn_tll p {
    font-size: 33px;
    font-weight: 300;
    color: #1b427a;
}

.bn_tll h2 {
    font-size: 50px;
    line-height: 60px;
    color: #1b427a;
    margin-bottom: 60px;
}

.bn_tll h5 {
    font-size: 40px;
    color: #1b427a;
}

.dwnld_app{
    margin-top:30px
}

.dwnld_app  .dwn1 a img {
    width: 150px;
}
.search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  width: 60px;
}

/* input */
.search-input {
  width: 0;
  opacity: 0;
  padding: 0 13px;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  background: #fff;
  transition: width 0.4s ease, opacity 0.3s ease;
}
.search-box.active .search-input {
  width: 250px;
  opacity: 1;
  margin-right: 15px;
}

/* button */
.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* icons */
.icon {
  font-size: 20px;
  line-height: 1;
  width: 30px;
  height: 30px;
}
.close-icon {
  display: none;
}
.search-box.active .search-icon {
  display: none;
}
.search-box.active .close-icon {
  display: inline;
  margin-top: 15px;
  margin-left: 10px;
  color: #df0c0c;
}


input:focus-visible {
  outline: 1px solid #ccc;
  
}


@media screen and (min-width:992px) and (max-width:1280px) {
    .main_menu {margin-left: 0;}
    .menu ul li{margin-right: 15px;}
    .menu ul li a, .profile_menu ul li a{font-size: 13px;}
    .tp_srvcs {
    width: 100%;
    margin-right: 0;
    padding: 0;
    }
    .in_bx_btm{height: 162px;}
    .src_btm {
    width: 100%;
    margin-right: 0;
    }
    .bn_tll p {
    font-size: 25px;
            margin-bottom: 5px;
    }
    .bn_tll h2 {
    font-size: 40px;
    }
    .bn_tll h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    }
    .bn_tll h5 {
    font-size: 29px;
    }
    .ft_nnls ul li a{font-size: 16px;}
    .lft_servc ul li a{font-size: 16px;}
    
}
@media screen and (max-width:992px) {
    .main_menu{display: none;}
    .hdr_in{padding: 20px;}
    .hide_web{display: block !important;}
    .profile_menu ul li a{font-size: 14px;}
    a.home_icn {width: 100%;}
    a.home_icn img {width: 20px;margin-right: 10px;}
    .lft_servc ul li a{font-size: 12px;}
    .tp_srvcs,.src_btm {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .rght_src_bx h1 {
    font-size: 26px;
    }
    .rght_src_bx p {
    font-size: 14px;
    line-height: 18px;
}
.main_btn {
    font-size: 14px;
   
    padding: 5px 10px;
}
.in_bx_btm{
    height: 165px;
    margin-top: 20px;
}
.in_bx_btm p {
    font-size: 12px;
    line-height: 14px;
}
 .bn_tll p {
    font-size: 18px;
    margin-bottom: 5px;
    }
    
    .bn_tll h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    }
    .bn_tll h5 {
    font-size: 18px;
    }
    .ft_nnls ul li a{font-size: 12px;}
.dwnld_app .dwn1 a img {
    width: 120px;
}
.right_testmny .main_hdng{font-size: 28px;}
#client_slider p{font-size: 16px;}
.ftlnksn_btn a{font-size: 20px;}
   .ft_nnls ul li a{padding-left: 10px;}
   .ft_nnls ul li a:after {
    
    font-size: 14px;
    top: -3px;
}
.ft_links ul li {
    font-size: 14px;
}
.atten_investor p {
  
    line-height: 14px;
    font-size: 12px;
}
footer p,.coprght{font-size: 12px;}
.lft_servc ul li a img {
    width: 30px;
    margin-right: 5px;
}
}
@media screen and (max-width:767px){
    .in_stock, .info-card, .cmp_infs_in, .in_unclmd, .rght_dta, .agm_in{margin-bottom: 20px;}
    .hdr_in {
        padding: 10px;
    }
    .logo {
    width: 85px;
}
.mt_tp {
    margin-top: 70px;
}
    .tp_srvcs, .src_btm {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .srvc_in{margin-top: 10px;}
    .in_bx_btm {
        height: auto;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    .owl-nav{display: none !important;}
    .bn_tll {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background: rgb(245 245 245 / 80%);
    border-radius: 20px;
    padding: 10px;
    height: 100%;
}
.dwnld_app {
    margin-top: 10px;
}
footer{
    padding: 10px 0;
}
.ft_nnls ul li {
    width: 49%;
}
.ft_btm_lnk ul li a {
    font-size: 12px;
}
.filter.profile_menu_m{top:70px}
}
.in_bn_img {
    border-radius: 25px;
    overflow: hidden;
}
.in_bn_img img{
     border-radius: 25px;
}

/* Service page */
.services {
    background: #1b427a;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.services h1{font-size: 28px;}
.nav-pills .nav-link.active, .nav-pills .nav-link.hover{background: #ededed;border-radius: 0;color: #000;}
.service-img{max-height:220px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem;}
.content-box{background: transparent;padding:2rem;border-radius: 0;}
.download_mobnav {
    display: none;
}
.download_nav {
    background: #fff;
    text-align: left;
    border-right: 1px solid #ccc;
}

.nav-pills .nav-link b {
    font-weight: 400 !important;
    font-size: 18px;
}

.nav-pills .nav-link {
    text-align: left;
    color: #000;
    border-bottom: 1px solid #bcbcbc;
    border-radius: 0;
    background: #fff;
    padding: 13px 15px;
}
.nav-pills .nav-link img{width: 20px; margin-right: 10px;}
.ot_src_dv {
    background: url(../images/bg_foot.jpg);
    border: 2px solid #ccc;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
}

.nav-pills .nav-link.active b {
    font-weight: 600 !important;
}
.btn-primary{
    background-color: #1b427a;
    border: 0;
    margin: 20px 0;
    border-radius: 3px;
}
.btn-primary:hover{
 background-color: #193f75;
 border: 0;
}
.content-box h4{
    color: #1b427a;
}
.content-box ul li{
    position: relative;
    padding-left: 23px;
    margin-bottom: 6px;
    font-size: 14px;
}
.content-box p{font-size: 16px;margin-bottom: 5px;margin-top: 10px;}
.content-box ul li:after{
    position: absolute;
    content: "";
    background-color: #1b427a;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    left: 5px;
    top: 5px;
}
.form_ot {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 0px;
}

.form_ot .form-control {
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.form_ot label{display: block;}
.form_ot label span{color: red;}
/*custom select box*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: #4f4f4f;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #d0dae5;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #88bfff;
    }

    .nice-select:after {
        border-bottom: 1px solid #4f4f4f;
        border-right: 1px solid #4f4f4f;
        content: '';
        display: block;
        height: 9px;
        margin-top: -10px;
        pointer-events: none;
        position: absolute;
        right: 0px;
        top: 12px;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 9px;
    }

    .nice-select.open:after {
        webkit-transform: rotate( -180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-top: -50px;
        background: url(../images/DownArrow.svg) no-repeat;
        width: 20px;
        background-size: 20px;
        height: 40p
        }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #e7ecf2;
        color: #90a1b5;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cdd5de;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        margin-top: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        color: #3a3a3a;
        width: 100%;
        max-height: 150px;
        overflow-y: auto;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 30px;
        list-style: none;
        min-height: 30px;
        outline: none;
        padding-left: 18px !important;
        padding-right: 29px !important;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f7f9;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #90a1b5;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

code[class*="language-"], pre[class*="language-"] {
    border-radius: 2px;
    color: #445870;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-align: left;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    direction: ltr;
    font-family: Inconsolata, monospace;
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
}

pre[class*="language-"] {
    padding: 18px 24px;
    margin: 0 0 24px;
    overflow: auto;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #f6f7f9;
}

:not(pre) > code[class*="language-"] {
    padding: 0 2px 1px;
}

.select-box {
    color: #000;
    background: none;
    font-weight: 500;
    font-size: 22px;
    height: auto;
    line-height: normal;
    padding: 0px 40px 3px 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    float: right;
    margin-right: 0;
    border: 0;
}

    .select-box:after {
        border-bottom: 0;
        border-right: 0;
        margin-top: -7px
    }

.nice-select:after {
    content: '';
    display: block;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate( 0deg);
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: url(../images/select_arrow.svg) no-repeat;
    width: 20px;
    background-size: 20px;
    height: 40px;
}

/*custom select box*/
.form_in .select-box {
    float: left;
    font-size: 15px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
.form_in .nice-select:after{
   right:12px 

}
/* Custom Checbox */
.custom_check {
  display: block;
  margin-bottom: 15px;
}

.custom_check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_check label {
  position: relative;
  cursor: pointer;
}

.custom_check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  height: 24px;
}

.custom_check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #024d87;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cst_checkbox {
    margin-top: 0;
}
.custom_check span {
    display: inline-block;
    width: 97%;
    vertical-align: top;
    color: #000 !important;
}
.submit_btn{margin-top: 0;}
.submit_btn a {
    padding: 4px 20px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
.form_in .select-box {
    float: left;
    font-size: 15px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px;
    font-weight: 400;
}
.form_in .nice-select:after{
   right:12px 

}
.captca_bx {
    margin-top: 23px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
.rght_sig{width: 200px; text-align: right;}
.form_up {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.custom_check span {
    display: inline-block;
    width: 97%;
    vertical-align: top;
    color: #000 !important;
}
@media(max-width:767px){
.nav{flex-direction:row!important;overflow-x:auto;}
.nav-link{white-space:nowrap;}
.download_mobnav {display: block;font-size: 16px;position: relative;background-color: #1b427a;border-radius: 0px;color: white;margin-bottom: 0px;padding: 10px;text-align: center;}
	.download_mobnav:after {position: absolute;top: 7px;margin-left: 15px;display: inline-block;content: "\f0dd";font-family: 'FontAwesome';font-weight: 900}
	.download_nav {display: none; margin: 0 0 20px 0}
	.download_nav .nav-link.active:after {display: none;}
	.download_nav .nav-link {padding: 8px 15px;font-size: 14px;width: 100%;}
}