@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@200;300;400;500;600;700;800;900&amp;display=swap');

/*UI14041994*/
* { margin:0; padding:0; outline:0; box-sizing:border-box;}

#imgCaptchanew{
    width: 80%;
}

.captcha-colm{    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}

.refresh-capcha{    
    background: #f78454;
    padding: 7px;
    color: #fff;
    border-radius: 5px;
}

.refresh-capcha:hover{
    color: #3a7ef5;
} 



.nobdr { border:none !important; }
.nobg { background:none !important; }
.nobdr_top { border-top:none !important; }
.nomargin { margin:0px !important; }
.nomargin-top{margin-top:0 !important;}
.nomargin-left { margin-left:0px !important; }
.nomargin-right { margin-right:0px !important; }
.nopadding { padding:0px !important; }
.alignbottom { vertical-align:text-top;}

/* br{display: none;} */
img {height: auto;  border:0;}
ul { list-style-type:none; padding:0; margin:0;}
ul, ol, li { list-style:none; padding:0; margin:0; font-size: 1.6rem;font-family: var(--montserrat);}
a { text-decoration:none; outline:none;color: var(--fontcolor);transition: 0.5s;display: block;font-size: 1.6rem;}
a:hover{text-decoration: none !important;color: var(--bluecolor);}
img{transition: 0.5s;}
figure{margin: 0;}
aside, details, figcaption, figure, ins, summary, small, mark, title, video, footer, header, hgroup, nav, section, article { display: block; }
.row{margin: 0px;}

