/*STYLESHEET*/

*{
	margin:0;
	padding:0;
	font-family: 'Inter', sans-serif;
	box-sizing:border-box;
}
:root {
  --primary-color: #a40d0a;
  --primary-bg-color: #a40d0a;
  --secondary-color: #131946;
  --secondary-bg-color: #131946;
}

body, html {
	font-size:100%;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #555;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
	margin: 0 0 8px;
	color: #444;
    font-weight: 600;
}
a {
	text-decoration:none;
	color:rgb(0, 0, 0);
}
a:hover{
  text-decoration: none;
}
a:active, a:hover, a:focus, button:focus {
  outline: 0 none;
}
a:not([href]) {
	color:#444;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.text-justify h1, .text-justify h2,
.text-justify h3, .text-justify h4,
.text-justify h5 {
	text-align:left;
}
img{
	max-width: 100%;
}
.img-bx img {
    width: 100%;
	border: 5px solid #f3f3f3;
}
img.img-border {
    border: 5px solid #f3f3f3;
}
h1{font-size:30px;font-weight:700}
h2{font-size:28px;font-weight:500}
h3{font-size:23px;}
h4{font-size:21px;}
h5{font-size:18px;}
h6{font-size:16px;}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.btn-xs {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
  border-radius: 0;
}
.ptb-10 {
	padding:10px 0;
}
.ptb-20 {
	padding:20px 0;
}
.ptb-30 {
	padding:30px 0;
}
.ptb-40 {
	padding:40px 0;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ol {
    padding-left: 15px;
	margin: 0;
}
.btn-primary, .btn-secondary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-secondary, .btn-primary:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*HEADER*/

.topbar {
    background: #00243A;
	display: block;
    width: 100%;
    height: auto;
}
.topbar a.nav-link {
	color:#fff;
	font-size:14px;
}
.topbar li.nav-item {
    border-right: 2px solid #183242;
}
.topbar li.submenu-sm {
    position:relative
}
.topbar li.nav-item:last-child {
    border-right: none;
} 
.topbar .nav .nav-link {
    padding: 0.8rem 0.57rem;
}
.submenu > a::after, .submenu-sm > a::after {
    display: inline-block;
    margin-left: .23375em;
    vertical-align: .23375em;
    content: "";
    border-top: .275em solid;
    border-right: .275em solid transparent;
    border-bottom: 0;
    border-left: .275em solid transparent;
}
nav .navbar-nav li.nav-item.submenu-sm {
    position: relative;
	z-index:2;
}
.mega-menu {
    background:#FDFDEF;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    width: 100%;
    position: absolute;
    left: 0;
	border: 1px solid #eaeae2;
    border-top: 0;
	z-index: 9;
	visibility:hidden;
	opacity:0;
	transform: translateX(-20px);
	transition:1s;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.topbar .nav li:hover .mega-menu, .topbar .nav li:hover .sm-menu  {
	visibility:visible;
	opacity:1;
	transform: translateX(0);
}
ul.sm-menu, #navbarNavDropdown > .navbar-nav > li > ul.sm-menu {
	position:absolute;
	width:250px;
	left:0;
	top:44px;
	background: #fdfdef;
    padding: 15px;
	display:none;
}
.navbar-nav ul.sm-menu li {
	padding:0.5rem 0;
}
.topbar .nav li:hover a, .topbar .nav li:hover {
	background:#FDFDEF;
	color:#00243A;
}
ul li ul li .dropdown-toggle::after {
	transform: rotate(270deg);
	float:right;
	padding-top:15px;
}

.topbar .nav li .mega-menu a:hover{
	color:#e8c48c;
}
ul.mega-col {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}
ul.mega-col span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
    background: #00243a;
    padding: 0px 12px;
    display: block;
    line-height: 28px;
}
.mega-menu > .mega-col > li, .submenu-sm > .sm-menu > li{
    border-bottom: 1px dashed #90a2ad;
	padding: 9px 0;
}
.mega-menu > .mega-col > li > a {
    color: #00243a;
    font-size: 13px;
    font-weight: 500;
	line-height: 16px;
	display: block;
	padding: 0 12px;
}
.navbar-light .navbar-nav li:hover a.nav-link {
	color:#010625;
}
.navbar-brand {
	float: left;
    padding: 10px 0;
}
.navbar-brand>img {
    display: block;
}
.mid-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.social-links {
    display: block;
	float: right;
}
.mid-content .social-links a {
    color: #444;
	font-size: 1.1rem;
}
.social-links span i {
    font-size: 17px;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
	color: var(--secondary-color);
}
.social-links .social span i {
    margin-top: 15px;
}
.thm-bg {
	background:var(--primary-color);
	color:#fff;
}
nav.navbar {
	padding:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding:0.82rem;
	font-size: 1rem;
}
.navbar-expand-lg .navbar-nav li:first-child .nav-link {
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link {
    color: rgba(255, 255, 255, 1);
}
#navbarNavDropdown > .navbar-nav > li > ul {
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 500px;
	left:0;
	display:none;
	/* transform: translateY(-10px); */
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navbarNavDropdown > .navbar-nav > li:hover > ul {
    display:block;
	transform: translateY(0);
}
.mega-dropdown-column {
    width: 15rem;
    padding: 1rem;
    float: left;
}

.dropdown:last-child > .dropdown-menu, .dropdown:nth-child(n+7) > .dropdown-menu{
    margin-left: -50%!important;
    transform: translate(-50%)!important;
}
nav.navbar-expand-lg .dropdown-menu .widget-list-link, nav.navbar-expand-lg .dropdown-menu .widget-list-link-2 {
    display: block;
    font-size: .875rem;
    font-weight: normal;
	padding:0.5rem 0;
}
ul.navbar-nav {
    flex-flow: wrap;
}

nav .navbar-nav li a {
	display:block;
}
nav .navbar-nav li a:hover, ul.menuitem li a:hover {
    color:var(--secondary-color);
}
nav.navbar-light .navbar-toggler {
	border:none;
}
section.quick-link {
    background: #eee;
}
.tab-section .nav-tabs .nav-link.active,
.tab-section .nav-tabs .nav-item.show .nav-link {
	color: #fff;
    background-color: #7a3029;
    border-color: #7a3029 #7a3029 #fff;
}
.widget-list-item::after > .widget-list-2{
	font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #00243a;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    line-height: 18px;
	font-weight: 900;
}
.widget-list-item {
	position:relative;
	border-bottom: 1px dashed #ccc;
    left: 0;
	transition:0.5s;
}
.mega-dropdown-column .widget-list-item:last-child, .mega-menu > .mega-col > li, .submenu-sm > .sm-menu > li:last-child {
    border-bottom: 0;
}
.widget-list-2 {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	opacity:0;
	transform: translateX(-10px);
	transition:1s;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.widget-list-item:hover > .widget-list-2 {
    left: 100%;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
	min-width: 315px;
    height: auto;
    padding: 10px;
    z-index: 1;
	overflow: hidden;
	visibility:visible;
	opacity:1;
	transform: translateX(0);
}
.widget-list-item::after > .widget-list-2 {
	font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #00243a;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    line-height: 18px;
	font-weight: 900;
}
.widget-list-item-2 {	
	float: left;
	width:43%;
    margin-right: 15px;
}
.tab-section .nav-tabs {
    border-bottom: 1px solid #ccc;
}
.tab-section .nav-tabs .nav-link {
	border: 1px solid #ccc;
    margin: 0 0.2rem;
	color:#7a3029;
	border-radius:0;
	background: #eee;
}
.tab-section .nav-tabs .nav-link:hover {
	background:#ccc;
}
.tab-section .tab-content > .tab-pane {
    padding: 20px 0;
}
/*HEADER END*/

/*SEARCH*/
.cmn-link ul.link-inline li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #b3b3b3;
    line-height: 20px;
}
.cmn-link ul.link-inline li:first-child{
	padding-left:0;
}
.cmn-link ul.link-inline li a{
	font-size: 14px;
	color:var(--secondary-color);
}
.entire-search {
    display: none;
}
.entire-search input, .entire-search .btn {
    border-radius: 0;
	line-height: 1rem;
    height: 2rem;
}
/*SEARCH END*/

/*CARD/TAB BOX*/
.tab-content .card .card-body {
	padding: 0.85rem;
}
.tab-content .card-body h5.card-title {
    font-size:15px;
	font-weight: 600;
    line-height: 18px;
	color: var(--primary-color);
    text-transform: uppercase;
}
.tab-content .card-body h6 {
	font-size: 16px;
    text-transform: uppercase;
}
.tab-content .card-body .card-title:after, .tab-content .card-body .card-footer-link:before {
	content: '';
    margin: 6px 0;
    height: 3px;
    background: rgb(164 13 10 / 0.3);
    display: block;
}
.tab-content .single-card, .tab-content .single-news-card {
    /* -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); */
	/* -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); */
	/* box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4); */
	margin-bottom:18px;
	border: 4px solid rgb(164 13 10 / 0.3);
    border-radius: 0;
}
.tab-content .single-card, .tab-content .single-news-card:hover {
    border: 4px solid rgb(19 25 70 / 0.3);
}
.tab-content .single-news-card:hover > .card-body h5.card-title {
	color:#131946;
}
.tab-content .single-news-card:hover > .card-body .reg-content .btn-primary {
	color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
	transition: 0s;
}
.tab-content .single-news-card:hover > .card-body .card-title:after, .tab-content .single-news-card:hover > .card-body .card-footer-link:before {
	background: rgb(19 25 70 / 0.3)!important;
}
.tab-content .card-body .card-footer-link:before {
    background: rgb(164 13 10 / 0.3)!important;
}
.card-body .card-footer-link a {
	font-size:13px;
	color:#277ccb;
	line-height:14px;
}
.card-body .card-footer-link a:hover {
	color:#f3832f;
}
/*.tab-content .single-card .card-footer-link, .tab-content .single-news-card .card-footer-link {
    bottom: 10px;
    position: absolute;
    width: 90%;
    left: auto;
    right: auto;
}
.tab-content .single-news-card {
	height: calc(100% - 18px);
}*/
ul.list-style li {
    position: relative;
    padding-left: 18px;
    margin-left: 0;
    margin-bottom: 10px;
	white-space: normal;
	line-height: 22px;
}
ul.list-style li a {
    color: #444;
	line-height: 20px;
}
ul.list-style li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #00243a;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    line-height: 18px;
	font-weight: 900; /* <-- add this or 400 for other styles */
}
/*CARD TAB END*/

/*SCTION TITLE*/
.sec-title > span {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sec-title h1 {
	font-size:1.8rem;
	line-height: 35px;
    font-weight: 700;
	color:#444;
}
.sec-title h1 span {
	font-weight: 700;
	color:var(--primary-color);
}
.sec-title h2 {
	font-size:1.6rem;
	line-height: 30px;
    font-weight: 700;
	color:#444;
}
.sec-title h2 span {
	font-weight: 700;
	color:var(--primary-color);
}
.sec-title h4 {
	font-size:1.2rem;
	line-height: 20px;
    font-weight: 500;
	color:#444;
}
.sec-title h4 span {
	font-weight: 500;
	color:var(--primary-color);
}
/*SCTION TITLE END*/

/*SIDEBAR MENU*/
.side-widget {
    position: relative;
    background:#eee;
    padding: 20px;
    margin-top:0;
    margin-bottom: 25px;
	width:100%;
    /* max-width: 350px; */
}
.side-widget .card.single-card, .side-widget .card.single-news-card {
	box-shadow: none;
	margin-bottom: 0;
}
.side-menu {
   position: relative;
}
.side-menu .panel-title {
    background: var(--primary-color);
    margin: 0;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
	font-size: 15px;
    font-weight: 600;
}
.panel-group {
    margin-bottom: 25px;
}
.panel a.side-menu-btn {
	font-size: 15px;
    font-weight: 600;
	padding:10px;
	text-transform:uppercase;
	margin: 0;
    background: #eee;
}
.side-menu-btn i {
    position: absolute;
    right: 10px;
    transition: .5s;
}
.list-group a.active > i {
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}
a.side-menu-btn {
	border-bottom:1px solid #eee;
}
a.side-menu-btn.active {
    background: var(--secondary-color);
    color: #fff;
}
.side-menu-btn {
  background-color: #ddd;
  color: #444;
  display:block;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}
a.side-menu-btn:hover, a.side-menu-btn.panel-title.active {
    background-color: var(--secondary-color);
    color: #fff;
}
.menuitem {
  display: none;
}
ul.menuitem li a {
    display: block;
    background: #eee;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
	height:auto;
}
/*SIDEBAR MENU END*/

/*SIDEBAR WIDGET*/
.widget .download-wrap {
    position: relative;
    margin-bottom: 10px;
}
.widget .download-wrap a {
    position: relative;
    display: block;
    background-color: #e9e9e9;
    padding: 12px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.widget .download-wrap.company a {
    background: #4d62e3;
}
.widget .download-wrap.annual a {
    background: #f7941d;
}
.widget .download-wrap.brochure a {
    background: #7cc576;
}
.widget .download-wrap a:hover {
    background: #666!important;
}
.widget .download-wrap a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
}
.widget .download-wrap a i {
    position: absolute;
    top: 15%;
    right: 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgba(255,255,255,0.4);
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 100%;
}
/*SIDEBAR WIDGET END*/
.widget {
    margin-bottom: 15px;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
	background:#ce3734;
}

.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_services ul li {
    border-bottom: 1px solid rgba(102, 102, 102, .11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 17px;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    font-family: 'Font Awesome 5 Free';
	font-weight:900;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a{
    color: #000;
}
.dlab-contact-info li {
    position: relative;
    padding: 0 0px 15px 40px;
}
.dlab-contact-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #de4744;
    font-size: 17px;
}
.flaticon-placeholder:before {
    content: "\f139";
}
.full-social-icon {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    list-style: none;
}
ul.full-social-icon li {
    margin-bottom: 22px;
	display:inline-block;
}
.full-social-icon li a {
    background-color: #ce3734;
    display: block;
    color: #e9e9e9;
    min-height: 45px;
    padding: 11px 0px 10px 45px;
	margin-right: 8px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.full-social-icon li a i {
    background-color: rgba(255,255,255,0.05);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 45px;
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    font-weight: 100;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
footer,footer .widget_services ul li a, footer .widget h4, .footer, .footer a, .footer li, .footer p,footer span, .footer-top li a {
	color:#fff!important;
}
/*FOOTER END*/

/*INNER PAGE HEADER SECTION*/
.page-title-section {
    background: url(../images/page-header-bg.jpg);
    background-size: cover;
}
.page-header-wrap {
    padding-bottom: 0;
    margin: 25px 0 25px;
    border-bottom: 0;
}
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}
.page-header h1 {
    color: #fff;
    margin: 0;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 8px;
}
.breadcrumb, .breadcrumb a {
	background:transparent;
	color:#fff;
	padding: 0;
}
.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
	color:#bbbbbb;
}
/*INNER PAGE HEADER END*/

/*VISION MISSION SECTION*/
.vision-box, .mission-box {
    background: var(--secondary-color);
    padding: 60px;
    display: block;
    position: relative;
    color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	max-height: 350px;
}
.vision-box h4, .mission-box h4 {
	font-size: 22px;
    color: #fff;
}
.vision-box::after {
    content: '\f1e5';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: -5px;
    bottom: 30px;
    font-size: 135px;
    color: rgba(255, 255, 255, 0.2);  
}
.mission-box::after {
    content: '\f135';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 0;
    bottom: 45px;
    font-size: 135px;
    color: rgba(255, 255, 255, 0.2);  
}
/*VISION MISSION END*/

/*LIST SECTION*/
ul.list-1 li {
    position: relative;
    padding-left: 18px;
    margin-left: 0;
    margin-bottom: 10px;
	line-height: 22px;
    font-size: 14px;
}
ul.list-1 li a {
    color: #444;
	line-height: 22px;
    font-size: 14px;
}
ul.list-1 li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #00243a;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    line-height: 18px;
	font-weight: 900; /* <-- add this or 400 for other styles */
}
ul.list-2 li, ul.list-line li {
    position: relative;
    padding-left: 25px;
    margin-left: 0;
    margin-bottom: 10px;
	line-height: 22px;
    font-size: 14px;
}
ul.list-2 li a, ul.list-line li a {
    color: #666;
	line-height: 18px;
    font-size: 13px;
}
ul.list-2 li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0a4';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    line-height: 20px;
	font-weight: 400;
}
ul.list-line li:before {
    content: '';
    background: rgb(0 36 58 / 0.2);
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 4px;
}
ul.circle-list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 15px;
}
ul.list-1 li li:before, ul.list-2 li li:before, ul.list-line li li:before {
    display:none;
}
ul.list-1 li ul, ul.list-2 li ul, ul.list-line li ul {
    list-style:inside disc;
}
/*LIST SECTION END*/

