@font-face {
font-family: 'Kruti Dev 710';
src: url('../fonts/Kruti-Dev710.eot');
src: url('../fonts/Kruti-Dev710.eot?#iefix') format('embedded-opentype'),
url('../fonts/Kruti-Dev710.woff2') format('woff2'),
url('../fonts/Kruti-Dev710.woff') format('woff'),
url('../fonts/Kruti-Dev710.ttf') format('truetype'),
url('../fonts/Kruti-Dev710.svg#Kruti-Dev710') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}



body {
font-family: 'Poppins', sans-serif;
z-index: -2;
}

header {
background-color: rgba(65,132,245,0.75);
height: 100px;
z-index: 9;
}
h3 {
color: #171a7f;
font-size: 36px;
}
.border-class {
border: 1px solid #111111;
}
li.nav-item a {
font-weight: 500;
font-size: 25px;
}
ul.register li {
background-color: #fa6f1c;
width: 70%;
border-radius: 10px;
}
/* section.banner-sec {
background-image: url("../images/banner.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 890px;
z-index: -1;
} */
.carousel.slide {
z-index: 9;
}
section.banner-sec {
z-index: -1;
}
section.banner-sec:before {
content: '';
position: absolute;
background-image: url(../images/round-bg.png);
background-size: cover;
width: 31%;
height: 80%;
right: 0;
top: 0;
z-index: 99;
background-repeat: no-repeat;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
z-index: 9999;
position: absolute;
}
a.carousel-control-prev, a.carousel-control-next {
width: 40px;
height: 40px;
bottom: 50px;
position: absolute;
top: auto;    
background-color: #ffffff;
opacity: 1;
border-radius: 100%;
border: 1px solid #b1bde0;
}

a.carousel-control-prev {
right: 110px;
left: auto;
}
a.carousel-control-next {
right: 50px;
}
.carousel-control-prev-icon {
background-image: url("../images/left.png");
background-size: contain;
}
.carousel-control-next-icon {
background-image: url("../images/right.png");
background-size: contain;
}
img.log-slide {
height: auto;
width: 30%;
top: 20%;
left: 50%;
transform: translate(-50%, 0);
}
.download {
background-color: #eeeeee;
}


/* owl-carousel css */

.carousel-wrap {
padding: 0 1%;
width: 100%;
position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
position: relative;
z-index: 100; 
-webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
margin-top: -26px;
position: absolute;
top: 50%;
color: #cdcbcd;
}

.owl-nav i {
font-size: 52px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
font-size: 0;
background-size: auto;
width: 30px;
height: 30px;
bottom: 50px;
background-color: #FFFFFC;
opacity: 1;
border-radius: 100%;
background-repeat: no-repeat;
padding: 20px;
background-position: center;
border: 1px solid #000;
}

.owl-nav .owl-prev {
background-image: url("../images/left.png");
left: 40px;
}
.owl-nav .owl-next {
background-image: url("../images/right.png");
right: 40px;
}
footer.footer {
background-color: #111111;
background-image: url("../images/footer-bg.png");
padding: 2em 0;
}
footer.footer ul li a {
font-weight: 400;
font-size: 14px;
}
h6:after {
content: '';
position: absolute;
width: 50px;
height: 1px;
background-color: #4184f5;
bottom: -15px;
left: 48px;
}
h6.contact:after {
left: 0;
}
ul.hindi-lang a {
font-family: 'Kruti Dev 710';
font-size: 18px !important;
}
footer.footer .hindi-lang li:first-child:before {
content: '\f041';
font-family: FontAwesome;
color: #ffffff;
position: absolute;
left: -25px;
top: 0;
}
footer.footer .hindi-lang li:nth-child(2):before {
content: '\f017';
font-family: FontAwesome;
color: #ffffff;
position: absolute;
left: -25px;
top: 0;
}
footer.footer .hindi-lang li:last-child:before {
content: '\f095';
font-family: FontAwesome;
color: #ffffff;
position: absolute;
left: -25px;
top: 0;
}
a.carousel-control-prev i {
color: #3d3b3b;
font-size: 35px;
position: relative;
top: -1px;
left: -2px;
}
a.carousel-control-next i {
font-size: 35px;
color: #3d3b3b;
top: -1px;
position: relative;
left: 2px;
}
.mac-inner-banner:before {
background-size: contain !important;
width: 26% !important;
height: 76% !important;
}
.mac-inner-banner .log-slide {
top: 25%;
left: 37%;
width: 20%;
}
.formsapp_bg_image {
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
left: 50%;
transform: translateX(-50%);
}
.formsapp_bg_image img {
width: 100vw;
height: 100vh;
object-fit: cover;
}


