body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #ebedec;
    font-family: 'Poppins', sans-serif;
}

.ananta-heading h2 {
    color: #506d33;
    font-size: 30px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.topbar-icon ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.topbar-icon li {
    list-style: none;
    display: inline-block;
    margin-top: 40px;
    margin-left: 5px;
}

.sticky {
    position: fixed !important;
	top:0 !important;
	z-index:999 !important;
}

.sticky-top {
    width: 100%;
    top: 0 !important;
    z-index: 1020 !important;
}



.your-future {
    text-align: center;
}

.your-future span {
    color: #566c35;
}

.your-future h1 {
    color: #2a2927;
    font-size: 30px;
    margin-top: 45px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.your-future h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.your-future p {
    padding-bottom: 10px;
}

.pride {
    text-align: center;
}

.pride h1 {
    color: #2a2927;
    font-size: 30px;
    margin-top: 50px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.pride span {
    color: #566c35;
}

.pride h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.pride p {
    margin-bottom: 50px;
}

.know-more {
    text-align: center;
}

.know-more a {
    color: white;
    text-decoration: none;
}

.know-more a:hover {
    color: white;
    text-decoration: none;
}

.admission {
    position: fixed;
    right: 0px;
    top: 260px;
    z-index: 2;
    width: 119px;
}

.awards h1 {
    color: #2a2927;
    font-size: 30px;
    margin: 50px 0;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.awards span {
    color: #566a35;
}

.life h1 {
    color: #2a2927;
    font-size: 30px;
    margin-top: 80px;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.life span {
    color: #566a35;
}

.back-img {
    background-image: url(..//images/video-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
}

.background-img2 {
    background-image: url(..//images/alumni-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-top: 540px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* pointer-events: auto; */
    background: #687740;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}



.overlay1 a{
	color:white;
	text-decoration:none;
}
	





.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay1 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 150px;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(86, 106, 53, 0.83);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}








.modal-header {
    padding: 0px 1rem !important;
}

.modal-body {
    position: relative;
    /* -ms-flex: 1 1 auto; */
    flex: 1 1 auto;
    padding: 5px;
    background: white;
}

.register h2 {
    color: white;
    text-align: center;
    font-size: 25px;
    margin: 15px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(15px) !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    background-color: #fff0 !important;
    color: white !important;
    /* background-clip: padding-box !important; */
    border: 0px solid !important;
    border-radius: 0 !important;
    transition: border-color 0s ease-in-out, box-shadow 0s ease-in-out;
    padding-bottom: 20px !important;
    font-family: 'Roboto', sans-serif;
}

.form-control:focus {
    color: #fafcff !important;
    background-color: #fff0 !important;
    border-color: #80bdff00 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
    font-family: 'Roboto', sans-serif;
}

.form-group {
    margin-bottom: 10px !important;
    border-bottom: 1px solid white;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    appearance: none;
    text-align: right;
    margin-right: 10px;
}

.risu-logo {
    margin-top: 4px;
}

.form-control::placeholder {
    color: white;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

/* .form-control::-ms-input-placeholder {
    color: white;
    font-family: 'Roboto', sans-serif;
} */

/* .form-control::-ms-input-placeholder {
    color: white;
    font-family: 'Roboto', sans-serif;
} */

.form-group i {
    color: white;
    display: inline-flex;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
}

.form-group input {
    width: 270px !important;
}

.submit {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.submit  button {
    background-color: #ffcc01;
    color: black;
    font-size: 19px;
    padding: 6px 50px;
    text-decoration: none;
    border: 1px solid #f1c30a;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.owl-nav button {
    background: #5a5a50 !important;
    width: 50px;
    color: white !important;
    font-size: 40px !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    /* -webkit-border-radius: 50% !important; */
    /* -moz-border-radius: 50% !important; */
    /* -ms-border-radius: 50% !important; */
    /* -o-border-radius: 50% !important; */
    height: 50px !important;
    outline: none;
    z-index: 2;
}

.owl-nav button span {
    display: inline-block;
    position: relative;
    top: 0px;
    z-index: 2;
}

.life p {
    text-align: center;
}

.video-size video {
    height: 570px;
}

.team-member-img {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #42652d91;
    overflow: hidden;
    width: 0;
    height: 75%;
    transition: .6s ease;
}

.team-member-img:hover .overlay {
    width: 100%;
}

.know-more a {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/* mobile-css */

.why-ananta h1 {
    color: #2a2927;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.why-ananta span {
    color: #566c35;
}

.background-img1 {
    background-image: url(..//images/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    padding-top: 30px;
}

.begins {
    margin-top: 220px;
}

.begins h1 {
    color: #2a2927;
    font-size: 7vw;
    margin-top: 7px;
    font-weight: 700;
    text-align: center;
    font-family: 'RobotoSlab-Regular.ttf';
}

.begins span {
    color: #566c35;
}

.speaks h1 {
    color: #2a2927;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.speaks span {
    color: #566c35;
}







#mySelect1{
	background-color: #ffffff00;
	border:none;
	color:white;
	width:100%;
	margin-left: 10px;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

#mySelect1>option {
    background-color: #687740;
    border: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

#mySelect2{
	background-color: #ffffff00;
	border:none;
	color:white;
	width:100%;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

#mySelect2>option {
    background-color: #687740;
    border: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

#mySelect3{
	background-color: #ffffff00;
	border:none;
	color:white;
	width:100%;
	margin-left: 10px;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

#mySelect3>option {
    background-color: #687740;
    border: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}






@media (min-width: 1025px) and (max-width: 2600px) {
    .mobile {
        display: none !important;
    }
    .logo {
        margin: 23px 0 20px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 17px;
    }

    .border1{
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }
    
    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }
}







@media (min-width: 768px) and (max-width: 1024px) {
    .mobile {
        display: none !important;
    }
    .logo {
        margin: 23px 0 20px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 5px;
        font-size: 12px;
    }

    .border1{
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }
    
    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }
}










@media (min-width: 426px) and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
.topbar {
    height: 68px !important;
    background: #ebedec;
}
    .your-future h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .your-future h3 {
        font-size: 22px;
        margin-bottom: 10px;
        border-bottom: 2px solid #566c35;
    }
    .your-future p {
        padding-bottom: 5px;
        font-size: 17px;
    }
    .pride h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .pride p {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .awards h1 {
        font-size: 30px;
        margin: 30px 0;
        border-bottom: 2px solid #566c35;
    }
    .life h1 {
        font-size: 20px;
        margin-top: 20px;
    }
    .video-size video {
        height: 520px;
		width:100%;
    }
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
    }
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 6px 19px;
        background-color: inherit;
        margin: 0;
    }
    .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        left: 12px !important;
    }
    .dropdown-menu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .topnav a:hover, .dropdown:hover .dropbtn {
        color: black !important;
    }
    .dropdown-menu a:hover {
        color: black !important;
    }
   .logo {
    display: inline-block;
    margin-left: 310px;
}
    .navbar {
        position: relative;
    }
    .sidenav ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidenav ul>li {
        list-style: none;
        display: block;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    background-color: #506d33f2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

  .sidenav a {
    padding: 6px 30px 0px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.5s;
}
    .sidenav .dropdown-menu a {
        padding: 6px 15px 0px 15px;
        font-size: 14px;
    }
    .sidenav a:hover {
        color: #1d1a1a;
    }

 .sidenav .closebtn {
    position: absolute;
    top: -15px !important;
    right: -24px !important;
    font-size: 39px !important;
}

    .background-img1 {
        height: 150px;
    }

    .begins h1 {
        font-size: 6vw;
        margin-top: 0px;
    }

    .border4 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 250px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }
}












@media (min-width: 375px) and (max-width: 425px) {
    .desktop {
        display: none !important;
    }
.topbar {
    height: 68px !important;
    background: #ebedec;
}
    .your-future h1 {
        font-size: 26px;
        margin-top: 20px;
    }
    .your-future h3 {
        font-size: 19px;
        margin-bottom: 8px;
        border-bottom: 2px solid #566c35;
    }
    .your-future p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .pride h1 {
        font-size: 24px;
        margin-top: 30px;
    }
    .pride p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .awards h1 {
        font-size: 20px;
        margin: 20px 0;
        border-bottom: 2px solid #566c35;
    }
    .life h1 {
        font-size: 20px;
        margin-top: 20px;
    }
    .video-size video {
        height: 357px;
		width:100%;
    }

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
    }
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 6px 19px;
        background-color: inherit;
        margin: 0;
    }
    .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        left: 12px !important;
    }
    .dropdown-menu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .topnav a:hover, .dropdown:hover .dropbtn {
        color: black !important;
    }
    .dropdown-menu a:hover {
        color: black !important;
    }
    .logo {
        display: inline-block;
        margin-left: 120px;
    }
    .navbar {
        position: relative;
    }
    .sidenav ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidenav ul>li {
        list-style: none;
        display: block;
    }
 .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    background-color: #506d33f2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}
    .sidenav a {
        padding: 6px 30px 0px 20px;
        text-decoration: none;
        font-size: 16px;
        color: #1d1a1a;
        display: block;
        transition: 0.5s;
    }
    .sidenav .dropdown-menu a {
        padding: 6px 15px 0px 15px;
        font-size: 14px;
    }
    .sidenav a:hover {
        color: #1d1a1a;
    }
    .sidenav .closebtn {
        position: absolute;
        top: -15px !important;
        right: -24px !important;
        font-size: 36px !important;
    }

    .begins {
        margin-top: 300px;
    }

    .border4 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 250px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

.life p {
        margin-bottom: 5px;
        font-size: 14px;
    }
}










@media (min-width: 360px) and (max-width: 375px) {
    .desktop {
        display: none !important;
	}		
 
.topbar {
    height: 68px !important;
    background: #ebedec;
}
    .your-future h1 {
        font-size: 25px;
        margin-top: 20px;
    }
    .your-future h3 {
        font-size: 19px;
        margin-bottom: 8px;
        border-bottom: 2px solid #566c35;
    }
    .your-future p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .pride h1 {
        font-size: 24px;
        margin-top: 30px;
    }

    .pride p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .awards h1 {
        font-size: 20px;
        margin: 20px 0;
        border-bottom: 2px solid #566c35;
    }

    .life h1 {
        font-size: 20px;
        margin-top: 20px;
    }

    .video-size video {
        height: 330px;
    }

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
    }
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 6px 19px;
        background-color: inherit;
        margin: 0;
    }
    .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        left: 12px !important;
    }
    .dropdown-menu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .topnav a:hover, .dropdown:hover .dropbtn {
        color: black !important;
    }
    .dropdown-menu a:hover {
        color: black !important;
    }
    .logo {
    display: inline-block;
    margin-left: 120px !important;
}
    .navbar {
        position: relative;
    }
    .sidenav ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidenav ul>li {
        list-style: none;
        display: block;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0;
        background-color: #ebedece8;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 20px;
    }
    .sidenav a {
        padding: 6px 30px 0px 20px;
        text-decoration: none;
        font-size: 16px;
        color: #1d1a1a;
        display: block;
        transition: 0.5s;
    }
    .sidenav .dropdown-menu a {
        padding: 6px 15px 0px 15px;
        font-size: 14px;
    }
    .sidenav a:hover {
        color: #1d1a1a;
    }
    .sidenav .closebtn {
        position: absolute;
        top: -15px !important;
        right: -24px !important;
        font-size: 36px !important;
    }

    .background-img1 {
        height: 100px;
    }

	.begins {
		margin-top: 370px;
	}

    .border4 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 500px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 250px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

