@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), url("../fonts/OpenSans-Regular.html") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans"), url("../fonts/OpenSans-Light.html") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans"), url("../fonts/OpenSans-Bold.html") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans"), url("../fonts/OpenSans-Semibold.html") format("woff"),
    url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}

ul,
ol {
  margin: 0px;
  list-style: none;
}
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  line-height: 40px;
  text-align: center;
  color: #e45b13;
  background: #fff;
  border: 1px solid #e45b13;
  bottom: 20px;
  right: 0;
  font-size: 20px;
  display: none;
  z-index: 999;
}
a,
img {
  border: 0px;
  outline: 0px;
  text-decoration: none;
  vertical-align: middle;
}
body {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  overflow-x: hidden;
  font-weight: 300;
  font-family: "Poppins", "Open Sans", sans-serif;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", "Open Sans", sans-serif;
}
.fullbody {
  width: 100%;
  float: left;
}
.fullpage {
  max-width: 1140px;
  min-width: 240px;
  margin: 0px auto;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #f7f7f7;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.header.fixd0 {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.logo {
  float: left;
  height: 90px;
  position: relative;
  transition: all 0.5s;
}
.logo img {
  transition: all 0.5s;
  height: 85px;
}
.header.fixd0 .logo {
  padding: 5px 0;
  transition: all 0.5s;
}
.header.fixd0 .logo img {
  height: 50px;
  transition: all 0.5s;
}
.mobile_menu,
.micon {
  display: none;
}
.menu_nav {
  float: right;
}
.top_bar ul {
  float: right;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.top_bar ul li {
  float: left;
  position: relative;
}
.top_bar ul li a {
  float: left;
  padding: 10px 20px;
  background: #eee;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  transition: all 0.5s;
}
.top_bar ul li.last a {
  background: #2e308e;
  color: #fff;
}
.top_bar ul li.last a:hover {
  background-color: #2fb0b1;
}
.top_bar ul li a:hover {
  color: #2e308e;
  transition: all 0.5s;
}
.top_bar ul li.last a:hover {
  color: #fff;
  transition: all 0.5s;
}
.top_bar ul li a i {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #1666b2;
  line-height: 30px;
  text-align: center;
}
ul.menu {
  position: relative;
  float: right;
  list-style-type: none;
}
ul.menu li {
  float: left;
  position: relative;
}
ul.menu > li > a {
  float: left;
  color: #000;
  font-size: 16px;
  height: 90px;
  padding: 5px 30px 0;
  line-height: 90px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
}
.header.fixd0 ul.menu li a {
  padding: 5px 22px;
  transition: all 0.5s;
}
ul.menu > li:hover a,
ul.menu li a.active {
  color: #2e308e;
  transition: all 0.5s;
}
ul.menu > ul li:hover a:after,
ul.menu ul li a.active:after,
ul.menu > ul li:hover a:before,
ul.menu ul li a.active:before,
ul.menu ul li a:after,
ul.menu > ul li a:before,
ul.menu > li:hover li a:after,
ul.menu > li:hover li a:before {
  display: none;
}
ul.menu ul {
  position: absolute;
  top: 100%;
  left: -50px;
  z-index: 99;
  width: 260px;
  background-color: #fff;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.15);
  display: none;
  /*-webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;*/
}
ul.menu ul ul.submenu1 {
  display: none;
  left: 100%;
  top: 0px;
}
ul.menu li:hover > ul {
  display: block;
  transition: all 0.5s;
}
ul.menu ul li:hover > ul.submenu1 {
  display: block;
  transition: all 0.5s;
}
ul.menu ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.menu ul li a {
  width: 100%;
  float: left;
  color: #000;
  border: 0px;
  /*text-transform: capitalize;*/
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
ul.menu li a i {
  font-size: 16px;
  margin-left: 6px;
  color: #555;
  font-weight: 600;
  position: relative;
  top: -4px;
}
ul.menu li:hover a i {
  color: #2e308e;
}
ul.menu > li:hover li a {
  color: #242424;
  transition: all 0.5s;
}
ul.menu ul li:hover > a {
  color: #fff;
  background: #2e308e;
}
/* ---- banner ---- */
.mtop {
  height: 90px;
  transition: all 0.5s;
}
.homebanner {
  width: 100%;
  float: left;
  padding: 0;
  background-color: #000;
  position: relative;
}
.home_banner img,
.item img {
  width: 100%;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-indicators {
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 150px;
}
.carousel-indicators li {
  display: inline-block;
  width: 60px;
  height: 10px;
  margin: 0;
  text-align: center;
  color: #333;
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 0%;
  cursor: pointer;
  transition: all 0.5s;
}
.carousel-indicators li.active {
  background: #2fb0b1;
  border: 1px solid #2fb0b1;
  transition: all 0.5s;
}
.carousel-indicators li:hover {
  background: #2fb0b1;
  border: 1px solid #2fb0b1;
  transition: all 0.5s;
}
.carousel-control.left,
.carousel-control.right {
  position: absolute;
  top: 45%;
  z-index: 10;
  left: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.carousel-control.right {
  right: 10px;
  left: auto;
  transition: all 0.5s;
}
.carousel-control.left:hover {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}
.carousel-control.right:hover {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}
.item .banner_text {
  opacity: 0;
}
.item.active .banner_text {
  opacity: 1;
}
span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 70%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 2550.81) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.banner_text {
  width: 100%;
  z-index: 9;
  position: absolute;
  padding: 0 20%;
  text-align: center;
  bottom: 220px;
}
.banner_text h4 {
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 24px;
  padding: 0px;
  margin: 15px 0;
  color: #333;
}
.banner_text h2 {
  color: #fff;
  text-shadow: 0px 0px 5px #333;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
  margin: 0;
}
.banner_text a {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: all 0.5s;
}
.banner_text a span {
  margin-left: 5px;
  transition: all 0.5s;
}
.banner_text a:hover {
  color: #333;
  background: #fff;
  transition: all 0.5s;
}
/*home-links*/
.home_links {
  position: relative;
  text-align: center;
  margin-top: -120px;
}
.home_links li {
  list-style: none;
  float: left;
  width: 33.33%;
  min-height: 300px;
  padding: 50px;
  background: #2e308e;
  position: relative;
  transform: scale(1);
  z-index: 1;
  transition: all 0.5s;
}
.home_links li:hover {
  transform: scale(1.1);
  z-index: 2;
  transition: all 0.5s;
}
.home_links li:nth-child(2) {
  background: #2fb0b1;
}
.home_links li:nth-child(3) {
  background: #2c70bc;
}
.home_links li .text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.home_links li .text p {
  height: 120px;
  overflow: hidden;
}
.home_links li h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.home_links li a {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-weight: 300;
  padding: 5px 0;
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
}
.home_links li a i {
  margin-left: 10px;
  transition: all 0.5s;
}
.home_links li a:after,
.home_links li a:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
.home_links li a:before {
  transform: scale(0);
  background: #e66f0f;
  transition: all 0.5s;
}
.home_links li a:hover:before {
  transform: scale(1);
  z-index: 2;
  transition: all 0.5s;
}
.home_links li a:hover i {
  color: #e66f0f;
  transition: all 0.5s;
}
/*home_about*/
.home_about {
  position: relative;
  padding: 50px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  background: #f5f5f5;
  text-align: left;
}
.home_about p {
  display: block;
  margin-bottom: 10px;
}
.home_about h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.home_about h1:after {
  position: absolute;
  bottom: 0;
  left: 47%;
  margin-left: 0px;
  width: 60px;
  height: 3px;
  background: #2fb0b1;
  content: "";
}
.home_about ul,
.inner_section ul {
  list-style: none;
  margin-top: 20px;
}
.home_about ul li,
.inner_section ul li {
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
}
.home_about ul li:before,
.inner_section ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #2e308e;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}
.home_about a {
  display: table;
  font-size: 16px;
  padding: 10px 30px;
  color: #2e308e;
  font-weight: 300;
  margin: 30px auto 15px auto;
  border: 1px solid #2e308e;
  text-transform: uppercase;
  transition: all 0.5s;
}
.home_about a:hover {
  color: #fff;
  background: #2e308e;
  transition: all 0.5s;
}
/*home_products*/

.serv1 {
  width: 100%;
  display: block;
  position: relative;
}
.serv1 img {
  width: 100%;
  display: block;
}
.serv1 .text {
  width: 45%;
  background: #2fb0b1;
  padding: 60px 65px;
  padding-top: 80px;
  position: absolute;
  bottom: 0;
  padding-top: 60px;
}
.serv3 .text {
  left: auto;
  right: 0;
}
.serv1 .text h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.serv1 .text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.serv1 .rmore1 {
  margin-top: 25px;
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background: 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  font-size: 0.9em;
  font-weight: 400;
  outline: 0;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.serv1 .rmore1:hover {
  background-color: #fff;
  color: #2fb0b1;
}

.serv2 {
  position: relative;
  margin: 5% 0;
  margin-left: 0px;
  margin-left: 5%;
}
.serv2 .fullpage {
  margin: 0px;
}
.serv2 img {
  width: 85%;
  display: block;
}
.serv2 .text {
  width: 39%;
  position: absolute;
  background: #2e308e;
  color: #fff;
  padding: 2% 3% 3% 3%;
  right: -12.5%;
  top: 18%;
}
.serv2 .text h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.serv2 .text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.serv2 .rmore1 {
  margin-top: 25px;
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background: 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  font-size: 0.9em;
  font-weight: 400;
  outline: 0;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.serv2 .rmore1:hover {
  background-color: #fff;
  color: #2e308e;
}
/*footer*/
footer {
  background-position: center;
  background-size: cover;
  min-height: 200px;
  background-image: url(../images/footer-bg.jpg);
}
.footer {
  padding: 20px 0;
  border-bottom: 1px solid #4b4b60;
}
.fbox {
  width: 30%;
  float: left;
  margin-right: 5%;
  position: relative;
}
.fbox.last {
  margin-right: 0;
}
.fbox h4 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 15px 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #4b4b60;
}
.fbox ul li,
.fbox ul li a {
  width: 100%;
  float: left;
  position: relative;
}
.fbox ul li a {
  padding: 10px 20px;
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #4b4b60;
  transition: all 0.5s;
}
.fbox ul li:last-child a {
  border-bottom: 0px solid #4b4b60;
}
.fbox ul li a:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #ccc;
  transition: all 0.5s;
}
.fbox ul li a:hover:before {
  background: #2fb0b1;
  transition: all 0.5s;
}
.fbox ul li a:hover {
  color: #2fb0b1;
  transition: all 0.5s;
}
.copyrights {
  padding: 20px 0;
  color: #999;
}
ul.f_socail {
  float: right;
  list-style: none;
}
ul.f_socail li {
  float: left;
  margin-left: 10px;
}
ul.f_socail li a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
ul.f_socail li a:hover {
  color: #333;
  background: #fff;
  transition: all 0.5s;
}
ul.f_socail li a.fb {
  background: #3b5997;
}
ul.f_socail li a.tw {
  background: #29c5f6;
}
ul.f_socail li a.in {
  background: #007ab6;
}
ul.f_socail li a.gp {
  background: #c61118;
}
ul.f_socail li a.fb:hover {
  color: #3b5997;
  background: #fff;
}
ul.f_socail li a.tw:hover {
  color: #29c5f6;
  background: #fff;
}
ul.f_socail li a.in:hover {
  background: #fff;
  color: #007ab6;
}
ul.f_socail li a.gp:hover {
  color: #c61118;
  background: #fff;
}
.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #2fb0b1;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  display: none;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.scrollup:hover {
  color: #2fb0b1;
  background: #fff;
  border: 1px solid #2fb0b1;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}

/*------------inner_banner---------------*/
.inner_banner {
  width: 100%;
  display: block;
  height: 280px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.inner_banner_txt {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
}
.inner_banner_txt h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  top: 32%;
  position: relative;
  text-shadow: 0px 0px 3px #a30030;
}
.breadcrumb_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.breadcrumb_wrapper ul.breadcrumb {
  padding: 17px 30px 14px 40px;
  background-color: rgba(46, 48, 142, 0.5);
  color: #fff;
  width: auto;
  border-radius: 3px 3px 0px 0px;
  display: table;
  margin: auto;
  letter-spacing: 1px;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: #e3e3e3;
  transition: all 0.3s ease 0s;
}
ul.breadcrumb li a:hover {
  color: #fff;
}
/*------------inner_banner---------------*/

.inner_section {
  width: 100%;
  clear: both;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}
h3.innerh3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-top: 0px;
}
h3.innerh31 {
  font-size: 21px;
}
h3.innerh3 a {
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  background-color: #000;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3.innerh3 a i {
  margin-right: 10px;
  font-size: 16px;
}
h3.innerh3 a:hover {
  background-color: #a20130;
}

h3.innerh3:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 80px;
  background-color: #2fb0b1;
  content: "";
}
h4.innerh4 {
  color: #d11041;
  margin-bottom: 20px;
  font-weight: 700;
}
.inner_section p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #000;
  font-weight: 400;
}
.CorpCode ul li,
.CorpCode ol li {
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  color: #000;
  font-weight: 400;
}
.CorpCode strong {
  font-size: 16px;
}

