@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/*Default-style
======================================================*/
body {
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  /* cursor: url('../images/cm.png') auto; */

}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1, h2, h3, h4 {
  color: #007236;
  /* font-family: "Source Serif Pro", serif; */
  font-weight: 700;
}
.single-information-card h3{
  font-family: "Source Serif Pro", serif; 
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}
label {
  color: #3F3F46;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500 !important;
}


textarea {
  height: auto !important;
}

/* Login css start */
/* Radio buttons start code */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
  /*   padding-left: 28px; */
    padding-left: 21px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #291e63;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Radio buttons end code */
.loginPage .modal-content {
  /* box-shadow: 0 0 20px 3px rgb(185 41 41); */
  box-shadow: 0 0 20px 3px rgb(248 251 245);
  /* background-color: #6b2f3bab; */
  background-color: transparent;
    background-clip: padding-box;
    border: 0;
}
.loginPage .modal-content label, .loginPage .modal-content h3 {
 color: #291e63;
}
.loginPage .title-one h3::before {
  background-color: #291e63;
}
.loginPage .modal-content label.label-radio{
  color: #fff;
}
.loginPage .form-control {
  max-height: 41px;
  border: 1px solid rgba(89, 90, 89, 0.25);
  padding-left: 15px;
  /* padding: 0.63rem 0.9rem; */
  padding: 10px;
  font-size: 14px;
  border: 1px solid #E2E8F0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;

}
select option {
  background: #fff;
  color: #000;
}
.loginPage .form-control:focus {
  border: 1px solid #c68b47;
  /* box-shadow: none; */
  outline: 0;
  box-shadow: 0 0 0 3px rgb(245 245 245 / 25%);
}
.loginPage ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.loginPage ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
/* Login css End */


.text-primary.bhubahati-heading{
  color: #9b2511 !important;
}
.text-primary.bhubahati-heading-01{
  color: #9b2511 !important;
}
.text-secondary.bhubahati-subheading{
  color: #252b7c !important;
}

