/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import  url("../../assets/db_css/db_simple_table.css");
@import  url("../../assets/vendor/common_custom_style.css");

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
      url('../font/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Bold.woff2') format('woff2'),
      url('../font/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Regular.woff2') format('woff2'),
      url('../font/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Light.woff2') format('woff2'),
      url('../font/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Medium.woff2') format('woff2'),
      url('../font/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: "Poppins", 'sans-serif';
  color: #555555;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

a {
  color: #838181;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: #479e46;
  text-decoration: none;  -moz-transition: .5s;
  -webkit-transition: .5s;
   transition: .5s;
}
.link-color{
	color: #479e46;
}
.link-color:hover{
	color: #555555;
}
.text-center{
	text-align: center;	
}
.text-left{
	text-align: left;	
}
.text-right{
	text-align: right;	
}

.link-two {
  color: #222222;
  transition: all 0.5s ease;
}
.link-two:hover {
  text-decoration: underline;
  color: #222222;
}

.link-one {
  color: #222222;
  transition: all 0.5s ease;
}
.link-one:hover {
  color: #222222;
  text-decoration: none;
}

.link-icon {
  color: #515151;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.card-header-c:hover .link-icon {
	color: #479e46;
}
.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}
.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.text-brand {
  color: #222222;
  /* font-size: 30px; */
  font-weight: 600;
}

.color-a {
  text-decoration: none;
  color: #222222;
}

.color-b {
  color: #479e46;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #222222;
}

.no-margin {
  margin: 0;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.list-a li {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-right: 80px;
}

.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
  text-decoration: none;
}
.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #222222;
}
.pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
  background-color: #479e46;
}
.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}
.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}
.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}
.pagination-a .pagination .page-item.active .page-link {
  background-color: #479e46;
}

.a {
  text-decoration: none;
  color: #479e46;
  font-size: 1.3rem;
}

.breadcrumb-item.active{
	color: #393939;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #222222;
  width: 50px;
  padding-top: 8px;
}
.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
  padding-top: 8rem;
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 1rem;
}

.title-a {
  text-decoration: none;  
  font-weight: 500;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}
.title-a::before {
	position: absolute;
	content: '';
	/* width: 130px; */
	width: 20%;
	height: 2px;
	background-color: #479e46;
	left: 100%;
	top: 50%;
	margin-top: -1px;
}
.theme-color-v3 .title-a::before {
	background-color: #014a91;
}

.theme-color-v2 .title-a::before {
    background-color: #820900;
}
.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 0.2rem;
  text-align-last: right;
}
.title-link a {
  text-decoration: none;
  color: #313131;
}
.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  /* margin-bottom: 1rem; */
  position: relative;
}
.title-box-d .title-d {
  font-weight: 500;
  text-transform: capitalize;
  /* font-size: 2rem; */
}
.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #479e46;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul, .box-comments ul, .list-a ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}
.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #479e46;
  width: 36px;
}

.nav-arrow-a {
  text-decoration: none;
}
.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

/* social media icons */ 
.socials-a {
  text-decoration: none;
  font-size: 25px
}
.socials-a .list-inline-item{
  padding: 5px;   
}
.socials-a .list-inline{
  line-height: normal;
  margin: 0 -5px;
}
.socials-a ul li a {	
	padding: 4px;
	background: #f0f0f0;
	display: flex;	
	width: 32px;
	height: 32px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
}
.socials-a ul li a i{
	font-size: 22px;
	line-height: 22px;
}
.socials-a .fb-icon{	
	background: #3b5998;
	color: #ffffff;
}
.socials-a .fb-icon:hover{
	background: #f0f0f0;
	color: #3b5998;
}
.socials-a .tw-icon{	
	background: #00acee;
	color: #ffffff;
}
.socials-a .tw-icon:hover{
	background: #f0f0f0;
	color: #00acee;
}
.socials-a .insta-icon{	
	background: #bc2a8d;
	color: #ffffff;
}
.socials-a .insta-icon:hover{
	background: #f0f0f0;
	color: #bc2a8d;
}
.socials-a .yt-icon{	
	background: #c4302b;
	color: #ffffff;
}
.socials-a .yt-icon:hover{
	background: #f0f0f0;
	color: #c4302b;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #479e46;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #4bd680;
  color: #fff;
}
.theme-color-v2 .back-to-top:hover {
  background: #c45e57;
}
.theme-color-v3 .back-to-top:hover {
  background: #549ee6;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #479e46;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: 0.5s ease;
}
.btn.btn-a, .btn.btn-b {
  border-radius: 0;
  padding: 10px 20px;
  letter-spacing: 0.05rem;
}
.btn.btn-a {
  text-decoration: none;
  background-color: #222222;
  color: #ffffff;
}
.btn.btn-a:hover {
  background-color: #479e46 !important;
  /* color: #222222; */
}
.btn.btn-b {
  background-color: #479e46;
  color: #222222;
}
.btn.btn-b:hover {
  background-color: #222222;
  color: #ffffff;
}
.btn.btn-b-n {
  background-color: #479e46;
  color: #ffffff;
  border-radius: 5px;
}
.btn.btn-b-n:hover {
  background-color: #222222;
  color: #ffffff;
}

.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0px;
}
.navbar-toggle-box i {
  line-height: 0;
}


header {
    border-bottom: 1px solid #0E425A;
}
/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
  transition: all 0.5s ease-in-out;
/*   background-color: #ffffff; */
  background: #0E425A 0% 0% no-repeat padding-box;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.navbar-default .nav-search {
  color: #222222;
  font-size: 1.5rem;
}
.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.navbar-default.navbar-trans, .navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding: 8px 10px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  
}
.navbar-default.navbar-trans .nav-link i, .navbar-default.navbar-reduce .nav-link i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2px;
}
.navbar-default.navbar-trans .nav-link:before, .navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #479e46;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}
.navbar-default.navbar-trans .nav-link:hover, .navbar-default.navbar-reduce .nav-link:hover {
  color: #222222;
}
.navbar-default.navbar-trans .nav-link:hover:before, .navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before, .navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.navbar-default.navbar-trans .nav-link:before {
  background-color: #479e46;
}
.navbar-default.navbar-trans .nav-link:hover {
  color: #eda92e;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}
.navbar-default.navbar-reduce .nav-link {
  color: #222222;
}
.navbar-default.navbar-reduce .nav-link:before {
  background-color: #479e46;
}
.navbar-default.navbar-reduce .nav-link:hover {
  color: #222222;
}
.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #222222;
}
.navbar-default.navbar-reduce .navbar-brand {
  color: #222222;
}
.navbar-default .dropdown .dropdown-menu {  
  border-top: 4px solid #479e46;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
 transition: all 0.05s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.05s ease 0s, height 0.05s linear 0.05s; 
  margin: 0;
  border-radius: 0;
  padding: 8px 0;
  top: 100%;
  margin-top: 5px;
  max-height: 380px;
  overflow-x: auto;
  overflow-y: auto;
  left: -50%;
}
/* two col menu dropdown start */
.navbar-default .dropdown .dropdown-menu.max-dropdown{
	min-width: 630px;
	left: -50%;
	margin-left: calc(100% - 315px);
	padding: 0;	
}
.navbar-default .dropdown .dropdown-menu .multi-col-menu{	
	display: flex;
    flex-wrap: wrap; 
    position: relative;   
}
.navbar-default .dropdown .dropdown-menu .multi-col-menu.col-m2:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
	left: 50%;
	top:0;
	right: auto;
	margin-left: -1px;
}
.navbar-default .dropdown .dropdown-menu .multi-col-menu.col-m2 .dropdown-item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: auto;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.menu-title{	
	background: #eeeeee;
	font-weight: 500;
    color: #000;    
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.menu-title:hover{
	background: #eeeeee;	
    color: #000 !important;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.menu-title:first-child{
	margin-top: -8px;
}
/* two col menu dropdown start */
.navbar-default .dropdown .dropdown-menu .multi-col-menu.col-m2 .dropdown-item.sub-dropdown-menu .dropdown-item {   
     width: 100%;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 8px 18px;
  transition: all 500ms ease;
  font-weight: 400;
  min-width: 220px;
  font-size: 0.9rem;
  white-space: inherit;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.sub-dropdown-menu{
	padding: 0;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.sub-dropdown-menu:hover{
	background-color: transparent !important;	
}
.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e1e1e1;
  color: #479e46;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #479e46;
}
.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, -10px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------ Hamburger Navbar menu start ------*/

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*------ Hamburger Navbar menu end ------*/

/*--------------------------------------------------------------
# Hero intro Section
--------------------------------------------------------------*/
.landing-main .intro,
.intro{
	height: 82vh;
}
.theme-color-v3.landing-main .intro{
	height: 87.2vh;
}
.intro {  
  position: relative;
  color: #ffffff;
}
.intro .swiper-pagination {
    bottom: 10px;	
	top: auto;
	line-height: 5px;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #479e46 !important;  
}
.intro .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.intro .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.intro .carousel-item-a {
  position: relative;
  /* height: 100vh; */
}

.intro .carousel-item-a.bg-image {
/*     background-attachment: scroll; */
    background-position: top right;
    background-size: cover;
/*     background-size: contain; */
    /* background-position-y: initial; */
    background-repeat: no-repeat;
}
.intro .intro-content {
  position: absolute;
}
/*  .intro .intro-body {
    padding: 1rem;
    background: rgba(255,255,255,0.2);    
    background: rgb(0 0 0 / 30%);
    position: relative;
    border-radius: 4px;
} */

.intro .intro-body {
    padding: 1rem 1rem;
    /* background: rgba(255,255,255,0.2); */
    background: rgb(0 0 0 / 30%);
    position: relative;
    border-radius: 4px;
/*     margin-top: 45%; */
        margin-left: 10%;
}
.intro .intro-body:before {
    content: "";
    position: absolute;
    border: 1px solid #777;
    width: 100%;
    height: 100%;
    left: 6px;
    top: 6px;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: -1;
    border-radius: 4px;
    display:none;
}
.intro .intro-body .detail-button {    
  background-color: rgba(71,158,70,0.5);
  color: #ffffff;
}
.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}
.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.intro .intro-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-detail {
  padding-top: 1rem;
  font-size: 1.2rem;
}

.intro .swiper-button-next:after,
.intro .swiper-button-prev:after{
	    --swiper-navigation-size: 18px;
}  

.intro .swiper-button-next,
.intro .swiper-button-prev{
	color:#fff;
	background-color: rgb(38 45 63 / 60%);
    padding: 20px;
    border-radius: 4px;
}


/*------ Intro Single ------*/
.intro-single {
  padding: 1rem 0 1rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}
.intro-single .title-single-box {
  border-left: 3px solid #f9622b;
}
.intro-single .title-single-box .title-single {  
  margin-bottom: 0;
}

.intro-single .breadcrumb-box {
  padding: 2rem 0 0 0.5rem;
}
.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*------ title roller text start ------*/
.rolling-title-block {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.rolling-text{  
  width:100%;  
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 20px 5px 10px 5px;
}
.rolling-text .rolling-text-main{
  font-size: 2rem;
  line-height: 2rem;
  text-align:center;  
  color: #ff881f;   
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: 0px 0px 2px #818181;
}
.roller{
  height: 4.125rem;
  font-size: 1.5rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  color: #f0f0f0;
  font-weight:300;
  text-shadow: 0px 0px 2px #818181;
}
.roller b{
	color: #24f7ff;
}
#spare-time {
    font-size: 1rem;    
    letter-spacing: 0.4rem;
    margin-top: 0;
    color: #24f7ff;
}
.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 14s infinite;  
}
@keyframes slide {
  0%{
    top:0;
  }
  25%{
    top: -4rem;    
  }
  50%{
    top: -8rem;
  }
  72.5%{
    top: -12.25rem;
  }
}

/*------ title roller text end ------*/


/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: normal;
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}

.img-box-b {
    max-height: 250px;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/


.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}
.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 1rem;
}

.detail-button {
  color: #479e46;
  padding: 0.6rem 1rem;
  border: 2px solid #479e46;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: normal;
  background-color: rgba(255,255,255,0.6);
  display: inline-block;
  vertical-align: top;
}
.sm-btn{
	padding: 0.4rem 0.6rem;
}
.detail-button-iconic i{
	display: inline-block;
	vertical-align: middle;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}


