img.logo-img {
    width: 104px;
}
@media (min-width: 992px){
.header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: -63px;
    min-width: 250px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 95%;
}
}
.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 150px;
    background: #cecece;
    z-index: 1;
    background-image: url('https://karnatakabookofrecords.in/img/welcome-1.jpg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.bcumb_olay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(58 79 100 / 78%);
	z-index: -1;
}
.banner_area .banner_inner .banner_content h2 {
    color: #ffffff;
}
.banner_area .banner_inner .banner_content .page_link a {
    font-size: 14px;
    color: #ffffff;
}
@media (min-width: 992px){
.navbar-hover .dropdown:hover > .dropdown-menu, .navbar-hover .nav-item:hover > .dropdown-menu {
    top: 137%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
}
.navbar-new .navbar-nav .nav-link {
    padding: 1.4rem 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    border: 2px solid transparent;
    font: 600 12px "Roboto",sans-serif;
}
.dropdown-menu{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.dropdown-item{font: 600 12px "Roboto",sans-serif;}
.dropdown-menu li:last-child .dropdown-item{border-bottom: none !important;}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.border-0 {
    border: 0!important;
}
.cta_part {
    background-color: #2572ff;
	background-image: linear-gradient(45deg, #007bff 0%, #004085 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cta_part .circle_shape_1 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.08;
    position: absolute;
    right: 260px;
    bottom: -200px;
    width: 325px;
    height: 325px;
    -webkit-animation: circleAnimation 5s linear infinite;
    animation: circleAnimation 5s linear infinite;
    z-index: -1;
}
.cta_part .circle_shape_2 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.1;
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 474px;
    height: 425px;
    -webkit-animation: circleAnimation 7s linear infinite;
    animation: circleAnimation 7s linear infinite;
    z-index: -1;
}

@-webkit-keyframes circleAnimation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
.section_padding {
    padding: 120px 0px;
}
.cta_part .cta_part_iner h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
}
.cta_part .cta_btn .btn_3:hover {
    border: 2px solid #fff;
    box-shadow: none;
}
.cta_part .cta_btn .btn_3 {
    box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.2);
    padding: 19px 42px;
    border: 2px solid #fff;
}
.btn_3:hover {
    box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}
.cta_part .cta_btn {
    float: right;
}
.cta_part .cta_btn .btn_3 {
    box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.2);
    padding: 19px 42px;
    border: 2px solid #fff;
}
.btn_3 {
    color: #2572ff !important;
    border: 2px solid #2572ff;
    display: inline-block;
    padding: 14px 39px;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cta_part .cta_part_iner p {
    font-size: 24px;
    margin-top: 25px;
    color: #fff;
}
p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #626a77;
    font-family: "Poppins", sans-serif;
}
.members_card.card-body.text-center {
    background-color: #f0f0f1;
    border-top: 1px solid #e1e1e1;
}
.main_footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 150px;
    background: #cecece;
    z-index: 1;
    background-image: url(https://karnatakabookofrecords.in/img/backgrounds/kbr_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_olay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 53 106 / 85%);
    z-index: -1;
}
.footer-bottom {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: #004085;
    border-top: 1px solid #0353a9;
}
footer a:hover {
    color: #ffffff !important;
}
footer h5 {
    color: #e3e3e3;
}
.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #536bf6;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px
}

.search-icon:hover {
    color: #fff !important
}

a:link {
    text-decoration: none
}

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none;
    cursor: pointer;
    transition: all 2s
}

.card-inner:hover {
    transform: scale(1.1)
}

.mg-text span {
    font-size: 12px
}

.mg-text {
    line-height: 14px
}
.search_holder {
    background-color: #004085;
	background-image: linear-gradient(45deg, #007bff 0%, #004085 100%);
    padding: 20px;
}
.search_holder .card{background-color:transparent;border:none !important;} 

.apply_now_form .checkbox ul li {
    display: inline-block;
}
.apply_now_form {
    /*background-color: blue;
    background-image: linear-gradient(55deg, #dddddd 0%, #cee0f3 100%);*/
}
.row.apply_for_row {
    background-image: linear-gradient(45deg, #dfefff 0%, #b4cde7 100%);
    padding: 0px;
    border: 1px solid #d1d1d1;
    border-radius:  5px 5px 5px 5px;
}

#apply_for_section{background-image: url('overlay.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.barh{background-image: url('bar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h4.form_title {
    padding-top: 25px;
}
.field_box {
    background-image: linear-gradient(45deg, #dfefff 0%, #b4cde7 100%);
    padding: 0px;
    border: 1px solid #d1d1d1;
    border-radius:  5px 5px 5px 5px;
}
.field_box{
    background-image: url(overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    width: 100%;
	position:relative;
	padding-bottom: 75px;
}
.row.id_number_row {
    padding: 25px 0;
}
.field_box {
    background-image: url(overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: rgb(0 64 133 / 17%);
	padding: 25px 50px;
	position:relative;
	padding-bottom: 75px;
}
section.container-fluid.online_tnc_box {
    background-image: linear-gradient(45deg, #007bff 0%, #004085 100%);
    padding: 50px 0;
    color: white;
}
.botm-bar {
    background-image: url(bar.svg);
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.row.mt-5.record_type_row {
    background-image: linear-gradient(45deg, #eef2f6 0%, #b8cfe7 100%);
    padding: 25px;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 25px;
}
img.imgintro {
    width: 68%;
    padding: 20px;
    float: right;
    display: block;
}
section.home-intro.on-about-page img.imgintro {
    width: 68%;
    padding: 20px;
    float: left;
    display: block;
}
section.home-intro {
    background-image: linear-gradient(45deg, #dcebfa 0%, #ffffff 100%);
}
section.home-intro {
    background-image: linear-gradient(45deg, #dcebfa 0%, #ffffff 100%);
    padding-top: 75px;
    padding-bottom: 50px;
}
section.home-intro h2 {
    font-weight: bold;
}
p.about_p {
    padding: 25px 0;
}

@media screen and (max-width: 720px) {
  p.about_p {
    padding: 10px 0;
}
.carousel-item img {
    height: 250px !important;
}
}