.btn-primary, .btn-secondary,.btn-info{
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 14px;
}
.btn-primary{
    
    background-color: #142b67 !important;
    border: 1px solid #142b67 !important;
}
.btn-primary:hover{
  background-color: rgb(173, 122, 25) !important;
  border: 1px solid rgb(173, 122, 25) !important;
}
.btn-secondary{  

  background-color: #d47f1e !important;
  border: 1px solid #d47f1e !important;
}
.btn-secondary:hover{
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.btn-info{
    background-color: #007236 !important;
    border: 1px solid #007236 !important;
}
.btn-info:hover{
  background-color: rgb(173, 122, 25) !important;
  border: 1px solid rgb(173, 122, 25) !important;
}
.blink-login{
  position: absolute;
  bottom: -12px;
  z-index: 9999999999999999;
}
.blink-soft {
  /* animation: blinker 1.5s linear infinite; */
  animation: blinker 1s step-end infinite;
  filter: drop-shadow(0px 4px 10px #b68a11);
}
.blink-soft:hover {
  animation: blinker 2s step-end normal;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Dashboard-table start */
.dashboard-table tbody tr td, td, .dashboard-table thead tr th {
    font-size: 14px !important;
}
.dashboard-table-scroll{
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
 }
 #dTable thead{
 	--bs-table-bg: #007236;
    --bs-table-color: #ffffff;
 }
  #dTable .table>thead {
    vertical-align: middle;
}
.table>thead {
    vertical-align: middle !important;
}
/* Dashboard-table END */


.bg-f4f6f9 {
  background-color: #f4f6f9;
}
.text-primary{
  color: #007236 !important;
}
.text-secondary{
  color: #c68b47 !important;
}
.bg-primary{
  background-color: #007236 !important;
}
.bg-secondary{
  background-color: #c68b47 !important;
}
.bg-lightblue{
  background: #737a9f57 !important;
}
.bg-ribban {
  background: #14295c !important;
}
.text-red{
  color: red;
}
.text-tenary{
  color:#9b2511 
}
.w-100p{
  width: 100px;
}
.w-40p{
  width: 40px;
}
.w-h-40{
  width: 40px;
  height: 40px;
}
.h-40p{
	height:40px
}
.h-30p{
	height: 30px
}
.curser-pointer{
  cursor: pointer;
}
.chat-bot{
  position: fixed;
  z-index: 1;
  right: 3%;
  /* bottom: 95px; */
  bottom: 14px;
  cursor: pointer;
}
.chat-bot-img{
  box-shadow: 0 0 7px -1px grey;
  border-radius: 50%;
  z-index: 9999;
  background-color: #ffa500;
}
.chat-bot .animated{
  animation-name: bounce;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    /* bottom: 60px !important; */
    bottom: -11px !important;
    padding: 5px !important;
    /* right: 27px !important; */
    right: 0 !important;
    width: 110px !important;
    border-radius: 10px 10px 0 !important;
    background: #334ba2 !important;
    position: absolute !important;
    color: #fff !important;
    font-weight: 400;
}
.chat-bot img{
  height: 60px;
}

.box{
  -webkit-animation: bounce .8s ease infinite alternate;
  animation: bounce .8s ease infinite alternate;
}
@-webkit-keyframes bounce { 
  0% {
    /* :translateY(-20px); */    
  }
  100% {
    transform:translateY(-20px);
    
  }
}
@keyframes bounce { 
  0% {
    /* :translateY(-20px); */    
  }
  100% {
    transform:translateY(-20px);
    
  }
}
.shadow-blue{
      text-shadow: 2px 2px 5px rgb(17 29 94 / 50%);
}
.info-icon{
  height: 65px !important;
  margin-bottom: 16px;
}
/* #loginPage{
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
} */
#loginPage{
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  /* background-image: url('../images/loginBg.jpg'); */
  background-image: url(../images/loginBg.jpg);
}
/* .buy-now-btn,.switch-box{
  display: none;
} */
.ministers{
  background-image: url(../images/sky.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #aeccf0;
  -webkit-animation: slidein 20s;
  animation: slidein 20s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* -webkit-animation-direction: alternate;
  animation-direction: alternate;  */
}
@-webkit-keyframes slidein {
  from {background-position: top; background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
  }
  
  @keyframes slidein {
  from {background-position: top;background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
  
  }
.ministers p{
  font-size: 14px !important;
}
/*
Top Header Area Style
======================================================*/
.top-header-area {
  background-color: #007236;
  /* background-color: #c68b47; */
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-area .container-fluid {
  max-width: 1520px;
}

.header-left-content p {
  color: #ffffff;
  font-size: 14px;
}

.header-right-content {
  text-align: right;
}
.header-right-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.header-right-content .list ul li {
  display: inline-block;
  margin-right: 25px;
}
.header-right-content .list ul li a {
  color: #ffffff;
  font-size: 14px;
}
.header-right-content .list ul li:last-child {
  margin-right: 0;
}
.top-header-area p.font-16{
  font-size: 14px !important;
}
/* .buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
  display: none;
}
.buy-now-btn:hover {
  background-color: #c68b47;
  color: #ffffff;
} */

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  padding: 8px 0;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area.nav-bg-2 .desktop-nav .navbar-nav .nav-item a {
  color: #007236;
}
.navbar-area.nav-bg-2 .desktop-nav .others-options .icon {
  color: #007236;
}

.nav-bg-1 {
  background-color: #007236;
}

.nav-bg-2 {
  background-color: #ffffff;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  /* padding-bottom: 20px;
  padding-top: 20px; */
  /* padding: 10px 0; */
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
/* .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #c68b47;
} */
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus {
  /* color: #c68b47; */
  color: #9aceff ;
}
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  /* color: #c68b47; */
  color: #9aceff ;
  font-weight: 600;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
/* .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #c68b47;
} */
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  /* color: #c68b47; */
  color: #9aceff ;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 12px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c68b47;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  /* margin-top: 20px; */
  transform: translateY(1);
  visibility: visible;
}
.desktop-nav .navbar .others-options {
  padding-left: 40px;
}
.desktop-nav .navbar .others-options .icon {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

/*
Others Option For Responsive Area Style
======================================================*/
.information-services .fas{
  font-size: 40px;
  color: #ffa500;
  margin-bottom: 12px !important;
}
/* ============Fonts size Start========= */
.font-10{
  font-size: 10px;
}
.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.font-16{
  font-size: 16px;
}
.font-18{
  font-size: 18px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size: 22px;
}
.font-26{
  font-size: 26px;
}
.font-28{
  font-size: 28px;
}
.font-imp-28{
  font-size: 28px !important;
}
.title-one h3.font-imp-28::before, .title-one p.font-imp-28::before {
  background-color: #c68b47;
  top: 47px;
}
.font-32{
  font-size: 32px;
}
.font-36{
  font-size: 36px;
}
.font-40{
  font-size: 40px;
}
.font-50{
  font-size: 50px;
}

.font-weight-400{
  font-weight: 400;
}
.font-weight-500{
  font-weight: 500;
}
.font-weight-600{
  font-weight: 600;
}


.slider-content-center {
  position: absolute;
  top: 0;
  top: 50px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slider-content-center:hover h3{
  color: #007236 !important;
}
.text-rainbow-animation {
  color:#ffffff;
}
/* .text-rainbow-animation {
  background-image: 
    linear-gradient(to right, #007236,#c68b47); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 200s linear infinite;
}.text-rainbow-animation-white {
  background-image: 
    linear-gradient(to right, #82b5e4,#ffffff); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 200s linear infinite;
} */

/* New bhubharati Flip css info and Transation module start  */
.flip-card-front.bg-flip01 {
    background-image: url(../images/1.jpg);
}
.flip-card-back.bg-flip01 {
    background-image: url(../images/1A.jpg);
}
.flip-card-front.bg-flip02 {
    background-image: url(../images/2.jpg);
}
.flip-card-back.bg-flip02 {
    background-image: url(../images/2A.jpg);
}
.flip-card-front.bg-flip03 {
    background-image: url(../images/3.jpg);
}
.flip-card-back.bg-flip03 {
    background-image: url(../images/3A.jpg);
}
.flip-card-front.bg-flip04 {
    background-image: url(../images/4.jpg);
}
.flip-card-back.bg-flip04 {
    background-image: url(../images/4A.jpg);
}
.flip-card-front.bg-flip05 {
    background-image: url(../images/5.jpg);
}
.flip-card-back.bg-flip05 {
    background-image: url(../images/5A.jpg);
}
.flip-card-front.bg-flip06 {
    background-image: url(../images/6.jpg);
}
.flip-card-back.bg-flip06 {
    background-image: url(../images/6A.jpg);
}

.flip-card-front.bg-flip11 {
    background-image: url(../images/11.jpg);
}
.flip-card-back.bg-flip11 {
    background-image: url(../images/11A.jpg);
}
.flip-card-front.bg-flip12 {
    background-image: url(../images/12.jpg);
}
.flip-card-back.bg-flip12 {
    background-image: url(../images/12A.jpg);
}
.flip-card-front.bg-flip13 {
    background-image: url(../images/13.jpg);
}
.flip-card-back.bg-flip13 {
    background-image: url(../images/13A.jpg);
}
.flip-card-front.bg-flip14 {
    background-image: url(../images/14.jpg);
}
.flip-card-back.bg-flip14 {
    background-image: url(../images/14A.jpg);
}
.flip-card-front.bg-flip15 {
    background-image: url(../images/15.jpg);
}
.flip-card-back.bg-flip15 {
    background-image: url(../images/15A.jpg);
}
.flip-card-front.bg-flip16 {
    background-image: url(../images/16.jpg);
}
.flip-card-back.bg-flip16 {
    background-image: url(../images/16A.jpg);
}





.flip-card-front.bg-Tsflip01 {
    background-image: url(../images/tm1.jpg);
}
.flip-card-back.bg-Tsflip01 {
    background-image: url(../images/tm1A.jpg);
}
.flip-card-front.bg-Tsflip02 {
    background-image: url(../images/tm2.jpg);
}
.flip-card-back.bg-Tsflip02 {
    background-image: url(../images/tm2A.jpg);
}
.flip-card-front.bg-Tsflip03 {
    background-image: url(../images/tm3.jpg);
}
.flip-card-back.bg-Tsflip03 {
    background-image: url(../images/tm3A.jpg);
}
.flip-card-front.bg-Tsflip04 {
    background-image: url(../images/tm4.jpg);
}
.flip-card-back.bg-Tsflip04 {
    background-image: url(../images/tm4A.jpg);
}
.flip-card-front.bg-Tsflip05 {
    background-image: url(../images/tm5.jpg);
}
.flip-card-back.bg-Tsflip05 {
    background-image: url(../images/tm5A.jpg);
}
.flip-card-front.bg-Tsflip06 {
    background-image: url(../images/tm6.jpg);
}
.flip-card-back.bg-Tsflip06 {
    background-image: url(../images/tm6A.jpg);
}
.flip-card-front.bg-flip-appeal {
    background-image: url(../images/8.jpg);
}
 .flip-card-back.bg-flip-appeal {
    background-image: url(../images/8A.jpg);
} 

.flip-card-front.bg-Tsflip11 {
    background-image: url(../images/tm11.jpg);
}
.flip-card-back.bg-Tsflip11 {
    background-image: url(../images/tm11A.jpg);
}
.flip-card-front.bg-Tsflip12 {
    background-image: url(../images/tm12.jpg);
}
.flip-card-back.bg-Tsflip12 {
    background-image: url(../images/tm12A.jpg);
}
.flip-card-front.bg-Tsflip13 {
    background-image: url(../images/tm13.jpg);
}
.flip-card-back.bg-Tsflip13 {
    background-image: url(../images/tm13A.jpg);
}
.flip-card-front.bg-Tsflip14 {
    background-image: url(../images/tm14.jpg);
}
.flip-card-back.bg-Tsflip14 {
    background-image: url(../images/tm14A.jpg);
}
.flip-card-front.bg-Tsflip15 {
    background-image: url(../images/tm15.jpg);
}
.flip-card-back.bg-Tsflip15 {
    background-image: url(../images/tm15A.jpg);
}
.flip-card-front.bg-flip-appeal1 {
    background-image: url(../images/appeal1.jpg);
}
 .flip-card-back.bg-flip-appeal1 {
    background-image: url(../images/appealbg.png);
} 
/* New bhubharati Flip css info and Transation module ENd */

.loginTopLogo{
height: 150px;
    width: 150px;
    position: absolute;
    top: -74px;
}


/* flip card code start */
/* .flip-card {
  perspective: 1000px;
} */

 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #f8f9fa; */
  color: #000;
}

.flip-card-back {
  background-color: #343a40;
  color: #000;
  transform: rotateY(180deg);
}

.card-img-top {
  max-height: 200px;
  object-fit: cover;
} 

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  /* width: 300px; */
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; 
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
 /*  background-color: #bbb; */
  color: black;
}

/* Style the back side */
.flip-card-back {
  /* background-color: dodgerblue; */
  color: white;
  transform: rotateY(180deg);
}

/* flif card end */


@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}
/* ============Fonts size End========= */
.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -43px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #c68b47;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #c68b47;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}
.others-option-for-responsive .others-options ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  align-items: center !important;
}
.others-option-for-responsive .others-options ul li {
  display: inline-block;
}
.others-option-for-responsive .others-options ul li .call-now {
  position: relative;
  padding-left: 60px;
  top: 8px;
  margin-bottom: 40px !important;
}
.others-option-for-responsive .others-options ul li .call-now i {
  position: absolute;
  font-size: 40px;
  color: #c68b47;
  left: 0;
  top: 3px;
}
.others-option-for-responsive .others-options ul li .call-now p {
  margin-bottom: 8px;
}
.others-option-for-responsive .others-options ul li .call-now a {
  color: #007236;
  font-weight: 500;
}
.others-option-for-responsive .others-options ul li .default-btn {
  bottom: 9px;
}

.mobile-responsive-nav {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Preloader Style
======================================================*/
.preloader-area {
  position: fixed;
  z-index: 999999;
  /* background-color: #c68b47; */
  background-color: #007236 ;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
}
.preloader-area .spinner {
  width: 12em;
  height: 12em;
  /* transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg); */
  -webkit-animation: bouncePreloader .8s ease infinite alternate;
  animation: bouncePreloader .8s ease infinite alternate;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}
.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}
/* .preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 120s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 120s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 120s linear infinite;
} */

/* .preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 16s linear infinite;
} */
.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}
@-webkit-keyframes bouncePreloader { 
  0% {
    /* :translateY(-20px); */    
  }
  100% {
    transform:translateY(-20px);
    
  }
}
@keyframes bouncePreloader { 
  0% {
    /* :translateY(-20px); */    
  }
  100% {
    transform:translateY(-20px);
    
  }
}
/* @keyframes sphereSpin {
  0% {
    transform: rotateX(360deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateDisc2 {
  from {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(90deg) rotateZ(360deg);
  }
}
@keyframes rotateDisc3 {
  from {
    transform: rotateY(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateY(90deg) rotateZ(360deg);
  }
} */
/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.modal.right .modal-content button.close {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-shadow: unset;
  box-shadow: unset;
  z-index: 99;
  opacity: 1;
}
.modal.right .modal-content button.close i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #c68b47;
  color: #ffffff;
  font-size: 20px;
  transition: all ease 0.5s;
  border-radius: 50%;
}
.modal.right .modal-content button.close i:hover {
  background-color: #007236;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal.modal .modal-body {
  padding: 25px;
}
.sidebarModal.modal .modal-body .white-logo {
  display: none;
}
.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
  margin-bottom: 40px;
}
.sidebarModal.modal .modal-body .sidebar-content p {
  margin-bottom: 40px;
}
.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
  margin-top: 25px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #555555;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #c68b47;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #c68b47;
}
.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-right: 8px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-right: 0;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 40px;
  font-size: 16px;
  background: #c68b47;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  transform: translateY(-5px);
  background-color: #007236;
  color: #ffffff;
}
.sidebarModal.modal .modal-body .contact-form {
  margin-top: 30px;
}
.sidebarModal.modal .modal-body .contact-form h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .form-group {
  margin-bottom: 20px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .form-group .form-control {
  padding: 15px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .default-btn {
  border: none;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .list-unstyled {
  color: #ee1010;
  font-size: 14px;
  margin-top: 8px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm #msgSubmit {
  font-size: 15px;
}

/*Default-btn
======================================================*/
.default-btn {
  background-color: #c68b47;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #c68b47;
  z-index: 1;
}
.default-btn i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}
.default-btn::before {
  position: absolute;
  content: "";
  background-color: #007236;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  transform: scaleX(1);
}
.default-btn:focus {
  box-shadow: none;
}

.read-more-btn {
  color: #007236;
  font-weight: 500;
  font-size: 15px;
  transition: all ease 0.5s;
  position: relative;
}
.read-more-btn i {
  position: relative;
  top: 3px;
  padding-left: 7px;
}
.read-more-btn:hover {
  color: #c68b47;
}
.read-more-btn.active {
  color: #c68b47;
  letter-spacing: 0;
}
.read-more-btn.white-color {
  color: #ffffff;
}
.read-more-btn.white-color:hover {
  color: #c68b47;
}

/*Section-title
======================================================*/
.section-title {
  max-width: 450px;
  text-align: center;
  margin: -10px auto 40px;
  position: relative;
}
.section-title.style2 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-title h2.white {
  color: #ffffff;
}
.section-title p {
  margin-bottom: 20px;
}
.section-title p:last-child {
  margin-bottom: 0;
}
.section-title.white-title .top-title {
  color: #ffffff;
}
.section-title.white-title h2 {
  color: #ffffff;
}
.section-title.white-title p {
  color: #ffffff;
}
.scroll-list{
  height: 270px;
    /* overflow: scroll; */
    overflow-y: scroll;
}
/* width */
.scroll-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 10px;
}
 
/* Handle */
.scroll-list::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll-list::-webkit-scrollbar-thumb:hover {
  background: #007236; 
}
hr.white-hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: white solid 1px;
  opacity: 1;
}
li.white-hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-bottom: #fff solid 1px;
  opacity: 1;
}
.marque-banner{
  border: 2px dashed #ffffff2e;
    padding: 10px;
    width: 500px;
    height: 250px;
}
/*
Banner Style
======================================================*/
.banner-area {
  background-color: #007236;
  overflow: hidden;
}
.banner-area .container-fluid {
  padding: 0;
  padding-left: 30px;
  max-width: 1720px;
  margin-right: 0;
  margin-left: auto;
}