.start-btn{
margin-top: 20px;
}
.img-logo {
width: 350px;
margin: 0 auto;
padding-bottom: 30px;
}
.img-logo img{
width: 100%;
}
.Data-Form-main {
background-color: inherit;
}
.form-sec
{
background-color:#e1e9f8;
}
.Data-Form{
height: auto;
padding: 50px;
border-radius: 20px;
margin: 0 auto;
padding-bottom: 0;
}
.Data-Form h1{
margin-bottom: 30px;
color: #192e5b;
font-size: 30px;
background-color: #f5f5f5;
padding: 10px 0px;
padding-bottom: 12px;
text-align: center;
}
.data-form-show .work_list .form-check-inline{
width: 31.2%;
margin-bottom: 10px;
}
.subster{
color: red; 
}
.Data-Form p{
font-size: 24px;
}
.form-group {
text-align: left;
}
.conatct-data-feails {
background-color: #4184f5;
padding: 100px;
}
.conatct-data-feails input {
border-radius: 0;
border: none;
padding: 10px;
margin-bottom: 35px;
}
.conatct-data-feails button.btn {
background-color: transparent;
border: 1px solid #fff;
border-radius: 0;
width: 140px;
padding: 10px;
color: #ffffff;
}
.conatct-data-feails h1 {
font-size: 3.75rem;
font-weight: 700;
margin-bottom: 20px;
}
.form-box {
height: 230px;
margin: 14px;
}
.navbar.navbar-expand-lg {
width: 100%;
}
div#navbarNav {
justify-content: space-between;
}
.form-g-1 {
border: 2px solid #fff;
border-radius: 10px;
padding: 20px;
margin-bottom: 30px;
}
.work_list {
border: 2px solid #fff;
border-radius: 10px;
margin-bottom: 30px;
padding: 20px;
}
.from-b-2 {
width: 100%;
border: 2px solid #fff;
padding: 20px 0px;
border-radius: 10px;
}
section.form-banner {
background-color: #e1e9f8;
text-align: center;
padding-top: 120px;
padding-bottom: 20px;
}
section.form-banner h1 {
background-color: #699df6;
border-radius: 5px;
padding: 15px 0;
width: 56.5%;
margin: auto;
color: #fff;
}
.form-page ul.register li {
background-color: #fa6f1c;
width: 100%;
border-radius: 10px;
position: relative;
top: -30px;
}

.inner_page header {
position: unset !important;
}
.inner-banner h3 {
color: #fff;
}
.inner-banner img {
width: 100%;
height: 250px;
object-fit: cover;
filter: brightness(0.2);
}

.inner-banner .content {
position: absolute;
top: 0;
width: 100%;
text-align: center;
height: 100%;
justify-content: center;
align-items: center;
display: flex;
}

.inner-banner {
position: relative;
z-index: -1;
}
.banner-sec .carousel-item img.m-banner {
height: 100vh;
object-fit: cover;
}
.inner_page img.m-banner {
height: 60vh !important;
object-fit: cover;
filter: brightness(0.3);
}

.inner_page img.log-slide {
    height: auto;
    width: 23%;
    top: 9%;
    left: 50%;
    transform: translate(-50%, 0);
}
.head-test {
position: absolute;
bottom: 29px;
width: 100%;
text-align: center;
color: #fff;
}
.inner_page .banner-sec:before
{
display: none;
}
.owl-carousel .item img {
height: 380px;
object-fit: cover;
object-position: left;
}
.contact-content {
    background-color: #4284f5;
}
body.inner_page header {
    background-color: #4184f5;
}
p {
    text-align: justify;
}
ul.form-sewadata li.form-check.form-check-inline {
    width: 45%;
}
div#carouselExampleControls .content {
    margin-top: 45px;
}


