@font-face {
  font-family: 'solaimanilipi';
  src: url('fonts/SolaimanLipi.ttf');
  font-weight: normal;
  font-style: normal;
}
*{
 margin: 0;
  padding: 0;
}
/*===============================
    
CSS INDEX
=========

1. Base CSS

================================*/


/* =============================
1. Base CSS
================================*/
/* .ticker strong, h3.text-center, .ab h1, .video-gallery h3, .info-section  h4, .navbar-wrap, .sub-menu, .mobile-menu .menu-box, .mobile-menu .navigation li.menu-item-has-children .dropdown-btn, i.fas.fa-times{
  background: #090985 !important;
  color: #fff !important;
} */
h3.text-center, .ab h1, .video-gallery h3, .info-section  h4 {
  padding: 10px;
  border-radius: 10px;
}
/* a.d-block, .card-info, .counter-item, .service_area{
  background: green !important;
} */

a.d-block, .card-info, .counter-item{
  margin: 10px;
  padding: 10px 15px;
  border: 1px solid green;
  color: #fff;
  border-radius: 10px;
}
.counter-item .fa {
  font-size: 35px;
}

span.counter {
  font-size: 50px;
}

.info-section .card-info {
  margin: 0 !important;
  padding: 15px !important;
}

a.d-block:hover {
  background: #fff;
  margin: 10px;
  padding: 10px 15px;
  border: 1px solid green;
  color: green;
}

#banner, .card, .info, .video-gallery, .info-section {
  /* background: #E1E8ED; */
  padding: 16px 15px 10px 15px;
  border-radius: 10px;

}

.home-bannar, .video-gallery, .info, .info-section{
  min-height: 100%;
}

.card-text {
  margin: 10px;
  padding: 16px 30px;
  /* background: green; */
  border-radius: 10px;
  color: #fff;
}
marquee {
  /* background: green; */
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}
p.text-justify {
  text-align: justify;
  font-size: 18px;
  margin-top: 10px;
}

.container{ max-width: 1250px  }