.slider-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 60px;
  overflow: hidden;
}
.slider-item.banner-bg-1 {
  background-image: url(../images/banner/banner-8.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.slider-item.banner-bg-2 {
  background-image: url(../images/banner/banner-11.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.slider-item.banner-bg-4 {
  background-image: url(../images/banner/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.slider-item.banner-bg-3 {
  background-image: url(../images/banner/banner-3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.slider-item.banner-bg-5 {
  background-image: url(../images/banner/banner-4.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.slider-item.banner-bg-6 {
  background-image: url(../images/banner/banner-61.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  /* height: 100vh; */
}
.owl-carousel .owl-stage-outer {
  border-top: 2px solid #c48a46 !important;
}
.testmonials .owl-carousel .owl-stage-outer {
  border-top: 2px solid transparent !important;
}
/* .slider-item.banner-bg-2 {
  background-image: url(../images/banner/banner-2.jpg);
} */

/* .slider-item.banner-bg-1 {
  background-image: url(../images/banner/banner-12.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  height: 100vh;
}
.slider-item.banner-bg-2 {
  background-image: url(../images/banner/banner-12.jpg);
} */

.nav-pills .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 1px !important;
  cursor: pointer;
  min-height: 50px;
  align-items: center;
  display: flex;
  color: #000000;
}
.nav-pills {
  border: 1px solid rgba(0, 0, 0, .125) !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #007236 !important;
}
.tabs-table{
  /* border-left: 1px solid #000000;
  border-bottom: 1px solid #000000; */
  border-left: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  cursor: pointer;
  padding: 0;
}
.border-top-1{
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.border-bottom-1{
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.border-right-1{
  border-right: 1px solid rgba(0, 0, 0, .125);
}
.tabs-table div{
  padding: 16px;
  padding-top: 34px;
  height: 100%;
}
.tabs-table div:hover{
  background-color: #c68b47;
  width: 100%;
}
.technical-list .fas{
  font-size: 30px;
  color: #2b79c2;
  text-align: center;
  margin-bottom: 10px !important;
}
.technical-list h3{
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.technical-list{
  min-height: 150px;
}
.technical-list:hover h3{
  color: #fff;
}
.slider-content {
  max-width: 740px;
  margin-left: 0;
  margin-right: auto;
}
.slider-content h1 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 20px;
}
.slider-content p {
  color: #ffffff;
  margin-bottom: 30px;
}
.slider-content.style2 {
  background-color: #ffffff;
  padding: 50px;
}
.slider-content.style2 h1 {
  color: #007236;
}
.slider-content.style2 p {
  color: #555555;
}

.hero-slider {
  position: relative;
}
.hero-slider.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
.hero-slider.owl-theme .owl-dots .owl-dot {
  display: block;
}
.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: transparent;
  display: block;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
}
.hero-slider.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "01";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.hero-slider.owl-theme .owl-dots .owl-dot:hover span, .hero-slider.owl-theme .owl-dots .owl-dot.active span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.hero-slider.owl-theme .owl-dots .owl-dot:hover span::after, .hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #ffffff;
  left: -30px;
  top: 22px;
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "02";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "03";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "04";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "05";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "06";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "07";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "08";
}
.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: 30px;
  bottom: -130px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 100px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}

.hero-slider2 .slider-item {
  padding-left: 0;
}
.hero-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
  opacity: 0;
  transition: all ease 0.5s;
}
.hero-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
  color: #ffffff;
}
.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 100px;
  left: auto;
}
.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.hero-slider2:hover.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
}
.hero-slider2.style2.owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.15);
}
.hero-slider2.style2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
}

.owl-thumbs {
  text-align: right;
  position: relative;
  margin-top: -75px;
  z-index: 1;
}
.owl-thumbs button {
  padding: 0;
  border: none;
  transition: all ease 0.5s;
}
.owl-thumbs button:hover, .owl-thumbs button.active {
  filter: blur(2px);
}
.owl-thumbs .owl-thumb-item {
  width: 200px;
  height: 150px;
}

/**/
.banner-area.banner-area-five {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 1;
}
.banner-area.banner-area-five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(9, 0, 51, 0), rgb(8, 1, 77));
}
.banner-area.banner-area-five video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.banner-area.banner-area-five .slider-item {
  position: relative;
  padding-left: 175px;
  overflow: hidden;
  z-index: 3;
}