.inner_left_menu {
  background-color: #f4f4f4;
  padding: 10px;
  width: 100%;
  float: right;
}
.inner_left_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.inner_left_menu > ul > li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.inner_left_menu > ul > li:before {
  display: none;
}
.inner_left_menu > ul > li > a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;

  display: block;
  width: 100%;
  padding: 10px 10px 10px 30px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.inner_left_menu > ul > li:hover,
.inner_left_menu > ul > li.active {
}
.inner_left_menu > ul > li:hover > a,
.inner_left_menu > ul > li.active > a {
  color: #2e308e;
}

.inner_left_menu > ul > li.dd1:hover {
  background-color: #fff;
  color: #000;
}
.inner_left_menu > ul > li.dd1:hover > a {
  color: #2fb0b1;
}

.inner_left_menu > ul > li > a:after {
  position: absolute;
  left: 15px;
  top: 7px;
  color: #777;
  font-size: 16px;
  content: "\f105";
  font-family: FontAwesome;
}
.inner_left_menu > ul > li:hover > a:after,
.inner_left_menu > ul > li.active > a:after {
  color: #2e308e;
}

.inner_left_menu > ul > li.dd1:hover > a:after {
  color: #777;
}

.inner_left_menu ul ul {
  /*padding-left: 30px;*/
}
.inner_left_menu ul ul li {
  display: block;
  width: 90%;
  padding-left: 0px;
  position: relative;
  margin: auto;
  margin-bottom: 2px;
  background-color: #2fb0b1;
  padding-bottom: 0px;
}
.inner_left_menu ul ul li:before {
  display: none;
}
.inner_left_menu ul ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;

  display: block;
  width: 100%;
  padding: 7px 10px 7px 20px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: left;
  line-height: 23px;
}
.inner_left_menu ul ul li:hover a,
.inner_left_menu ul ul li.active a {
  color: #fff;
}
.inner_left_menu ul ul li a:after {
  position: absolute;
  left: 7px;
  top: 7px;
  color: #fff;
  font-size: 16px;
  content: "\f105";
  font-family: FontAwesome;
}
.inner_left_menu ul ul li:hover a:after,
.inner_left_menu ul ul li.active a:after {
  color: #fff;
}