/*Responsive*/  

@media only screen and (max-width: 1500px){
    li.nav-item a {
        font-size: 21px;
    }
}
@media only screen and (max-width: 1199px){
    li.nav-item a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px){
li.nav-item a {
font-size: 15px;
}

}

@media only screen and (max-width: 992px){
.Data-Form {
width: 100%;
padding: 15px;
}
ul.form-sewadata li.form-check.form-check-inline {
    width: 100%;
}
ul.form-sewadata {
    padding: 0;
}
.data-form-info p {
font-size: 18px;
}
.img-logo {
width: 100%;
}
.Data-Form-main .data-form-show label {
font-size: 14px;
margin-bottom: 10px;
}
.Data-Form-main .jumbotron.text-center.Data-Form-main .Data-Form .img-logo {
width:100%;
}
.Data-Form-main .data-form-show h1 {
font-size: 30px;
}
.Data-Form-main .data-form-show .work_list .form-check-inline {
width:100%!important;
}
.Data-Form-main .form-check-inline .form-check-input {
width: 20px !important;
height: 20px !important;
margin-right: 25px;
}
.Data-Form-main sup.subster {
font-size: 18px;
top: 0;
}
.Data-Form-main .form-check.form-check-inline {
margin-bottom: 0;
}
.Data-Form-main select.form-control {
height: 35px !important;
font-size: 18px;
padding: 0px 10px 0px 10px;
}
.Data-Form-main input.form-control {
height: 35px;
padding: 0px 10px 0 10px;
font-size: 18px;
}
.Data-Form-main button#submit-form {
font-size: 18px;
padding: 5px 0;
width: 100%;
}

/*.footer .row .col-md-4:nth-child(2) .ml-5 {
margin-left: 0 !important;
}*/
.navbar-toggler {
background-color: #ffffffd1;
}
.navbar-toggler-icon i.fa.fa-bars {
font-size: 30px;
}
header {
height: 60px;
}
section.banner-sec:before {
width: 20%;
height: 45%;
}
nav.navbar.navbar-expand-lg {
position: absolute;
top: 0;
width: 100%;
}
.navbar-collapse {
background-color: white;
padding: 20px;
border-radius: 4px;
position: relative;
top: 10px;
}
.navbar-nav .nav-link {
color: #000 !important;
}
ul.register li {
width: 40%;
}
.mac-inner-banner .log-slide {
top: 30%;
left: 36%;
width: 30%;
}
.inner-banner {
height: auto;
}

}
@media only screen and (max-width: 767px){
    .about-content {
        margin-top: 25px;
    }
    section.page-data.container {
        padding: 15px !important;
    }
    .questions button.btn {
        white-space: normal;
    } 
    .inner_page img.log-slide {
        width: 80%;
    }    
}

@media only screen and (max-width: 667px){

.about .about-content {
padding-top: 40px;
}
.footer .row .col-md-4:nth-child(2) .ml-5 {
padding-left: 0 !important;
}
.footer .row .col-md-4:nth-child(2) h6:after {
left: 0;
}
ul.register li {
width: 50%;
}
a.carousel-control-prev {
right: 60px;
}
a.carousel-control-next {
right: 15px;
}
a.carousel-control-prev, a.carousel-control-next {
bottom: 12px;
}
.owl-nav .owl-next {
right: 15px;
}
.owl-nav .owl-prev {
background-image: url(../images/left.png);
left: 15px;
}
h3 {
font-size: 28px;
}
.download img {
width: 100%;
}
.mac-inner-banner .log-slide {
top: 50px;
}
}
@media only screen and (max-width: 425px){

ul.register li {
width: 80%;
}
}
@media only screen and (max-width: 375px){

ul.register li {
width: 100%;
}
}