#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  background: #009de0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 18px 20px;
  font-size: 1.2em;
  text-decoration: none;
  text-transform:none;
  font-weight:normal;
  color: #fff;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  background:#1666a8;
  transition: 0.6s ease-in-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.6s ease;
  -moz-transition: border-color 0.6s ease;
  -ms-transition: border-color 0.6s ease;
  -o-transition: border-color 0.6s ease;
  transition: border-color 0.6s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:6;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul li a {
  padding: 15px 20px;
  width: 250px;
  font-size: 1.05em;
  border-top:1px solid #186fb6;
  background:#1666a8;
  text-decoration: none;
  color: #fff;
  font-weight:normal;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#fff ;
  background:#186fb6;
  transition: 0.6s ease-in-out;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.6s ease;
  -moz-transition: border-color 0.6s ease;
  -ms-transition: border-color 0.6s ease;
  -o-transition: border-color 0.6s ease;
  transition: border-color 0.6s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #e4e500;
}
<!-- Custom CSS -->
 body{
}
.panel-heading{ font-size:1.5em;}
.name{ font-weight:bold; text-align:left; color:#b58400;}
.size{ font-size:1.5em;}
.news h1{text-align:center; padding:15px 5px; border-bottom:1px solid #ddd; margin:auto; font-weight:normal; color:#242247;}
.news h1 span{ color:#9f2e20; font-weight:bold;}
.news{ background:#f5f5f5; border-radius:5px; padding:0px 10px;}
.news p a{ color:#262a57; text-decoration:none; font-weight:bold;}
.news p small{ float:right; color:#4c4c4c; font-weight:normal;}
.back{ background: url(../images/back-bg.jpg) no-repeat fixed; background-size:cover; padding:30px 5px;}
.back h2{text-align:center; padding:15px 5px; border-bottom:1px solid #4c4c4c; margin:auto; font-weight:normal; color:#fff;}
.back h2 span{ color:#e52616; font-weight:bold;}
.back p{ color:#ddd; padding:20px 5px; line-height:30px;}
.icon{ background:none; border:1px solid #ddd; border-radius:5px; text-align:center; transition: 1s ease-in-out; padding:10px 0px;}
.icon:hover, .icon:focus{ transition: 1s ease-in-out; border:1px solid #808080;}
.icon img{ width:100px; height:auto;}
.icon h5{ text-align:center; color:#4c4c4c;}
.call{ position:fixed; z-index:5; bottom:10%; text-decoration:none; right:0}
.call img{ width:50px; height:auto; transition: .5s ease-in-out; transform: scale(.9);}
.call img:hover, .call img:focus{ transition: .5s ease-in-out; transform: scale(1);}
.row{ margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px}
footer{margin:auto; font-size:14px; font-weight:500; background: linear-gradient(180deg, #1666a8, #1a78c6); text-align:center; color:#ddd; padding-top:10px;}
footer ul{line-height:35px; list-style:none; margin-left:-40px; text-align:left; margin-bottom:0px;}
footer ul li a{color:#ddd; padding:10px; font-weight:normal; font-size:1.1em; transition:.8s; text-decoration:none; list-style:square;}
footer ul li a:hover{color:#fff; text-decoration:none; margin-left:10px; transition:.8s;}
footer a{color:#ddd; font-weight:normal; font-size:1.1em; transition:.8s; text-decoration:none;}
footer a:hover{color:#fff; transition: .8s; text-decoration:none;}
footer img{padding:5px;}
footer h4{padding:5px; color:#fff; font-weight:bold; text-align:left;}
footer h4 span{color:#cb0f0f; font-weight:bold;}
footer address{font-size:1.1em; line-height:32px; text-align:justify; color:#ddd}
footer p{font-size:1em; color:#ddd; text-align:justify;}
.navbar{margin-bottom:0px; border-radius:0px}
.pad{padding:5px;}
.top{ background: linear-gradient(180deg, #e62717, #aa1d11);}
.right1{ text-align:right;}
.top-div{ background:none; padding:5px; text-align:center;}
.top-div p{margin-bottom:0px; padding:12px 5px; color:#4c4c4c; font-size:1.1em; text-align:right;}
.top-div a{ color:#4c4c4c; font-size:1.1em; text-decoration:none;}
.top-div a:hover, .top-div a:focus{ text-decoration:none; color:#000;}
.logo{ width:100%; height:auto}
.pad1{ padding:10px;}
.btn1{ border-radius:50px; color:#fff; width:100%; transform: scale(1); background: linear-gradient(90deg, #aa1d11, #1666a8); font-size:1.5em; padding:10px 20px; transition: .6s ease-in-out; font-weight:normal; border:0px solid #ce1000}
.btn1:hover, .btn1:focus{background: linear-gradient(90deg, #aa1d11, #1666a8); transform: scale(.95); color:#ffdd81; border:0px solid #ce1000; transition: .6s ease-in-out;}
.btn2{ border-radius:5px; color:#fff; background: #f0ae00; padding:7px 20px; transition: .6s ease-in-out; font-weight:normal; border:0px solid #ce1000}
.btn2:hover, .btn2:focus{background:#d99d00; color:#fff; border:0px solid #ce1000; transition: .6s ease-in-out;}
.headi{text-align:left; padding:15px 5px; border-bottom:1px solid #ddd; margin:auto; font-weight:normal; color:#242247;}
.headi span{ color:#9f2e20; font-weight:bold;}
.headi1{text-align:center; padding:15px 5px; border-bottom:0px solid #ddd; margin:auto; font-weight:normal; color:#242247;}
.headi1 span{ color:#9f2e20; font-weight:bold;}
.headi2{text-align:left; padding:10px 5px; font-weight:bold; font-size:1.8em; background:url(../images/head-bg.png) no-repeat left bottom; margin:auto; color:#e40017;}
.headi2 span{ background:#f5f5f5; padding:8px 15px; border-radius:5px 5px 0 0}
.div-pad{ padding-top:15px; padding-bottom:15px}
.about{ background:url(../images/about-bnr.jpg) no-repeat bottom; background-size:cover; padding:140px 0px; min-height:300px;}
.about h1{text-align:center; padding:10px 5px; margin-bottom:15px; font-weight:normal; color:#ddd;}
.about h1 span{ color:#fff; font-weight:bold;}
p{font-size:1.1em; color:#333; margin-bottom:0px; text-align:justify; font-weight:normal; padding:6px; line-height:25px;}
.img1{ height:200px; width:100%; padding:0px; border:1px solid #ddd; border-radius:3px}
.breadcrumb{ background:none; font-size:1.2em; text-align:center; margin-bottom:0px}
.breadcrumb li a{ color:#eac806; text-decoration:none; font-weight:normal;}
.breadcrumb .active{ color:#ddd; font-weight:normal;}
.breadcrumb > li + li:before{ color:#ddd;}
.table-striped{ width:100%; padding:5px; border:0px solid #ddd}
 .table-striped th{ padding:10px; text-align:left; font-weight:normal; font-size:1.2em; border:1px solid #ddd; color:#fff; background:#4c4c4c;}
.table-striped td{ padding:15px 10px; text-align:left; font-size:1.1em; color:#333; border:1px solid #ddd;}
.bottom{ text-align:center; border-top:1px solid #1667a9; color:#ddd; background:none; font-size:1em; padding:10px 5px;}
.bottom strong{ color:#fff;}
.add1{ text-align:left; line-height:30px; font-size:1.2em; color:#333;}
.add1 a{ color:#333; text-decoration:none}
.add1 a:hover, .add1 a:focus{color:#000}
.list-group-item{ font-size:1.1em;}

@media screen and (max-width: 1280px){
 #cssmenu > ul > li > a {
  padding: 18px 20px;
  }
  #cssmenu > ul > li.has-sub > a::after {
 top:23px;
}
}
@media screen and (max-width: 1024px){
#cssmenu > ul > li > a {
 padding:16px 12px;
}
#cssmenu > ul > li.has-sub > a::after {
 top:21px;
}
.about{ margin-top:0px;min-height: 250px;
    padding: 100px 0px;}
	.top-div p{ font-size:1.1em; padding:8px 0px;}
	.icon h5{ font-size:.9em;}
}
@media screen and (max-width: 800px){
 #cssmenu > ul > li > a {
  padding: 16px 6px;
  font-size:1em;
}
#cssmenu > ul > li.has-sub > a::after {
 top:19px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
}
   footer address{ padding:0px; font-size:1em;}
   footer p{ text-align:left; margin-bottom:0px;}
   footer ul li a{ font-size:1em;}
.about{ margin-top:0px; min-height: 200px; padding: 80px 0px;}
.top-div{ padding:5px}
.top-div p{ font-size:1em; padding:0px;}
.img1{ height:150px;}
.headi{ margin:auto; font-size:2.2em;}
  .div-pad{ padding:0px;}
  .name{ font-size:2.5em; margin:auto; padding:5px 0px;}
  .news{ padding-bottom:5px;}
  footer address{font-size:1em; padding:0px 10px;}
  .btn1{ font-size:1.3em;} 
}
@media screen and (max-width: 768px){
#cssmenu {
    width: 100%;
	padding-top:0px;
	background:none;
	box-shadow: 0 0 0 0 #000;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	position:absolute;
	z-index:17;
	background:#333;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
	top:0;
	box-shadow:0 0 0 0 #000;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
	font-weight:normal;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -42px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -35px;
    right: 20px;
    display: block;
    width: 20px;
    height: 9px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 34px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
   footer p{ text-align:left; margin-bottom:0px;}
   footer ul li a{ font-size:1em;}
  .logo{ padding:0px}
  .top-div{ padding:2px; text-align:left;}
  .top-div p{ text-align:center; font-size:1em; padding:1px 5px;}
  .about{ margin-top:0px; min-height:200px; padding:80px 0px;}
  .headi{ margin:auto; font-size:2em;}
  .div-pad{ padding:0px;}
  .name{ font-size:2.5em; margin:auto; padding:5px 0px;}
  .news{ padding-bottom:5px;}
  .news h1{ font-size:2em;}
  footer address{font-size:1em; padding:0px 10px;}
  .btn1{ font-size:1.3em;}
  .icon img{ width:50px; height:auto;}
  .icon{ height:120px;}
}
@media screen and (max-width: 425px){
#cssmenu {
    width: 100%;
	padding-top:0px;
	background:none;
	box-shadow: 0 0 0 0 #000;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	position:absolute;
	z-index:17;
	background:#333;
	top:0;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
	top:0;
	box-shadow:0 0 0 0 #000;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
	font-weight:normal;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -32px;
    right: 20px;
    display: block;
    width: 20px;
    height: 9px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 34px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .logo{ padding:0px}
  .top-div{ padding:2px; text-align:center;}
  .top-div p{ text-align:left; padding:0px;}
  .about{ margin-top:0px; min-height: 150px; padding: 50px 0px;}
  .headi{ margin:auto; font-size:2.2em;}
  .div-pad{ padding:0px;}
  .name{ font-size:2.5em;}
  .news{ padding-bottom:5px;}
  footer address{ padding:0px 10px;}			
}
@media screen and (max-width: 414px){
.name{ font-size:2.4em; padding:20px 0px;}
#cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }

}
@media screen and (max-width: 411px){
.name{ font-size:2.4em; padding:20px 0px;}
#cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }

}
@media screen and (max-width: 375px){
#cssmenu {
    width: 100%;
	padding-top:0px;
	background:none;
	box-shadow: 0 0 0 0 #000;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	position:absolute;
	z-index:17;
	background:#333;
	top:0;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
	top:0;
	box-shadow:0 0 0 0 #000;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
	font-weight:normal;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -32px;
    right: 15px;
    display: block;
    width: 20px;
    height: 9px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 34px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .logo{ padding:0px}
  .top-div{ padding:2px; text-align:center;}
  .top-div p{ text-align:left; padding:0px;}
  .about{ margin-top:0px; min-height: 150px; padding: 50px 0px;}
  .headi{ margin:auto; font-size:2em;}
  .div-pad{ padding:0px;}
  .name{ font-size:2.2em;}
  .news{ padding-bottom:5px;}
  footer address{ padding:0px 10px;}		
}
@media screen and (max-width: 360px){
#cssmenu {
    width: 100%;
	padding-top:0px;
	background:none;
	box-shadow: 0 0 0 0 #000;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	position:absolute;
	z-index:17;
	background:#333;
	top:0;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
	top:0;
	box-shadow:0 0 0 0 #000;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
	font-weight:normal;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -40px;
    right: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -32px;
    right: 15px;
    display: block;
    width: 20px;
    height: 9px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 34px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .logo{ padding:0px}
  .top-div{ padding:2px; text-align:center;}
  .top-div p{ text-align:left; padding:0px;}
  .about{ margin-top:0px; min-height: 150px; padding: 50px 0px;}
  .headi{ margin:auto; font-size:2em;}
  .headi1{ margin:auto; font-size:1.8em;}
  .div-pad{ padding:0px;}
  .name{ font-size:2.1em; padding:20px 0px;}
  .news{ padding-bottom:5px;}
  footer address{ padding:0px 10px;}		
}
@media screen and (max-width: 320px){
#cssmenu {
    width: 100%;
	padding-top:0px;
	background:none;
	box-shadow: 0 0 0 0 #000;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	position:absolute;
	z-index:17;
	background:#1667a9;
	top:0;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	 padding: 10px 20px !important;
    font-size: 1em;
	border-top:1px solid #186fb6;
    font-weight: normal;
	color:#fff;
	background:#1667a9;
  }
 #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a{
 color:#fff;
 background:#186fb6;

}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
    font-size: 12px;
    color: #fff;
	font-weight:normal;
	border-top:0px solid #1667a9;
    background: #186fb6;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color:#fff ;
	background:#1667a9;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
	top:0;
	box-shadow:0 0 0 0 #000;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
	font-weight:normal;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: -42px;
    right: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: -35px;
    right: 15px;
    display: block;
    width: 20px;
    height: 9px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 34px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .logo{ padding:0px}
  .top-div{ padding:2px; text-align:center;}
  .top-div p{ text-align:left; padding:0px; font-size:.9em;}
  .about{ margin-top:0px; min-height: 130px; padding: 50px 0px;}
  .headi{ margin:auto; font-size:1.8em;}
  .headi1{ margin:auto; font-size:1.8em;}
  .div-pad{ padding:0px;}
  .name{ font-size:1.8em;}
  .news{ padding-bottom:5px;}
  footer address{ padding:0px 10px;}
  .icon h5{ font-size:.8em;}	
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
	border:0px solid #fff;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
}
.column {
	margin:0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}

figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
a.back-to-top {
	display: none;
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	border-radius:5px;
	background: #f0ae00 url("../images/up-arrow.png") no-repeat center 43%;
	transition: 1s; 
}
a:hover.back-to-top {
	background-color:#f0ae00;
}

<!-- Custom CSS End -->