/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*//*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*//*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif; 2) font-family: 'Poppins', sans-serif; ----------------------------------------*****//*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/* {	box-sizing: border-box !important;}html {	scroll-behavior: smooth;}body {	color: #000000;	font-size: 14px;	font-family: 'Poppins', sans-serif;	line-height: 1.80857;	font-weight: normal;}a {	color: #1f1f1f;	text-decoration: none !important;	outline: none !important;	-webkit-transition: all .3s ease-in-out;	-moz-transition: all .3s ease-in-out;	-ms-transition: all .3s ease-in-out;	-o-transition: all .3s ease-in-out;	transition: all .3s ease-in-out;}h1,h2,h3,h4,h5,h6 {	letter-spacing: 0;	font-weight: normal;	position: relative;	padding: 0 0 10px 0;	font-weight: normal;	line-height: normal;	color: #111111;	margin: 0;}h1 {	font-size: 24px;}h2 {	font-size: 20px;}h3 {	font-size: 18px;}h4 {	font-size: 15px;}h5 {	font-size: 14px;}h6 {	font-size: 13px;}*,*::after,*::before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {	color: #212121;	text-decoration: none!important;	opacity: 1;}button:focus {	outline: none;}ul,li,ol {	margin: 0px;	padding: 0px;	list-style: none;}p {	margin: 0px;	font-weight: 500;	font-size: 15px;	line-height: 24px;}a {	color: #222222;	text-decoration: none;	outline: none !important;}a,.btn {	text-decoration: none !important;	outline: none !important;	-webkit-transition: all .3s ease-in-out;	-moz-transition: all .3s ease-in-out;	-ms-transition: all .3s ease-in-out;	-o-transition: all .3s ease-in-out;	transition: all .3s ease-in-out;}img {	max-width: 100%;	height: auto;}:focus {	outline: 0;}.btn-custom {	margin-top: 20px;	background-color: transparent !important;	border: 2px solid #ddd;	padding: 12px 40px;	font-size: 16px;}.lead {	font-size: 18px;	line-height: 30px;	color: #767676;	margin: 0;	padding: 0;}.form-control:focus {	border-color: #ffffff !important;	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);}.navbar-form input {	border: none !important;}.badge {	font-weight: 500;}blockquote {	margin: 20px 0 20px;	padding: 30px;}button {	border: 0;	margin: 0;	padding: 0;	cursor: pointer;}.full {	float: left;	width: 100%;}.layout_padding {	padding-top: 90px;	padding-bottom: 90px;}.layout_padding_2 {	padding-top: 75px;	padding-bottom: 75px;}.light_silver {	background: #f9f9f9;}.theme_bg {	background: #38c8a8;}.margin_top_30 {	margin-top: 30px !important;}.full {	width: 100%;	float: left;	margin: 0;	padding: 0;}/**-- heading section --**//*---------------------------- preloader area ----------------------------*/.loader_bg {	position: fixed;	z-index: 9999999;	background: #fff;	width: 100%;	height: 100%;}.loader {	height: 100%;	width: 100%;	position: absolute;	left: 0;	top: 0;	display: flex;	justify-content: center;	align-items: center;}.loader img {	width: 280px;}/*-- menu_sitbar--*/#content {	position: relative;	min-height: 100vh;}.menu_sitbar {	float: left;	width: 120px;	height: 100vh;	background: #0808ff;	border-right: #fff solid 7px;	padding: 33px;}#sidebar {	width: 200px;	position: fixed;	top: 0;	left: -280px;	height: 100vh;	z-index: 1000;	background: #fff;	color: #fff;	transition: all 0.3s;	overflow-y: scroll;	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);}#sidebar.active {	left: 0;}#dismiss {	width: 35px;	height: 35px;	line-height: 34px;	text-align: center;	background: #000;	position: absolute;	top: 10px;	right: 10px;	cursor: pointer;	-webkit-transition: all 0.3s;	-o-transition: all 0.3s;	transition: all 0.3s;}#dismiss:hover {	background: #35bff8;	color: #fff;}.overlay {	display: none;	position: fixed;	width: 100vw;	height: 100vh;	background: rgba(0, 0, 0, 0.7);	z-index: 998;	opacity: 0;	transition: all 0.5s ease-in-out;}.overlay.active {	display: block;	opacity: 1;}#sidebarCollapse {	background: transparent;	padding: 0;	border: none;}#sidebar .sidebar-header {	padding: 20px;	background: #0808ff;}#sidebar ul.components {	padding: 55px 0;}#sidebar ul p {	color: #fff;	padding: 10px;}#sidebar ul li a {	padding: 10px 25px;	font-size: 1.3em;	display: block;	font-weight: 500;}#sidebar ul li a:hover {	color: #fff;	background: #35bff8;}#sidebar ul li.active>a,a[aria-expanded="true"] {	color: #fff;	background: #35bff8;}a[data-toggle="collapse"] {	position: relative;}.dropdown-toggle::after {	display: block;	position: absolute;	top: 70%;	right: -5px;	transform: translateY(-50%);}ul ul a {	font-size: 0.9em !important;	padding-left: 30px !important;}ul ul a :hover {    font-size: 0.9em !important;   }ul.CTAs {	padding: 20px;}ul.CTAs a {	text-align: center;	font-size: 0.9em !important;	display: block;	border-radius: 5px;	margin-bottom: 5px;}a.download {	background: #fff;	color: #7386D5;}a.article,a.article:hover {	background: #6d7fcc !important;	color: #fff !important;}/*--end menu_sitbar--*/ul.btn {	float: right;}ul.btn li {	display: inline-block;	padding: 0 25px;}ul.btn li a {	color: #fff;	font-size: 16px;}ul.btn li:last-child {	padding-right: 0;}.down_btn {	padding-left: 50px;}.down_btn a {	background-color: #fff;	display: inline-block;	padding: 7px 35px;	border-radius: 10px;	color: #010a05 !important;	font-size: 17px;}.down_btn a:hover {	color: #fff !important;	background: #000;}/*-- header area --*//*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*//*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/.header::after {	content: "";	position: absolute;	z-index: -1;	top: 0;	left: 0;}.header {	width: 100%;	background: #f4ba19;	padding: 0px 30px;	position: relative;	z-index: 960;}.logo a {	font-size: 40px;	font-weight: bold;	text-transform: uppercase;	color: #fff;	line-height: 40px;}/** banner section **/.Main_Page {	background: #ffffff;	padding: 25px 50px;	padding-bottom: 2.5rem;}.text-bg {	text-align: left;	float: right;	width: 100%;	max-width: 431px;}.text-bg h1 {	color: #fff;	padding-top: 50px;	font-size: 71px;	line-height: 85px;	padding-bottom: 25px;	font-weight: bold;}.text-bg p {	font-size: 17px;	display: block;	color: #fff;	line-height: 25px;	padding-bottom: 50px;	font-weight: 500;}.text-bg .read_more {	border: #fff solid 5px;}.text-bg .read_more:hover {	background: #000;}.images_box figure {	margin: 0px;}.images_box figure img {	width: 100%;}.carousel-indicators li {	background: #000;	width: 38px;	height: 8px;	border-radius: 10px;}.carousel-indicators {	bottom: 45px;}.carousel-caption {	position: inherit;}.carousel-control-next,.carousel-control-prev {	display: none;}/** banner section **/.titlepage {	text-align: center;	padding-bottom: 60px;}.titlepage h2 {	font-size: 50px;	color: #382d3c;	line-height: 55px;	padding: 0;}.d_flex {	display: flex;	align-items: center;	flex-wrap: wrap;}.blu {	color: #0eadef;}.read_more {	font-size: 17px;	background-color: transparent;	border: #00aeef solid 5px;	color: #010a05 !important;	padding: 13px 0px;	width: 100%;	max-width: 210px;	text-align: center;	display: inline-block;	transition: ease-in all 0.5s;	border-radius: 40px;	font-weight: 500;}.read_more:hover {	background: #00aeef;	color: #fff !important;	transition: ease-in all 0.5s;}/** about section **/.about {	background: #fafafa;	padding: 90px 0;}.about .titlepage {	text-align: left;	padding: 0;	max-width: 669px;	width: 100%;	float: left;}.about .titlepage h2 {	margin-bottom: 40px;}.about .titlepage p {	color: #010a05;	font-size: 17px;	line-height: 35px;	font-weight: 400;	padding-bottom: 50px;}.about .titlepage .read_more {	float: right;}.about_img figure {	margin: 0;}.about_img figure img {	width: 100%;}/** end about section **//** choose  section **/.blu2 {	color: #3a3aff;	font-weight: bold;}.choose_bg {	background: url(../images/why.jpg);	padding: 120px 0;}.choose .choose_box {	background: #fff;	padding: 35px 35px;	text-align: center;}.choose .choose_box span {	color: #141629;	display: block;	font-size: 70px;	font-weight: bold;	text-align: center;}.choose .choose_box h3 {	color: #00aeef;	font-size: 25px;	line-height: 28px;	font-weight: 500;	padding-bottom: 10px;	padding-top: 15px;}.choose .choose_box p {	color: #010a05;	font-size: 17px;	line-height: 30px;	font-weight: 500;}.padding_right0 {	padding-right: 0;}.padding_left0 {	padding-left: 0;}ul.easy li a {	font-size: 27px;	padding: 18px 21px;	width: 100%;	line-height: 36px;	margin-bottom: 35px;	display: block;}ul.easy li:last-child a {	margin-bottom: 0;}ul.easy li.active a {	background: #060505;	color: #fff;}ul.easy li a:hover {	background: #060505;	color: #fff;}/** end choose  section **//** work section **/.work {	background: #ffffff;	padding: 90px 0;}.work .titlepage {	text-align: left;	padding: 0;	max-width: 648px;	width: 100%;	float: right;}.work .titlepage h2 {	margin-bottom: 40px;}.work .titlepage p {	color: #010a05;	font-size: 17px;	line-height: 35px;	font-weight: 400;	padding-bottom: 50px;}.work_img {	padding-right: 30px;}.work_img figure {	margin: 0;}.work_img figure img {	width: 100%;}/** end work section **//** request section **/.request {	background: #0192c8;	padding: 90px 0px;}.request .titlepage {	text-align: left;}.white {	color: #fff;}.main_form .contactus {	border-radius: 35px;	padding: 0px 30px;	margin-bottom: 30px;	width: 100%;	height: 60px;	background: #fff;	color: #777977;	font-size: 18px;	font-weight: normal;	border: inherit;}.main_form .textarea {	padding: 8px 30px;	padding-top: 63px;	margin-bottom: 30px;	width: 100%;	background: #fff;	color: #777977;	font-size: 18px;	font-weight: normal;	border: inherit;	border-radius: 20px;}.main_form .send_btn {	font-size: 17px;	transition: ease-in all 0.5s;	background-color: #fff;	color: #000;	padding: 13px 0px;	max-width: 200px;	width: 100%;	display: block;	border-radius: 30px;	margin: 0 auto;}.main_form .send_btn:hover {	background-color: #191e20;	transition: ease-in all 0.5s;	color: #fff;}#request *::placeholder {	color: #777977;	opacity: 1;}#map {	height: 425px;	overflow: hidden;	padding-bottom: 22.25%;	padding-top: 30px;	position: relative;}/** end request section **//** footer **/.footer {	background: #ffffff;	text-align: center;	position: absolute;	width: 100%;	height: 2.5rem;}.footer .titlepage {	text-align: left;	padding-bottom: 0px;}.footer .titlepage h2 {	color: #fff;}.footer .address h3 {	color: #fff;	font-size: 30px;	line-height: 35px;	font-weight: 500;	padding-bottom: 20px;	text-align: left;}ul.location_icon li {	font-size: 17px;	text-align: left;	padding-right: 40px;}ul.Menu_footer li {	display: block;	color: #3e7f21;	position: relative;}ul.Menu_footer li:before {	content: "";	position: absolute;	width: 12px;	height: 12px;	border-radius: 20px;	background: #fff;	margin-top: 9px;	left: 0;}ul.Menu_footer li a {	display: block;	color: #fcfbfb;	font-size: 17px;	padding-left: 30px;	text-align: left;}ul.Menu_footer li a:hover {	color: #0eadef;}ul.social_icon li {	display: block;	padding-bottom: 11px;}ul.social_icon li a {	font-size: 18px;	color: #fff;	display: inherit;}ul.social_icon li a:hover {	color: #0eadef;}ul.social_icon li a i {	background: #fff;	width: 37px;	height: 37px;	display: flex;	align-items: center;	justify-content: center;	font-size: 22px;	border-radius: 30px;	color: #000;	margin-top: -33px;}ul.social_icon li a i:hover {	color: #0eadef;}.bottom_form h3 {	font-weight: 600;	font-size: 20px;	text-align: left;	color: #fff;	padding-bottom: 15px;}.bottom_form .enter {	border: inherit;	padding: 0px 19px;	width: 100%;	height: 53px;	background: #fff;	color: #828282;	font-size: 17px;	border-radius: 10px;	margin-bottom: 25px;}.sub_btn {	font-size: 19px;	transition: ease-in all 0.5s;	background-color: #0192c8;	color: #fff;	padding: 11px 0px;	max-width: 175px;	width: 100%;	display: block;	text-transform: uppercase;	border-radius: 10px;	border: inherit;	box-shadow: inherit;}.sub_btn:hover {	background-color: #0156ed;	transition: ease-in all 0.5s;	color: #fff;}.copyright {	padding: 25px 0;	background: #008000;}.copyright p {	color: #fff;	font-size: 17px;	line-height: 22px;	text-align: center;	font-weight: normal;}.copyright a {	color: #fff;}.copyright a:hover {	color: #212120;}/** end footer **/#page-title-icon {	background: white;	height: 48px;	width: 48px;	-webkit-border-radius: 50em;	-moz-border-radius: 50em;	border-radius: 50em;	padding: 4px;	margin-left: -16px;	margin-top: -18px;	position: relative;	z-index: 10;	float: left;}#page-title {	background: url(../images/slider.jpg);	display: block;	margin-bottom: 0px;	position: relative;	z-index: 20;	border-bottom: 0px solid #f6f6f6;}#page-title #page-title-inner {	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);	background: -moz-linear-gradient(top, rgba(240, 140, 33, 0.9) 0, rgba(240, 140, 33, 0.9) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 140, 33, 0.9)), color-stop(100%, rgba(240, 140, 33, 0.9)));	background: -webkit-linear-gradient(top, rgba(240, 140, 33, 0.9) 0, rgba(240, 140, 33, 0.9) 100%);	background: -o-linear-gradient(top, rgba(240, 140, 33, 0.9) 0, rgba(240, 140, 33, 0.9) 100%);	background: -ms-linear-gradient(top, rgba(240, 140, 33, 0.9) 0, rgba(240, 140, 33, 0.9) 100%);	background: linear-gradient(to bottom, rgba(240, 140, 33, 0.9) 0, rgba() 100%);	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e629a9df', endColorstr='#e629a9df', GradientType=0);	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);}#page-title #page-title-inner i {	margin: -6px 2px -5px -18px;	padding: 0;}#page-title #page-title-inner h2 {	display: inline-block;	color: #f6f6f6;	padding: 10px 20px 10px 20px;	font-size: 30px;}#page-title #page-title-inner span {	color: #555;}.page-title-small h3 {	width: 100%;	text-align: center;}.btn {	padding: 45px 0;}.tabcontent {	color: #777;	display: none;	padding: 100px 20px;	height: 100%;}#Home {	background-color: white;}#News {	background-color: white;}.btn-lay {	background-color: #004700;	color: white;	float: right;	border: none;	outline: none;	cursor: pointer;	padding: 1px 25px;	font-size: 17px;	margin-right: 100px;	margin-top: 7px;}.btn-lay-menu {	color: white;	border: none;	outline: none;	padding: 10px 25px;	font-size: 17px;	margin: 6px;	border-radius: 9em;}.sel {	padding: 5px 5px 5px 5px;	border: 1px solid #004700;	height: 30px;	width: 280px;	margin-top: 5px;	margin-bottom: 5px;	color: #004700;}.uptit {	color: #004700;	font-size: 18px;	font-weight: bold;}.topmenu {	width: auto;	background: white;	border-radius: 9em;	float: left;	margin-left: 50px;	margin-right: 50px;	margin-top: -42px;	margin-bottom: 50px;	border: 2px solid;}lable {	font-size: 13px;	line-height: 30px;	color: BLACK;	font-weight: normal;	margin-right: 10px;}table{	border-spacing:0;}.table_layout1 {	text-align: center;}.f-right {	float: right;	padding-top: 10px;	color: #004700;}.f-left {	float: left;}.menubar {	color: black;	padding: 15px 0px;	font-size: 20px;}.msg {	color: red;	font-size: 13px;	font-weight: normal;	padding: 20px 0px;}.hpdf {	text-align: right;}.container-top {	background: url(frame/top.jpg);	height: 10px;	margin: 10px 36px 0px 36px;}.container-down {	background: url(frame/top.jpg);	height: 10px;	clear: both;}.container-right {	background: url(frame/right.jpg);	height: 10px;	clear: both;}.container-left {	background: url(frame/left.jpg);	height: 10px;	clear: both;}.div-border {	border: 1px solid;}.tablink {	background-color: #555;	color: white;	float: left;	border: none;	outline: none;	cursor: pointer;	padding: 14px 16px;	font-size: 17px;	width: 50%;}.tablink:hover {	background-color: #777;}/* Style the tab content (and add height:100% for full page content) */.tabcontent {	color: #777;	display: none;	padding: 100px 20px;	height: 100%;}#Home {	background-color: white;}#News {	background-color: white;}.btn-lay-t {	background-color: #004700;	color: white;	float: right;	border: none;	outline: none;	cursor: pointer;	padding: 0px 10	px;	font-size: 17px;	margin-top: 20px;}.btn-lay-menu {	color: white;	border: none;	outline: none;	padding: 10px 25px;	font-size: 17px;	margin: 6px;	border-radius: 9em;}.btn-lay2 {	background-color: #004700;	color: white;	float: none;	border: none;	outline: none;	padding: 1px 15px;	font-size: 17px;	margin-top: 7px;	margin-bottom: 10px;	width: 8em;}.sel {	padding: 5px 5px 5px 5px;	border: 1px solid #004700;	height: 30px;	width: 250px;	margin-top: 5px;	margin-bottom: 5px;	color: #004700;}.uptit {	color: #004700;	font-size: 16px;	font-weight: bold;}.topmenu {	width: auto;	background: white;	border-radius: 9em;	float: left;	margin-left: 50px;	margin-right: 50px;	margin-top: -42px;	margin-bottom: 50px;	border: 2px solid;}lable {	font-size: 13px;	line-height: 30px;	color: BLACK;	font-weight: normal;	margin-right: 10px;}.table_layout {	border-top: 1px solid #004700;	background: gainsboro;}.table_layout1 {	text-align: center;	padding-top: 12px;    border-top: 1px solid #004700;}.f-right {	float: right;	padding-top: 10px;	color: #004700;}.f-left {	float: left;}.menubar {	color: black;	padding: 15px 0px;	font-size: 20px;}.msg {	color: red;	font-size: 13px;	font-weight: normal;	padding: 20px 0px;}.hpdf {	text-align: right;}.container-top {	background: url(frame/top.jpg);	height: 10px;	margin: 10px 36px 0px 36px;}.container-down {	background: url(frame/top.jpg);	height: 10px;	clear: both;}.container-right {	background: url(frame/right.jpg);	height: 10px;	clear: both;}.container-left {	background: url(frame/left.jpg);	height: 10px;	clear: both;}textarea.textarea.f-left {	padding: 5px 5px 5px 5px;	border: 1px solid #004700;	margin-top: 5px;	margin-bottom: 5px;	color: #004700;}.top-header {	padding: 0 0 0 0;}.bold1 {	font-weight: 700;	padding: 5px 0 0 0;}.bold2 {	font-weight: 600;	padding: 5px 0 0 0;}.bold3 {	font-weight: 500;	padding: 5px 0 0 0;}.top-line {	padding: 15px 0 0 0;	text-align: center;}.center {	text-align: center;}.justify {	text-align: justify;}.left {	text-align: left;}.right {	text-align: right;}.space {	margin: 10px 0;}.space1 {	margin: 100px 0;}.info {	height: 190px;}.academic {	height: 370px;}.hostel {	height: 370px;}.transport {	height: 130px;}.remark {	height: 90px;}.scholarship {	height: 870px;}.div-border-left {	border-left: 1px solid;}.div-border-right {	border-right: 1px solid;}.div-border-top {	border-top: 1px solid;}.div-border-bottom {	border-bottom: 1px solid;}.uper-padd {	padding-top: 10px;}.col-green {	color: #004700;}.bold {	font-weight: bold;}.lower-padd {	padding-bottom: 10px;}.marginlr {	margin-left: 0px;	margin-right: 0px;}.info1 {	height: 250px;}.paddup {	padding-top: 3px !important;}.padddown {	padding-bottom: 3px !important;}.consultancy {	height: 1000px;}/* Dropdown Button */.dropbtn {	background-color: #f4ba19;	color: white;	padding: 43px 15px;	font-size: 16px;	border: none;	cursor: pointer;}/* Dropdown button on hover & focus */.dropbtn:hover, .dropbtn:focus {	background-color: #b88e18;}/* The container <div> - needed to position the dropdown content */.dropdown {	position: relative;	display: inline-block;}/* Dropdown Content (Hidden by Default) */.dropdown-content {	display: none;	position: absolute;	background-color: #f1f1f1;	min-width: 160px;	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	z-index: 1;}/* Links inside the dropdown */.dropdown-content a {	color: black;	padding: 12px 16px;	text-decoration: none;	display: block;}/* Change color of dropdown links on hover */.dropdown-content a:hover {	background-color: #ddd;}/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */.show {	display: block;}.flot-right {	float: right;}@media all and (min-width: 992px) {	.navbar .nav-item .dropdown-menu {		display: none;	}	.navbar .nav-item:hover .nav-link {	}	.navbar .nav-item:hover .dropdown-menu {		display: block;	}	.navbar .nav-item .dropdown-menu {		margin-top: 0;	}}.bg-primary {	background-color: #f4ba19!important;}.navbar-expand-lg .navbar-nav .nav-link {	padding-right: .5rem;	padding-left: .5rem;	padding-top: 2rem;}.navbar-dark .navbar-nav .nav-link {	color: #2a2568;}.table-back {	background: gainsboro;	padding: 15px 30px;	margin: 15px -15px;}.space {	margin: 30px 1px;}@media print {	.noprint {		display: none;	}}.table_layout-h {    text-align: center;    padding-top: 12px;    border: 1px solid #004700;}.btn-lay3 {    background-color: #992005;    color: white;    float: none;    border: none;    outline: none;    padding: 1px 15px;    font-size: 17px;    margin-top: 7px;    margin-bottom: 10px;	width: 8em;}.sell {    padding: 5px 5px 5px 5px;    height: 30px;    width: 250px;    margin-top: 5px;    margin-bottom: 5px;}