.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body { font-family: 'Lato', sans-serif; }
.section_padding { padding-top: 38px; }
.section-gray { background-color: #efefef }
.section-dark {
    background-color: #110C09;
    color: #fff;
}
a {transition: 0.1s;}
a:hover { color: #000 }
.display_block {display:block;}
.display_none {display:none;}

/* =========================
2. Home CSS
============================*/

/*Slider CSS Start*/
/*slider section css start*/

.bg1 {
  color: white;
  height: auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.bg2 {
  color: white;
  height: auto;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.content {
  position: relative;
  z-index: 2;
  transition: .5 all ease;
}

.owl-item .content h1 {
  opacity: 0;
  transform: translateY(25px);
}

.owl-item .content p {
  opacity: 0;
  transform: translateY(45px);
}
.owl-item .content button {
  opacity: 0;
  transform: translateY(65px);
}

.owl-item.active {
  opacity: 1;
}

.owl-item.active .content h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 2s;
}

.owl-item.active .content p {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 2s;
}
.owl-item.active .content button {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 2s;
}

button.owl-prev {
  position: absolute;
  top: 38%;
  left: -4px;
  width: 40px;
  height: 48px;
  background-color: #00000052 !important;
  border: 0;
  outline: none;
  overflow: hidden;
}

button.owl-prev span {
  display: block;
  font-size: 50px;
  margin-top: -17px;
  color: #e6e6e4;
  font-weight: 100 !important;
}
button.owl-prev span:hover{
  color: #bc9c22;
}

button.owl-next {
  position: absolute;
  top: 38%;
  right: 0px;
  width: 40px;
  height: 48px;
  background-color: #00000052 !important;
  border: 0;
  outline: none;
  overflow: hidden;
}

button.owl-next span {
  display: block;
  font-size: 50px;
  margin-top: -17px;
  color: #e6e6e4;
}
button.owl-next span:hover{
  color: #bc9c22;
}
.owl-dots button {
  background: transparent !important;
}
.owl-controls .owl-page span {
    background: #ff0000 none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.owl-dots {
    line-height: 5px;
    margin-top: 25px;
}
.owl-dot {
    background: #006B63 none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 0 10px;
    width: 20px;
}
.owl-dot.active {background: #FDE428 none repeat scroll 0 0;}
/*slider section css end*/

.overlay {
  background: #243046c7;
  padding: 190px 0 215px;
}

.home-bannar p {
  max-width: 515px;
  margin: auto;
  padding: 10px 0;
}
button.btn.btn-secondary {
    border-color: #bc9c22;
}
.simple-cards {
  z-index: 5;
}
.cb-1{
  background: #1C1A29;
}
.cb-2{
  background: #1c1a29f2;
}
.simple-card {
  margin-top: 100px;
  color: white;
  
  padding: 20px;
  z-index: 1;
}


.link{
  color: #fff;
  transition: all .75s;
  padding-top: 31px;
}

.link:hover  {
  color: #bc9c22;
  cursor: pointer;
}

nav button {
    color: white !important;
    padding: 6px 0 !important;
    height: 44px;
    margin-top: 10px;
    width: 180px;
    transition: all .5s;
}
nav button:hover{
  border: 1px solid #bc9c22;
}
.btn:focus{
  outline: none !important;
  box-shadow: none !important;
}
/*sidebar area*/
.sidebar {
    border: 1px solid #8080806b;
    text-align: center;
}
.s-title {
    background: gainsboro;
    padding: 8px;
    border-bottom: 1px solid #8080806b;
    padding-top: 15px;

}
.clock {
    padding-top: 15px;
  }
.v-count{
  padding:15px;
}
#u_0_4_OM{
  display: none;
}

/* Slider CSS End */

.bl_single_text h4, .br_single_text h4, .left_fashion.main_nav_box ul li a, .single_fs_news_left_text h4, .single_fs_news_right_text h4, .news_pagination ul.news_pagi li a, .purchase_sidebar_text h2, .purchase_sidebar_text p, .footer_bottom p {
	font-family: 'Roboto', sans-serif;
}
.bl_single_text h4 {
	font-weight:700;
}
.br_single_text h4, .left_fashion.main_nav_box ul li a, .single_fs_news_left_text h4 {
	font-weight:500;
}
.single_fs_news_left_text a:hover, .single_fs_news_right_text a:hover, .fasion_right ul li a:hover {
  color: #C66196;
  text-decoration:none;
}

.header_search {
    /* position: absolute;
    right: 25px;
    top: 0; */
}

.offcanvas-menu {
  display: inline-block;
}

.header_search_box {
  position: relative;
}

.search-icon {
  cursor: pointer;
}

.header_search {
  display: none;
  position: absolute;
  top: -20px;
  left: -199px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 227px;
}

.header_search.show {
  display: block;
}

.search-input {
  width: 70%; /* Adjust as needed */
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block; /* Add this line */
  vertical-align: middle; /* Add this line */
}

.search-button {
  background: #000000;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block; /* Add this line */
  vertical-align: middle; /* Add this line */
}




.header_top {
  background-color: #ffffff;
  padding: 15px 0 14px;
}

.header_top_left {
  margin-top: 4px;
}
.header_logo_area {
  padding: 40px 0;
}
.logo {
  margin-top: 10px;
}
.header_add {
  margin-left: 22px;
}
.mainnav {
  border-top: 1px solid rgba(221, 221, 221, 0.862745098);
  border-bottom: 1px solid rgba(221, 221, 221, 0.862745098);
  padding-bottom: 0px;
}
.main_nav_box ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}
.main_nav_box ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 8px 0;
  position: relative;
  margin-bottom: -9px;
}

.main_nav_box ul li:hover .mega_menu {
  top:71px;
  opacity:1;
  transition: all 0.4s ease 0s;
  z-index: 9;
}
.main_nav_box ul li:hover a {
  color:#000;
}

.main_nav_box ul li:hover a {
  border-bottom: 2px solid #048004;
  padding-bottom: 15px !important;
  padding-top: 9px;
}
.main_nav_box ul li a {
  border-bottom: 2px solid transparent;
  margin-top: 1px;
  padding-top: 7px !important;
  padding-bottom: 15px !important;
}



.main_nav_box ul li a {
  border-right: none;
  color: #444444;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-left: 010px;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
}




/* mobile nav */
.only-for-mobile {
  display: none !important;
}
.mobi-menu {
  display: none;
}
.mobi-menu {
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 99999;
}
#cssmenu {
  display: none;
  transition: all 0.3s ease-in-out 0s;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 0 0 #ffffff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  background: #000000 none repeat scroll 0 0;
}
#cssmenu ul ul li a {
  padding: 15px 20px !important;
}
#cssmenu ul ul li a {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom: 2px solid #ffffff;
  color: #666666;
  cursor: pointer;
  font-family: Cousine,Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}
.sub_menu.sub_menu_p.single_mega {
  width: 207px;
}
ul.lev2sub {
  border-bottom: 2px solid #c66196;
  width: 236px;
}




/* END of Style */