/*
Academics Style
======================================================*/
.single-academics-card {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-academics-card .academic-top-content {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.single-academics-card .academic-top-content h3 {
  font-size: 22px;
  transition: all ease 0.5s;
}
.single-academics-card .academic-top-content h3:hover {
  color: #c68b47;
}
.single-academics-card .academic-top-content i {
  font-size: 30px;
  position: absolute;
  color: #c68b47;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-academics-card:hover {
  transform: translateY(-10px);
}

.single-academics-card2 {
  background-size: cover;
  background-position: center center;
  height: 500px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.single-academics-card2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(17, 29, 94, 0.9));
  left: 0;
  top: 0;
}
.single-academics-card2.bg-1 {
  background-image: url(../images/academics/academic-1.jpg);
}
.single-academics-card2.bg-2 {
  background-image: url(../images/academics/academic-2.jpg);
}
.single-academics-card2.bg-3 {
  background-image: url(../images/academics/academic-3.jpg);
}
.single-academics-card2 .serial {
  position: absolute;
  left: 30px;
  top: 30px;
}
.single-academics-card2 .serial p {
  color: #ffffff;
  font-size: 18px;
}
.single-academics-card2 .academic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.single-academics-card2 .academic-content .academic-top-content {
  position: relative;
  padding-left: 30px;
}
.single-academics-card2 .academic-content .academic-top-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.single-academics-card2 .academic-content .academic-top-content h3:hover {
  color: #c68b47;
}
.single-academics-card2 .academic-content .academic-top-content i {
  color: #c68b47;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.single-academics-card2 .academic-content p {
  color: #ffffff;
  margin-bottom: 15px;
}

.single-information-card3 {
  text-align: center;
  padding: 25px;
  border: 1px solid #0072364a;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  /* min-height: 225px; */
  min-height: 185px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.60);
    background: linear-gradient(180deg, #fcfcfc 80%, rgb(218 218 218) 100%);
}
.single-information-card3:hover {filter: drop-shadow(0px 4px 8px #4580bc);}
/* .single-information-card3::before {
  position: absolute;
  content: "";
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #c68b47;
  transition: all ease 0.5s;
}
.single-information-card3 .icon {
  margin-bottom: 20px;
}
.single-information-card3 .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 72px;
  border-radius: 100%;
  border: 1px solid #c68b47;
  display: inline-block;
  color: #c68b47;
  position: relative;
  transition: all ease 0.5s;
} */
.single-information-card3 h3 {
  font-size: 15px;
  /* margin-bottom: 15px; */
  position: relative;
  transition: all ease 0.5s;
  font-weight: 600 !important;
}
.single-information-card3 p {
  position: relative;
  transition: all ease 0.5s;
}
/* .single-information-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}
.single-information-card3:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  transform: rotate(45deg);
}
.single-information-card3:hover h3 {
  color: #ffffff;
}
.single-information-card3:hover p {
  color: #ffffff;
} */
.single-information-card3:hover .read-more-btn {
  color: #ffffff;
}

.serch-content {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.serch-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.serch-content .form-group {
  position: relative;
}
.serch-content .form-group .form-control {
  border: none;
  border: 1px solid transparent;
}
.serch-content .form-group .form-control:focus {
  border: 1px solid #c68b47;
}
.serch-content .form-group .src-btn {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

.category-content {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.category-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.category-content .form-control {
  border: none;
  border: 1px solid transparent;
}
.category-content .form-control:focus {
  border: 1px solid #c68b47;
}

.location-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.location-type h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.location-type .form-check .form-check-input {
  border-radius: 0;
}
.location-type .form-check .form-check-input:checked {
  background-color: #c68b47;
  border-color: #c68b47;
}
.location-type .form-check .form-check-input:focus {
  box-shadow: none;
}

.program-level {
  margin-bottom: 30px;
}
.program-level h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.program-level .form-check .form-check-input {
  border-radius: 0;
}
.program-level .form-check .form-check-input:checked {
  background-color: #c68b47;
  border-color: #c68b47;
}
.program-level .form-check .form-check-input:focus {
  box-shadow: none;
}

.academics-details .details h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.academics-details .details p {
  margin-bottom: 20px;
}
.academics-details .details .details-images {
  margin-top: 10px;
  display: inline-block;
}
.academics-details .details .details-images img {
  margin-bottom: 30px;
}
.academics-details .regiStartion-and-fee {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.academics-details .regiStartion-and-fee h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.academics-details .regiStartion-and-fee p {
  margin-bottom: 20px;
}
.academics-details .regiStartion-and-fee .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.academics-details .regiStartion-and-fee .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.academics-details .regiStartion-and-fee .list ul li:last-child {
  margin-bottom: 0;
}
.academics-details .prepare-exam h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.academics-details .prepare-exam p {
  margin-bottom: 30px;
}
.academics-details .prepare-exam .exam-card {
  margin-bottom: 30px;
  padding-left: 30px;
}
.academics-details .prepare-exam .exam-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}
.academics-details .prepare-exam .exam-card h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #c68b47;
  left: -30px;
  top: 5px;
}
.academics-details .prepare-exam .exam-card p {
  margin-bottom: 0;
}

.academics-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.academics-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.academics-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.academics-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.academics-list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}
.academics-list ul li i {
  position: absolute;
  right: 0;
  font-size: 22px;
}
.academics-list ul li:last-child {
  margin-bottom: 0;
}
.academics-list ul li:hover a {
  color: #c68b47;
}

.related-download {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.related-download h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.related-download ul {
  padding-left: 0;
  margin-bottom: 0;
}
.related-download ul li {
  margin-bottom: 10px;
  list-style-type: none;
  background-color: #ffffff;
  padding: 20px;
  padding-left: 70px;
  position: relative;
}
.related-download ul li a {
  color: #555555;
}
.related-download ul li i {
  position: absolute;
  left: 0;
  background-color: #c68b47;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 16px;
}
.related-download ul li:last-child {
  margin-bottom: 0;
}

/*
Education Style
======================================================*/

.flip-card-front {
  background-size: cover;
  background-position: center center;
 /*  filter: drop-shadow(0px 4px 8px #4580bc); */
  background-repeat: no-repeat;
  z-index: 1;
  flex: 1 1 auto;
  height: 100%;
  display: block;
  background-clip: border-box;
  border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.flip-card-front:hover, .flip-card-back:hover{
  filter: drop-shadow(0px 4px 8px #b68a11);
}
.flip-card-front.bg-flip {
   background-image: url(../images/sky.avif); 
  /* background-image: url(../images/bg-rice.jpg); */

}
.flip-card-front img{
  height: 75px;
  margin-bottom: 16px;
}

.flip-card-back {
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  flex: 1 1 auto;
  height: 100%;
  display: block;
  background-clip: border-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.flip-card-back.bg-flip {
  background-image: url(../images/bg-rice.jpg);
}
.flip-card-front.bg-flip-info {
  background-image: url(../images/200.jpg);
}
.flip-list .lists ul {
  padding-left: 0;
  margin-bottom: 0;
}
.flip-list .lists ul li {
  list-style-type: none;
}
.flip-list .lists ul li p {
  color: #fff;
}
.flip-list .lists ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.flip-list .lists ul li:last-child {
  margin-bottom: 0;
}
.flip-list .lists ul li a {
  color: #ffffff;
  transition: all ease 0.5s;
}
.flip-list .lists ul li a:hover {
  color: #c68b47;
}

.single-information-card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 16px;
  margin-bottom: 30px;
  z-index: 1;
  flex: 1 1 auto;
  height: 100%;
  display: block;
  background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.single-information-card.bg-1 {
  /* background-image: url(../images/slider-2.jpg); */
  background-image: url(../images/sky.avif);
}
/* .single-information-card.bg-2 {
  background-image: url(../images/academics/academic-5.jpg);
}
.single-information-card.bg-3 {
  background-image: url(../images/academics/academic-6.jpg);
}
.single-information-card.bg-4 {
  background-image: url(../images/academics/academic-7.jpg);
} */
.single-information-card .edication-content {
  text-align: center;
  position: relative;
}
.single-information-card .edication-content .icon i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff;
}
.single-information-card .edication-content h3 {
  font-size: 18px;
  color: #ffffff;
}
.single-information-card .edication-content .read-more-btn:hover {
  color: #007236;
}
.single-information-card::before {
  position: absolute;
  content: "";
  /* background: rgb(16 19 38 / 66%); */
  background: rgb(17 29 94 / 59%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* border-radius: 10px; */
}
.single-information-card::after {
  position: absolute;
  content: "";
  background: #007236;
  display: inline-block;
  border-bottom: 5px solid #c68b47;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all ease 0.5s;
  /* border-radius: 10px; */
}
.single-information-card:hover::after {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}
.single-information-card :hover .citizen-module-icon-1,.single-information-card :hover .citizen-module-icon{
  color: #c68b47;
}
.citizen-module-icon-1{
  font-size: 30px;
  color: #fff;
}
.citizen-module-icon{
  font-size: 45px;
  color: #fff;
}
/*
Campus Information Style
======================================================*/
.campus-content {
  margin-bottom: 30px;
}
.campus-content .campus-title {
  margin-bottom: 30px;
}
.campus-content .campus-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.campus-content .list {
  margin-bottom: 20px;
}
.campus-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.campus-content .list ul li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 10px;
}
.campus-content .list ul li i {
  position: absolute;
  left: 0;
  color: #c68b47;
}
.campus-content.style-2 {
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -100px;
}

.counter-card {
  margin-bottom: 30px;
}
.counter-card h1 {
  font-size: 60px;
  margin-bottom: 5px;
  line-height: 1;
}
.counter-card h1 .target {
  color: #c68b47;
  position: relative;
  top: 4px;
}
.counter-card h1 .target.heading-color {
  color: #007236;
  font-size: 60px;
  margin-left: -4px;
}

.campus-image {
  margin-bottom: 30px;
}

.estemate-form {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
.estemate-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.estemate-form .form-group {
  margin-bottom: 25px;
}
.estemate-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid #f4f6f9;
}
.estemate-form .form-group .form-control:focus {
  border: 1px solid #c68b47;
}
.estemate-form .default-btn {
  display: block;
  width: 100%;
}

/*
Courses Style
======================================================*/
.single-courses-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-courses-card .courses-content {
  background-color: #ffffff;
  padding: 30px;
}
.single-courses-card .courses-content .admin-profile {
  position: relative;
  padding-left: 80px;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.single-courses-card .courses-content .admin-profile img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}
.single-courses-card .courses-content .admin-profile p a {
  color: #c68b47;
  font-weight: 500;
}
.single-courses-card .courses-content .admin-profile::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  right: -30px;
  bottom: 10px;
}
.single-courses-card .courses-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.single-courses-card .courses-content h3:hover {
  color: #c68b47;
}
.single-courses-card .courses-content .bottom-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-courses-card .courses-content .bottom-content ul li {
  list-style-type: none;
  font-weight: 500;
}
.single-courses-card .courses-content .bottom-content ul li a {
  color: #c68b47;
}
.single-courses-card .courses-content .bottom-content ul li ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}
.single-courses-card .courses-content .bottom-content ul li ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #c68b47;
}
.single-courses-card.style2 {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-courses-card.style2 .courses-content .admin-profile {
  padding-bottom: 0;
  padding-left: 0;
}
.single-courses-card.style2 .courses-content .admin-profile::before {
  display: none;
}
.single-courses-card.style2 .courses-content .admin-profile img {
  right: 0;
  left: auto;
  top: -60px;
}
.single-courses-card.style2:hover {
  transform: translateY(0);
}
.single-courses-card.style3 .list-1 {
  margin-bottom: 15px;
}
.single-courses-card.style3 .list-1 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-courses-card.style3 .list-1 ul li {
  list-style-type: none;
}
.single-courses-card.style3 .list-1 ul li i {
  color: #c68b47;
  margin-right: 7px;
}
.single-courses-card.style3 h3 {
  margin-bottom: 35px;
}
.single-courses-card.style3 .admin-profile {
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.single-courses-card.style3 .admin-profile img {
  top: -15px;
}
.single-courses-card.style3 .admin-profile::before {
  right: 0;
  bottom: -30px;
}
.single-courses-card.style3 .bottom-content ul li ul li {
  margin-right: 0;
  color: #ffc107;
}
.single-courses-card.style3 .bottom-content ul li ul li.blank {
  color: #555555;
}
.single-courses-card.style3:hover {
  transform: translateY(0);
}
.single-courses-card.style4 .courses-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-courses-card:hover {
  transform: translateY(-10px);
}

.courses-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.courses-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.courses-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.courses-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.courses-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.courses-slider.owl-theme .owl-dots {
  left: 0;
}
.courses-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #c68b47;
  margin: 10px 10px 0 10px;
  background-color: #dfdbdb;
  height: 18px;
  width: 18px;
}
.courses-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.courses-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c68b47;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}
.courses-slider.style-2.owl-theme .owl-dots {
  display: none;
}

.paginations {
  text-align: center;
  margin-bottom: 30px;
}
.paginations ul {
  padding-left: 0;
  margin-bottom: 0;
}
.paginations ul li {
  display: inline-block;
  padding-right: 10px;
}
.paginations ul li a {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  display: inline-block;
  transition: all ease 0.5s;
  color: #007236;
  font-size: 18px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.paginations ul li a i {
  position: relative;
  top: 2px;
}
.paginations ul li a:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.paginations ul li a.active {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}

.courses-details .courses-card {
  margin-bottom: 40px;
}
.courses-details .courses-card h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.courses-details .courses-card .img {
  margin-bottom: 50px;
}
.courses-details .courses-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.courses-details .courses-card .list ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.courses-details .courses-card .list ul li .teacher {
  position: relative;
  padding-left: 70px;
}
.courses-details .courses-card .list ul li .teacher img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.courses-details .courses-card .list ul li .teacher p a {
  color: #c68b47;
}
.courses-details .courses-card .list ul li span {
  color: #007236;
  font-weight: 500;
}
.courses-details .courses-card .list ul li i {
  color: #c68b47;
  position: relative;
  top: 2px;
  padding-right: 7px;
}

.description {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.description .nav-tabs {
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}
.description .nav-tabs .nav-link {
  color: #007236;
  padding-bottom: 10px;
  padding: 15px 30px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.description .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #c68b47 !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.overview .learn {
  margin-bottom: 30px;
}
.overview .learn h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.overview .learn p {
  margin-bottom: 20px;
}
.overview .overview-box {
  padding-left: 30px;
  margin-bottom: 30px;
}
.overview .overview-box h4 {
  font-size: 18px;
  position: relative;
}
.overview .overview-box h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #c68b47;
  left: -30px;
  top: 5px;
}

.curriculum {
  margin-bottom: 30px;
}
.curriculum h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.curriculum p {
  margin-bottom: 20px;
}
.curriculum .curriculum-list {
  padding: 30px;
  background-color: #f4f6f9;
}
.curriculum .curriculum-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.curriculum .curriculum-list ul li {
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d0d0;
  position: relative;
}
.curriculum .curriculum-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.curriculum .curriculum-list ul li span {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #c68b47;
  color: #ffffff;
  padding: 5px 10px;
}

.instructor {
  margin-bottom: 30px;
}
.instructor .instructor-content .name {
  margin-bottom: 25px;
}
.instructor .instructor-content .name h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.instructor .instructor-content .quick-contact {
  margin-bottom: 20px;
}
.instructor .instructor-content .quick-contact h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.instructor .instructor-content .quick-contact ul {
  padding-left: 0;
  margin-bottom: 0;
}
.instructor .instructor-content .quick-contact ul li {
  list-style-type: none;
}
.instructor .instructor-content .quick-contact ul li i {
  color: #c68b47;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.instructor .instructor-content .quick-contact ul li a {
  color: #c68b47;
}
.instructor .instructor-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
}
.instructor .instructor-content .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
.instructor .instructor-content .social ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  background-color: #c68b47;
  color: #ffffff;
  display: inline-block;
  transition: all ease 0.5s;
}
.instructor .instructor-content .social ul li a:hover {
  background-color: #007236;
  color: #ffffff;
}

.review-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.review-form .form-group {
  margin-bottom: 30px;
}


.single-reviews-card {
  position: relative;
  padding: 30px;
  padding-left: 140px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.single-reviews-card .date {
  margin-bottom: 20px;
}
.single-reviews-card .icon {
  position: absolute;
  right: 30px;
  top: 60px;
  color: #ffc107;
}
.single-reviews-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-reviews-card img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.comments {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.comments h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.comments .single-comments-box {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}
.comments img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comments .reply {
  position: absolute;
  right: 0;
  background-color: #f4f6f9;
  padding: 10px 15px;
  top: 15px;
  transition: all ease 0.5s;
}
.comments .reply a {
  color: #555555;
  transition: all ease 0.5s;
}
.comments .reply:hover {
  background-color: #c68b47;
}
.comments .reply:hover a {
  color: #ffffff;
}
.comments h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.comments .date {
  margin-bottom: 20px;
}

.reply-area {
  margin-bottom: 30px;
}
.reply-area h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.reply-area p {
  margin-bottom: 20px;
}
.reply-area .reply-form .form-group {
  margin-bottom: 25px;
}
.reply-area .reply-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid transparent;
}
.reply-area .reply-form .form-group .form-control:focus {
  border-color: #c68b47;
}
.reply-area .reply-form .form-check {
  margin-bottom: 30px;
}
.reply-area .reply-form .form-check .form-check-input {
  border-radius: 0;
}
.reply-area .reply-form .form-check .form-check-input:checked {
  background-color: #c68b47;
  border-color: #c68b47;
}
.reply-area .reply-form .form-check .form-check-input:focus {
  box-shadow: none;
}

.enroll-courses {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.enroll-courses .enroll-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.enroll-courses .enroll-img img {
  overflow: hidden;
  transition: all ease 0.5s;
}
.enroll-courses .enroll-img .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.enroll-courses .enroll-img .icon a {
  font-size: 35px;
  background-color: #ffffff;
  color: #c68b47;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.enroll-courses .enroll-img .icon a:hover {
  background-color: #c68b47;
  color: #ffffff;
}
.enroll-courses .enroll-img .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.enroll-courses .enroll-img .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.enroll-courses .enroll-img:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}
.enroll-courses .list {
  margin-bottom: 30px;
}
.enroll-courses .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.enroll-courses .list ul li {
  list-style-type: none;
  text-align: right;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e1e1;
}
.enroll-courses .list ul li span {
  position: absolute;
  left: 0;
  color: #007236;
  font-weight: 600;
}
.enroll-courses .list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.enroll-courses .default-btn {
  display: block;
}

/*
Campus Life Style
======================================================*/
.single-campus-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-campus-card .campus-content {
  padding: 30px;
  padding-bottom: 26px;
}
.single-campus-card .campus-content span {
  color: #c68b47;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}
.single-campus-card .campus-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.3;
  transition: all ease 0.5s;
}
.single-campus-card .campus-content h3:hover {
  color: #c68b47;
}
.single-campus-card.style2 .campus-content {
  background-color: #ffffff;
}
.single-campus-card.style2 .campus-content span {
  position: relative;
  padding-left: 55px;
}
.single-campus-card.style2 .campus-content span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #c68b47;
  left: 0;
  bottom: 5px;
}
.single-campus-card.style2:hover {
  transform: translateY(0);
}
.single-campus-card.style-3 {
  position: relative;
}
.single-campus-card.style-3 .campus-content {
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transition: all ease 0.5s;
  transform: scaleY(0);
}
.single-campus-card.style-3:hover {
  transform: translateY(0);
}
.single-campus-card:hover {
  transform: translateY(-10px);
}

.campus-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.campus-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.campus-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.campus-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.campus-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.campus-slider.owl-theme .owl-dots {
  left: 0;
}
.campus-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #c68b47;
  margin: 10px 10px 0 10px;
  background-color: #bbbaba;
  height: 18px;
  width: 18px;
}
.campus-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.campus-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c68b47;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.campus-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.campus-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.campus-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.campus-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}

.active.center .single-campus-card.style-3 .campus-content {
  transform: scaleY(1);
}

/*
Admission Style
======================================================*/
.admisssion-area.admission-bg {
  background-image: url(../images/admission/admission-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.admisssion-area.admission-bg::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.75);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.admission-left-content {
  position: relative;
}
.admission-left-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
.admission-left-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.admission-right-content {
  position: relative;
  text-align: right;
}
.admission-right-content p {
  padding-right: 100px;
  position: relative;
  color: #ffffff;
  top: 20px;
}
.admission-right-content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.admission-right-content .icon a {
  font-size: 35px;
  background-color: #ffffff;
  color: #c68b47;
  text-align: center;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.admission-right-content .icon a:hover {
  background-color: #c68b47;
  color: #ffffff;
}
.admission-right-content .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  left: -5px;
  top: -5px;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.admission-right-content .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.admission-content .admission-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.admission-content .admission-image img {
  overflow: hidden;
  transition: all ease 0.5s;
}
.admission-content .admission-image .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.admission-content .admission-image .icon a {
  font-size: 35px;
  background-color: #c68b47;
  color: #ffffff;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.admission-content .admission-image .icon a:hover {
  background-color: #c68b47;
  color: #ffffff;
}
.admission-content .admission-image .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.admission-content .admission-image .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.admission-content .admission-image:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}
.admission-content .query p {
  margin-bottom: 30px;
}

.how-to-apply h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.how-to-apply p {
  margin-bottom: 30px;
}
.how-to-apply .apply-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.how-to-apply .apply-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.how-to-apply .apply-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.how-to-apply .apply-list ul li i {
  position: absolute;
  color: #c68b47;
  left: 0;
}

.submit {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.submit h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.submit p {
  margin-bottom: 25px;
}

.financial {
  margin-bottom: 30px;
}
.financial h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.financial p {
  margin-bottom: 25px;
}

.additional-information {
  background-color: #f4f6f9;
  padding: 30px;
  margin-bottom: 30px;
}
.additional-information h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.additional-information .list {
  text-align: center;
}
.additional-information .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.additional-information .list ul li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffffff;
  transition: all ease 0.5s;
}
.additional-information .list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}
.additional-information .list ul li:hover {
  background-color: #c68b47;
}
.additional-information .list ul li:hover a {
  color: #ffffff;
}

/*
Program Style
======================================================*/
.single-program-card {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-program-card .program-content {
  padding: 30px;
}
.single-program-card .program-content h3 {
  font-size: 22px;
  margin-bottom: 17px;
}
.single-program-card .program-content h3 a {
  color: #007236;
  transition: all ease 0.5s;
}
.single-program-card .program-content h3 a:hover {
  color: #c68b47;
}
.single-program-card .program-content p {
  margin-bottom: 17px;
}

/*
Health Care Style
======================================================*/
.single-health-care-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-health-care-card .health-care-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.single-health-care-card .health-care-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
  line-height: 1.3;
}
.single-health-care-card .health-care-content p {
  margin-bottom: 15px;
}
.single-health-care-card.style1 {
  position: relative;
}
.single-health-care-card.style1 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -70px;
}
.single-health-care-card.style2 {
  position: relative;
  padding-top: 150px;
}
.single-health-care-card.style2 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.single-health-care-card.style-3 {
  position: relative;
}
.single-health-care-card.style-3 .health-care-content {
  background-color: #ffffff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.single-health-care-card.style-3:hover {
  transform: translateX(0);
}
.single-health-care-card:hover {
  transform: translateX(-10px);
}
.single-health-care-card:hover .health-care-content h3 {
  color: #c68b47;
}