.life p {
        margin-bottom: 5px;
        font-size: 14px;
    }
	
	    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
    }
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 6px 19px;
        background-color: inherit;
        margin: 0;
    }
    .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        left: 12px !important;
    }
    .dropdown-menu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .topnav a:hover, .dropdown:hover .dropbtn {
        color: black !important;
    }
    .dropdown-menu a:hover {
        color: black !important;
    }
    .logo {
        display: inline-block;
        margin-left: 90px;
    }
    .navbar {
        position: relative;
    }
    .sidenav ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidenav ul>li {
        list-style: none;
        display: block;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    background-color: #566a35f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

  .sidenav a {
    padding: 6px 30px 0px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.5s;
}
    .sidenav .dropdown-menu a {
        padding: 6px 15px 0px 15px;
        font-size: 14px;
    }
    .sidenav a:hover {
        color: #1d1a1a;
    }

 .sidenav .closebtn {
    position: absolute;
    top: -15px !important;
    right: -24px !important;
    font-size: 39px !important;
}
}









@media (min-width: 320px) and (max-width: 360px) {
    .desktop {
        display: none !important;
    }
.topbar {
    height: 68px !important;
    background: #ebedec;
}
    .your-future h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 3px;
    }
    .your-future h3 {
        font-size: 19px;
        margin-bottom: 8px;
        border-bottom: 2px solid #566c35;
    }
    .your-future p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .pride h1 {
        font-size: 20px;
        margin-top: 30px;
    }
    .pride p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .awards h1 {
        font-size: 20px;
        margin: 20px 0;
        border-bottom: 2px solid #566c35;
    }
    .life h1 {
        font-size: 20px;
        margin-top: 20px;
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;      
    }