/* Initial CSS */
a:link,
a:visited {
    
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: navy;
}

ul {
    list-style-position: inside;
    text-align: center;
}

.space_after_container {
    margin-bottom: 20px;
}
/* Search Box */

.header_search_box {
  position: relative;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  font-size: 23px;
}

.search-icon {
  cursor: pointer;
}

.header_search {
  display: none;
  position: absolute;
  top: -20px;
  left: -199px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 227px;
}

.header_search.show {
  display: block;
}


/* input[name="search_item"] {
    width: 50px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    padding: 12px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[name="search"] {
    background-image: url("searchicon.png");
    background-repeat: no-repeat;
    padding: 12px;
    width: 50px;
    border-radius: 4px;
}

input[type="text"]:focus {
    width: 60%;
} */
.category_link {
    border-bottom: 2px solid green;
    padding: 0.5rem 0rem;
    color: #000;
    font-size: 1rem;

    margin-bottom: 1rem;
}
@font-face {
    font-family: "bangla_special";
    src: url("fonts/SolaimanLipi.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "bangla_special";
}
.h5,
h5 {
    font-size: 1.15rem;
}
p {
    padding: 0px 0px;
    margin: 0;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.2s;
}

.b-section{
  margin-left: -12px;
  margin-right: -12px;
  
}
.b-section .card {
  width: 23%;
  padding: 0px;
  margin: 12px;
  height: 250px;
  margin-top: 23px;
}


img.card-img-top {
  width: 170px !important;
  display: block !important;
  margin: 0 auto;
  height: 170px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
}

.card{
  border: none;
}

.popup-gallery {
  width: 100%;
  text-align: center;
}
.popup-gallery img {
  width: 30.33%;
  text-align: center;
}

.ticker {
  /* background: green;
  color: #fff; */
  padding: 10px;
}

.ticker strong{
  margin-right: 25px;
  margin-left: -10px;
  position: relative;
  padding: 12px 25px;
  /* background: #090985; */
  
}
 /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
.ticker div {
  display: inline-block;
  word-wrap: break-word;
}

/*Header*/
a#sidenav-toggle, ul.sidenav-menu a {
  color: black;
}
.mobile-nav-toggler {

  font-size: 25px;
}


.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-primary-color);
  display: none;
  margin-top: -74px !important;
}

.sticky-menu .navbar-wrap{
  border: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;

}

