*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: left;
}

.tran_all {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/********* shadow  *******/

.section-top-shadow {
  -webkit-box-shadow: 0px -1px 11px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 11px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 11px 2px rgba(0, 0, 0, 0.25);
}
.section-bottom-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 11px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 11px 2px rgba(0, 0, 0, 0.25);
}
.section-both-shadow {
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.35);
}

/********* top header start  *******/

.header_box {
  float: left;
  width: 100%;
  background-color: #01294d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top_left_menu {
  float: left;
}
.top_left_menu ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top_left_menu ul li {
  float: left;
  margin-right: 15px;
}

.top_left_menu ul li i {
  font-size: 22px;
  color: #fff;
}

.top_left_menu ul li i:hover {
  color: #dfdede;
}

.top_right_menu {
  float: right;
}

.top_right_menu ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top_right_menu ul li {
  float: left;
  font-size: 10px;
  margin-left: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

.top_right_menu ul li i {
  margin-right: 5px;
}

.lang img {
  height: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.lang img:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media (min-width: 768px) {
}

/********* top header end  *******/

/********* logo searh ********/

.logo_content {
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo {
  float: left;
}

.logo img {
  max-height: 75px;
}

@media (min-width: 768px) {
  .logo img {
    max-height: 100px;
  }
}

.search_lang_box {
  float: right;
  margin-top: 30px;
}

.search_box {
  float: right;
  width: 100%;
  display: none;
}

.search_box input.searh_input {
  float: left;
  height: 38px;
  width: 200px;
  font-weight: 300;
  border: 1px solid #01294d;
  padding-left: 15px;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.search_box input:focus {
  outline: none;
}
.search_box input.searh_input:hover {
  width: 260px;
}

.search_button {
  float: left;
  height: 38px;
  width: 50px;
  text-align: center;
  border: none;
  background: #01294d;
  cursor: pointer;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.search_button i {
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 38px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .search_box {
    display: block;
  }
}

/********* logo searh end  ********/

/********* main menu start *********/

.main_content_menu {
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0px;
  background-color: #01294d;
}

.main_content_menu .main_menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.main_content_menu1 {
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0px;
  background-color: #01294d;
}

.main_content_menu1 .main_menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.mobile_menu_name {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .main_content_menu .main_menu {
    float: left;
    width: 100%;
  }

  .main_content_menu1 .main_menu {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mobile_menu_name {
    display: none;
  }
}

/********* main menu end *********/

/****** main content start  ***/

.main_content {
  float: left;
  width: 100%;
  min-height: 450px;
}

.news_content_1 {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.l_item_content {
  padding-left: 0%;
  padding-right: 0%;
}

@media (min-width: 768px) {
  .l_item_content {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (min-width: 992px) {
}

/******  main content end ***/

.section_header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.section_header h2 {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  font-family: "Oswald", sans-serif;
}

.section_header h2 div {
  display: inline;
  position: relative;
}

.section_header div::before {
  position: absolute;
  width: 60px;
  height: 1px;
  border-top: 1px solid #878787;
  content: "";
  right: 100%;
  margin-right: 15px;
  top: 15px;
}

.section_header div::after {
  position: absolute;
  top: 15px;
  margin-left: 15px;
  width: 60px;
  height: 1px;
  border-top: 1px solid #878787;
  content: "";
}

.section_header1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.section_header1 h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  font-family: "Oswald", sans-serif;
}

.section_header1 h2 div {
  display: inline;
  position: relative;
}

.section_header1 div::before {
  position: absolute;
  width: 60px;
  height: 1px;
  border-top: 1px solid #fff;
  content: "";
  right: 100%;
  margin-right: 15px;
  top: 15px;
}

.section_header1 div::after {
  position: absolute;
  top: 15px;
  margin-left: 15px;
  width: 60px;
  height: 1px;
  border-top: 1px solid #fff;
  content: "";
}

@media (min-width: 768px) {
  .section_header {
    margin-bottom: 30px;
  }

  .section_header1 {
    margin-bottom: 30px;
  }
}

.block_header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #f00;
}

/***************** slider end *********************/

.slider_news {
  float: left;
  width: 100%;
}

/***************** slider end *********************/

/***************** front lastnews start *********************/

.last_news_content {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.last_news {
  float: left;
  width: 100%;
}

.last_news ul {
  list-style: none;
}

@media (max-width: 991px) {
  .news-list > li:nth-child(2n + 1) {
    clear: both;
  }

  .last_news ul li {
    padding-bottom: 25px;
  }
}

.l_news_box {
  float: left;
  width: 100%;
  overflow: hidden;
}

.l_news_box img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.last_news_title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.last_news_title a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}

.last_news_intro {
  float: left;
  width: 100%;
  color: #242424;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}

.last_news_dates {
  float: left;
  width: 100%;
  color: #989898;
  font-size: 13px;
}

.l_news_box:hover img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

/***************** front lastnews end *********************/

.main_colm {
  float: left;
  width: 100%;
}

/**** right col menu ******/

.right_colm {
  float: left;
  width: 100%;
}

.box_title {
  font-family: "Oswald", sans-serif;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}

.right_colm ul {
  list-style: none;
}

.right_colm ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.right_colm ul a {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 5px;
  color: #fff;
  border-radius: 3px;
  background-color: #2b538f;
  box-shadow: 1px 1px 2px 0px #3c3c3c;
  transition: 0.2s ease-in-out;
}
.right_colm ul ul {
  float: left;
  width: 85%;
  margin-left: 40px;
  margin-top: 15px;
}

.right_colm ul ul li {
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  list-style: circle;
}
.right_colm ul ul a {
  background: none;
  color: #333;
  padding: 0px;
  text-transform: none;
  box-shadow: none;
}

.right_colm a:hover {
  color: #fff;
  background-color: #3c3c3c;
  transition: 0.2s ease-in-out;
  box-shadow: 1px 1px 2px 0px #3c3c3c;
}

.right_colm ul ul a:hover {
  background: none;
  color: #333;
  box-shadow: none;
  text-decoration: underline;
}

.right_colm ul a.active {
  background-color: #3c3c3c;
  box-shadow: 1px 1px 2px 0px #3c3c3c;
  color: #fff;
}
.right_colm ul a.active_sub {
  color: #144d92;
  text-decoration: underline;
  font-weight: bold;
}

/****************all news start **********/

.all_news {
  float: left;
  width: 100%;
}

.all_news_header {
  font-family: "Oswald", sans-serif;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}

.list_item_news {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
}

.item_news_img {
  box-shadow: 1px 1px 3px 2px rgb(191, 191, 191);
  max-width: 200px;
  margin-right: 25px;
  margin-top: 3px;
}
.item_header {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
.item_content {
  text-align: justify;
  color: #000;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}
a.item_read_more {
  float: right;
  font-size: 12px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #3a3a3a;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

a.item_read_more:hover {
  background-color: #0072cd;
  color: #fff;
  text-decoration: none;
}

/************** pagination start**********/

.pagination {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.pagination a {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
  text-decoration: none;
}
.pagination strong {
  background-color: #274a8c;
  border: 1px solid #274a8c;
  padding: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #274a8c;
  border: 1px solid #274a8c;
  color: #fff;
}

/************** pagination end **********/

/****************all news end **********/

/************** single news ****/

.single_news {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}

.single_news_header {
  font-family: "Oswald", sans-serif;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}

.single_time_share {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.single_news_content {
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000;
}

.mur {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
}

.single_news_content ul,
.single_news_content ol {
  margin-top: 8px;
  margin-bottom: 8px;
}
.single_news_content ul li,
.single_news_content ol li {
  margin-left: 40px;
  padding: 2px;
}

.single_news_content img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .single_news_content img {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .single_news_content img {
    margin-left: 0px;
    margin-right: 25px;
    margin-bottom: 15px;
    margin-top: 3px;
  }
}
@media (min-width: 992px) {
}

.single_news_content .single_new_img {
  float: left;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.socail_share {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.socail_share a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}
.socail_share a i {
  margin-right: 3px;
  font-size: 14px;
}

a.facebook_share {
  float: right;
  padding: 7px;
  background-color: #3b5998;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
a.twitter_share {
  float: right;
  padding: 7px;
  background-color: #29aae3;
  padding-left: 10px;
  padding-right: 10px;
}
.socail_share a:hover,
.socail_share_top a:hover {
  text-decoration: underline;
  color: #fff;
}

/*

.single_news_content table {
  width: 100% !important;
  border: 0px;
}

.single_news_content tr {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.single_news_content tr td {
  padding: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.single_news_content1 table {
  width: 100% !important;
  border: 0px;
}

.single_news_content1 tr td {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}


.single_news_content tr td img{
	  max-width:100px;	
}


.single_news_content table.dans tr td, .single_news_content table tr th {
	padding:8px;
	border-bottom:1px solid #CCC;
}

.single_news_content table.dans tr th {
	font-weight:bold;
	text-align:left;
}

.single_news_content h4 {
    float: left;
    width: 100%;
    border-left: 4px solid #f60001;
    line-height: 1.55;
    background-color: #0072cd;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    font-family: helvetica neue,Helvetica,Tahoma,Arial,sans-serif;
} 


.list_items tr, .list_items tr{
	
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}


.list_items tr td, .list_items tr th {
	padding:8px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
}
.list_items tr td i {
	font-size:14px;
	margin-right:10px;
}
.list_items tr:hover td {
	background-color:#F0F0F0;
}



.single_news_comment {
	float:left;
	width:100%;
}


/**** links 1 ********/

/*
.links {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.links ul {
  float: left;
  width: 100%;
  list-style: none;
}

.links ul li {
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.links ul li a {
  float: left;
  width: 100%;
  transition-duration: 1s;
}

.links_box {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-color: #eeeeee;
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center;
  transition-duration: 1s;
}

.link1_title {
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.service_icon1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.service_icon1 i {
  font-size: 38px;
  text-align: center;
  color: #294a8d;
}

.links ul li:hover a {
  transform: rotateY(360deg);
  transition-duration: 1s;
}

.links ul li:hover a .links_box {
  background-color: #294a8d;
  transition-duration: 1s;
}

.links ul li:hover .link1_title,
.links ul li:hover .service_icon1 i {
  color: #fff;
}

@media (min-width: 768px) {
}

/**** links 1 *******

.lunks_4{
    
    
}


.lunks_4 {
	float:left;
	width:100%;
	list-style:none;
	margin-top: 90px;
	
}

.lunks_4 li {
	float:left;	
	width:100%;
	margin-bottom: 20px;
}


.lunks_4 a{
	float:left;
	width:100%;
	font-family: 'Oswald', sans-serif;
	padding:10px;
	padding-bottom: 18px;
    padding-top: 18px;
	text-align:center;
    background-color:#0072cc;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	border-radius:2px;
}


.lunks_4 li:nth-child(5) a, .lunks_4 li:nth-child(6) a{
    
        background-color:red
}



.lunks_4 a:hover{
   background-color: #666666; 
}


.lunks_4 li:nth-child(5) a:hover, .lunks_4 li:nth-child(6) a:hover{
    
        background-color:#666666;
}





.banner_news1{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center center;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
}

.bb1 img{
	height:55px;
	margin-bottom:30px;
}

.bb2 a{	
  background-color:#FFF;
  color:#000;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}

.bb2 a:hover{
	text-decoration:none;
	background-color:#0072cc;
	color:#FFF;
}


.banner_news{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center right;
}

.bg_gran{
	float:left;
	width:100%;
	background:linear-gradient(90deg, #FAFAFA 20%, rgba(255,255,255,0.05)70%); 
	opacity: 0.9;
	padding-top:60px;
	padding-bottom:60px;
}

.ddd1{
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:35px;
	color:#000;
}

.ddd2{
	font-size:16px;
	margin-bottom:35px; 
}

.ddd3{
	
}

.ddd3 a{
  float:left;
  background-color:#0072cc;
  color:#FFF;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}


.ddd3 a:hover{
	 background-color:#666;
}



@media (min-width: 768px) {



}

*/

.video_front_box {
  float: left;
  width: 100%;
  background-color: #01294d;
  padding-top: 25px;
  padding-bottom: 55px;
}
.content_box {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
}

.modalbody1 {
  float: left;
  width: 100%;
}

.v_list {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 0px;
}

.v_list li.aaaaa {
  padding: 0px;
  margin: 0px;
  display: block;
}
.small_list {
  overflow: auto;
  height: 200px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track (арын хэсэг) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Thumb (гүйлгэгч хэсэг) */
::-webkit-scrollbar-thumb {
  background: #c3972f;
  border-radius: 10px;
}

/* Hover үед */
::-webkit-scrollbar-thumb:hover {
  background: #fdc032;
  cursor: pointer;
}

.small_list li {
  padding-left: 10px;
  position: relative;
  min-height: 60px;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 16px;
  font-family: "Oswald", sans-serif;
}

.video_thumb {
  float: left;
  position: relative;
  width: 72px;
  height: 40px;
  overflow: hidden;
  margin-right: 15px;
}

.right_scroll {
  overflow: hidden;
}

.small_list {
  overflow: auto;
}

.small_list li img {
  width: 100%;
  position: relative;
  top: -7px;
}

.small_list li:hover {
  color: #fdc032;
}

.small_list li.v_active {
  color: #fdc032;
}

@media (min-width: 768px) {
  .v_list {
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0px;
    margin: 0px;
  }

  .v_list li.aaaaa {
    padding: 0px;
    margin: 0px;
    display: block;
    flex-grow: 1;
  }
}

/*
.app_report_content {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.app_report_box {
}

@media (min-width: 768px) {
  .app_report_box {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.work_box {
  float: left;
  width: 100%;
  padding: 16px;
  background-color: #d7e4f4;
  border-radius: 10px;
  margin-bottom: 16px;
}

.work_box i {
  font-weight: bold;
  margin-right: 3px;
}

.comment_work tr {
}

.comment_work tr td {
}

.comment_img {
  max-width: 95px;
  max-height: 125px;
  border-radius: 5px;
}

.app_report_content {
  float: left;
  width: 100%;
  border: 1px solid #f00;
}

.app_news_content {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.news_wr {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

/*
@media (min-width: 768px) {
.lf_right{
    float:right;	
}

.lf_left{
	float:right;
}

.main_content{
	margin-bottom:40px;
}

}

.front_news {
	float:left;
	width:100%;
}

.front_news1 {
	float:left;
	width:100%;
}

.front_news1 ul{
  float:left;
  width:100%;
  list-style:none;
}

.front_news1 ul li{
   margin-bottom:20px;
}

.front_news1 ul li a{
   float:left;
   width:100%;
}

.front_smale_news{
	float:left;
	width:100%;
    position:relative;
    background-size:cover;
	background-position:center center;
    height:246px;
}

.fr_news1 {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:20px;
	width:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.98) 100%);
}

.fr_news1 a.small {
	float:left;
	width:100%;
	color:#FFF;
	font-size:16px;
	line-height:18px;
	cursor:pointer;
	text-decoration:none;
	margin-bottom:5px;
}

.fr_news1 i {
	color:#FFF;
	color:#efd039; 
	font-size:13px;
}

.fr_news1:hover a.small {
	color:#FFF;
	text-decoration:underline;
}

.front_news1 ul li:hover .front_smale_news{
	transform:scale(1.04);
}

@media (min-width: 768px) {
.front_smale_news{
	 height:220px;
}
}
@media (min-width: 992px) {

.front_smale_news{
	 height:224px;
}
}

@media (min-width:1200px) {
	.front_smale_news{
	 height:246px;
}
}




*/

/***** front news *******/

.front_news2 {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #0f1823;
}

.l_item_content {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
}

.l_item_img {
  margin-right: 55px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  width: 100%;
  transform: rotate(-3deg); /* Equal to rotateZ(45deg) */
}

.l_readmore {
  float: right;
  margin-top: 25px;
}
.l_readmore a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #d4b038;
  border: 1px solid #d4b038;
  padding: 10px 18px 10px 18px;
  border-radius: 5px;
}
.l_readmore a:hover {
  background-color: #33373a;
  border: 1px solid #6f7375;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .front_news2 {
    float: left;
    width: 100%;
  }

  .l_item_content {
    padding-left: 8%;
    padding-right: 8%;
  }

  .l_item_img {
    max-width: 30%;
  }
}

.front_news_list {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #f00;
}

*/

/****** mednchilgee bottom links *****

.service_all{
  float:left;
  width:100%;
}

.service_all ul{
  float:left;
  width:100%;
  list-style:none;
}

.service_all ul li.type_1{
   float:left;
   width:100%;
   padding:10px;
   background-color:#23b95b;
   margin-bottom:12px;
}

.service_all ul li.type_1 a{
   float:left;
   width:100%;
   padding:0px;
   padding-bottom:8px;
   padding-top:8px;
   background-color:#FFF;
   border:1px solid #FFF;
}

.service_all ul li img{
   width:100%;
}

.service_all ul li a span{
	float:left;
	text-transform:uppercase;
	color:#23b95b;
}

.service_all ul li a:hover{
	background:none;
}

.service_all ul li a:hover span{
  	color:#FFF;
}

@media (max-width: 1199px) {
.service_all ul li table tr td{
	  padding-left:5px;
	  padding-right:5px;
}

}


/******* media content ***

.media_content{
	float:left;
	width:100%;
	background:url(../../images/Pattern.png) #006b0d;
	background-size:170px;
	padding-top:30px;
	margin-bottom:40px;
}

.media_content_wrapper{
	float:left;
	width:100%;
}

ul.media_col{
    float:left;
	width:100%;
	list-style:none;
}

ul.media_col li{
   	margin-bottom:40px;	
}

@media (min-width: 768px) {
	.media_content{
		padding-top:50px;
		padding-bottom:50px;
	}
	ul.media_col li{
   		margin-bottom:0px;	
	}
}

.section_header1{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	margin-bottom:30px;
}


.section_header2{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	padding-left:15px;
	border-left:8px solid #ffff00;
	margin-bottom:30px;
}

.live_code{
    float:left;
	width:100%;
	margin-bottom:15px;
}

.front_youtube{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.live_name{
    font-size:16px;
	color:#FFF;
	margin-top:15px;
}

/******* last_news ****

.last_news{
	float:left;
	width:100%;	
}

.last_news ul{
	float:left;
	width:100%;
	list-style:none;
}

.last_news ul li{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.last_news ul li img{
	float:left;
	width:100%;
	box-shadow:1px 1px 3px 2px rgb(191, 191, 191);
	margin-bottom:15px;
}

.last_news_title{
    margin-top:0px;
	padding-top:0px;
}

.last_news_title a{
	font-weight:400;
	font-size:17px;
	color:#385fac;
	line-height:20px;
}

.last_news_intro{
   text-align:justify;
   color:#000;
   font-size:15px;
   font-weight:300;
}
.last_news_dates{
    color:#999;	
    font-weight:300;
}

@media (min-width: 768px) {

.last_news ul li:last-child{
	margin-bottom:0px;
}

.last_news ul li img{
	float:left;
  	width:180px;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:0px;
}
}
@media (min-width: 992px) {
.last_news ul li img{
  	width:220px;
	margin-right:25px;
}
}



/********* links2 *********

.links2_content1{
    float:left;
    width:100%;
    background-color: #2f3032;
    background-image:url(../../images/bg-ct.jpg);
       background-position: center center;
    background-size:contain;
    padding-top: 30px;
    padding-bottom: 30px;

}

.links2_content2{
    float:left;
    width:100%;
}


.links2_content2 ul.hhfff{
    float:left;
    width:100%;
	list-style:none;
	
}

.links2_content2 ul.hhfff li.l_line{
	padding:0px;

 
}


.links2_content2 li.l_line:first-child{
    border-right:1px solid #797272;
}


.links2{
  	float:left;
	width:100%;	
}

.links2{
	float:left;
	width:100%;
	padding:0px;
	list-style:none;	
	
}

.links2 li{
    list-style:none;
    text-align: center;
	padding-bottom:20px;

}


.links2 li img{
    
    box-shadow: 0px 0px 3px 1px #ccc;
   -webkit-box-shadow: 0px 0px 3px 1px #ccc;
   -moz-box-shadow: 0px 0px 3px 1px #ccc;
   border-radius: 4px;
}


@media (min-width: 768px) {
    
    .links2 li{
        	padding-bottom:0px;
        
        
    }
    
    
    
}








.counter_box_content{
	float:left;
	width:100%;
	background:url(../../images/bg2.jpg) no-repeat center center;
	background-size:cover;
	padding-top:25px;
	padding-bottom:25px;
	color:#FFF !important;
}

.counter_box_content ul{
    float:left;
   	width:100%;
}

.counter_box_content li{
	margin-bottom:25px;	
}

.counter_number{
  	text-align:center;
  	font-size:26px;
}

.conuter_name{
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
}

@media (min-width: 992px) {
	
	.counter_box_content ul li{
		margin-bottom:0px;
		 
	}
	
}


/**** sta 

.sta_content1{
    float:left;
    width:100%;
    background-color: #2f3032;
    background-image:url(../../images/bg-ct.jpg);
       background-position: center center;
    background-size:contain;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sta_content2{
    float:left;
    width:100%;
}

.sta_content2 ul{
	list-style:none;
}

.sta_content2 ul li{
	padding:0px;
}

.sta_content2 ul li.cl_bg:first-child{
    border-right:1px solid #797272;
}

.sta_content2 ul li ul{
     float:left;
    width:100%;
    padding:0px;
}

.sta_content2 ul li ul li{
      padding-top:10px;
}

.sta_header{
    font-family: 'Oswald', sans-serif;
    line-height:28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: right;
    padding-right: 35px;
}


.sta_header1{
    font-family: 'Oswald', sans-serif;
    line-height:28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 25px;
    text-align: right;
    padding-right: 35px;
}

.sta_number{
   	float:left;
   	width:100%;
   	text-align:center;
    font-size:28px;
   	color:#fe8c43;
   	font-weight:700;
   	margin-bottom:5px;
}

.sta_name{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:400;
	 font-family: 'Oswald', sans-serif;
	 margin-bottom:25px;
	 text-transform: uppercase;

}



@media (min-width: 768px) {
	
.sta_content ul li{
}
.sta_number{
    font-size:36px;
    margin-bottom:15px;
}

.sta_name{
    
    margin-bottom:0px;
}

}


.sta_chart_box{
	float:left; 
	width:100%; 
	padding-top:20px;
	padding-bottom:20px;
}

.chart {
	float:left;
	width:100%;
	max-height:480px;
	padding-top:20px;
	text-align:center;
}

.chart_header{
	float:left;
	width:100%;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
}


/********* photo news all **************/
.photo_all {
  float: left;
  width: 100%;
}

.photo_all ul {
  float: left;
  width: 100%;
  list-style: none;
}

.photo_list li {
  margin-bottom: 25px;
}

.photo_list li img {
  float: left;
  width: 100%;
  padding: 1px;
  border: 1px solid #999;
  box-shadow: 1px 1px 4px #000;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo_all_title {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
.photo_list li:hover img {
  filter: grayscale(100%);
  border: 1px solid #f00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery figure {
  float: left;
  width: 50%;
  padding: 10px;
  padding-top: 0px;
  text-align: center;
}

.my-gallery img {
  float: left;
  width: 100%;
  padding: 1px;
  border: 1px solid #999;
  box-shadow: 1px 1px 4px #000;
  border-radius: 5px;
  margin-bottom: 10px;
}

.my-gallery img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.my-gallery figure {
  display: block;
  float: left;
}

@media (min-width: 768px) {
  .my-gallery figure {
    float: left;
    width: 20%;
    padding: 10px;
    padding-top: 0px;
    text-align: center;
  }
}
*/

/*

.news_box_content ul li {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  list-style: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news_box_content ul li a {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 25px;
  padding-left: 25px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
}

.news_box_content ul li:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

*/

.news_box_content {
  float: left;
  width: 100%;
}

.news_box_content ul {
  float: left;
  width: 100%;
}
.news_box_content ul li {
  margin: 0px;
  padding: 15px;
  position: relative;
}

.news_box_content ul li img {
  float: left;
  width: 100%;
  aspect-ratio: 6 / 3.2;
  object-fit: cover;
  border: 1px solid #ababab;
  padding: 1px;
}

.news_box_content ul li h2 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 8px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
  background-color: #294a8d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news_box_content ul li:hover h2 {
  background-color: #202836;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/******************************************/

.news_box_content1 {
  float: left;
  width: 100%;
}

.news_box_content1 ul li {
  padding: 15px;
  margin: 0px;
  margin-bottom: 25px;
}

.box_news_content {
  float: left;
  width: 100%;

  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.box_news_content a {
  float: left;
  width: 100%;
  padding: 20px 10px 20px 10px;
  text-align: center;
}

.box_news_content img {
  max-width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.box_news_content h2 {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.box_news_content:hover {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.35);

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.box_news_content a:hover h2 {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.box_news_content a:hover img {
  filter: grayscale(70%);
  -webkit-filter: grayscale(70%);
}

/*

.service_content{
    
     float: left;
    width: 100%;
    padding-top: 15px; 
}


.service_type_name{
    
    float: left;
    width: 100%;
    text-align:center;
    margin-bottom: 35px;
}


.service_type_name span{
     font-family: 'Oswald', sans-serif;
     font-weight:400;
     font-size:16px;
     line-height:22px;
     color: #2f3032;
     padding-bottom: 3px; 
     border-bottom: 2px solid #fe8c43;
     text-transform: uppercase;
    
 
}


.service_box{
    float:left;
    width:100%;
    padding:10px;
    margin-bottom:25px;
}


@media (min-width: 768px) {

   .service_box{
    width:50%;
    padding:10px;
    margin-bottom:25px;
}


}

@media (min-width: 992px) {
   
   .service_box{
    width:33.333%;
    padding:10px;
    margin-bottom:25px;
}


}


.list_item_news_box{
    float:left;
    width:100%;
    position: relative;
    overflow:hidden;

	cursor:pointer;
}

.item_news_img_box{
     float:left;
     width:100%;
     aspect-ratio: 6 / 3.4;
     object-fit: cover;	
     border-radius:2px;    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.fr_news1{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.98) 100%);
}
.item_header_box{
   font-family: 'Oswald', sans-serif;
   color:#fff;
   font-weight:500;
   font-size:16px;
   line-height:20px;
    
}

.item_content_box{
   font-family: 'Oswald', sans-serif;
   color:#fff;
   font-weight:300;
   font-size:14px;
   line-height:16px;
}

.service_box:hover img{
    transform: scale(1.1);
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}



/*

.news_box_content ul li a{
   float:left;
   width:100%;
   padding-top:100px;
   padding-bottom:30px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
   color:#fff;
   font-weight:500;
   font-size:26px;
   line-height:32px;
   padding-left: 35px;
   text-transform: uppercase;
   cursor: pointer;
   text-decoration: none;
   text-shadow: 2px 2px 2px #000;
}


/*
*/

.video_all {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.video_list {
  float: left;
  width: 100%;
  list-style: none;
}

.video_list li {
  cursor: pointer;
  margin-bottom: 25px;
}

.video_box {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video_list img {
  width: 100%;
}

.video_list_title {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #000;
  padding: 10px 10px 10px 10px;
  background-color: #fdc032;
}

.video_list li:hover .video_list_title {
  bottom: -40px;
}

.youtube_icon {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #f00;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 10px;
}
.youtube_icon i {
  color: #fff;
  font-size: 38px;
}

/*

.gomdol{
    float:left;
	width:100%;
	margin-bottom:25px;
}


.gomdol ul{
	border-bottom:1px solid #F0F0F0;
}

.gomdol ul li{
	float:left;
	width:100%;
	font-weight:300;
	font-size:14px;
	padding:15px;
	border:1px solid #F0F0F0;
	 border-bottom:0px !important;
}

.report_even{
   background-color:#FBFBFB;
  
}


.report_odd{
	
}


.gomdol ul li p{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}


.report_type{
   float:left;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#06C;
   border-radius:3px;
}

.report_status{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#027b11; border-radius:3px;
	
}
.report_status1{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#db1f26; border-radius:3px;
	
}

.adds{
   color:#666;
   font-size:13px;
}





.files_search{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.service_content_list table tr{
	border-top:1px solid #069;
	border-left:1px solid #069;
}

.service_content_list table tr td, .service_content_list table tr th{
	padding:8px;
	border-right:1px solid #069;
	border-bottom:1px solid #069;
}

.service_content_list table tr th{
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.service_content_list table tr td{
	 padding-top:10px;
	 padding-bottom:10px;   	
}

.service_content_list table tr:hover td {
	 background-color:#F7F7F7;
}

.l_button{
	padding-left:15px;
	padding-right:15px;
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.l_button:hover{
	color:#FFF;
	background-color:#026a0d;
}

.download {
   cursor:pointer;	
}


/********* links3 logos ***********/

.links3_content {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

/***** footer content start *****/

.footer_back {
  float: left;
  width: 100%;
  background-color: #0f1823;
  background-size: cover;
  background-position: center center;
}

.footer_back_bg {
  float: left;
  width: 100%;
  color: #fff;
  padding-top: 25px;
  /*
  background-color: rgba(0, 0, 0, 0.7);
 */
}

.footer_contact_header {
  float: left;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
}

.footer_contact_header span {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}

.app_form {
  float: left;
  width: 100%;
  padding-top: 15px;
}

ul.footer_block {
  float: left;
  width: 100%;
  list-style: none;
}

ul.footer_block li {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  ul.footer_block li {
    margin-bottom: 0px;
  }
  .footer_contact_header {
    margin-bottom: 35px;
  }
}

.footer_contact_content {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
}
.footer_contact_content table tr td {
  padding: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.footer_contact_content i {
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
}

.footer_contact_content table tr td a {
  color: #fff;
  cursor: pointer;
}

.footer_contact_content1 {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  margin-bottom: 25px;
}
.footer_contact_content1 table tr td {
  padding: 5px;
  padding-bottom: 12px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.footer_contact_content1 i {
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}

.footer_contact_content1 table tr td a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.form-control {
  border: 1px solid #202836;
  background-color: #ffffff;
  opacity: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.form-control-lg {
  padding: 5px 5px;
  padding-left: 10px;
  font-family: "Roboto Condensed", sans-serif;
}

.contact_button {
  width: 100%;
  color: #fff;
  background-color: #527ac9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact_button:hover {
  width: 100%;
  background-color: #828181 !important;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.copyright {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  border-top: 1px solid #3e3f41;
  padding-top: 25px;
  margin-top: 25px;
}

.f1f1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
@media (min-width: 768px) {
  .f1f1 {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/***** footer content end *****/