.more-health-care.style2 {
  text-align: right !important;
  padding-right: 200px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.health-care-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.health-care-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}

.health-details .top-content img {
  margin-bottom: 25px;
}
.health-details .top-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.health-details .top-content p {
  margin-bottom: 25px;
}
.health-details .health-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.health-details .health-care p {
  margin-bottom: 20px;
}
.health-details .health-care-access {
  margin-bottom: 20px;
}
.health-details .health-care-access h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.health-details .health-care-access p {
  margin-bottom: 20px;
}

.madical-care-content .medical-card {
  margin-bottom: 30px;
}
.madical-care-content .medical-card .content {
  background-color: #c68b47;
  text-align: center;
  padding: 20px 0 15px 0;
}
.madical-care-content .medical-card .content h4 {
  font-size: 22px;
  color: #ffffff;
}
.madical-care-content .medical-care {
  margin-bottom: 30px;
}
.madical-care-content .medical-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.madical-care-content .medical-care p {
  margin-bottom: 20px;
}
.madical-care-content .medical-care .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.madical-care-content .medical-care .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.madical-care-content .medical-care .list ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #c68b47;
  left: 0;
  top: 6px;
}
.madical-care-content .medical-care .list ul li:last-child {
  margin-bottom: 10px;
}

.tranding {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.tranding h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.tranding .tranding-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}
.tranding .tranding-box .tranding-content {
  position: relative;
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tranding .tranding-box .tranding-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.tranding .tranding-box .tranding-content h4 a {
  color: #555555;
  transition: all ease 0.5s;
}
.tranding .tranding-box .tranding-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tranding .tranding-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tranding .tranding-box:hover .tranding-content h4 a {
  color: #c68b47;
}

/*
Events Style
======================================================*/
.single-events-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-events-card .events-image {
  position: relative;
}
.single-events-card .events-image .date {
  background-color: #ffffff;
  position: absolute;
  bottom: -35px;
  left: 30px;
  padding: 15px 25px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.single-events-card .events-image .date span {
  font-size: 18px;
  color: #c68b47;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-events-card .events-content {
  padding: 30px;
  background-color: #ffffff;
}
.single-events-card .events-content .admin {
  text-align: right;
  margin-bottom: 20px;
}
.single-events-card .events-content .admin p a {
  color: #555555;
}
.single-events-card .events-content .admin p a i {
  color: #c68b47;
  padding-right: 7px;
}
.single-events-card .events-content h3 {
  font-size: 24px;
  transition: all ease 0.5s;
  list-style: 1.3;
}
.single-events-card:hover {
  transform: translateX(-10px);
}
.single-events-card:hover .events-content h3 {
  color: #c68b47;
}
.single-events-card.style2 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-events-card.style2 .events-content h3 {
  margin-bottom: 15px;
}
.single-events-card.style2 .events-content .admin-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-events-card.style2 .events-content .admin-and-date ul li {
  list-style-type: none;
}
.single-events-card.style2 .events-content .admin-and-date ul li a {
  color: #555555;
}
.single-events-card.style2 .events-content .admin-and-date ul li a i {
  color: #c68b47;
  margin-right: 7px;
}
.single-events-card.style2:hover {
  transform: translateX(0);
}
.single-events-card.style-3 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-events-card.style-3 .events-content .date-and-read-more ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-events-card.style-3 .events-content .date-and-read-more ul li {
  list-style-type: none;
}
.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
  color: #c68b47;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.single-events-card.style-4 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.events-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.events-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.events-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.events-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.events-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.events-slider.owl-theme .owl-dots {
  left: 0;
}
.events-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #c68b47;
  margin: 10px 10px 0 10px;
  background-color: #dbdada;
  height: 18px;
  width: 18px;
}
.events-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.events-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c68b47;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.events-details-left-content .events-image {
  margin-bottom: 30px;
}