/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}

.card-header-b .category-b {
  font-size: 0.9rem;
  background-color: #479e46;
  padding: 0.3rem 0.7rem;
  color: #313131;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
  display: none;
}
.card-header-b .title-2 {
  margin-bottom: 0;
  padding: 0.6rem 0;
  font-size: 1.2rem;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}
.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*======================================
         SERVICES - CARD-C
======================================*/
.card-box-c {
  position: relative;
  padding: 20px 0px;
}
.card-header-c{
	cursor: pointer;
	display: block;
}
.card-box-c .card-header-c:hover .link-icon {
	text-shadow: 0.5px 1px #9e9e9e;
}
.card-box-c:hover .card-footer-c a{
  color: #479e46;
}

.card-box-c:hover .card-box-ico{
  border-color: #515151;  
}

/* .card-box-ico img{
	max-width: 100px;
} */

.card-box-ico svg{
	max-width: 100px;
	fill:#515151;
}

.card-header-c:hover svg{
	fill: #479e46;	
}

.card-body-c {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.card-footer-c {  
  display: flex;
  justify-content: center;
  padding: 8px 5px;
}

.card-box-ico {
	padding: 2rem;
	border: 2px solid #479e46;
	text-align: center;
	display: block;	
	background: #f3fff7;
}
.card-box-ico span {
  font-size: 4rem;
  color: #222222;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

/* ayush system design start */
.ayush-system {	
	background: url('../img/section-full-bg.jpeg');
	background-size: auto;
	background-attachment: fixed;		
}

.ayush-system,
.section-bg-repeat,
.bg-overlay{
	position: relative;
	z-index: 1;
}
.ayush-system:after,
.section-bg-repeat:after,
.bg-overlay:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.title-box .title-a1,
.theme-color-v3 .text-container .title-block {
	color: #014a91;
}
.ayush-iconbox .card-box-ico svg{
	max-width: 80px;
}
.ayush-iconbox .card-box-ico{
	border-width:1px;	
}
.ayush-iconbox .card-box-c{
	padding: 15px 0;
}
.ayush-system .title-a{
	color: #014a91;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.ayush-system .color-d {
    color: #ffffff;
}



/* colorv1 */
.ayush-iconbox .colorv1 .card-box-ico{
	border-color: #3cb371;
    background: #3cb371;
}
.ayush-iconbox .colorv1 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv1.card-box-c:hover .card-box-ico {
    border-color: #3cb371;
}
.card-box-c.colorv1 .card-header-c:hover .link-icon{
	color: #3cb371;
}

/* colorv2 */
.ayush-iconbox .colorv2 .card-box-ico{
	border-color: #f4770d;
    background: #f4770d;
}
.ayush-iconbox .colorv2 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv2.card-box-c:hover .card-box-ico {
    border-color: #f4770d;
}
.card-box-c.colorv2 .card-header-c:hover .link-icon{
	color: #f4770d;
}

/* colorv3 */
.ayush-iconbox .colorv3 .card-box-ico{
	border-color: #2E8BC0;
    background: #2E8BC0;
}
.ayush-iconbox .colorv3 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv3.card-box-c:hover .card-box-ico {
    border-color: #2E8BC0;
}
.card-box-c.colorv3 .card-header-c:hover .link-icon{
	color: #2E8BC0;
}

/* colorv4 */
.ayush-iconbox .colorv4 .card-box-ico{
	border-color: #F36196;
    background: #F36196;
}
.ayush-iconbox .colorv4 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv4.card-box-c:hover .card-box-ico {
    border-color: #F36196;
}
.card-box-c.colorv4 .card-header-c:hover .link-icon{
	color: #F36196;
}

/* colorv5 */
.ayush-iconbox .colorv5 .card-box-ico{
	border-color: #7055a6;
    background: #7055a6;
}
.ayush-iconbox .colorv5 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv5.card-box-c:hover .card-box-ico {
    border-color: #7055a6;
}
.card-box-c.colorv5 .card-header-c:hover .link-icon{
	color: #7055a6;
}

/* colorv6 */
.ayush-iconbox .colorv6 .card-box-ico{
	border-color: #d5b505;
    background: #d5b505;
}
.ayush-iconbox .colorv6 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv6.card-box-c:hover .card-box-ico {
    border-color: #d5b505;
}
.card-box-c.colorv6 .card-header-c:hover .link-icon{
	color: #d5b505;
}

/* colorv7 */
.ayush-iconbox .colorv7 .card-box-ico{
	border-color: #07823e;
    background: #07823e;
}
.ayush-iconbox .colorv7 .card-box-ico svg {
    fill: #ffffff;    
}
.ayush-iconbox .colorv7.card-box-c:hover .card-box-ico {
    border-color: #07823e;
}
.card-box-c.colorv7 .card-header-c:hover .link-icon{
	color: #07823e;
}

/* common ribbon colors */
.ayush-iconbox .ribbon.cmn-ribbon span{
	background-color: #ededed;
    color: #838080;
}
.ayush-iconbox .ribbon.cmn-ribbon::before, 
.ayush-iconbox .ribbon.cmn-ribbon::after{
	border-color: #838181;
}
.cmn-ribbon {
	display: none;
}
/* ayush system design end */



/*======================================
		  AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}
.card-box-d:hover .card-overlay-hover {
  background-color: #479e46;
  opacity: 0.9;
}
.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footer {
  margin-top: 2rem;
}
.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# background effects, pattern start
--------------------------------------------------------------*/
.section-bg{
	position: relative;
}
.section-bg::before {	
	content: '';	
	position: absolute;
	width: 198px;
	height: 148px;
	background-image: url('../img/section_img_lg.png');
	background-repeat: no-repeat;
	bottom: -98px;
	right: 0;		
	background-size: 100% 100%;
}

/* section img right - lg */
.section-bg-md::before{
	width: 198px;
	height: 148px;
	background-image: url('../img/section_img_md.png');	
	bottom: -100px;
	right: 0;	
	z-index: 99;		
}
.section-bg-md.bg-g-md::before{
	background-image: url('../img/gsection_img_md.png');
}
.section-bg-md.bg-r-md::before{
	background-image: url('../img/rsection_img_md.png');
}

/* section img left - sm */
.section-bg-sm::before{
	width: 99px;
	height: 99px;
	background-image: url('../img/section_bg.png');	
	top: -50px;
	left: 0;	
	z-index: 1;	
}
.section-bg-sm-tr::before{
	right: 0;
	left:auto;    
    transform: rotate(-90deg);
}
.section-bg-sm.bg-pos-lb::before{
	top:auto;	
	bottom: -50px;	
}
.section-bg-sm.bg-g-sm::before{
	background-image: url('../img/gsection_bg.png');	
}
.section-bg-sm.bg-r-sm::before{
	background-image: url('../img/rsection_bg.png');	
}

/* section img right - lg */
.section-bg-lg::before{
	width: 198px;
	height: 148px;
	background-image: url('../img/section_img_lg.png');	
	top: -50px;
	right:0;		
}
.section-bg-lg.bg-g-lg::before{
	background-image: url('../img/gsection_img_lg.png');	
}
.section-bg-lg.bg-r-lg::before{
	background-image: url('../img/rsection_img_lg.png');	
}

.about-image-area {
	position: relative;
	z-index: 9;
	height: 100%;		
}
.about-image-area.about-img-rt .about-image{
	right: 0;
	float: right;
}
.about-image-area.about-img-rt .shape-1 {
	right: auto;	
	left: 30px;
}
.about-image-area .about-image {
	max-width: 90%;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	z-index: 9;	
	margin-bottom: 40px;
}
.about-image-area .about-image img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.about-image-area .about-image:hover img {
  -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}
.about-image-area .shape {
	position: absolute;
	z-index: 1;
}
.about-image-area .shape img,
.about-image-area .shape-1 img{
	max-width: 100%;
}
.about-image-area .shape span{
	max-width: 100%;
}
.about-image-area .shape-1 {
	right: 30px;
	top: 60px;
	z-index: -1;
}

.icon-box-shape-animation {
	position: relative;
}
.icon-box-shape-animation .shape {
	position: absolute;
	z-index: 1;
}
.icon-box-shape-animation .shape-1 {
	top: -40px;
	left: -50px;
	z-index: -1;
}

.icon-box-shape-animation .shape-1.shape-btm{
	bottom: -50px;
	right: 100px;
	top:auto;
	left: auto;
	text-align: right;
}

.icon-box-shape-animation img{
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*--------------------------------------------------------------
    Minister Info  Start
--------------------------------------------------------------*/
.a-box {
 display: flex; 
    text-align: center;
    align-items: center;
    /*  padding: 0px 0px 100px 0px; */

}

.img-container {
   height: 240px;
    width: 200px;
    overflow: hidden;
    border-radius: 10px 10px 15px 15px;
    margin: 0;
    display: inline-block;
}

.img-container img {
      transform: skew(0deg, -10deg);
    /* height: 240px; */
    margin: 25px 0px 0px 0px;
}

.inner-skew {
   display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 10deg);
    font-size: 0px;
    margin: -30px 0px 0px 0px;
    background: #c8c2c2;
    height: 240px;
    width: 200px;    
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.20);
	box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.20);}

.text-container {  	
    padding: 30px 20px;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
.bg-pattern{
	position: relative;
}
.bg-pattern:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    right: -15px;
    background: url("../img/svg/bg-pattern.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.text-container p:last-child, .text-container p:first-child {
    margin-bottom: 0px;
}

.text-container .title-block { 
  color: #479e46;
  line-height: normal;
}

/*--------------------------------------------------------------
    Minister Info  end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# background effects, pattern end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
  background-color: rgb(46 202 106 / 60%);
  padding: 1.5rem 2.5rem;
  /* position: absolute;
  left: 15px;
  bottom: 10px;
  width: 100%; */
}

.sinse-box .sinse-title {
     font-weight: 500;
    letter-spacing: 0.043em;
    font-size: 1.5rem;
    line-height: normal;    
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.sinse-box .sinse-title span {
  position: absolute;
}
.sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  bottom: -15px;
}
.sinse-box p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-box {
  padding: 1rem 0;
}
.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: center;
}
.testimonial-ico i {
  font-size: 48px;
  color: #479e46;
}

.testimonial-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
}
.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: inline-flex;
  font-size: 1.2rem;
  color: #222222;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background: #f3f3f3;
  text-align: center;
  color: #f0f0f0;	
}
footer .copyright-footer {
/*   border-top: 1px solid #494949; */
/*   padding-top: 20px; */
}
footer .copyright-footer p{
	margin-bottom: 0;
	margin-top: 00px;
}
footer .copyright-footer p + p{
	margin-top: 4px;
}
.sm-text{
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}
footer .credits {
  font-size: 14px;
}
.widget-a{
	margin-bottom: 30px;
}
.section-footer {
  margin-top: 40px;
  padding:40px 0;
  background: #27272E;
  text-align: left;
}
.w-footer-a .color-text-a{
	margin-bottom: 0;
	margin-right: 5px;
	font-weight: 500;
}
.w-footer-a .color-a,
.w-footer-a .color-text-a,
.w-footer-a a{
	color: #f0f0f0;
	margin-bottom: 5px;
}
.w-footer-a a:hover{	
	color: #ffffff !important;
}
.section-footer .item-list-a a{
	color: #f0f0f0;
}
.section-footer .item-list-a a:hover{	
	color: #ffffff;
}
.section-footer .item-list-a i {
  font-size: 16px;  
  color: #f0f0f0;
  display: none;
}
.section-footer .w-header-a .w-title-a {
  margin-bottom: 1rem;
  color: #f0f0f0;
}
.w-body-a ul li{
	margin-bottom: 10px;
}
.w-body-a ul li a,
.w-footer-a a,
.copyright-footer .f-link{
    position: relative;    
    padding: 0 0 5px 0;
}
.w-body-a ul li a:after,
.w-footer-a a:after,
.copyright-footer .f-link:after{     
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	background-color: #f0f0f0;
	transition: transform 0.3s;    
}
.w-body-a ul li a:hover:after,
.w-footer-a a:hover:after,
.copyright-footer .f-link:hover:after{
	transform: scaleX(1);
}
.copyright-footer .f-link{
	color: #479e46;
	padding: 0;
}
.theme-color-v2 .copyright-footer .f-link{
	color: #820900;
}
.theme-color-v3 .copyright-footer .f-link{
	color: #195775;
}
.copyright-footer .f-link:hover{
	color: #ffffff;
}
.copyright-footer .text-color{
	color: #fea956;
}
.w-header-a a {
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
}
.w-header-a a img{
	max-width: 100%;	
}


