﻿@import url("CtrAllMb.css");
@import url("../../NewDeskApp/AStyle/CSS/Ctrol.css");
@import url("../../NewDeskApp/AStyle/CSS/BtutonDMC.css");
@import url("../../Styles/CtrDMCTxtBox.css");
@import url("MbAbout.css");
@import url("AdvBaner.css");
@import url('/ExternalCSS.css');
body {
    font-family: "Lato", sans-serif;
    margin:0px;
    padding:0px;
    font-size:12px;
    -webkit-appearance: none;
}

/* Header/Blog Title */
.mainHeader
{
    position:fixed;
    width:100%;
    height: 50px;
    margin:0px;
	font-weight: bold;
	color: #fc0;
	z-index:10;
	background: -webkit-linear-gradient(#609ef3, #054c9d);
	background: linear-gradient(#609ef3, #054c9d);
	border: 0 none;
	-webkit-text-shadow: 0 -1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #666, 0 1px 0 #444, 0 2px 2px rgba(0,0,0,0.6);
	-webkit-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
}
.mainHeader h1 {
 font-size:14px;
 text-align:left; 
 padding-top:12px;
 padding-left:50px;
}

p
{
    margin:0px;
    padding:0px;
    }
.form
{
 padding:0px;
 margin:0px;
    }

.mainWraper
{
    position: relative;
    float:left;
    padding-top: 50px;
    padding-bottom: 100px;
    width:100%;
    height:auto;
    min-height:530px;
	font-weight: bold;
	margin:0px;
	overflow:hidden;
	-webkit-overflow:hidden;
}
.oFFWraper
{
    padding-top: 55px;
    width:100%;
    height:auto;
    min-height:530px;
	font-weight: bold;
	margin:0px;
	overflow:hidden;
	-webkit-overflow:hidden;
	-webkit-transition: 0.5s;
}
.mainFooter
{
    z-index:100;
    position:relative;
    height:90px;
    clear:both;
    width:100%;
	color:#FC0;
	font-size:13px;
    padding: 5px 0 5px 0;
	background-color: #4f4c4d;
	background: -webkit-linear-gradient(#4f4c4d, #0);
	background: linear-gradient(#4f4c4d, #0);
	border: 0 none;
	-webkit-text-shadow: 0 -1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	-webkit-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
}

.StrongMtnArray
{
    text-decoration:none;
    height:40px;
    width:100%;
	color:#FC0;
	text-align:center;
	background-color: #4f4c4d;
	background: -webkit-linear-gradient(#4f4c4d, #0);
	background: linear-gradient(#4f4c4d, #0);
	border: 0 none;
	-webkit-text-shadow: 0 -1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	-webkit-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
}
h2
{
font-size:14px;
text-align:left; 
 margin-top:5px;
 margin-bottom:0px;
 -webkit-word-wrap: break-word;
}

.BodyHIcon 
{
    position: absolute;
    padding-top:5px;
    cursor: pointer;
    text-decoration:none;
    color:#054C9D;
    top: 5px;
    right: 35px;
    width:25px;
    height:25px;
    border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px -1px #054c9d;
}
h3
{
font-size:20px;
font-weight:bolder;
text-align:left; 
 margin-top:15px;
 margin-bottom:5px;
 -webkit-word-wrap: break-word;
    }
h4
{
font-size:12px;
font-weight: normal;
text-align:left; 
 margin: 0px;
 -webkit-word-wrap: break-word;
    }
.MbBodyFullWidth
{
    position:relative;
    width:100%;
    text-decoration: none;
    /*background-color: #f2f2f2;*/
    -webkit-transition: 0.5s;
     padding: 5px;
}
.MbBodyHLine
{
    position:relative;
    width:100%;
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(#609ef3, #B4D1FA);
    font-weight:bold;
    font-size: 16px;
    /*background-color: #f2f2f2;*/
    -webkit-transition: 0.5s;
     padding: 12px;
     margin-right:20px;
}
.MbBodyHLine i
{
    width:100%;
    text-align:left;
    font-weight:bold;}
.MbPgLine
{
    position:relative;
    width:100%;
    text-decoration: none;
    color: #054c9d;
    font-weight:bold;
    font-size: 16px;
    clear:both;
    margin:0px;
    padding: 10px 0 10px 0;
    background-color: #f2f2f2;
    -webkit-transition: 0.5s;
}
.MbWkhr
{
    width:100%;
    position:relative;
    display:block;
    text-decoration: none;
    color:#000;
    font-weight:normal;
    font-size: 14px;
    background-color: #f2f2f2;
    -webkit-transition: 0.5s;
     padding:12px 15px 12px 8px;
     clear:both;
     line-height:1.5em;
    min-height:25px;
}
.SeparateLine
{
     background-color:#ddd;
     height:2px;
     margin-top:5px;
     margin-bottom:5px;
    }
.SideMenuPn 
{
    width: 80%;
    position: fixed;
    z-index: 1100;
    padding-top:30px;
    top: 0;
    left: -80%;
    overflow:scroll;
    background-color: #5491cf;
    -webkit-overflow-x: hidden;
    -webkit-transition: 0.5s;
    -webkit-overflow-scrolling: touch;
}
.MbSep 
{
    display:block;
    padding:10px;
    text-decoration: none;
    color:#FC0;
    font-weight:bold;
    font-size: 14px;
    background-color: #4f4c4d;
    -webkit-transition: 0.5s;
     margin:  0px;
}
.sidenav {
    height: 100%;
    width: 100%;
    display:contents;
    position: absolute;
    clear:both;
    left: 0;
    background-color: #5491cf;
    overflow-x: hidden;
    -webkit-overflow-x: hidden;
    -webkit-transition: 0.5s;
}

.sidenav a 
{
    padding:  5px 0px 5px 10px;
    margin-bottom:5px;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    display: block;
    -webkit-transition: 0.3s;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 450px) {
.sidenav a 
{
    font-size: 14px;
    }
}
.sidenav a:hover {
    background-color: #DFDFDF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.MbMenuIcon 
{
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 7px;
    right: 8px;
    float:right;
    padding:3px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px #609ef3;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    -webkit-transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {-webkit-opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
}

.MbMenuPOS
{
    position:  fixed;
    display: inline-block;
    background-color:#f2f2f2;
    cursor: pointer;
    width:15px;
    height: 15px;
    top: 75px;
    right: 8px;
    float:right;
    padding:1px;
    border: 2px solid #054c9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 1px #609ef3;
}

.bar11, .bar12, .bar13 {
    width: 15px;
    height: 2px;
    background-color: #054c9d;
    margin: 2px 0;
    -webkit-transition: 0.4s;
}

.change .bar11 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
}

.change .bar12 {-webkit-opacity: 0;}

.change .bar13 {
    -webkit-transform: rotate(45deg) translate(-2px, -3px);
}

.imgHd-Logo 
{
 float:left;
 margin: 10px 10px 0px 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-box-shadow: 0px 0px 10px 5px #609ef3;
}

@media screen and (max-height: 1000px) {
 
}
.icon_text{
    position: relative;
    float:left;
    clear:both;
    width:300px;
    margin:0px;
}

.icon_text .icon
{
    float: left;
    font-size:15px;
    top:5px;
    margin: 5px 10px 5px 5px;
}
.icon
{
    width:19px;
    text-align:right;
    }
.icon_text .textft
{
    float:left;
    font-size:15px;
    text-decoration:none;
    line-height: 16px;
}
.textft strong
{
    display:block;
    color: #FC0 !important;
    text-decoration: none !important;
}
.tel,.tel:visited { /*for small screens */
display:block;
color:#FC0;
font-weight:bold;
text-decoration:none;
}
.textsm
{
    font-size:12px;
    color: #000;
}
.OnlinePar
{
    position: absolute;
    float:left;
    display: inline-block;
    right:0px;
    color: #FC0;
    font-size:12px;
    margin-right:25px;
}

.BtnArray
{
    padding:0px;
    margin:0px;
    text-align:center;
    }
    
.BtnArray:after {
    content: "";
    clear: both;
    display: table;
}

 .BtnNotif
 {
     
     margin:-5px;
     padding:3px;
     color: #FC0;
     font-size:10px;
     font-weight:normal;
     position: absolute;
     background-color: #4f4c4d;
	 background: -webkit-linear-gradient(#4f4c4d, #0);
	 background: linear-gradient(#4f4c4d, #0);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -webkit-box-shadow: 0px 0px 1px 1px #609ef3;
     }

/* Table for Normal Page */
/* Float four columns side by side */
.Pagecolumn {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.Pagerow {margin: 0 -5px;}

/* Clear floats after the columns */
.Pagerow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 450px) {
  .Pagecolumn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Image Slide Show */
.slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
 -webkit-box-shadow: 3px 3px 3px #7C7C7C;
  box-shadow: 3px 3px 3px #7C7C7C;
  position:relative;
  display: block;
}

.slideshow-container {
  width: 300%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  height: 100px;
}
@media screen and (max-width: 450px) {
.slideshow-container {
          height: 120px;
    }
}
/*
.slideshow-container:hover {
  -webkit-animation-play-state: paused;
}
*/
.SlImg, .ImaTextLshow {
  width: 100%;
  height:120px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.ImaTextLshow
{
     top:0px; 
     width:100%;
     height:22px;
     padding:5px;
     text-align:center;
     position:absolute;
     color:#054c9d;
     color:Red;
     text-shadow: 1px 1px red;
     -webkit-text-shadow: 1px 1px red;
     background-color: #ffffff;
      opacity: 0.6;
     -webkit-opacity: 0.6;
     filter: alpha(opacity=60);
     -webkit-filter: alpha(opacity=60);
       -webkit-animation: slideRt 10s ease-in-out infinite;
    }
.ImaTextLshow span
{
          opacity: 1;
     -webkit-opacity: 1;
}
.slide {
  -webkit-animation: slide 14s ease infinite;
}

@keyframes slide {
  0% {
     transform: translateX(0%);
  }
    33% {
     transform: translateX(-33.3%);
  }
      66% {
     transform: translateX(-66.6%);
  }
      100% {
     transform: translateX(0%);
  }
  }
@-webkit-keyframes slide {
  0% {
     -webkit-transform: translateX(0%);
  }
    33% {
     -webkit-transform: translateX(-33.3%);
  }
      66% {
     -webkit-transform: translateX(-66.6%);
  }
      100% {
     -webkit-transform: translateX(0%);
  }
  }

@keyframes slideRt {
  0% {
     transform: skewY(20deg);
  }
    33% {
     transform: translateX(-33.3%);
  }
      66% {
     transform: translateX(-66.6%);
  }
      100% {
  transform: skewY(-20deg);
  }
  }