.meetings {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 30px;
}
.meetings h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.meetings p {
  margin-bottom: 20px;
}

.about-lecturer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.about-lecturer img {
  margin-bottom: 30px;
}
.about-lecturer p {
  margin-bottom: 30px;
}
.about-lecturer .address {
  margin-bottom: 15px;
}
.about-lecturer .address h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-lecturer .address .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.about-lecturer .address .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.about-lecturer .address .list ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #c68b47;
  left: 0;
  top: 7px;
}
.about-lecturer .address .list ul li a {
  color: #555555;
}
.about-lecturer .social-content {
  margin-bottom: 30px;
}
.about-lecturer .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.about-lecturer .social-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.about-lecturer .social-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #c68b47;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  transition: all ease 0.5s;
}
.about-lecturer .social-content ul li a:hover {
  background-color: #c68b47;
  color: #ffffff;
  transform: translateY(-5px);
}

.next-workshop {
  margin-bottom: 30px;
}
.next-workshop h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.next-workshop .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.next-workshop .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 120px;
}
.next-workshop .list ul li span {
  position: absolute;
  left: 0;
}
.next-workshop .list ul li:last-child {
  margin-bottom: 0;
}

.brought {
  margin-bottom: 30px;
}
.brought h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.brought p {
  margin-bottom: 20px;
}
.brought .default-btn {
  margin-top: 10px;
}

.counter-area ul {
  padding-left: 0;
  margin-bottom: 0;
}
.counter-area ul li {
  list-style-type: none;
}

/*
Podcasts Care Style
======================================================*/
.single-podcasts-card {
  margin-bottom: 30px;
}
.single-podcasts-card .podcast-content span {
  color: #c68b47;
  display: inline-block;
  margin-bottom: 10px;
}
.single-podcasts-card .podcast-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.single-podcasts-card .podcast-content p {
  margin-bottom: 20px;
}
.single-podcasts-card .podcast-content .play-icon {
  transition: all ease 0.5s;
  padding-top: 5px;
  max-width: 170px;
}
.single-podcasts-card .podcast-content .play-icon i {
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  font-size: 24px;
  background-color: #c68b47;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}
.single-podcasts-card .podcast-content .play-icon span {
  position: relative;
  display: inline-block;
  bottom: 8px;
  padding-left: 7px;
  transition: all ease 0.5s;
}
.single-podcasts-card .podcast-content .play-icon:hover {
  background-color: #c68b47;
  padding-top: 5px;
}
.single-podcasts-card .podcast-content .play-icon:hover span {
  color: #ffffff;
}
.single-podcasts-card.style2 .podcasts-image {
  position: relative;
}
.single-podcasts-card.style2 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  transition: all ease 0.5s;
}
.single-podcasts-card.style2 .podcasts-image .play-btn:hover {
  background-color: #ffffff;
  color: #c68b47;
  border-color: #ffffff;
}
.single-podcasts-card.style2 .podcast-content {
  background-color: #ffffff;
  padding: 30px;
}
.single-podcasts-card.style2 .podcast-content ul {
  padding-left: 0;
  margin-bottom: 15px;
}
.single-podcasts-card.style2 .podcast-content ul li {
  list-style-type: none;
  color: #c68b47;
}
.single-podcasts-card.style2 .podcast-content ul li.date {
  position: relative;
  padding-left: 35px;
}
.single-podcasts-card.style2 .podcast-content ul li.date::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background-color: #c68b47;
  top: 12px;
  left: 0;
}
.single-podcasts-card.style2 .podcast-content h3 {
  margin-bottom: 0;
}
.single-podcasts-card.style3 .podcasts-image {
  position: relative;
}
.single-podcasts-card.style3 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #c68b47;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  transition: all ease 0.5s;
}
.single-podcasts-card.style3 .podcasts-image .play-btn:hover {
  background-color: #c68b47;
  color: #ffffff;
}
.single-podcasts-card.style3 .podcasts-image .episodes p {
  background-color: #ffffff;
  color: #c68b47;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 7px;
}
.single-podcasts-card.style3 .podcast-content {
  padding: 30px 30px 0 30px;
}
.single-podcasts-card.style3 .podcast-content .date p {
  color: #c68b47;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
.single-podcasts-card.style3 .podcast-content .date p::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #c68b47;
  left: 0;
  top: 7px;
}