/* ----------------------------------- Custom Css ----------------------------------- */

/* ------------------------- General ------------------------- */

.section-tb {
  padding: 60px 0;
}

.section-t {
  padding-top: 50px;
}

/* ------------------------- Header/Navbar ------------------------- */
header {
    border-bottom: 1px solid #fff;
     box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.header-inner{
	display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
    width:100%
}

.navbar-toggler {
  position: relative;
  padding-right: 0;
}

.logo-main a{
	max-width: 400px;
	display: block;
	text-align: center;
}
.logo-subtext{	
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #3d3d3c;	
	margin-top: 1px;	
}
.logo-subtext .moa-logo {
	max-width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -2px;
}
.logo-main a:hover .logo-subtext{
	color: #5d5d5d;
}

header .logo-main {
	padding: 8px 0;
	order: 1;
}

header .navbar-collapse, header .navbar-toggler {
	order: 2;
}

header .logo-main1 {
	order: 3;
	margin-left: 4px;
}

header .custom-btn {
	order: 3;
}

header .site-logo{
	  order: 4;
} 
.authentication-detail {  
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
}

/* ayush system button start */
.ayush-btn .authentication-detail .btn.btn-bh:before{
	border-color: #014a91 transparent transparent transparent;
}
.ayush-btn .authentication-detail .btn.btn-bh:hover:before{
	border-color: #222222 transparent transparent transparent;
}
.ayush-btn .authentication-detail .btn.btn-bh:hover:after{
	background: #003c83;
}
.ayush-btn {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.ayush-btn .authentication-detail{
	display: inline-block;
	vertical-align: middle;
	flex-wrap: inherit;
}
.ayush-btn .authentication-detail .btn-bh{
	min-width: auto;
    margin: 0;
}

.ayush-btn .btn{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;  
  padding: 1rem 2rem;
  border: 2px solid #0460cc;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); 
}
.ayush-btn .authentication-detail .btn.btn-bh:hover{
    background-color: #00244e !important;    
}
.ayush-btn .authentication-detail .btn.btn-bh:hover:before{
	border-color: #00244e transparent transparent transparent;
}
.ayush-btn .btn::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #0460cc;
    border-radius: 4px;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
  
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}
.ayush-btn .hvr-bubble-bottom:before{
	opacity: 0;
}
.ayush-btn .hvr-bubble-bottom:hover:before{
	-webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
}
.ayush-btn .hvr-bubble-bottom:before{
	left: calc(50% - 40px);
	border-width: 20px 40px 0 40px;
}

/* ayush system button end */


.btn.btn-bh {
  border-radius: 4px;
  letter-spacing: normal;
  background-color: #479e46;
  color: #ffffff;  
}

.authentication-detail .btn-bh {
  min-width: 90px;
  margin: 4px;
}

.btn.btn-bh:hover,
.theme-color-v2 .btn.btn-bh:hover,
.theme-color-v3 .btn.btn-bh:hover{
  background-color: #222222 !important;
  color: #fff;
}

.fixed-top {
  position: relative;
}

.navbar-nav {
	flex-wrap: wrap;
	justify-content: center;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
  /* border: 2px solid #479e46; */
}

.site-logo-inner{
	margin: 0 -5px;
	padding-left: 10px; 
	justify-content: center;
    align-items: center;
}
.site-logo-inner .logo-s1{
	max-width: 80px;
	padding: 2px;
	list-style: none;
}
.site-logo-inner .logo-s1 img{
	max-width: 100%;
}


/* ------------------------- intro-carousel start ------------------------- */

.intro-detail {
  margin-bottom: 25px;
}

.detail-button:hover {
  background-color: #479e46 !important;
  border-color: #479e46;
  color: #fff !important;
}

/* ------------------------- About Section ------------------------- */

.color-text-a {
  margin-bottom: 25px;
}

/* ------------------------- Schemes Section ------------------------- */

.card-body-a {
  background-color: rgba(88,149,54,0.6);
}

.detail-box {
  min-height: 120px;
  padding-top: 0;
  text-overflow: ellipsis;
  line-height: 1.625;
  color: #ffffff;
}

.detail-box p{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail-box h3{
  color: #ffffff;
}
.card-info {
  text-align: -webkit-center;
  margin-top: 0;
}
.img-box-a {	
	min-height: 350px;
	text-align: center;
}
.img-box-a .about-ayush-img {
    width: 100%;
    height: 350px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;    
}

/* ------------------------- News Section ------------------------- */

.detail-news {
  /* height: 100px;
  padding-top: 1.5rem; */  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.450;
}
.detail-news:hover{
	color: #479e46 !important;
}


/* ------------------------ Logo Section ------------------------- */
.section-logo{    
  border-top: 0px;  
  padding-bottom:20px;
}
.section-logo .slide{
	text-align: center;
}
.section-logo .slide a img{
	padding: 2px;
}
.section-logo .slide a img{
    background: rgba(0,0,0,0.2);
    border-radius: 4px;    
}
.section-bg-repeat{
	position: relative;
	background: #ffffff url('../img/section_bg_slide.png');
	background-repeat: repeat-x;
	background-size: contain;
}
/* .section-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/assets/img/wave.svg');
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: repeat-x;
} */
/* .slide {
  height: 100px;
  width: 250px;
} */

/* ------------------------- Login  ------------------------- */

.white-text{
	color: #ffffff;
}
.form-main-block > .row > [class*="col-"]{
	padding: 0;
}

.login-form {
  justify-content: center;
  width: 100%;
}

.form-group {
  align-items: center;
  color: #000;
  font-size: 16px;
}

.login-part {
  border-top: 1px solid lightgray;
  padding-top: 50px;
  margin-top: 50px;
}

.servicesbott{
  display: flex;
  justify-content: center;
}

.logo-right{
	text-align: center;
}
.logo-right a{
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.captcha #capcha{
	height: 48px;
}
.captcha.img_captcha .input-group-btn{
	margin-left: 5px !important;
}

.form-bg{
	background: #479e46;
}

.form-intro{
	background: transparent;
	text-align: center;	
	height: 100%;	
	padding: 30px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.img-intro{	
	max-width: 160px;
	display: block;	
	right: 0;
	margin: 50px auto 15px auto;
	padding: 10px;
	background: rgba(255,255,255,0.8);	
	border-radius: 4px;
}
.img-intro img{
	max-width: 100%;
}
.form-intro .login-part {
	padding-top: 20px;
	margin-top: 20px;
	border-top: none;
}
.login-form-main{
	padding: 50px 30px;
	border: 1px solid #479e46;
	border-radius: 0 4px 4px 0;
}
.img_captcha{
	margin-top: 1.5rem;
}
.text-welcome .intro-title{
	color: #ffffff;
}
.form-intro .login-part a{
	color: #514d4d;
}
.form-intro .login-part a:hover{
	color: #222222;
}
.form-min-height{
	min-height: 500px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

/* animation start */
.area{     
	position: relative;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;   
    z-index: 1;  
    border-radius: 4px 0 0 4px;    
}

.circles{	
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;  
    text-align: center;
    display: flex;
    align-items: center;    
    justify-content: center;
    border-radius: 0 100px 80px 100px !important;
}

.circles li img {
    max-width: 40%;
    opacity: 0.6;
    transform: rotate(-45deg);
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* animation end */


/* mandatory style */
.mandatory {
    color: #FF0000;
    line-height: 16px;
    font-size: 16px;
    margin: 4px 0 0 4px;
    display: inline-block;
    vertical-align: top;
}



/* ribbon style */
.box {
  position: relative;  
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1);  
  background: #ffffff;
  border-radius: 4px;
}

/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #01ae43;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 120px;
  padding: 10px 0;
  background-color: #479e46;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 500 12px/1 "Poppins", 'sans-serif';
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 22px;
}
.ribbon-top-right::after {
  bottom: 22px;
  right: 0;
}
.ribbon-top-right span {
  left: 10px;
  top: 10px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

::marker {
    color: #479e46;
}

/* marquee-block section start */
.marquee-block,
.custom-info-footer{
	background: #d3ffe4;
}
.marquee-block{	
	padding:8px 0;
}
.marquee-block marquee{
	vertical-align: middle;
}
.custom-m-line{
	margin: 0;
}
.custom-m-line li{
	padding: 0 5px 0 18px;	
	margin-right: 0 !important;
	position: relative;
}
.custom-m-line li, .custom-m-line li p, .custom-m-line li a{
	color: #070707;	
	font-size: 12px;
	line-height: normal;
}
.custom-m-line li a:hover{
	color: #479e46;
}
.custom-m-line li::before {
	content: '\F2EF';
	position: absolute;
	font-family: bootstrap-icons;
	left: 0;
	top: 3px;
	font-size: 10px;
	color: #479e46;
}

/* marquee-block section end */

/* landing page start */
.custom-zoombox .card-body-a{
	padding: 1rem;
}
.custom-zoombox .card-title-a{
	text-align: center;
}
.custom-zoombox .card-title-a, 
.custom-zoombox .card-title-a a{
	font-size: 1.5rem;
	color: #d7d7d7;
}
.custom-zoombox .card-title-a a:hover{
	color: #ffffff;
}	
/* landing page end */


/*--------------------------------------------------------------
#  topbar start
--------------------------------------------------------------*/
.top-block{
	background-color: #479e46;
	padding: 4px 0;
}
.top-block .btn {
	font-size: 14px;
	line-height: 1rem;
}
.lang-custom-m-line li, .lang-custom-m-line li p, .lang-custom-m-line li a {
 color: #fff;
 padding:0px 12px;
}

.theme-color-v2 .lang-custom-m-line li a:hover{
	color:#fff !important;
}

.lang-custom-m-line li::before{
	color:#fff;
	padding:0px 2px !important;
}

.lang-custom-m-line li a:hover{
	color:#fff;
}

/* custom language style start */
.custom-lang2{
	display: none;
}
.custom-lang .skiptranslate {
	font-size: 0;
	display: flex;
	position: relative;
}
.custom-lang .skiptranslate > div{
	order: 2;
}
.custom-lang .skiptranslate > span {
	height: 95%;
    order: 1;
    position: absolute;
    left: 1px;
    top: 1px;
    background: #fff;
    padding: 7px 2px;
    opacity: 1;
    border-radius: 4px 0 0 4px;
}
.custom-lang .goog-te-gadget img{
	display: none;
}
.custom-lang .goog-logo-link{	
    width: 19px;
    height: 19px;
    border: none;
    display: inline-block;
    vertical-align: middle;
	background-image: url(https://translate.googleapis.com/translate_static/img/te_ctrl3.gif);
    background-position: -65px 0px;    
}
.custom-lang .goog-te-gadget .goog-te-combo {
	margin: 0;
}
.custom-lang .goog-te-combo {
    padding: 6px 10px 6px 22px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222222;    
    max-width: 154px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", 'sans-serif';
}
.custom-lang .goog-te-combo:focus {
	border-color: #fff;
}
.custom-lang .goog-te-combo:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.custom-lang .goog-logo-link,
.custom-lang .goog-logo-link:link,
.custom-lang .goog-logo-link:visited,
.custom-lang .goog-logo-link:hover,
.custom-lang .goog-logo-link:active {
	font-size: 0;
}

/* custom language style end */

.head-top{
	justify-content: space-between;
}

.head-top-left,
.head-top-right{
	display:flex;
	margin: 0 -4px;
	align-items: center;
}
.head-top-left > div,
.head-top-right > div{
	padding: 2px 4px;
}
.head-top .page-fontsize,
.custom-search{
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
}

.head-top .navbar-toggle-box .btn{
	    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.head-top .navbar-toggle-box .btn:hover{
	     border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
}

.head-top-logo .logo-subtext{
	font-size: 12px;
    line-height: normal;
	color:#f0f0f0;
	display: flex!important;	
	justify-content: center;    
    margin-top: 0px; 
    line-height: normal;
    letter-spacing: normal;   
}
.head-top-logo .logo-subtext:hover,
.head-top-link a:hover{
	color: #d2d2d2 !important;
}
.head-top-logo .logo-subtext .logo-sidetext{
	padding-left: 4px;
}

/* .head-top-link .logo-subtext{
	font-size: 14px;
} */
.link-list{
	margin: 0 -5px;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.link-list li{
	 padding: 0 5px;
	 list-style:none;
	 position:relative;
	     margin-top: 6px;
}

.link-list li:before{
	    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
   /*  background-color: #f0f0f0; */
    top: 50%;
    margin-top: -6px;
    left: 0;
	}
	
	/* .link-list li:first-child:before{
	display: none;
	} */

.link-list li a{
	color: #f0f0f0;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  
}

    

   

.custom-search .detail-button-iconic{
	width: 28px;
	height: 28px;
	text-align: center; 
	border: 1px solid #ced4da !important;	
}
.custom-search .detail-button-iconic.sm-btn{
	padding: 0.4px;
}
.custom-search .detail-button-iconic:hover{
	border-color: rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0.3);
}

/* search open start */
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: 1040;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.box-collapse .title-box-d {
 /*  top: 30px;
  left: 60px; */
  padding:20px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.box-collapse .title-box-d .title-d:after{
	    left: 20px;
}

.box-collapse-wrap {
  opacity: 0;
/*   left: 0;
  top: 6.5rem;
  bottom: 5rem; */
  padding: 0px 20px;
/*   padding-left: 10%;
  padding-right: 10%; */
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-wrap .form-group{
	margin: 0.5rem 0rem;
}


.box-collapse-open .click-closed {
  visibility: visible;
}
.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}
.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}
.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}
.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}
.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #222222;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 1rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #222222;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 1.2857rem;
}
/* search open end */


/*--------------------------------------------------------------
#  topbar end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Theme color (NCH Landingpage) start
--------------------------------------------------------------*/

.theme-color-v2 .btn.btn-bh,
.theme-color-v2 .navbar-default.navbar-trans .nav-link:before,
.theme-color-v2 .detail-button:hover,
.theme-color-v2 .title-box-d .title-d:after,
.theme-color-v2 .intro .swiper-pagination .swiper-pagination-bullet-active,
.theme-color-v2 .detail-button:hover,
.theme-color-v2 .carousel-pagination .swiper-pagination-bullet-active,
.theme-color-v2 .top-block,
.theme-color-v2 .btn.btn-b-n,
.theme-color-v2 .btn.btn-a:hover,
.theme-color-v2 .sinse-box,
.theme-color-v2 .custom-info-header,
.theme-color-v2 .custom-info-calendar-main{
	background-color: #820900 !important;
}

.theme-color-v2 .form-bg {
    background: #820900;
}

.theme-color-v2 .marquee-block,
.theme-color-v2 .custom-info-footer{
	background: #ffe0dd;
}
.theme-color-v2 .back-to-top
{
    background: #820900;
}
.theme-color-v2 ::marker {
	color: #820900;
}

.theme-color-v2 .custom-m-line li::before,
.theme-color-v2 .detail-box h3,
.theme-color-v2 .section-footer .item-list-a i,
.theme-color-v2 a:hover,
.theme-color-v2 .custom-zoombox .card-title-a, .theme-color-v2 .custom-zoombox .card-title-a a,
.theme-color-v2 .navbar-default .dropdown .dropdown-menu .dropdown-item:hover,
.theme-color-v2 .custom-m-line li a:hover,
.theme-color-v2 .detail-button,
.theme-color-v2 .text-container .title-block,
.theme-color-v2 .searchclear .clear-btn
{
	color:#820900;
}
/* .theme-color-v2 .detail-button{
	background: rgba(130,9,0,0.4);
} */
.theme-color-v2 .custom-zoombox .card-title-a a:hover {
    color: #ffffff;
}
.theme-color-v2 .intro .intro-body .detail-button,
.theme-color-v2 .detail-button
.theme-color-v2 .title-box-d .detail-button,
.theme-color-v2 .detail-button,
.theme-color-v2 .login-form-main  {  
    border-color: #820900;  
    /* background-color: rgba(130,9,0,0.5);
    color: #ffffff;  */   
}

.theme-color-v2 .intro .intro-body .detail-button{
	background-color: rgba(130,9,0,0.5);
    color: #ffffff; 
}

.theme-color-v2 .card-body-a {
    background-color: rgba(255,255,255,0.4);    
}

.theme-color-v2 .navbar-default .dropdown .dropdown-menu{
	border-top-color: #820900;
}


.theme-color-v2 .detail-box{
	color:#222222;
}
.theme-color-v2 .lang-custom-m-line li::before,
.theme-color-v2 .lang-custom-m-line li,
 .theme-color-v2 .lang-custom-m-line li p,
  .theme-color-v2 .lang-custom-m-line li a{
  color:#e8e8e8;
  }
  
  .theme-color-v2 .top-block .btn-secondary{
  background-color: #820900;
    border-color: #fff;}
    
  .theme-color-v2 .intro-single .title-single-box{
      border-left: 3px solid #820900;
      }
      
      .theme-color-v2 .sinse-box h3{
      color:#ecddca;}
      
.theme-color-v2 .form-intro .login-part a {
	color: #fff;
}
.theme-color-v2 .form-intro .login-part a:hover {
	color: #e8e8e8;
	text-decoration: underline;
}
.theme-color-v2 .card-header-c:hover .link-icon{
	color: #820900;
}
.theme-color-v2 .ayush-system .title-a{
	color: #820900;
}
.theme-color-v2 .sub-title-icon i {	
	color: #820900;
}
.theme-color-v2 .link-color:hover{
	color: #820900;
}

.theme-color-v2 .sinse-box{
	    background-color: rgb(130 9 0 / 60%);
}

.theme-color-v2 .sinse-box .sinse-title{
	color:#fff;
}
/*--------------------------------------------------------------
# Theme color (NCH Landingpage) end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Theme color (NCISM Landingpage) start
--------------------------------------------------------------*/
.theme-color-v3 .btn.btn-bh,
.theme-color-v3 .navbar-default.navbar-trans .nav-link:before,
.theme-color-v3 .detail-button:hover,
.theme-color-v3 .title-box-d .title-d:after,
.theme-color-v3 .intro .swiper-pagination .swiper-pagination-bullet-active,
.theme-color-v3 .detail-button:hover,
.theme-color-v3 .carousel-pagination .swiper-pagination-bullet-active,
.theme-color-v3 .top-block,
.theme-color-v3 .btn.btn-a:hover,
.theme-color-v3 .custom-info-header,
.theme-color-v3 .custom-info-calendar-main{
/* 	background-color: #ffffff !important; */
	    background-color: #002f3d !important;
	   z-index: 1;
       position: relative;

	
}

.theme-color-v3 .form-bg {   
/*  background-image: linear-gradient(
  225deg,
  hsl(210deg 99% 29%) 0%,
  hsl(207deg 44% 35%) 34%,
  hsl(176deg 27% 35%) 58%,
  hsl(139deg 31% 41%) 73%,
  hsl(119deg 39% 45%) 83%,
  hsl(71deg 43% 37%) 89%,
  hsl(38deg 58% 37%) 94%,
  hsl(21deg 75% 38%) 97%,
  hsl(0deg 88% 39%) 100%
); */
    background: #092f3d;
    background-image: linear-gradient(#092f3d, #0E425A);
}
.theme-color-v3 .login-form-main{
	border-color: #014a91;
}
.theme-color-v3 .btn.btn-b-n{
	background-color: #014a91;
}
.theme-color-v3 .btn.btn-b-n:hover{
    background-color: #222222;    
}

.theme-color-v3 .marquee-block,
.theme-color-v3 .custom-info-footer{
    background: #b3d5f7;
}
.theme-color-v3 .back-to-top{
    background: #014a91;
}
.theme-color-v3 .custom-m-line li::before,
/* .theme-color-v3 .section-footer .item-list-a i, */
/* .theme-color-v3 .theme-color-v3 a:hover, */
.theme-color-v3 .custom-zoombox .card-title-a,
.theme-color-v3 .navbar-default .dropdown .dropdown-menu .dropdown-item:hover,
.theme-color-v3 .detail-button,
.theme-color-v3 a:hover,
.theme-color-v3 .card-header-c:hover .link-icon,
.theme-color-v3 .searchclear .clear-btn{
	color:#014a91;
}

.theme-color-v3 .card-info .detail-button{
	color: #ffffff;
	border-color: #ffffff;
}
.theme-color-v3 .card-info .detail-button:hover{
	/* color: #014a91 !important; */
	background-color: #ffffff;	
}

.theme-color-v3 .intro .intro-body .detail-button,
.theme-color-v3 .detail-button
.theme-color-v3 .title-box-d .detail-button {  
    border-color: #014a91; 
    background-color: rgba(1,74,145,0.5);
    color: #ffffff; 
}

/* .theme-color-v3 .card-body-a { */
/*         background-color: rgb(1 74 145 / 60%);   */
/* } */
.theme-color-v3 .card-body-a {
    background-color: rgb(25 87 117 / 30%);
/*     background-color: rgb(237 169 46 / 30%); */
}
.theme-color-v3 .navbar-default .dropdown .dropdown-menu{
	border-top-color: #014a91;
}

.theme-color-v3 .custom-m-line li a:hover{
	color: #014a91;
}
.theme-color-v3 .lang-custom-m-line li::before,
.theme-color-v3 .lang-custom-m-line li,
 .theme-color-v3 .lang-custom-m-line li p,
  .theme-color-v3 .lang-custom-m-line li a,
  .theme-color-v3 .detail-box h3,
  .theme-color-v3 .detail-box,  
  .theme-color-v3 .custom-zoombox .card-title-a a:hover,
  .theme-color-v3 .detail-button-extra  {
  	color:#fff;
  }
  .theme-color-v3 .custom-zoombox .card-title-a a{
  	color:#c5c5c5;
  }
  
  .theme-color-v3 .card-box-ico{
    border-color: #014a91;
    background: #b3d5f7;
  }
  
 .theme-color-v3 .card-box-c:hover .card-box-ico {
    border-color: #0177ea;    
}

.theme-color-v3  .ribbon span{
	background-color: #014a91;
}
.theme-color-v3 .sinse-box{
	background-color: rgba(1,74,145,0.6);
}
.theme-color-v3 .ribbon::before,  .theme-color-v3 .ribbon::after{
	border: 5px solid #0067ca;
}
     
.theme-color-v3 .card-box-ico svg{
	fill: #014a91;
}
     
.theme-color-v3 .detail-button{
	border-color: #014a91;	
}

.theme-color-v3 .intro-single .title-single-box {
    border-left: 3px solid #014a91;
}
     
.theme-color-v3 .detail-button-extra{
    border: 2px solid #fff;
}
  
 .theme-color-v3 .top-block .btn-secondary{
  background-color: #014a91;
    border-color: #fff;}
    
    .theme-color-v3 .sinse-box h3,
    .theme-color-v3 .sinse-box p{
    color:#fff;}
    .theme-color-v3 .sinse-box .sinse-title{
      color: #ffffff;
    }
       
.theme-color-v3 ::marker {
    color: #014a91;
}
    
/*--------------------------------------------------------------
# Theme color (NCISM Landingpage) hindi version end
--------------------------------------------------------------*/

/* Themes Style  */
.theme-style-v .ribbon span{
	width: 140px;
}
.theme-style-v .ribbon-top-right span {
	top: 22px;
	left: -5px;
}
.theme-style-v .ribbon-top-right::before {	
	left: 4px;
}
.theme-style-v .ribbon-top-right::after{
	bottom: 4px;
}

.top-block .dropdown-menu{
	    z-index: 10304;
}
.top-block .btn-secondary{
background-color: #479e46;
    border-color: #fff;
}

.btn-secondary:focus{
	    box-shadow: none;
}


/* custom ul li css */

.uvp-list ul {
  display: inline-block;
  padding: 0 0 0 2rem;
  max-width: 100%;
}

.uvp-list ul {
  list-style: none;
}

.uvp-list ul > li {
  clear: left;
  margin-bottom: 10px;
  line-height:28px;
  color: #555555;
}
 
.uvp-list ul > li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -2.0rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.uvp-list ul > li:before { 
   /* background-image: url("/assets/img/checkmark-round-orange.svg"); */
  background-size: cover;
  background-position: center;
  /* padding: .15rem; */
  /* background-color: #479e46; */
  /* -webkit-mask-image: url(/assets/img/checkmark-round-orange.svg);
  mask-image: url(/assets/img/checkmark-round-orange.svg); */
      font-family: bootstrap-icons !important;
  content: "\F3DD";
  color:#479e46;
}

.theme-color-v2 .uvp-list ul > li:before{
	
	color:#820900;
}

.theme-color-v3 .uvp-list ul > li:before{
	color:#014a91;
}

/* custom ul li css */

/*--------------------------------------------------------------
# Landing main page start here
--------------------------------------------------------------*/
/* .landing-main .logo-main img {
	max-width: 100%;
} */

.about-img-box-sm .about-img-box{
	padding-left:0;
	height: 500px;
	background-position: top 50% center !important;
	background-size: 100% auto !important;
	overflow: hidden;
}
.about-img-box-sm .innerpage-imgbox{
	position: absolute;
	 left: 0;right:0;top: auto;
	 bottom: 40px;
	 width: 100%;
}

.sub-title-icon{
	margin-left: 15px;	
	
}
.sub-title-icon i{
	font-size: 20px;
	color: #014a91;		
}

.sub-title-icon { 
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;  
  display: inline-block;
  vertical-align: middle;
}

/* .arrow-down {
  height: 6px;
  background: black;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: black;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
} */

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.link-color{
	color: #555555;
}
.link-color:hover{
	color: #479e46;
}

.logo-main1 a {
    max-width: 75px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.logo-main {
    display: flex;
     align-items: center;
}

.logo-main .new_add{
	 max-width: 70px;
	 max-height: 70px;
     display: inline-block;
     vertical-align: middle;
     text-align: center;
     margin:0 5px 0 0 ;
}

.logo-main1 .new_add_logos{
    padding: 10px;
    max-width: 90px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px;
    /* margin: 0 0 20px 20px; */
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.logo-main1 {
    display: flex;
     align-items: center;
}
.logo-main1 a.logo-2 {
    max-width: 120px;
}
.logo-subtext .org-text{
	color: #fd7121;
}

.form-intro .login-part a {
    color: #fff;
}

.theme-color-v2 .custom-zoombox .card-title-a a:hover,
.theme-color-v2 .btn.btn-a:hover {
    color: #ffffff;
}

.form-intro .login-part a:hover {
  color: #222222;
  text-decoration: underline;
}
.footer-logo{
/* 	margin-left:-20px */
}
.logo-footer-right {
	    padding: 10px;
    max-width: 150px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px;
    /* margin: 0 0 20px 20px; */
    display: flex;
    margin-left: 10px;
    align-items: center;
    min-width: 120px;
}

.theme-color-v3 .navbar-default .dropdown .dropdown-menu{
	    border-top-color: #f78f3ef5;
}

.theme-color-v2 .navbar-default .dropdown .dropdown-menu{
	    border-top-color: #820900;
}

/*===========================
		table/dataTables_scroll start
===========================*/
/* datatable style start */

/*  mandatory style */
.mandatory {
	color: #FF0000;
	line-height: 16px;
	font-size: 16px;
	margin: 4px 0 0 4px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}


.imageZomm {
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  max-height: 108px;
  margin: auto;
}

/*===========================
		table/dataTables_scroll start
===========================*/
    
    .input-style-form-check label {
    font-size: 14px;
    font-weight: 500;
    color: #262d3f;
    display: block;
    margin-bottom: 10px;
}

.img-box-a .about-ayush-img {
    width: 100%;
    height: 350px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
   


/* theme mode - temporarly display none 10-10-2022 (Do not touch between this code)*/
.switch-mode{
	display: inline-block;
	vertical-align: top;	
}

/* diffrent war for counselling, open api start */
.theme-color-v4 .switch-mode,
.theme-color-api .switch-mode {
    display:none !important;
}
/* diffrent war for counselling, open api end */

/* temporarly display none 10-10-2022 (Do not touch between this code)*/


/*--------------------------------------------------------------
# Theme color (Councelling - theme-color-v4) start
--------------------------------------------------------------*/
.theme-color-v4 .btn.btn-bh,
.theme-color-v4 .navbar-default.navbar-trans .nav-link:before,
.theme-color-v4 .detail-button:hover,
.theme-color-v4 .title-box-d .title-d:after,
.theme-color-v4 .intro .swiper-pagination .swiper-pagination-bullet-active,
.theme-color-v4 .detail-button:hover,
.theme-color-v4 .carousel-pagination .swiper-pagination-bullet-active,
.theme-color-v4 .top-block,
.theme-color-v4 .btn.btn-a:hover{
	background-color: #1977cc !important;
}
.theme-color-v4 .top-block .btn-secondary{
      background-color: #1977cc;
      border-color: #fff;
}
.theme-color-v4 .swiper-wrapper .intro-body {
    background: rgb(167 196 113 / 65%);
}
.theme-color-v4 .intro .intro-body .detail-button:hover, .theme-color-v4 .detail-button .theme-color-v4 .title-box-d .detail-button:hover {
    border-color: #fff;
    background-color: #ffffff !important;
    color: #a0b675 !important;
}
.theme-color-v4 .intro-body .detail-button {
    border: 2px solid #ffffff;
}
.theme-color-v4 .intro .intro-body:before {
    border: 1px solid #fff;
}
.theme-color-v4  .intro .intro-body .detail-button {
    border: 2px solid #ffffff;
}
.theme-color-v4 .marquee-block{
    background: #b3d5f7;
}
.theme-color-v4 .back-to-top{
    background: #014a91;
}
.theme-color-v4 .custom-m-line li::before,
/* .theme-color-v4 .section-footer .item-list-a i, */
/* .theme-color-v4 .theme-color-v4 a:hover, */
.theme-color-v4 .custom-zoombox .card-title-a,
.theme-color-v4 .navbar-default .dropdown .dropdown-menu .dropdown-item:hover,
.theme-color-v4 .detail-button,
.theme-color-v4 a:hover,
.theme-color-v4 .card-header-c:hover .link-icon{
	color:#014a91;
}

.theme-color-v4 .card-info .detail-button{
	color: #ffffff;
	border-color: #ffffff;
}
.theme-color-v4 .card-info .detail-button:hover{
	background-color: #ffffff;	
}

.theme-color-v4 .intro .intro-body .detail-button,
.theme-color-v4 .detail-button
.theme-color-v4 .title-box-d .detail-button {  
    border-color: #fff; 
}

.theme-color-v4 .card-body-a {
        background-color: rgb(1 74 145 / 60%);  
}

.theme-color-v4 .navbar-default .dropdown .dropdown-menu{
	border-top-color: #014a91;
}

.theme-color-v4 .custom-m-line li a:hover{
	color: #014a91;
}
.theme-color-v4 .lang-custom-m-line li::before,
.theme-color-v4 .lang-custom-m-line li,
 .theme-color-v4 .lang-custom-m-line li p,
  .theme-color-v4 .lang-custom-m-line li a,
  .theme-color-v4 .detail-box h3,
  .theme-color-v4 .detail-box,  
  .theme-color-v4 .custom-zoombox .card-title-a a:hover,
  .theme-color-v4 .detail-button-extra  {
  	color:#fff;
  }
  .theme-color-v4 .custom-zoombox .card-title-a a{
  	color:#c5c5c5;
  }
  
  .theme-color-v4 .card-box-ico{
    border-color: #014a91;
    background: #b3d5f7;
  }
  
 .theme-color-v4 .card-box-c:hover .card-box-ico {
    border-color: #0177ea;    
}

.theme-color-v4  .ribbon span{
	background-color: #014a91;
}
.theme-color-v4 .sinse-box{
	background-color: rgba(1,74,145,0.6);
}
.theme-color-v4 .ribbon::before,  .theme-color-v4 .ribbon::after{
	border: 5px solid #0067ca;
}
     
.theme-color-v4 .card-box-ico svg{
	fill: #014a91;
}
     
.theme-color-v4 .detail-button{
	border-color: #014a91;	
}

.theme-color-v4 .intro-single .title-single-box {
    border-left: 3px solid #014a91;
}
     
.theme-color-v4 .detail-button-extra{
    border: 2px solid #fff;
}
  
     
    
    .theme-color-v4 .sinse-box h3,
    .theme-color-v4 .sinse-box p{
    color:#fff;}
    .theme-color-v4 .sinse-box .sinse-title{
      color: #ffffff;
    }
       
.theme-color-v4 ::marker {
    color: #014a91;
}
.theme-color-v4 .uvp-list ul > li:before { 
  color:#014a91;
}
.theme-color-v4 .form-bg {
    background: #2a77cc;
}
.title-a::before {
    background-color: #014a91;
}




.theme-color-v4 .modal-body.alert-success {
	display: block;
	color: #0f5132;
	background-color: #fff;
	border-color: #fff;
}

.theme-color-v4 .check-background {
	width: 150px;
	height: 150px;
	background: linear-gradient(to bottom right, #5de593, #41d67c);
	box-shadow: 0px 0px 0px 65px rgb(255 255 255/ 25%) inset, 0px 0px 0px
		65px rgb(255 255 255/ 25%) inset;
	transform: scale(0.84);
	border-radius: 50%;
	animation: animateContainer 0.75s ease-out forwards 0.75s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	margin: auto;
}

.theme-color-v4 .check-background svg {
	width: 65%;
	transform: translateY(0.25rem);
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	animation: animateCheck 0.35s forwards 1.25s ease-out;
}


@keyframes animateContainer {
	0% {
		opacity: 0;
		transform: scale(0);
		box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	25% {
		opacity: 1;
		transform: scale(0.9);
		box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	43.75% {
		transform: scale(1.15);
		box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
	}
	62.5% {
		transform: scale(1);
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
	}
	81.25% {
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
	}
	100% {
		opacity: 1;
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
			0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
	}
}

@keyframes animateCheck {
	from {
 		stroke-dashoffset: 80;
	}
	to {
		stroke-dashoffset: 0; 
	}
}
.theme-color-v4 .Merit-text{
animation-name: animatetext;
animation-duration: 7s;
font-size:20px;
color: var(--bs-success);
}
@keyframes animatetext {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.theme-color-v4 .error .check-background {
    background: linear-gradient(to bottom right, #f55757, var(--bs-danger));
}
.theme-color-v4 .error .check-background img {
    width: 0%;
    height:0;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateError 0.35s forwards 1.25s ease-out;
}
.theme-color-v4 .error .Merit-text {
    color: var(--bs-danger);
}
@keyframes animateError{
	from {
		width:0;
		height:0;
	}
	to {
		width:65%;
		height:70px;
	}
}

@media (max-width: 575px){
.theme-color-v4 .Merit-text{
font-size:16px;
} 
.theme-color-v4 .check-background {
    width: 100px;
    height: 100px;
}
}




.theme-color-v4 .main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
    overflow: hidden;
}

.theme-color-v4 .btn-hover {
    position: relative;
    overflow: hidden;
}
.theme-color-v4 .square-btn {
    border-radius: 0px;
}

.theme-color-v4 .success-btn-outline {
    background: transparent;
    color: #219653;
    border-color: #219653;
}
.theme-color-v4 .success-btn-outline:hover {
    color: #fff;
    background: #219653;
}   
.theme-color-v4 .danger-btn-outline {
    background: transparent;
    color: #d50100;
    border-color: #d50100;
}
.theme-color-v4 .danger-btn-outline:hover {
    color: #fff;
    background: #d50100;
}
  
  .theme-color-v4 .top-block .input-group button {
    background: white;
    padding: 0px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    line-height: inherit;
}
.theme-color-v4 .top-block .input-group {
    align-items: center;
    display: flex;
    justify-content: end;
    right: 10px;
} 
.theme-color-v4 .section-bg-md.bg-g-md::before {
        background-image: url(../img/section_img_md.png);
}
.theme-color-v4 .section-bg-md::before {
    background-image: url(../img/section_img_md.png);
}
.theme-color-v4 .swiper-wrapper .intro-body {
     background: rgb(42 119 204 / 46%);
}


.theme-color-v4 .downloadlinks {
    background: #fff;
    padding: 10px 0;
    color: #184a91;
    font-family: monospace;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 10px 0px #ababab;
    margin: 15px 0px;
    font-size: 22px;
    text-align: center;
    border-left: 5px solid #184a91;
    background: linear-gradient(to right, #184a91 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.theme-color-v4 .downloadlinks:hover{
    transform: scale(1.08);
    box-shadow: 0px 0px 20px 0px #ababab;
    background-position: left bottom;
    color: white;  
}
 .auto-fill-form{ 
     background: #ceecf4;  
 }
 .collabratehead {
    background: #184a91;
    padding: 10px 10px; 
    margin-bottom: 20px;
}
 .collabratehead h2 {
    color: #ceecf4;
    font-family: monospace;
    margin: 0;
}
.collabratehead span.collatext {
    font-size: 14px;
    color: #ceecf4;
}  
.collabratetitle span.collatext {
    font-size: 14px;
    color: #184a91;
} 
.collabratetitle h4{
 color: #184a91;
 padding: 5px 10px; 
 margin: 0;
 }
.auto-fill-form .input-with-value {
    padding: 10px 10px;
    background: #bfe0e9;
    margin-bottom: 20px;
    border: 2px solid #184a91;
}
 .auto-fill-form .input-with-value label { 
     font-size: 16px; 
     font-weight: 500; 
     color: #000; 
     display: block;  
     margin-bottom: 5px;  
 } 
 .auto-fill-form .input-with-value .auto-fill-value { 
     font-size: 16px; 
     color: #184a91; 
     margin-bottom: 0; 
     font-weight: 400; 
     display: block;
 }  
 .card-style {
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	border: 1px solid #e2e8f0;
	box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
	border-radius: 10px;
}
 .auto-fill-form .input-with-value .address { 
     min-height: 72px; 
     max-height: auto; 
     overflow: auto; 
     display: block; 
 } 
.select-style-2 {
	margin-bottom: 20px;
}

.select-style-2 .select-position {
	position: relative;
}

.select-style-2 .select-position.select-sm::after {
	margin-top: -8px;
}

.select-style-2 .select-position.select-sm::before {
	margin-top: 0;
}

.select-style-2 .select-position.select-sm select {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.select-style-2 .select-position::before, .select-style-2 .select-position::after
	{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	-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;
}

.select-style-2 .select-position::before {
	margin-top: 0px;
	border-bottom: 1px solid #5d657b;
	border-right: 1px solid #5d657b;
}

.select-style-2 .select-position::after {
	margin-top: -8px;
	border-top: 1px solid #5d657b;
	border-left: 1px solid #5d657b;
}

.select-style-2 .select-position select {
	width: 100%;
	background: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px 16px;
	height: 48px;
	padding-right: 38px;
	color: #5d657b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.select-style-2 .select-position select:focus {
	border-color: #4a6cf7;
	outline: none;
}

.select-style-2 .select-position select.light-bg {
	background: rgba(239, 239, 239, 0.5);
}

.select-style-2 .select-position select.light-bg:focus {
	background: #fff;
}

.select-style-2 .select-position select.select-sm {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
.collaborate .about-image-area .shape-1 {
    top: 84px;
}

.line {
	width: 100%;
	display: block;
	/* margin-top: 1rem; */
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 2px solid #2e689f;
} 
.footer-bottom{	
    display: flex;
    flex-direction: column;
 /*    min-height: 100vh;	 */
}
.section-bottom-footer{
flex: 1;
}
   /*--------------------------------------------------------------
# Theme color (Councelling - theme-color-v4) hindi version end
--------------------------------------------------------------*/
.navbar-default .dropdown .dropdown-menu.multi-col-menu.col-m2 .dropdown-item.sub-dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
}

.navbar-default .dropdown .dropdown-menu.multi-col-menu.col-m2 .dropdown-item.sub-dropdown-menu {
    padding: 0;
}


/*--------------------------------------------------------------
	custom modal start (sign up)
--------------------------------------------------------------*/
.btn--bolt {
    background: #263182;
    color: #EDA92E;
    border: 2px solid #eda92e;
    transition-delay: 0.3s;
    transition-duration: 0.1s;
}
.btn--bolt i {
  animation: pulse 1.5s 0.3s infinite;
  transform-origin: center center;
}
.btn--bolt .btn-anim:after, .btn--bolt .btn-anim:before {
  background: #505cbe;
}

.theme-color-v3 .btn--bolt:hover,
.theme-color-v2 .btn--bolt:hover,
.btn--bolt:hover{
  border: 2px solid #505cbe;
/*   border-top-color: transparent; */
  color: #505cbe;
  background: #fff;
}

.animation-btn {
    display: block;
    align-items: center;
    position: relative;
    padding: 1.2rem 1.2rem 0.8rem 1.2rem;    
    max-width: 100%;    
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem;
    text-decoration: none;
    transition-delay: 0s;
}

.btn-content {
  text-align: center;
  display: block;
  width: 100%;
}
.btn-icon {
  font-size: 22px;
  position: absolute;
  z-index: 666;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-topFakeBorders:after {
  left: auto;
  right: -2px;
}
.btn-anim:after, .btn-anim:before {
  content: "";
  display: block;
  position: absolute;
  transition-duration: 0.1s;
  z-index: 2;
}
.btn-bottomAnim:after, .btn-bottomAnim:before {
  width: 0;
  height: 2px;
  top: 100%;
  right: 50%;
  transition-delay: 0.2s;
}
.btn-bottomAnim:before {
  left: 50%;
  right: auto;
}
:hover > .btn-bottomAnim:after, :hover > .btn-bottomAnim:before {
  width: 50%;
  transition-delay: 0s;
}
.btn-sideAnim:after, .btn-sideAnim:before {
  width: 2px;
  height: 0;
  bottom: -2px;
  right: 100%;
  transition-delay: 0.1s;
}
.btn-sideAnim:before {
  left: 100%;
  right: auto;
}
:hover > .btn-sideAnim:after, :hover > .btn-sideAnim:before {
  height: calc(100% + 2px);
  transition-delay: 0.1s;
}
.btn-topAnim:after, .btn-topAnim:before {
  width: 0;
  height: 2px;
  bottom: 100%;
  right: -2px;
  transition-delay: 0s;
}
.btn-topAnim:before {
  left: -2px;
  right: auto;
}
.animation-btn:hover .btn-topAnim:after, .animation-btn:hover .btn-topAnim:before {
  width: calc(50% - 35px);
  transition-delay: 0.2s;
}

.wrapper1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0px;
    list-style: none;
    margin: 0 -10px;
}
.wrap-multi-btn {
    width: 33%;
    padding: 10px;
}

.custom-model-icon .modal-header{
	     border-bottom: 1px solid #fff;
}

.custom-model-icon .custom-model-img{
	text-align: center;
	margin-bottom: 5px;
}
.custom-model-img img{
	text-align: center;	
}

.custom-model-icon .custom-model-content{
	margin-bottom: 5px;
}

.custom-model-icon .custom-model-img svg{
	max-width: 90%;
}

/* job seeker style */
.custom-img-with-content .custom-img{
	text-align:center;
	margin: 0 auto;
}


/*--------------------------------------------------------------
	custom modal end (sign up)
--------------------------------------------------------------*/


/*--------------------------------------------------------------
    ACR & ACD & Collaboration  start
--------------------------------------------------------------*/
.theme-color-v3 .downloadlinks {
    background: #fff;
    padding: 10px 0;
    color: #184a91;
    font-family: monospace;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 10px 0px #ababab;
    margin: 15px 0px;
    font-size: 22px;
    text-align: center;
    border-left: 5px solid #184a91;
    background: linear-gradient(to right, #184a91 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.theme-color-v3 .downloadlinks:hover{
    transform: scale(1.08);
    box-shadow: 0px 0px 20px 0px #ababab;
    background-position: left bottom;
    color: white;  
}
.auto-fill-form{ 
     background: #ceecf4;  
 }
 .collabratehead {
    background: #184a91;
    padding: 10px 10px; 
    margin-bottom: 20px;
}
 .collabratehead h2 {
    color: #ceecf4;
    font-family: monospace;
    margin: 0;
}
.collabratehead span.collatext {
    font-size: 14px;
    color: #ceecf4;
}  
.collabratetitle span.collatext {
    font-size: 14px;
    color: #184a91;
} 
.collabratetitle h4{
 color: #184a91;
 padding: 5px 10px; 
 margin: 0;
 }
.auto-fill-form .input-with-value {
    padding: 10px 10px;
    background: #bfe0e9;
    margin-bottom: 20px;
    border: 2px solid #184a91;
}
 .auto-fill-form .input-with-value label { 
     font-size: 16px; 
     font-weight: 500; 
     color: #000; 
     display: block;  
     margin-bottom: 5px;  
 } 
 .auto-fill-form .input-with-value .auto-fill-value { 
     font-size: 16px; 
     color: #184a91; 
     margin-bottom: 0; 
     font-weight: 400; 
     display: block;
 }  
 .card-style {
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	border: 1px solid #e2e8f0;
	box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
	border-radius: 10px;
}
 .auto-fill-form .input-with-value .address { 
     min-height: 72px; 
     max-height: auto; 
     overflow: auto; 
     display: block; 
 } 
.collaborate .about-image-area .shape-1 {
    top: 84px;
}

.collaborate span.line {
	width: 100%;
	display: block;
	/* margin-top: 1rem; */
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 2px solid #2e689f;
} 
.footer-bottom{	
    display: flex;
    flex-direction: column;
  /*   min-height: 100vh;	 */
}
.section-bottom-footer{
flex: 1;
}
/*--------------------------------------------------------------
    ACR & ACD & Collaboration  end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	custom info start
--------------------------------------------------------------*/
.custom-info-header,
.custom-info-alerts,
.custom-info-footer{
	padding: 10px 15px;	
}
.custom-info-alerts {
    height: 300px;    
    overflow: hidden;    
    text-align: left;
    background: #ffffff url("../img/svg/latest-info-img.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 90%;
}
.custom-info-alerts li {
	margin-bottom: 10px;
}
.custom-info-calendar-main,
.custom-info-calendar-sub{
	padding: 5px;
	text-align: center;
	font-size: 14px;
	line-height: normal;	
}
.custom-info-calendar-main {
	background-color: #479e46;	
	font-weight: 600;	
	color: #f0f0f0;
	border-radius: 4px 4px 0 0;
}

.custom-info-calendar-sub {
	background: #505050;
	color: #f0f0f0;	
	border-radius: 0 0 4px 4px;
}
.date-with-list{
	display: flex;
	align-items: center;
}
.custom-info-alerts .custom-info-calendar-date {	
	width: 14%;
	display: flex;
    flex-direction: column;    
    position: relative;
}
.custom-info-calendar-date:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #505050;
    transform: rotate(0deg);
    top: 50%;
    margin-top: -20px;
    right: -10px;
}

.custom-info-alerts .list-content {
	width: 86%;	
	padding: 5px 5px 5px 15px;	
}
.list-content a{
	font-size: 14px;
	line-height: normal;
	display: block;
}

.custom-info-alert-list.custom-info-calendar {
	padding: 0;
	list-style-type: none;
}
.info-two-col{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.info-two-col .info-list{
	width: 50%;
	padding: 5px;	
}
.info-two-col .date-with-list{
	border-radius: 4px;
	-webkit-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.20);
	background: #ffffff;
}

.custom-info-alert-list{
	list-style-type: square;
}

.custom-info-footer {		
	border-radius: 0 0 4px 4px;	
	text-align: center;	
}

.custom-info-header {		
	border-radius: 4px 4px 0 0;		
	background-color: #479e46;
	text-align: center;
}
.custom-info-header .title {
	display:inline-block;
	vertical-align: middle;
	margin-bottom: 0rem;
	color: #fff;
}
.title-with-badge{
	position: relative;
}
.title-with-badge:before {
    content: "";
    position: absolute;
    background: url("../img/new-badge.png");
    width: 64px;
    height: 64px;
    top: -36px;
    left: 0;
    margin-left: -70px;
    transform: rotate(-25deg);
}

.custom-info-alerts.custom-all-info-alerts{
    height: 100%;
    text-align: left;
    background: none;;
}
/*--------------------------------------------------------------
	custom info end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Serach Icon
--------------------------------------------------------------*/
.custom-search{
	margin-left: 4px;
}
.custom-search{	        
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.search-box{
    width: 28px;
    height: 28px;
    overflow: hidden;    
    border-radius: 4px;      
    -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
     -o-transition: all 0.9s;
        transition: all 0.9s;
}

.search-box.opensearch{
    width: 230px;
    display: flex;
    flex-direction: row;    
}
.serach-textbox {    
    width: 200px;
    margin-left: 1px;
    position: relative;   
}

.serach-textbox .form-control {   
    font-size: 12px;
    line-height: normal;
    background: rgba(255,255,255,0.8);  
    border-left: none;
    border-radius: 0 4px 4px 0;  
    padding:6px 20px 6px 16px;
}

.serach-textbox input.form-control[type=search]::-webkit-search-cancel-button{
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	opacity: 0;
}
.serach-textbox .form-control:focus{
	box-shadow:none;
}
.searchclear {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 4px;
    width: 22px;
    height: 22px;
    line-height: 14px;
    margin-top: -11px;
    text-align: center;
    cursor: pointer;
}
.searchclear .clear-btn{
    font-size: 14px;
    line-height: 14px;
    color: #479e46;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Custom List Start
--------------------------------------------------------------*/
.custom-sublist li,
.custom-mainlist li{
	margin-top:5px;
}

/*--------------------------------------------------------------
# Custom List End
--------------------------------------------------------------*/



/*------------------ Login Modal CSS start -----------------*/

.login-wrap{
	width: 100%;
	/* margin: auto; */
	max-width: 525px;
	min-height: 480px;
	/*position: relative;*/
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/*background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;*/
	box-shadow:0 12px 15px 0
	rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	/* width:100%;
	height:100%;
	position:
	absolute;
	padding:2rem 5rem 3rem 5rem;
	background:
	rgba(40,57,101,.9); */
}
/* .login-html .sign-in-htm, */
/* .login-html .sign-up-htm{ */
/* 	top:0; */
/* 	left:0; */
/* 	right:0; */
/* 	bottom:0; */
/* 	position:absolute; */
/* 	transform:rotateY(180deg); */
/* 	backface-visibility:hidden; */
/* 	transition:all .4s linear; */
/* } */
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
/* 	text-transform:uppercase; */
}
.login-html .tab{
	font-size:22px;
	color: #4e6c77;
	font-weight: 500;margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:
	inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#195775;
}
.login-form{
	min-height:400px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
	position: relative;
}
.login-form .group i {
    position: absolute;
    top: 35%;
    right: 12px;
/*     color: white; */
    color: black;
}
i.bi.bi-arrow-clockwise {
    position: inherit;
     color: white;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width: auto;
	color:#fff;
	display:block;
	margin: auto;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding: 6px 20px;
	border-radius:25px;
	background:rgba(255,255,255,.1);
	padding: 6px 16px;
    border-radius: 10px;
    height: 40px;
    
}
.login-form .group .input{
	
	width:100%;
}
.login-form .group .button{
	width: auto;
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#aaa;
	font-size:12px;
	margin: 0;
}
.login-form .group .button{
	background:#1D90F4;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:
	rotate(0);
	padding-right: 10px;
	height: max-content;
	overflow: auto;
}
.hr{
	height:2px;
	margin: 20px 0 20px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:
	center;
	color: #1161ee;
}

.user_login_model.model .modal-dialog{
    width: 100%;
    position: absolute;
    height: calc(100vh - 0px);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.user_login_model.modal .modal-dialog{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.user_login_model .modal-content{
	background: rgba(40,57,101,.9);
}
.user_login_model button.close{
	background: #0c3b95;
	color: #fff;
	border-radius: 50%;
	opacity: 1;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	z-index: 1;
	width: 44px;
	height: 44px;
}
.user_login_model .modal-header{
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 44px;
	border: 0;
}
.user_login_model .modal-body{
	padding: 0px;
}
.modal-backdrop.show {
    opacity: .8;
}
.input-group.captch-block {
/*     width: 50%; */
    margin: 0px 0px 0px 10px;
}
.user_login_model button.close {
    background: #0c3b95;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    z-index: 1;
    width: 44px;
    height: 44px;
    border: 0;
}


.theme-color-v3 .btn.btn-bh.vtnr-login{
border-radius: 8px;		
}


.theme-color-v3 .btn.btn-bh.vtnr-btn ,.theme-color-v3 .btn.btn-bh.vtnr-login{
background: #EDA92E 0% 0% no-repeat padding-box !important;	
}

.theme-color-v3 .intro .intro-body a.detail-button.vtnr-btn {
/* 	background: #EDA92E 0% 0% no-repeat padding-box !important; */
/* 	border-color: #EDA92E;	 */
/* 	background: #0e145a00 0% 0% no-repeat padding-box !important; */
	background: #0000004a  !important;
    border-color: #e9e9e9;
}

.theme-color-v3  a.detail-button.vtnr-btn {
	background: #EDA92E 0% 0% no-repeat padding-box !important;
	border-color: #EDA92E;	
	color:white;
}
.theme-color-v3 .title-box-d .title-d:after{
	background-color: #EDA92E !important;	
}
.intro-img {
    max-width: 55%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 70px;
}

.intro-img a img{
	max-width:100%;
	max-height:70vh;
}

a.bottom-right-img {
    position: absolute;
    bottom: -98px;
    right: 50%;
}

.intro-group-img{
	position: absolute;
    bottom: 0;
    left:60px;
}   

.intro-group-img img{
	max-height:55px;
}     
.about-image.js-tilt {
    max-width: 90%;
} 
.section-bg-md::before ,.section-bg-sm-tr::before{
   display:none;
}   




/* -----------------------------------------------------
	Pure CSS Progress Bars
-------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto);

/* -----------------------------------------------------
	Main
-------------------------------------------------------- */
main {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
main .main-content {
  margin: 0 8px;
  padding: 60px 0;
}
main .examples {
  display: block;
  margin-bottom: 65px;
  padding: 2.8rem 3%;
  background-color: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.157);
}
main .examples:last-child {
  margin-bottom: 20px;
}
main .examples h3 {
  color: #444;
  margin: 0;
  padding: 0 0 20px 0;
}

/* -----------------------------------------------------
	Buttons
-------------------------------------------------------- */
.btn1,
.btn {
  color: #FFF;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
}
.btn1:hover,
.btn:hover {
  text-decoration: none;
}

.gitBtn,
.penBtn {
  height: 38px;
  font-size: 1.1em;
  line-height: 38px;
  margin-right: 10px;
  padding: 0px 22px;
  border: 1px solid #FFA500;
  background-color: #FFA500;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.157);
}
.gitBtn:last-child,
.penBtn:last-child {
  margin-right: 0;
}

.btn {
/*   height: 30px; */
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 14px;
}
.btn.btn-primary {
  border: 1px solid #FFA500;
  background-color: #FFA500;
}
.btn.btn-primary:hover {
  border: 1px solid #f09b00;
  background-color: #f09b00;
}

/* -----------------------------------------------------
	CSS Progress Bars
-------------------------------------------------------- */
.cssProgress {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress3 {
  position: relative;
/*   overflow: hidden; */
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
   background: #7C58B0 0% 0% no-repeat padding-box;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
}
.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7em;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.cssProgress .cssProgress-info {
 background: #EE6A5E 0% 0% no-repeat padding-box;
/*       box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c; */
}
.cssProgress .cssProgress-danger {
background: #E78523 0% 0% no-repeat padding-box;
/*       box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c; */
}
.cssProgress .cssProgress-success {
  background: #4eb0b1 0% 0% no-repeat padding-box;
/*       box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c; */
}
.cssProgress .cssProgress-warning {
   background: #f8ab16 0% 0% no-repeat padding-box;
/*    box-shadow: 0 3px 3px -5px #f2709c, 0 2px 5px #f2709c; */
}
.cssProgress .cssProgress-right {
  float: right !important;
}
.cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}
.cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}
.cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}
.cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}
.cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}
.cssProgress .cssProgress-stripes,
.cssProgress .cssProgress-active,
.cssProgress .cssProgress-active-right {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}
.cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

/* -----------------------------------------------------
	Progress Bar 2
-------------------------------------------------------- */
.progress2 {
/*   background-color: #fff; */
  background-color: #efefef;
  border-radius: 17.5px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress2 .cssProgress-bar {
  height: 35px;
  border-radius: 17.5px;
  padding: 6px;
}
.progress2 .cssProgress-label {
  line-height: 35px;
    display: none;
}
span.cssProgress-label-title {
    font-size: 16px;
    padding: 0px 20px;
    color: #dfdfdf;
    font-weight: 600;
    white-space: nowrap;
}
.section-visited-links{
	background: black;
    text-align: center;
}
.section-visited-links .list-unstyled a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative;
    
}
.section-visited-links .list-unstyled a:hover {
/*     text-decoration: underline;   */
}

.section-visited-links .list-unstyled a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background-color: #f0f0f0;
    transition: transform 0.3s;
}
.section-visited-links .list-unstyled a:hover:after {
    transform: scaleX(1);
}
.theme-color-v3 .title-a::before {
    background-color: #195775;
}
.theme-color-v3 .back-to-top {
    background: #195775;
} 
.theme-color-v3 .back-to-top:hover {
    background: #11425a;
} 

.section-logo .slide a img {
    background: rgba(0,0,0,0.05);
    height: 120px;
    width: 200px;
}

 p.w-text-a.opacity {
    opacity: 0.6;
}

.section-developed{
	background: black;
    text-align: center;
}
.widget-b .w-body-a{
	
	padding-left:5px;
}
.widget-b .w-header-a a img {
    max-width: 85%;
}


.subscribe-content-wrapper {
    background: #EFF9FE 0% 0% no-repeat padding-box;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    /* padding: 40px 0px; */
        position: relative;
}
.subscribe-content {
    background: url('../veterinary/images/Vector 2.png');
    padding: 60px 0px;
    background-position: -100px 30px;
    background-repeat: no-repeat;
}
.subscribe-content header{
  border: 0px;
}
.theme-color-v3 .subscribe-content .title-a::before {
    background-color: transparent;
}
.subscribe-content header h1 {
  font-size: 230%;
  margin-top: 0;
}
.subscribe-content section {
  color: var(--p-color);
  font-size: 15px;
}
.subscribe-content footer {
    border: unset;
    background-color: white;
    height: 60px;
    font-size: 13px;
    border-radius: var(--radius-50);
    width: 50%;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    margin: 40px auto 0px;
    /* padding-bottom: 0px; */
}
.subscribe-content footer input {
  border: unset;
  font-size: 13px;
  width: 70%;
  height: 60px;
  border-radius:50px;
  padding-left:10%;
}
.subscribe-content footer button {
  background: #386CF3 0% 0% no-repeat padding-box;
  border-radius: 25px;
  color:#fff;
  border: unset;
  width: 120px;
  margin-left: 10px;
  cursor: pointer;
  height: 45px;
  
}

.subscribe-content footer input:focus, .subscribe-content footer button:focus {
  outline: none;
}

@media screen and (max-width: 720px) {

}

.bg-light {
    background: #f0f0f0 !important;
}
span.cssProgress-count {
    position: absolute;
    right: 20px;
    font-size: 16px;
    font-weight: 600;
    top: 6px;
}

.modal-backdrop.show {
    opacity: .21;
}
.login-html {
/*     background: rgb(0 26 39 / 41%); */
/*     border-radius: 41px; */
}
.login-wrap {
    border-radius: 41px;
}

.user_login_model .modal-content {
    background: none;
    border-radius: 41px;
    opacity: 1;
    backdrop-filter: blur(41px);
    -webkit-backdrop-filter: blur(41px);
}

.user_login_model button.close {
    background: #0c3448;
}

.user_login_model .modal-content .form-control, .user_login_model .modal-content .form-select {
    padding: 6px 16px;
/*     opacity: 0.23; */
/*    border-radius: 10px;*/
    height: 40px;
    color: white;
    color: #000 !important;
/*     background: rgb(255 255 255 / 22%) !important; */
/*     border-color: rgb(255 255 255 / 0%) !important; */
}
.user_login_model .modal-content .form-select:focus .user_login_model .modal-content .form-control:focus{
    border-color: #fff !important;
    outline: 0;
    box-shadow: none;
}

.input-style-2 input:focus, .input-style-2 textarea:focus, .input-style-1 input:focus, .form-control:focus, .select-style-1 .select-position select:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-selection__rendered:focus, .select2.select2-container.select2-container--default:focus, .select2-search--dropdown:focus, .select2-search__field:focus, .select2-container--open:focus, .table .ms-options-wrap > button:focus, .select2:focus, .select2-hidden-accessible, .select2-container--focus, .select2-container--focus.select2-container .select2-selection--single .select2-selection__rendered {
/*     border-color: #fff !important; */
/*     outline: none; */
/*     box-shadow: none; */
}

.user_login_model .modal-content .captcha  {
	border-radius: 0px;
}

.login-form .group .label {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    font-family: system-ui;
    margin-bottom:2px;
}
.login-form .form-select option {
     color:black;
}
.login-form a {
    color: #ffffff;
}
.login-form a:hover {
    color: var(--bs-gray);
}
.login-form .group i {

}
/* .user_login_model .modal-content .form-control::-webkit-input-placeholder, .user_login_model .modal-content .form-select::-webkit-input-placeholder { Edge
  color: #fff !important;
}

.user_login_model .modal-content .form-control:-ms-input-placeholder ,.user_login_model .modal-content .form-select:-ms-input-placeholder{ Internet Explorer 10-11
  color: #fff !important;
}

.user_login_model .modal-content .form-control::placeholder ,.user_login_model .modal-content .form-select::placeholder{
  color: #fff !important;
}

.form-control:autofill {
    border: 3px solid darkorange;
}

input:-webkit-autofill {
    border: 3px solid darkorange;
}

.user_login_model .modal-content input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background: none !important;
    color: none !important;
} */

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.intro .intro-content.display-table .animate__animated.animate__slideInDown {
	z-index:1;
}
.theme-color-v3 .title-a::before {
    display:none;
}
.subscribe_ellipse{
	position: absolute;
    left: 70px;
    top: 50px;
}
section.page-content {
/*     padding-bottom: 60px; */
}


.socials-a .google-icon {
    background: #f9bf03;
    color: #ffffff;
}
.socials-a .google-icon:hover {
    background: #ffffff;
    color: #f9bf03;
}
.theme-color-v3 .intro-single .title-single-box {
    border-left: 3px solid #11425a;
}



body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
section#page-content {
    flex: 1;
}

.input-style-2 input:focus, .input-style-2 textarea:focus, .input-style-1 input:focus, .form-control:focus, .select-style-1 .select-position select:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-selection__rendered:focus, .select2.select2-container.select2-container--default:focus, .select2-search--dropdown:focus, .select2-search__field:focus, .select2-container--open:focus, .table .ms-options-wrap > button:focus, .select2:focus, .select2-hidden-accessible, .select2-container--focus, .select2-container--focus.select2-container .select2-selection--single .select2-selection__rendered {
/*     border-color: #fff !important; */
/*    outline: none !important; */
/*     box-shadow: none; */
}

input:focus-visible {
	outline-offset: -100px;
}
.light-mode .switch-mode {
    display: none;
}
.link-list li {
    margin-top: 0px;
}


/*------------------------------------
    32.Home Two Slider Bottom Services
---------------------------------------*/
.home-two-services-area {
  /* background: #204D9E; */
  width: 100%;
/*   float: left; */
/*   padding: 50px 0px; */
}
.home-two-services-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
 /*    box-shadow: 0px 0px 5px 1px var(--bs-gray-400);
    border-radius: 4px;  */ 
}
.home-two-services-area ul li {
  display: inline-block;
/*   width: calc(25% - 50px); */
/*   margin: 0px 25px; */
/*   float: left; */
  /* padding: 30px 30px 25px 30px; */
  /* background-image: url(images/bg/gallery-photo.jpg); */
  /* background-color: #cccccc; */
  /* height: 500px; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-color: #246DDA; */
  position: relative;
  font-family: Montserrat, sans-serif;
  /* background-image: url(../images/bg/banner-right-background.png), url(../images/bg/banner-left-background.png);
  background-repeat: no-repeat;
  background-position: right top, left 5px; */
  border-radius: 3px;
}

.home-two-services-area ul li{
	width: 100%;
} 

/* .home-two-services-area ul li a{
	width: 100%;
	float: left;
	padding: 45px 0px;
} */

.login-box-1{
  background-color: #C25DC5;
      background-color: #a8e6cf;
          background-color: #34ab78;
}
.login-box-2{
  background-color: #E16392;
  background-color: #dcedc1;
      background: #76c893;
}
.login-box-3{
  background-color: #FA7963;
  background-color: #fbd3b6;
    background-color: #34a0a4
}
.login-box-4{
  background-color: #FCA93F;
  background-color: #f9aaa6;
        background: #e56b6f;
}
.login-box-5{
  background-color: #FCA93F;
  background-color: #f78b95;
       background-color: #f78170;
}
.login-box-6 {
    background-color: #d04246;
}
.home-two-services-area ul li .single-services {
  text-align: center;
  margin: 0;
}
.home-two-services-area ul li .single-services:hover i {
  border-radius: 30px;
}
.home-two-services-area ul li .single-services:hover .quotesIconSpan{
  border-radius: 30px;
}
.home-two-services-area ul li .single-services h3 {
    color: #ffffff;
}
.home-two-services-area ul li .single-services:hover h3 {
      color: #000000ab;
}
.home-two-services-area ul li:hover .single-services .read-more:after {
  right: -30px;
  opacity: 1;
}
.home-two-services-area ul li .single-services i {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #ffffff;
  display: block;
  margin: 0 auto 10px;
}
.home-two-services-area ul li .single-services i:hover {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #ffffff;
  border-radius: 30px;
}
.home-two-services-area ul li .quotesIconSpan{
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #ffffff;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}
.home-two-services-area ul li .quotesIconSpan:hover {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px dashed #ececec;
    border-radius: 30px;
}
.home-two-services-area ul li .quotesIconSpan i.fa-quote-left{
    border: none;
    width: 50%;
    font-size: 20px;
}
.home-two-services-area ul li .quotesIconSpan i.fa-quote-right{
    border: none;
    width: 50%;
    padding-left: 0px;
    font-size: 20px;
}
.home-two-services-area ul li .single-services h3 {
  margin: 10px 0 10px;
  font-size: 18px;
}
.home-two-services-area ul li a .single-services {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.home-two-services-area ul li .single-services h3 a:hover {
  color: #ffffff;
}
.home-two-services-area ul li .single-services p {
  color: #ffffff;
}
.home-two-services-area ul li .single-services .read-more {
  display: block;
}
.home-two-services-area ul li a .single-services .read-more {
  display: inline-block;
  color: #ffffff;
  font-size: 0.82rem;
  transition: all 0.5s ease 0s;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  background: #0000005c;
  padding: 5px 35px;
  border-radius: 3px;
}
.home-two-services-area ul li .single-services .read-more:after {
  content: "\F280";
  font-family: bootstrap-icons;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.home-two-services-area ul li .single-services .read-more a:hover {
  color: #ffffff;
}
.home-two-services-area ul li .single-services .read-more a:hover:after {
  right: -30px;
  opacity: 1;
}
/* .row.acurate {
    justify-content: space-between;
} */
.buttons-group {
    justify-content: center;
    list-style-type: none;
}
.input-style-1 label, .input-style-2 label, .input-style-3 label, .select-style-1 label, .buttonmerge {
    margin-bottom: 0px !important;
}

.custom-model-icon button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
        z-index: 1001;
}
.custom-model-icon .modal-header {
    padding: 0;
        border: 0;
}
.login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab {
    color: #195775;
    border-color: #195775;
}
.login-html .tab {
    color: var(--bs-gray-500);
}
.login-form .group .label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 2px;
    text-align: initial;
}

.login-html .form-control, .login-html .form-select {
    padding: 10px 16px;
}
img#capcha {
    height: 42px;
    margin-right: 5px;
}
.login-form .group .check:checked + label {
    color: #000;
}
.login-form a {
    color: #000000;
}
.hr {
    height: 2px;
    margin: 15px 0 15px 0;
    background: rgb(0 0 0 / 20%);
}

.wrap-multi-btn .btn-icon {
     color: #EDA92E;
}
 .login-form .wrap-multi-btn a {
    color: #EDA92E;
}
.btn--bolt:hover .btn-icon {
    color: #263182;
}
.sign-in-htm ,.sign-up-htm {
    width: 85%;
    margin: auto;
}
/* .modal-content::before{ */
/* 	content:""; */
/*     background-image: url("admin/assets/img/signin/signin.jpg"); */
/*     background-repeat: no-repeat; */
/*     background-position: center; */
/*     background-size: cover; */
/*     opacity: 0.2; */
/* } */
.login-html .nav-tabs {
    border: 0;
    margin-bottom: 10px;
    width: 85%;
    margin: 0 auto 10px;
}
.login-html .nav-tabs .nav-item.show .nav-link, .login-html .nav-tabs .nav-link.active {
   border:0;
   /* border-bottom: 3px solid #12455c !important;
   color: #12455c; */
   
    border-bottom: 3px solid #ffffff !important;
    color: #ffffff;
    background: black;
}
.login-html .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    border: 0;
    border-bottom: 3px solid #fff !important;
}
.login-html .nav-tabs .nav-link:focus, .login-html .nav-tabs .nav-link:hover {
    isolation: isolate;
    border: 0;
}
.login-html .nav-tabs .nav-link.disabled {
    opacity: 0;
}
span.sub-title-icon {
    position: absolute;
    top: 80%;
    left: 28%;
}
.sign-bottom-btn{
	position: relative;
}
.sub-title-icon i {
    font-size: 32px;
    color: #ffffff;
}
.login-html .signin-btn button.button:hover{
	transform: translateY(-3px);
    transition: 1s;
	
}

.login-html .signin-btn button.button {
    background: linear-gradient(to right bottom, rgb(0 0 0), rgb(18 69 92));
    color: #fff;
    width: 50%;
    
}
.login-form .group .input, .login-form .group .button {
    border-radius: 4px;
    height: 42px;
    background: linear-gradient(to right bottom, rgb(0 0 0), rgb(18 69 92));
}
.custom-model-content p{
	color: black;
    font-size: 16px;
    font-weight: 600;
	
}
.wrap-multi-btn {
    width: 50%;
    padding: 10px;
}
.fs-3 {
    font-size: 2.75rem!important;
}
.wrap-multi-btn img{
    max-width: 50px;
    height: 50px;
}
.animation-btn {
    padding: 2.2rem 1.2rem 1.8rem 1.2rem;
    font-size: 1.2rem;
/*     border-top-color: transparent !important; */

}
.login-form .wrap-multi-btn a {
    color: #fff;
    background: linear-gradient(to right bottom, #76c893, rgb(18 69 92));
    border: 2px solid #000000;
}

.theme-color-v3 .btn--bolt:hover, .theme-color-v2 .btn--bolt:hover, .btn--bolt:hover {
    color: #000;
    background: linear-gradient(to right bottom , rgb(18 69 92), #76c893);
    border: 2px solid #fff;
    
    border: 2px solid #fff;
    border-top-color: #fff;
    color: #000;
    
}
.btn--bolt .btn-anim:after, .btn--bolt .btn-anim:before {
    background: #ffffff;
}

.custom-secondary-list{
	display: inline-block;
    padding: 0 0 0 2rem;
}

.custom-secondary-list li{
	list-style-type: square;	
}
.custom-secondary-list li::marker{
	color: #fd5316 !important;
	font-size: 24px;	
}

.about-berism-page .custom-secondary-list p{
	font-weight: 600;
}

.about-berism-page .color-text-a{
	margin-bottom: 10px;
}