/*COLAPSIBLE*/
.collapse-bx .card-header {
	padding:0;
	margin:0;
	border:0;
	position:relative;
}
.collapse-bx .card-body {
	background:#f7f7f7;
}
.collapse-bx .card {
	border-radius:0;
	border:0;
	margin-bottom:10px;
}
.collapse-bx .btn-link:hover {
    color: #444;
    text-decoration: none;
}

.collapsed .tab-arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition:all 0.5s;
}
.tab-arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #00243a;
	position: absolute;
	right: 12px;
	top: 0px;
	font-size: 13px;
	line-height: 38px;
	transition:all 0.5s;
}
/*COLAPSIBLE END*/
/*MARQUEE CSS*/
.marquee {
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	height:auto;
	max-height: 215px;
}
.marquee ul {
	display:block;
	padding-top:100%;
	-webkit-animation:scroll 12s infinite linear;
	animation:scroll 12s infinite linear;
}
.marquee ul:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@keyframes scroll {
	0% {
		-moz-transform: translate(0, 0);
        -webkit-transform:translate(0, 0);
        transform: translate(0, 0);
	}
	100% {
		-moz-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
	}
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
}
/*END MARQUEE CSS*/


/*CONTACT FORM*/
.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="email"], .contact-form select, textarea, .registration-form input[type="text"], .registration-form input[type="number"], .registration-form input[type="email"], .registration-form select, textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 42px;
    margin-bottom: 15px;
    padding-left: 15px;
    width: 100%;
    background: transparent;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
	border-radius: 0;
}
input[type="date"].form-control{
	height:42px;
	margin-bottom: 15px;
}
textarea.form-control {
    height: 99px;
	border-radius: 0;
}
.form-control{
    font-size:0.85rem!important;
}
.form-control:focus, select:focus {
    border: 1px solid var(--primary-color)!important;
}
.contact-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    transition: 0.4s;
    width: 100%;
	border-radius: 0;
}
.contact-btn:hover, .submit-btn:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}
.submit-btn {
    background: #00243a;
    border: 1px solid #00243a;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 20px;
    transition: 0.4s;
	border-radius: 0;
}
.theme-btn {
    background: #7a3029;
    border: 1px solid #7a3029;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 20px;
    transition: 0.4s;
	border-radius: 0;
}
.theme-btn {
	background: #505050;
    color: #fff;
    border-color: #505050;
}
.office-city {
    padding: 18px 0;
    margin-right: 30px;
}
.contact-icon {
    display: block;
    overflow: hidden;
}
.single-icon {
    margin-bottom: 30px;
}
.single-icon i {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 45px;
	width: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 2px;
}
.single-icon p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
}
.sign {
    float: right;
    display: block;
	text-align: right;
}
/*CONTACT FORM END*/
/*GALLERY IMAGE HOVER*/
.gallery {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.media-obj-fit .gallery img {
	object-fit: cover;
    width: 100%;
    height: 500px;
}
.gallery .overlay {
    width: 100%;
    height: 0%;
    background: rgb(164 13 10 / 0.4);
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.5s ease;
}
.gallery .fa {
    position: absolute;
    bottom: -50px;
    left: 50%;
	transform: translateX(-50%);
	background: var(--primary-color);
	font-size: 17px;
	color:#fff;
    padding: 10px;
	text-align: center;
    transition: 0.5s ease;
	z-index: 1;
}
.gallery:hover .overlay {
    height: 100%;
    transition: 0.5s ease;
}
.gallery:hover .fa {
    bottom: 40%;
    transition: 0.5s ease;
}
.gallery-bx {
    background: var(--secondary-color);
	color:#fff;
    padding: 6px 12px;
    display: block;
	margin-bottom: 25px;
	height: 80px;
    overflow: hidden;
}
/*GALLERY IMAGE HOVER END*/


.fix-height-bx {
    display: block;
    height: 190px;
}
.height50 {
	height:150px;
}
.mail-list a{
	color:var(--primary-color)
}
.mail-list tr:hover, .mail-list tr:hover a{
	color:var(--secondary-color);
}
.table th, .table td {
	vertical-align:middle;
}

/*CHAT POPUP*/
.chat-container {
	max-width:315px;
	margin:auto;
	position: fixed;
	right:35px;
	bottom:0;
	background:#fff;
	z-index:9;
}
.chat-container button {
	margin:auto;
	position: absolute;
	right:-20px;
	top:-30px;
	text-align:center;
	border-radius:50%;
	width:50px;
	height:50px;
	z-index:9;
}
.chat-container img{
	max-width:100%;
	border-radius:50%;
}
.chat-container .msg-header {
	border:1px solid #ccc;
	width:100%;
	height:10%;
	border-bottom:none;
	display:inline-block;
	background:var(--secondary-color);
	margin-bottom: -4px;
}
.chat-container .msg-header-img {
	border-radius:50%;
	width:40px;
	margin-left:5%;
	margin-top: 8px;
    margin-bottom: 8px;
	float: left;
}
.chat-container .active{
	width:120px;
	float:left;
	margin-top:8px;
}
.chat-container .active h4{
	font-size:20px;
	color:#fff;
	margin-left:10px;
}
.chat-container .active h6{
	font-size:10px;
	color:#fff;
	margin-left:10px;
	line-height:2px;
}
.chat-container .header-icons {
	width:120px;
	float:right;
	margin-top:12px;
	margin-right:10px;
	text-align: right;
}
.chat-container .header-icons i{
	color:#fff;
	cursor:pointer;
	margin:10px;
}

.chat-container .msg-inbox {
	border:1px solid #ccc;
	overflow-y: scroll;
    padding: 20px;
    height: 300px;
}
.chat-container .chats {
	padding:30px 15px 0 25px;
}
.chat-container .msg-page {
	height:516px;
	overflow:auto;
}
.chat-container .received-chats {
	overflow:hidden;
	padding:15px 0;
}
.chat-container .received-msg {
	display:inline-block;
	padding:0 0 0 10px;
	vertical-align:top;
	width:92%;
}
.chat-container .received-chats-img {
	display:inline-block;
	width:20px;
	float:left;
}
.chat-container .received-msg-inbox{
	width:75%;
}
.chat-container .received-msg-inbox p {
	background:#efefef none repeat scroll 0 0;
	border-radius:10px;
	color:#646464;
	font-size:14px;
	margin:0;
	padding:5px 10px 5px 12px;
	width:100%;
}
.chat-container .time {
	color:#777;
	display:block;
	font-size:12px;
	margin:8px 0 0;
}
.chat-container .outgoing-chats {
	overflow:hidden;
	padding:15px 0;
}
.chat-container .outgoing-chats-msg p {
	background:var(--secondary-color) none repeat scroll 0 0;
	color:#fff;
	border-radius:10px;
	font-size:14px;
	margin:0;
	color:#fff;
	padding:5px 10px 5px 12px;
	width:100%
}
.chat-container .outgoing-chats-msg {
	float:left;
	width:75%;
	margin-left:15%;
}
.chat-container .outgoing-chats-img {
	display:inline-block;
	width:20px;
	float:right;
}
.chat-container .msg-bottom {
	position:relative;
	display: flex;
	justify-content:space-between;
	align-items:center;
	height: 50px;
    background: var(--secondary-color);
    padding: 0 20px;
}
.chat-container .msg-bottom .input-group {
    border-radius: 20px;
    background: #fff;
	width: 90%;
}
.chat-container .form-control {
	border:none!important;
	border-radius:20px!important;
}
.chat-container .input-group-text {
	background:transparent!important;
	border:none!important;
}
.chat-container .input-group i {
	color:var(--secondary-color);
	float:left;
}
.chat-container .bottom-icons {
	width: 30%!important;
}
.chat-container .bottom-icons i {
	color:#fff;
	padding:5px;
}
.chat-container .msg-bottom > .form-control:focus {
	border-color:none!important;
	box-shadow:none!important;
	border-radius:20px;
}

/*CHAT POPUP END*/

.msg-bx {
	background:url('../images/venkateshwara-university.jpg')no-repeat center center;
	padding: 15px;
	background-size:cover;
	position:relative;
}
.msg-bx:before {
	content: '';
    background: rgb(19 25 70 / 0.8);
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
}
.msg-bx h3, .msg-bx h4, .msg-bx h5, .msg-bx p {
	color:#fff;
}
.msg-bx p {
	font-size:15px;
	margin-bottom:4px;
}
.text em {
	display:block;
	margin-bottom:10px;
}