.life p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .video-size video {
        height: 287px;
    }
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .topnav .icon {
        display: none;
    }
    .dropdown {
        float: left;
    }
    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 6px 19px;
        background-color: inherit;
        margin: 0;
    }
    .dropdown-menu {
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        left: 12px !important;
    }
    .dropdown-menu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .topnav a:hover, .dropdown:hover .dropbtn {
        color: black !important;
    }
    .dropdown-menu a:hover {
        color: black !important;
    }
    .logo {
        display: inline-block;
        margin-left: 90px;
    }
    .navbar {
        position: relative;
    }
    .sidenav ul {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sidenav ul>li {
        list-style: none;
        display: block;
    }
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0;
    background-color: #566a35f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

  .sidenav a {
    padding: 6px 30px 0px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.5s;
}
    .sidenav .dropdown-menu a {
        padding: 6px 15px 0px 15px;
        font-size: 14px;
    }
    .sidenav a:hover {
        color: #1d1a1a;
    }

 .sidenav .closebtn {
    position: absolute;
    top: -15px !important;
    right: -24px !important;
    font-size: 39px !important;
}

    .border2 {
        border-bottom: 3px solid #566c35 !important;
        margin-bottom: 10px;
        width: 250px;
        justify-content: center;
        align-items: center;
        display: inline-block;
    }

}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing{display:none !important;}