.clear { padding:0; margin:0; clear:both; }
h1, h2, h3, h4, h5, h6 { padding:0; margin:0;font-family: var(--montserrat);}
p{padding:0; margin:0;}
html, body { width: var(--w-full); padding: 0; margin: 0;font-family: var(--montserrat); font-size: 62.5%;color: var(--fontcolor);}
body{overflow-x: hidden;}
.cf::before,.cf::after {content: " "; display: table;}
.cf::after {clear: both;}
.cf {zoom: 1;}
:root{
--fontcolor: #313131;
--fontcolor2:#666666;
--colorwhite:#fff;
--bluecolor:#636FD8;
--lightblue: #0277DC;
--redcolor:#E50019;
--redcolor2:#D2293B;
--gray-colore:#EDF0F3;
--graybg:#F3F3F3;
--yellowcolor:#E3D523;
--black: #282828;
--footerbg:#00294D;
--w-full:100%;
--H-full:100%;
--Radius-full:100%;
--asap:'Asap', sans-serif;
--asap-condensed:'Asap Condensed', sans-serif;
--lato: 'Lato', sans-serif;
--noto: 'Noto Serif', serif;
--font60:bold 6rem/6.5rem var(--noto);
--font30:normal 3rem/4.2rem var(--asap);
--font48:bold 4.8rem/5.5rem var(--asap);
--font36:bold 3.6rem/4.2rem var(--asap);
--font24:bold 2.4rem/3.6rem var(--asap);
--font21:normal 2.1rem/2.8rem var(--asap);
--font18:normal 1.8rem/3rem var(--lato);
--font16:normal 1.6rem/2.6rem var(--lato);
}
.pdf_btn{font-size: 1.8rem;line-height: 2.8rem;font-family: var(--asap);font-weight: 600;}
.pdf_btn img{margin-right: 2rem;}
.btn33{width: 3.3rem;height: 3.3rem;border: .1rem solid rgb(255 255 255 / 17%);display: flex;justify-content: center;align-items: center;border-radius: 100%;}
.btn33 img{width: .6rem;height: 1.2rem;margin: auto;}
.btn33:hover{border: .1rem solid #E3D523;}
.btn29:hover{background: var(--orange-colore);}
.view_arrow{font:500 1.8rem/2.2rem var(--lato);background: #fff;padding: 1rem 3.4rem;display: inline-flex;justify-content: center;align-items: center;border-radius: 2.1rem;box-shadow: 0px 3px 10px #00000012;}
.view_arrow img {margin-left: 1rem;padding-top: 0.3rem;}
.view_arrow:hover{background: #004E92;color: #fff;}
.view_arrow:hover img{filter: invert(100);}
.apply_nowtbn{background: var(--colorwhite);font: 900 2.1rem/2.5rem var(--lato);color: var(--redcolor);padding: 1.3rem 3.5rem;border-radius: 3rem;border: 0.1rem solid #9C9C9C;text-align: center;display: inline-block;}
::selection{background: #ffb300;color: #fff;}
/*select-box start*/
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {background-color: #1f4d90;color: #fff;}
.nice-select .option{font: normal 1.8rem/2.5rem var(--lato);color: var(--black);padding: 1.5rem;}
.nice-select .option{color: #000;}
.nice-select .option.selected.focus {background-color: #d1d2d3;display: flex;flex-wrap: wrap;align-items: center;color: #000;}
.nice-select.open .list{width: 100%; background: #f3f3f3;border-radius:0;}
.nice-select.option.selected .focus{color: #000;}
.nice-select:after {height: 11px;width: 11px;border-bottom: 2px solid #fff;border-right: 2px solid #fff;}
.reacerch .reacerch_content + p{display: none;}
/*select-box end*/
/*img-zoom iffect*/
.img-zoom figure img{transition:all 1.1s ease 0s;width: var(--w-full);}
.img-zoom figure{overflow: hidden;position: relative;}
.img-zoom a:hover img, .img-zoom figure:hover img{transform: scale(1.1);}
.img-fit figure{height:var(--H-full);}
.img-fit figure img{height:var(--H-full);width: var(--w-full);object-fit: cover;}
/*img-zoom iffect*/
.max-w{max-width: 1920px;margin: auto;}
/*lightbox*/
body .lb-data .lb-details{width: 92%;}
body .lightbox .lb-data .lb-close {background: url(../../404.html) top right / 100% no-repeat;margin-right: 3rem;margin-bottom: 4rem;}
body .lightbox .lb-nav a.lb-next {background: url(../../404.html) left 48% / 100% no-repeat; opacity: 1;width: 4.5rem;margin-right: -2.5rem;}
body .lightbox .lb-nav a.lb-prev {background: url(../../404.html) left 48% / 100% no-repeat;opacity: 1;width: 4.5rem;margin-left: -2.5rem;}
body .lightboxOverlay {background: url(../../404.html) repeat;}
body .lightbox .lb-image{border-width: 2.5rem;}
body .lb-data .lb-caption{font-size: 2.1rem;color: #282828;line-height: 2.8rem;font-weight: normal;padding:0 3.5rem 3.5rem;display: block;}
body .lb-data .lb-number{display: none!important;}
body .lb-dataContainer{background: #fff;margin-top: -.5rem;}
/*lightbox*/
.owl-nav button{width: 3rem;height: 3rem;background: url('../../404.html') no-repeat center center !important;border-radius:var(--Radius-full);margin: .6rem;transition: 0.5s;}
.owl-nav button:hover img { background-color: bisque !important;  border-radius: 100%;}
.owl-nav button span{font-size: 0rem;}
/* .owl-nav button.owl-prev { transform: rotate(180deg);} */
.owl-nav { text-align: center;}
.owl-dot { background: #000 !important; min-width: 1rem; min-height: 1rem; margin: .5rem; border-radius:var(--Radius-full); opacity: 1; box-shadow: 0px 3px 6px #0000001A;box-shadow: 0px 3px 6px #00000029;}
.owl-dot.active{opacity: 1;background: #004E92 !important;}

/*--tab css--*/
.tab_accordian .card-header {display: none;}
.tab_accordian .tab-content>.active {display: block;}
.tab_accordian .collapse:not(.show) {display: block;}
.nav-tabs .nav-item p{cursor: pointer;}
.tab_accordian .card-header {display: none;}
@media (max-width: 991px) {
    .tab_accordian .tab_accordian.card-header {display: block;border: 0;background: none;padding: 0;margin: .7rem 0 0;}
    .tab_accordian .tab-content>.tab-pane {display: block;opacity: 1;}
    .tab_accordian .card-header p {border-radius: 0;cursor: pointer;position: relative;font: 300 2.1rem/3rem var(--fontPoppins);color: var(--colorwhite);}
    .tab_accordian .card-header p::before {width: 2rem;height: 2rem;background: url('../../404.html')no-repeat;position: absolute;right: 2rem;top: 0;bottom:0;margin: auto;content: '';transform: rotate(0deg);transition: 0.5s;}
    .tab_accordian .card-header p.collapsed::before {transform: rotate(-180deg);}
    .tab_accordian .card-header {display: block;background: var(--redcolor);}
    .tab_accordian .collapse:not(.show) {display: none;}
}
.carousel-indicators [data-bs-target] {width: 1.1rem;height: 1.1rem;border-radius:100%;margin: 0 0.5rem;}
.carousel-indicators .active {opacity: 1;}
/*---crousel--css-start--*/

@media (min-width: 1400px){
.container{max-width: 1386px;}

}/*--1400-end--*/

@media (max-width: 1649px){
    .container { max-width: 1320px;}
    :root{
        --font60:bold 5rem/5.5rem var(--noto);
        --font48:bold 3.8rem/4.5rem var(--asap);
        --font36:bold 2.8rem/3.5rem var(--asap);
        --font30:normal 2.6rem/3.6rem var(--asap);
    }

}/*--1440-end--*/

@media (max-width: 1399px){
.container {max-width: 1140px;}
.view_arrow {font: 500 1.6rem/2.2rem var(--lato);padding: 1rem 2.4rem;}
:root {
    --font60: bold 3.8rem/4.8rem var(--noto);
    --font48: bold 2.8rem/3.5rem var(--asap);
    --font36: bold 2.4rem/3.4rem var(--asap);
    --font30: normal 2.4rem/3.4rem var(--asap);
    --font18:normal 1.6rem/2.6rem var(--lato);
}
img{width: 100%;}

}/*--1399-end--*/

@media (max-width: 1199px){
    .container {max-width: 960px;}

}/*--1199-end--*/

@media (max-width: 991px){
    .container {max-width: 720px;}
}/*--991-end--*/
@media (max-width:767px){
    .container {max-width: 540px;}
body .lightbox .lb-nav a.lb-next{width: 3.5rem;margin-right: 1rem;}
body .lightbox .lb-nav a.lb-prev{width: 3.5rem;margin-left: 1rem;}

}/*--767-end--*/

@media (max-width:575px){
    .container {max-width: 100%;}
body .lb-data .lb-caption{font-size: 1.6rem;padding: 0 2rem 2.5rem;line-height: 2.5rem;}
body .lightbox .lb-data .lb-close{position: absolute;right: 0;}
body .lightbox .lb-image { border-width: 2rem;}

}/*--575-end--*/