.categories {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.categories h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.categories ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.categories ul li a {
  color: #555555;
  transition: all ease 0.5s;
}
.categories ul li i {
  color: #c68b47;
  padding-right: 10px;
}
.categories ul li:hover a {
  color: #c68b47;
}
.categories.style-2 {
  background-color: #ffffff;
}

.subscribe-area {
  background-image: url(../images/subscribe-img.jpg);
  background-size: cover;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.subscribe-area::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.subscribe-area .top-content {
  position: relative;
}
.subscribe-area .top-content i {
  font-size: 40px;
  color: #ffffff;
}
.subscribe-area .top-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}
.subscribe-area .top-content p {
  margin-bottom: 20px;
  color: #ffffff;
}
.subscribe-area .newsletter-form {
  position: relative;
}
.subscribe-area .newsletter-form .form-control {
  margin-bottom: 30px;
}
.subscribe-area .newsletter-form .default-btn {
  width: 100%;
}
.subscribe-area .newsletter-form .validation-danger {
  color: #c68b47;
  margin-top: 5px;
}

/*
Stories Style
======================================================*/
.single-stories-card {
  margin-bottom: 30px;
}
.single-stories-card .stories-content {
  padding: 30px 30px 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-stories-card .stories-content h3 {
  font-size: 22px;
}
.single-stories-card iframe {
  height: 234px;
  width: 100%;
}

/*
Latest News Style
======================================================*/
.single-news-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-news-card .news-img {
  overflow: hidden;
}
.single-news-card .news-img img {
  transition: all ease 0.5s;
}
.single-news-card .news-content {
  padding: 30px;
}
.single-news-card .news-content .list {
  margin-bottom: 15px;
}
.single-news-card .news-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-news-card .news-content .list ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-news-card .news-content .list ul li i {
  padding-right: 7px;
  color: #c68b47;
}
.single-news-card .news-content .list ul li a {
  color: #555555;
}
.single-news-card .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
  line-height: 1.3;
}
.single-news-card:hover .news-img img {
  transform: scale(1.1);
}
.single-news-card:hover .news-content h3 {
  color: #c68b47;
}
.single-news-card.style2 .news-content {
  background-color: #ffffff;
}
.single-news-card.style3 {
  background-color: #ffffff;
}
.single-news-card.style3 .news-content {
  background-color: #ffffff;
}

.news-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.news-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.news-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.news-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.news-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #c68b47;
  color: #ffffff;
  border: 1px solid #c68b47;
}
.news-slider.owl-theme .owl-dots {
  left: 0;
}
.news-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #c68b47;
  margin: 0 15px;
  background-color: #ded6d6;
  height: 18px;
  width: 18px;
}
.news-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.news-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c68b47;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.latest-news-simple-card {
  background-image: url(../images/news/news-5.jpg);
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.latest-news-simple-card::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.latest-news-simple-card .news-content {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.latest-news-simple-card .news-content .list {
  margin-bottom: 15px;
}
.latest-news-simple-card .news-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.latest-news-simple-card .news-content .list ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}
.latest-news-simple-card .news-content .list ul li i {
  padding-right: 7px;
  color: #c68b47;
}
.latest-news-simple-card .news-content .list ul li a {
  color: #ffffff;
}
.latest-news-simple-card .news-content h3 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
}

.latest-news-card-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.category-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.category-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.category-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.category-list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}
.category-list ul li i {
  position: absolute;
  right: 0;
  font-size: 22px;
}
.category-list ul li:last-child {
  margin-bottom: 0;
}
.category-list ul li:hover a {
  color: #c68b47;
}

.related-post-area {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}
.related-post-area h3 {
  font-size: 22px;
}
.border-left-5 {
  border-left: 5px solid rgba(95, 45, 237, 0.37);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.readMore-btn:hover{
  color: red;
}
.related-post-area .related-post-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}
.related-post-area .related-post-box .related-post-content {
  position: relative;
  padding-left: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.related-post-area .related-post-box .related-post-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.related-post-area .related-post-box .related-post-content h4 a {
  color: #555555;
  transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.related-post-area .related-post-box .related-post-content h4:hover a {
  color: #c68b47;
}
.related-post-area .related-post-box .related-post-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.related-post-area .related-post-box .related-post-content p i {
  color: #c68b47;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.related-post-area .related-post-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.related-post-area .related-post-box:hover .tranding-content h4 a {
  color: #c68b47;
}

.news-details .news-simple-card img {
  margin-bottom: 20px;
}
.news-details .news-simple-card .list {
  margin-bottom: 15px;
}
.news-details .news-simple-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.news-details .news-simple-card .list ul li {
  display: inline-block;
  margin-right: 15px;
}
.news-details .news-simple-card .list ul li i {
  padding-right: 7px;
  color: #c68b47;
}
.news-details .news-simple-card .list ul li a {
  color: #555555;
}
.news-details .news-simple-card h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.news-details .news-simple-card p {
  margin-bottom: 20px;
}
.news-details .theory .theory-box {
  padding-left: 30px;
  margin-bottom: 30px;
}
.news-details .theory .theory-box h4 {
  font-size: 18px;
  position: relative;
}
.news-details .theory .theory-box h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #c68b47;
  left: -30px;
  top: 5px;
}
.news-details .blog-img-and-content {
  margin-bottom: 30px;
}
.news-details .blog-img-and-content img {
  margin-bottom: 30px;
}

.tags-and-share {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.tags-and-share .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tags-and-share .tags ul li {
  margin-right: 10px;
  display: inline-block;
}
.tags-and-share .tags ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #007236;
  margin-right: 5px;
}
.tags-and-share .tags ul li a {
  color: #555555;
  transition: all ease 0.5s;
  position: relative;
}
.tags-and-share .tags ul li a:hover {
  color: #c68b47;
}
.tags-and-share .tags ul li a::before {
  position: absolute;
  content: ",";
  right: -4px;
}
.tags-and-share .tags ul li:last-child a::before {
  display: none;
}
.tags-and-share .share {
  text-align: right;
}
.tags-and-share .share ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tags-and-share .share ul li {
  display: inline-block;
}
.tags-and-share .share ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #007236;
  margin-right: 15px;
}
.tags-and-share .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 38px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #c68b47;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}
.tags-and-share .share ul li a:hover {
  background-color: #c68b47;
  color: #ffffff;
}

/*
Footer Style
======================================================*/
.footer-area {
  background-color: #007236;
  position: relative;
  z-index: 1;
}
.footer-area .shape {
  position: absolute;
  top: 50px;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer-logo-area {
  margin-bottom: 30px;
}
.footer-logo-area img {
  margin-bottom: 20px;
}
.footer-logo-area p {
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-logo-area .contact-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-logo-area .contact-list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-logo-area .contact-list ul li:last-child {
  margin-bottom: 0;
}
.footer-logo-area .contact-list ul li a {
  color: #ffffff;
}

.footer-widjet {
  margin-bottom: 30px;
}
.footer-widjet h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-widjet .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widjet .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-widjet .list ul li:last-child {
  margin-bottom: 0;
}
.footer-widjet .list ul li a {
  color: #ffffff;
  transition: all ease 0.5s;
}
.footer-widjet .list ul li a:hover {
  color: #c68b47;
}

/*
CopyRight Style
======================================================*/
.copyright-area {
  /* background-color: #007236e8; */
  background-color: #007236;
}
/* ================== */
.copyright {
  padding: 30px 0;
}
.copyright .copy {
  text-align: right;
}
.copyright .copy p {
  color: #ffffff;
}
/* .copyright .copy p a {
  color: #c68b47;
} */
.copyright .copy p a {
  color: #ffffff;
  text-decoration: underline;
}
.copyright .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.copyright .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.copyright .social-content ul li:last-child {
  margin-right: 0;
}
.copyright .social-content ul li span {
  color: #ffffff;
}
.copyright .social-content ul li a {
  color: #cacaca;
  transition: all ease 0.5s;
}
.copyright .social-content ul li a:hover {
  color: #c68b47;
}

/*
Page Banner Style
======================================================*/
.page-banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #001e03d1;
 /*  background: #007236d9; */
}
.page-banner-area.bg-1 {
  background-image: url(../images/slider-2.jpg);
}
.page-banner-area.bg-2 {
  background-image: url(../images/page-banner/page-bnner-2.jpg);
}
.page-banner-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}