.navbar-wrap {
  border: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 auto;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--tg-menu-color);
	/* font-family: var(--tg-heading-font-family); */
	font-family: 'solaimanilipi';
	padding: 25px 13px; /*  old - 25px 22px*/
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a::after {
	content: "\f078";
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	margin-left: 5px;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul li {
	position: relative;
	margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-btn .btn {
	color: #fff;
	font-size: 18px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #fff;
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	border-radius: 0 0 8px 8px;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 999999999;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--tg-menu-color);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: var(--tg-primary-color);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 100px;
}

/* Mobile Menu */

/*=============================
	04. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: black;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    left: 15px;
    top: 22px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-menu-color);
	font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: #fff;
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: var(--tg-primary-color);
	display: none;
	margin-top: 7px;
}

/*Service area starts here */


.single_panel{min-height: 295px}
.single_panel h2{color:#fff;}
.single_panel{}
.single_panel ul {margin:0;padding:0;list-style:none;}
.single_panel ul li{padding-bottom: 9px;
text-align: left;}
.conbody_li{padding-bottom: 10px;padding: 10px;}
.single_panel ul li a{text-decoration:none;color:black;}
.single_panel ul li a span{padding-bottom:5px}
.single_panel ul li a:hover{color:red}
.con_right{padding-left: 15px;}
.con_body_right{margin-top: 10px}

.service_area {background: none repeat scroll 0 0 #e6e6e6;
  padding: 20px 0 0;
  border-top: 2px dashed #45BEE4;
  }
  .sm_slider{padding-left: -5px}
  .single_service {margin-left: -13px
  }
  .single_service h2 {
      color:white;font-size: 22px;text-align:center;
  }
  
  .single_service ul {
      margin:0;padding:0;list-style:none;
  }
  
  .single_service ul li {
      margin-bottom: 6px;
  text-align: center;
  }
  
  .single_service ul li a {
      color: #cccccc;
      font-size: 16px;
      margin-left: 18px;
      text-decoration: none;
  }
  
  .single_service img {
      border-radius: 5px;
      margin-left: 108px;
      text-align: center;
      width: 141px;
  }
  
  .error-front{color:#FF0000;
  text-align:center;
  font-size:14px;}

  .panel-body {
    margin:15px;
}
.panel-body ul li{
    margin-top: 10px;
    border-bottom: 1px dotted gray
}
button.see_more:hover {
  background: #090985;
  color: #fff;
}

.image img {
  width: 20%;
  height: auto;
}
  
  /*---------------------------------------***********************-------------------------------------*/

  /*==============Archive-page css Start====================*/

  .video-p-title {
    text-align: center;
    font-size: 25px;
    color: #051939;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.archive-page {
	margin: 16px 0;
}



.table.table-bordered tbody tr th {
	text-align: center;
    margin-top: 20px;
}


.table.table-bordered td {
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.2px;
}


.image img {
	width: 20%;
	height: auto;
}

.wrpper {
	color: #0f0d0d;
	font-size: 15px;
	font-weight: 400;
}



.archive-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 14px;
}

.archive-btn span i  {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.archive-btn:hover span i {
	color: #4db7a6;
}

.archive-btn a:hover {
	background: #11aba0;
}

.wrpper.archive-btn.view-btn a {
	background: #038A81;
}
.wrpper.archive-btn.view-btn span i  {
	 color: #4db7a6;
}

.archive-btn.view-btn a:hover {
	background: #f15b43;
}

.archive-btn.view-btn:hover span i {
	color: #f15b43;

}

.table.table-bordered thead tr th {
	text-align: center;
	background: #051939;
	color: #ffffff;
	font-weight: 400;
	padding: 11px 0;
	border-bottom: none;
	letter-spacing: 0.3px;
}

.archive-btn > a {
	overflow: hidden;
	color: #ffffff;
	background: #051939;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 48px 11px 20px;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
	transform-origin: inherit;
	position: relative;
}


.teacher_title {
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #051939;
}

/*==============Archive-page css End====================*/

#albumfront {
  background: url(img/album.jpg) no-repeat;
  border: #CCCCCC 1px solid;
  float: left;
  width: 200px;
  height: 160px;
  margin-right: 20px;
  padding: 70px 25px;
  color: #0000FF;
  font-size: 16px;
}


/*
 * reparsoft - LESS  last compressed 
 * @licence reparsoft - v1.0.0 (2015-01-19)
 * http://56hm.com/ | Licence: MIT
 */
 
 .wrapper {
  width: 1000px;
  margin: auto
}

.wid-f { width: 100% }

.hei-f { height: 100% }

.of-h { overflow: hidden }

.fat-l { float: left }

.fat-r { float: right }

.pat-5 { padding-top: 5px }

.pat-10 { padding-top: 10px }

.mat-5 { margin-top: 5px }

.mat-10 { margin-top: 10px }

.fot-yhei { font-family: 'Microsoft Yahei' }

.fot-arial { font-family: 'Arial' }

.icon {
  display: inline-block;
  zoom: 1;
  vertical-align: middle
}
[class^='ico-'] {
background:url('../../images/themes/simple/ico.png')
}

.ico-bar_edge { background-position: 0 -42px }

.header { background: url('../../images/themes/simple/header.jpg') center no-repeat }

.nav-main { background-color: #0f3fa1 }

.nav-main ul.wrapper>li { background: url('../../images/themes/simple/nav_main-split.gif') center left no-repeat }

.nav-main ul.wrapper>li a { color: #fff }

.nav-main ul.wrapper>li:hover a { color: #fed958 }
[class^='tibar-']>.bar>a {
color:#fff
}
[class^='tibar-']>.bar>a:hover {
color:#fed958
}
[class^='tibar-']>.edge {
background-color:#0f3fa1
}

.tibar-simple { background-color: transparent }

.list-aggregate li {
  list-style: none;
  border-bottom: 1px solid white;
  padding: 10px;
  /* background: green; */
}

.list-aggregate li a { color: rgb(255, 255, 255) }

.list-aggregate li p { color: #fff; padding:0 10px; }


.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

ul#marquee-vertical {
  text-align: left;
  padding-left: 0 !important;
}

/* Statistics Area */
.experience {
  background: url(images/h2t-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  margin-bottom: 10px;
}

.experience .overlay {
  background: #1f0127a3;
  padding: 90px 0 100px;
}
.counter-item {
background: #1f0127;
padding: 30px;
margin-top: 35px;
}

.experience .ab {
margin-bottom: 25px;
}



.counter-item .svg-inline--fa {
color: #bc9c22;
font-size: 45px;
}
.paragraph {
  max-width: 600px !important;
  padding:0 10px;
}

.s-image {
  text-align: center;
  margin-top: 60px;
}