.inner_left_menu ul li.open > a {
  color: #2fb0b1;
}

.innerh4 a {
  text-decoration: none;
  color: #d21142;
}
.innerh4 a:hover {
  text-decoration: underline;
}

.newspg_bx {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.newspg_bx:nth-child(3n + 3) {
  margin-right: 0;
}
.examprepbx1 {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  display: table;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}
.examprepbx1 h4 {
  margin: 0px;
}
.examprepbx1 a {
  text-decoration: none;
  color: #2350a9;
  font-weight: 500;
  line-height: 26px;
  display: block;
  font-size: 18px;
  font-style: normal;
  transition: all 0.3s ease 0s;
}
.examprepbx1 a:hover {
  color: #000;
}
.examprepbx1 h6,
.ebks1 p {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.padl0 {
  padding: 0px 5px;
}
.ebks1 p {
  font-size: 15px;
  line-height: 28px;
  margin: 10px 0;
  font-style: normal;
  height: 84%;
}
.ebks1 p.ninfo {
  height: 84px;
  overflow: hidden;
}
a.examdown {
  padding: 5px 20px;
  background-color: #2fb0b1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s;
  float: right;
}
a.examdown:hover {
  background-color: #2e308e;
  color: #fff;
}

.examprepbx1 img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

iframe {
  width: 100%;
  display: block;
  height: 300px;
}

.box5_left {
  float: left;
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
}
.box5_row1 {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 30px;
}
.b5_img1 {
  float: left;
  display: inline-block;
  width: 20%;
  text-align: center;
}
.b5_cont1 {
  float: left;
  display: inline-block;
  width: 80%;
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
}
.b5_top1 {
  margin-bottom: 5px;
}
.b5_btm1 a.email {
  font-size: 18px;
  color: #2e308e;
  text-decoration: none;
}
.b5_btm1 ul {
  list-style: none;
}
.b5_btm1 ul li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.b5_btm1 ul li a {
  font-size: 19px;
  display: block;
  text-decoration: none;
  color: #7f7f7f;
  transition: all 0.3s ease 0s;
}
.b5_btm1 ul li a:hover {
  color: #2e89cd;
}
.main_hd1 {
  width: 100%;
  display: table;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
.main_hd1:after {
  position: absolute;
  left: 0%;
  bottom: 0px;
  height: 3px;
  content: "";
  background-color: #2fb0b1;
  width: 80px;
}

.form-control {
  margin-bottom: 15px;
  border-radius: 0px;
  border: 1px solid #000;
  height: 38px;
}
input.c-btn {
  float: left;
  margin-top: 10px;
  padding: 10px 30px;
  background: #2451a9;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 0px;
  transition: all 0.5s;
}
input.c-btn:hover,
input.c-btn:focus {
  background: #000;
  transition: all 0.5s;
}
.contadd {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.contadd:nth-child(3n + 1) {
  border-right: 0px;
}
.contadd .add_text {
  color: #000;
}

.b5_btm1.address b {
  font-size: 21px;
  margin: 10px 0;
  width: 100%;
  display: inline-block;
}

/* 	===========================
	     Rensponsive Starts
	===========================  */

@media screen and (max-width: 1279px) {
  .fullpage {
    max-width: 980px;
    padding: 0 15px;
  }
  .carousel-indicators {
    display: none;
  }
  .banner_text {
    padding: 0 15%;
    bottom: 25%;
  }
  .banner_text h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 979px) {
  .fullpage {
    max-width: 768px;
  }
  .menu_nav {
    display: none;
  }
  .mclose,
  .micon {
    display: block;
  }
  .micon {
    float: right;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    margin: 30px 15px 0 0;
    transition: all 0.5s;
  }
  .mclose {
    display: block;
    float: right;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #2e308e;
    cursor: pointer;
    transition: all 0.5s;
  }
  .mclose i {
    float: right;
    line-height: 40px;
  }
  .mclose:hover {
    background-color: #333;
    transition: all 0.5s;
  }
  .mobile_menu {
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    transition: all 0.5s;
  }
  .mobile_menu.openMenu {
    right: 0;
    box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
  }
  .mnav {
    height: 100%;
    width: 100%;
    float: left;
    overflow-y: auto;
    position: relative;
  }
  .mnav li {
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mnav li a {
    float: left;
    width: 100%;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #333;
  }
  .mnav li a:hover {
    background-color: rgba(1, 127, 168, 0.1);
  }
  .mnav li i {
    margin-right: 10px;
  }
  .mnav ul {
    display: none;
    width: 100%;
    float: left;
    background-color: rgb(58, 81, 157);
  }
  .mnav ul ul {
    background-color: #333;
  }
  .mnav li .more {
    position: absolute;
    top: 0px;
    width: 46px;
    height: 42px;
    text-align: center;
    line-height: 45px;
    right: 0px;
    font-weight: 300;
    font-size: 22px;
    cursor: pointer;
    color: #333;
  }
  .mnav li.open ul {
    display: block;
  }
  .mnav li.open ul ul {
    display: none;
  }
  .mnav li.open li.open ul {
    display: block;
  }
  .mnav li.open .more {
    background-color: rgb(58, 81, 157);
    color: #fff;
  }
  .mnav li .more:before {
    content: "\f105";
    font-family: "FontAwesome";
  }
  .mnav li.open .more:before {
    content: "\f107";
  }
  .mnav li.open li .more:before {
    content: "\f105";
  }
  .mnav li.open li .more {
    background-color: rgba(0, 0, 0, 0);
  }
  .mnav li.open li a {
    color: #fff;
  }
  .mnav li.open li.open .more:before {
    content: "\f107";
  }
  .mnav li.open li.open .more {
    background-color: rgb(51, 51, 51);
  }
  .serv2 .text {
    right: 0;
  }
  .serv2 {
    margin: 30px 0;
  }
  .serv1 .text {
    padding: 30px;
  }
  .inner_banner {
    height: 200px;
  }
  .inner_section {
    display: block;
    float: left;
    padding: 30px 0;
  }
  .inner_section .col-md-9,
  .inner_section .col-md-3,
  .inner_section .col-md-12 {
    padding: 0;
    width: 100%;
  }
  .inner_left_menu {
    margin-top: 20px;
  }
  .ebks1 p.ninfo {
    display: none;
  }
  .examprepbx1 {
    padding: 10px;
  }
  .examprepbx1 a {
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
  }
  .examprepbx1 h4 {
    height: 40px;
    margin-top: 10px;
  }
  .ebks1 p {
    line-height: 1;
  }
  .main_hd1 {
    font-size: 24px;
    font-weight: 500;
  }
  .b5_btm1.address b {
    font-size: 19px;
    font-weight: 500;
  }
  .b5_btm1 a.email,
  .b5_cont1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .fullpage {
    max-width: 550px;
  }
  .logo {
    height: auto;
  }
  .logo img {
    height: 40px;
  }
  .micon {
    margin: 15px 0 0 0;
  }
  .mtop {
    height: 60px;
  }
  .carousel-control {
    display: none !important;
  }
  .banner_text {
    padding: 0 10px;
    bottom: 20px;
  }
  .banner_text h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
  .home_about {
    padding: 30px 0;
    text-align: center;
  }
  .home_about h1 {
    font-size: 20px;
  }
  blockquote {
    padding: 0px;
    margin: 0px;
    border-left: 0px solid #eeeeee;
  }
  .home_about {
    font-size: 14px;
    line-height: 1.4;
  }
  .serv1 .text,
  .serv2 .text {
    width: 100%;
    position: relative;
  }
  .serv2 img {
    width: 100%;
  }
  .serv1 .text h3 {
    margin-top: 0;
  }
  .fbox {
    width: 100%;
  }
  .inner_banner {
    height: 150px;
  }
  .home_about ul li,
  .inner_section ul li,
  .inner_section p {
    line-height: 25px;
    font-size: 14px;
  }
  h3.innerh3 {
    font-size: 22px;
    font-weight: 500;
  }
  .newspg_bx {
    width: 100%;
    margin-right: 0;
  }
  .examprepbx1 h4 {
    height: auto;
  }
  .ebks1 p.ninfo {
    height: auto;
    display: block;
  }
  .inner_section .col-sm-6 {
    padding: 0;
  }
}
@media screen and (max-width: 359px) {
  .fullpage {
    max-width: 320px;
  }
}