.page-banner-content {
  position: relative;
}
.page-banner-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #ffffff;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-banner-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.page-banner-content ul li a {
  text-decoration: none;
  color: #ffffff;
}
.page-banner-content ul li::before {
  position: absolute;
  content: "/";
  right: 2px;
  top: 0;
}
.page-banner-content ul li:last-child {
  color: #c68b47;
  padding-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Student life Style
======================================================*/
.student-life-card {
  margin-bottom: 30px;
  position: relative;
}
.student-life-card .tags {
  background-color: #c68b47;
  padding: 10px 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.student-life-card .tags p {
  color: #ffffff;
}



/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #c68b47;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 26px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: #c68b47;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background: #007236;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  color: #ffffff;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

/*
Faq Area Style
======================================================*/
.faq-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.faq-title p {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  /* border: 1px solid rgba(227, 40, 69, 0.4); */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  color: #007236;
  /* font-size: 18px; */
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.accordion .accordion-item .accordion-button::after {
  background-image: unset;
  content: "";
  font-size: 20px;
  color: #007236;
  text-align: center;
  content: "\ea13";
  font-family: "remixicon" !important;
  position: relative;
  top: -2px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  text-align: center;
  content: "\f1af";
  position: relative;
  top: -2px;
}
.accordion .accordion-item .accordion-body {
  /* padding-top: 0; */
  font-size: 14px;
 /*  color: #9a8f8f !important; */
  color: #000000 !important;
}
.line-bottom:after, .line-bottom-center:after {
  background: #007236 !important;
}
.line-bottom:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.line-height-1 {
  position: relative;
  padding-bottom: 10px;
}





.title-one h3,.title-one p {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}
.title-one h3::before,.title-one p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  /* background-color: #c68b47; */
  background-color: orange;
  top: 43px;
}

/* chatbot css start */
.chat-boat-collapsible {
  position: fixed;
  bottom: 0;
  right: 50px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999999;
}
.chatbot-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent
}
.chatbot-container {
  width: 400px;
  height: 520px;
  /* margin: 50px auto; */
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-header {
  background-color: #319d65 ;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chat-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.message {
  margin: 10px 0;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.user-message {
  align-self: flex-end;
  background-color: #319d65 ;
  color: white;
}
.bot-message {
  align-self: flex-start;
  background-color: #e0e0e0;
  color: black;
}
.chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.chat-footer input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.chat-footer button {
  background-color: #319d65 ;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 5px;
}        
.chat-footer button:hover {
  background-color: #9b2511 ;
}
@media screen and (max-width:600px) {
  .chat-boat-collapsible {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 100%;
  }
}

/* chatbot css end */

/* Start banner slide steps code */
.banner-image-steps-size{
  width: 250px !important;
  height: 250px;
  border: 5px solid #00B0F1;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: scale-down;
  position: relative;
  z-index: 99999;
}
.steps-main-heading{
  position: absolute;
  font-size: 36px;
  color: #ADF4F6;
  top: 25px;
  font-weight: 600;
  text-shadow: -3px -5px 36px #000000;
  margin: 0;
}
.steps-heading{
  color: #B0ECF7 !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}
.line-steps{
  border: 3px solid #00B0F1;
  width: 100%;
  top: 50%;
  left: 50%;
}
.line-dot{
  top: 48%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  right: -11%;
}
.dot-sky-steps{
  top: 48%;
  width: 20px;
  height: 20px;
  background-color: #00B0F1;
  border-radius: 50%;
  right: -11%;
}
.w-300p-steps{
  width: 300px
}

/* end banner slide steps code */


/* New css 9th  start*/
.rounded-circle {
  border-radius: 50% !important;
}
.me-2, .mr-2 {
  margin-right: 0.5rem !important;
}
.h-w-40 {
  height: 35px !important;
  width: 35px !important;
}
.profile .user-details.dropdown-toggle::after {
  color: #fff !important;
}
.profile .dropdown-menu.show {
  border: 0;
  box-shadow: 0 0 9px 6px rgb(72 98 158) !important;
}
.profile .dropdown-menu.show:hover {
   border-left: 8px solid #a22b19;
   /*  background: #007236; */
}
.dropdown profile a.dropdown-item:hover {
    color: #fff !important;
}
.profile .dropdown-item {
  font-size: 14px;
  cursor: pointer;
}
.profile .dropdown-item:hover {
 /*  color: #9b2511; */
      color: #a22b19 !important;
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #007236 !important;
    color: #ffffff !important;
}
.tagline-paragraph{
  width: 500px;
}
.slider-content-center {
  align-items: center;
  top:0  !important
}
.act-p{
  font-size: 18px;
}
.act-p-telugu {
    font-size: 16px;
}
.text-sky{
  color: #38cde7;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  margin-top: 20px;
}
.back-btn-bharati{
	float: right;color: #ffffff!important; font-size: 16px; cursor: pointer;
}

.vm-ip{
	    font-size: 10px;
    	opacity: 0.8;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #319d65;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.list li{
  list-style-type: none;
  margin-bottom: 16px;
}
.documentsRequired .list li{
  margin-bottom: 8px;
}
.tabs-table:last-of-type {
	border-right: 1px solid rgba(0, 0, 0, .125);
}

.tabs-table:nth-child(4), .tabs-table:nth-child(8), .tabs-table:nth-child(12)
	{
	border-right: 1px solid rgba(0, 0, 0, .125);
}

.w-h-50 {
	width: 50px;
	height: 50px;
}

.moving-image-right {
	animation: moveLeftRight 2s infinite alternate ease-in-out;
}

@keyframes moveLeftRight {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(7px);
      }
  }
  
  .sticky-pannel-tabs{
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: block !important;
}
.accordion-button.font-22{
  font-size: 22px !important;
}
.flip-link:hover{
  color: #9aceff;
}


/* scroller dashboard-table-scroll start */
.dashboard-table-scroll::-webkit-scrollbar {
  width: 8px;
}
.dashboard-table-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
} 
.dashboard-table-scroll::-webkit-scrollbar-thumb {
  background: #9b9191; 
  border-radius: 10px;
  cursor: pointer;
}
.dashboard-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #007236; 
}
/* scroller dashboard-table-scroll start */

/* New css 9th end */

/* prograss bar horizontal start code */
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
 /*  content: "";
  content: "✓;";
  content: "𐀃";
  content: "𐀄"; */
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #319d65;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #319d65;
  position: absolute;
  top: 16px;
  left: 50%;
  /* z-index: -1; */
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #319d65;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
.process-img{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: scale-down;
}
/* prograss bar horizontal end code */

/* Support for calling start */
.support-calling {
	height: 40px;
	width: 40px;
	border-radius: 50%;
 	background-color: #06d6f1;
 	background-image: radial-gradient(#e1e0e0, hsl(0deg 0% 100%));
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.support-calling::before, .support-calling::after {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	border-radius: 50%;
	border: 1px solid #ffffff;
	animation: calling 2s ease-in-out infinite;
}

.support-calling::after {
	animation: calling 2s ease-in-out .35s infinite;
}

@keyframes calling {
	0% {
		width: calc(100%);     
    height: calc(100%);
		opacity: 1;
	}
	100% {
		width: calc(100% + 60px);     
    height: calc(100% + 60px);
		opacity: 0;
	}
}
/* Support for calling End */



@media screen and (max-width: 480px) {
  .flex-column-mobile{
    flex-direction: column;
  }
  .flex-column-reverse-mobile{
    flex-direction: column-reverse;
  }
  .font-28-mobile{
    font-size: 28px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .flex-column-reverse-mobile{
    flex-direction: column-reverse;
  }
  .font-28-mobile{
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 2000px) {
#loginPage {
  background-image: url(../images/loginBgdesktop.jpg);
  height: 80vh !important;
}
}
@media screen and (max-width: 468px) {
  /* Slider responsive for mobile start */
  .banner-area .container-fluid1.position-relative {
    position: inherit;
  }
  .banner-area .slider-content-center {
    position: static;
    padding: 10px !important;
  }
  .banner-area .text-white.fw-bold.text-rainbow-animation-white {
    font-size: 18px;
  }
  .banner-area .act-p {
    font-size: 14px;
    color: #000 !important;
  }
  /* Slider responsive for mobile end */
  
}


/* Only desktop or large screens */
@media screen and (min-width: 1024px) {
 /*  .hero-slider2 .owl-stage-outer .owl-stage .owl-item:nth-child(12){
    display: none;
  } */
/*   .mobile-view{
  	display:none;
  } */
  
  .mobile-view-login{
  	display:none;
  }
}

/* Only mobile or tablets screens */
@media screen and (max-width: 1023px) {
 /*  .hero-slider2 .owl-stage-outer .owl-stage .owl-item:nth-child(11){
    display: none;
  }
  .hero-slider2 .owl-stage-outer .owl-stage .owl-item.cloned:nth-child(3){
    display: none;
  } */
  #loginPage {
    background: #6a84ab;
  }
}

/* Your styles for small desktops */
@media (min-width: 1200px) and (max-width: 1650px) {
  .w-300p-steps{
    width: 200px;
    position: absolute;
  }
  .banner-image-steps-size{
    width: 180px !important;
    height: 180px;
  }
  .line-dot, .dot-sky-steps {
    top: 47%;
    right: -19%;
  }
}