@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
}
.topstripbar {
  background: #008fd4;
  background: -moz-linear-gradient(left, #008fd4 0%, #008fd4 42%, #47ac46 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #008fd4), color-stop(42%, #008fd4), color-stop(100%, #47ac46));
  background: -webkit-linear-gradient(left, #008fd4 0%, #008fd4 42%, #47ac46 100%);
  background: -o-linear-gradient(left, #008fd4 0%, #008fd4 42%, #47ac46 100%);
  background: -ms-linear-gradient(left, #008fd4 0%, #008fd4 42%, #47ac46 100%);
  background: linear-gradient(to right, #008fd4 0%, #008fd4 42%, #47ac46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd4', endColorstr='#47ac46', GradientType=1 );
  height: 45px;
  z-index: 999;
  position: relative;
}
.topstripbar h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 17px;
  line-height: 45px;
  color: #fff;
}
.topstripbar h3 a {
  text-decoration: none;
  color: #000;
  background-color: #fc0;
  padding: 8px 30px;
  border-radius: 50px;
  margin-left: 20px;
}
.topstripbar span {
  line-height: 45px;
  padding-right: 10px;
  padding-top: 3px;
}
.topstripbar span a {
  color: #fff;
}
.topstripbar span a i {
  font-size: 24px;
  color: #fff;
}
.topstripbar span a:hover {
  color: #fc0;
}
#myVideo {
  width: 100%;
  min-height: 860px;
  position: relative;
  margin-top: -100px;
  z-index: 9;
}
.videolayer {
  position: absolute;
  padding: 0px 15px;
  top: 0;
  width: 100%;
  min-height: 805px;
  z-index: 99;
  background: #0499dc;
  background: -moz-linear-gradient(left, #0499dc 0%, rgba(4, 153, 220, 0.51) 49%, rgba(39, 164, 217, 0.35) 65%, rgba(117, 189, 209, 0) 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #0499dc),
    color-stop(49%, rgba(4, 153, 220, 0.51)),
    color-stop(65%, rgba(39, 164, 217, 0.35)),
    color-stop(100%, rgba(117, 189, 209, 0))
  );
  background: -webkit-linear-gradient(left, #0499dc 0%, rgba(4, 153, 220, 0.51) 49%, rgba(39, 164, 217, 0.35) 65%, rgba(117, 189, 209, 0) 100%);
  background: -o-linear-gradient(left, #0499dc 0%, rgba(4, 153, 220, 0.51) 49%, rgba(39, 164, 217, 0.35) 65%, rgba(117, 189, 209, 0) 100%);
  background: -ms-linear-gradient(left, #0499dc 0%, rgba(4, 153, 220, 0.51) 49%, rgba(39, 164, 217, 0.35) 65%, rgba(117, 189, 209, 0) 100%);
  background: linear-gradient(to right, #0499dc 0%, rgba(4, 153, 220, 0.51) 49%, rgba(39, 164, 217, 0.35) 65%, rgba(117, 189, 209, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0499dc', endColorstr='#75bdd1', GradientType=1 );
}
.videolayer .row {
  position: relative;
  padding-top: 50px;
}
.navbar-nav {
  font-family: "Roboto Condensed", sans-serif;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  min-width: inherit;
  width: 200px !important;
  left: 0px !important;
  border-radius: 5px !important;
}
.high_level {
  overflow: inherit !important;
}
.navbar-nav li a {
  font-weight: 400;
}
#slider-area.home-style-3 {
  padding-top: 180px;
}
.class_req .input-lg {
  height: 38px;
  line-height: inherit;
}
.class_req select {
  background-position: 95% 17px;
}
.class_req .panel-heading {
  padding: 10px 20px;
}
.dropdown-menu > li > a {
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.high_level {
  width: inherit;
  min-height: inherit;
  overflow: hidden;
}
.navbar-nav li a {
  padding: 8px 10px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu li a {
  color: #333 !important;
}
.dropdown-menu li a i {
  float: right;
  font-size: 14px;
}
.dropdown-menu li a:hover {
  color: #0499dc !important;
}
.dropdown-menu li ul {
  display: none;
}
.dropdown-menu li:hover ul {
  display: block;
  position: absolute;
  top: 0px;
  width: 180px;
  right: -180px;
  background-color: #fff;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px 4px 4px 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header .navbar {
  margin-top: 20px;
  text-transform: uppercase;
}
.header .navbar .navbar-nav li a {
  color: #fff;
}
.header .navbar .navbar-nav li a:hover {
  background: transparent;
  color: #fc0;
}
.dropdown-menu.high_level ul {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
.dropdown-menu.high_level ul li {
  list-style: none;
}
.dropdown-menu.high_level ul li a {
  text-decoration: none;
  line-height: 25px;
}
.nav > li > a {
  display: inherit !important;
  padding: 0px;
  margin: 0px;
}
.appicons {
  padding: 0px;
  margin: 0px;
  color: #fff;
  display: inherit;
}
.appicons a i {
  display: inline-block;
  float: left;
}
.slidercaption {
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 17px;
}
.slidercaption h1 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
.slidercaption p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 30px;
}
.slidedown a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 55px;
  color: #3f3f3f;
  display: block;
  border-radius: 50%;
  margin: 0px auto;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin-top: -150px;
  z-index: 9999;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.liveinet {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.liveinet h1 {
  color: #0499dc;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.liveinet h1 small {
  font-size: 30px;
  color: #47ac46;
  font-weight: 300;
}
.liveinet h1 span {
  font-weight: 700;
  color: #47ac46;
}
.liveinet p {
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
}
.liveinet img {
  height: 90px;
  margin-bottom: 20px;
}
.howdoes {
  font-family: "Roboto Condensed", sans-serif;
}
.howdoes h1 {
  color: #0499dc;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.howdoes h1 span {
  color: #47ac46;
  font-weight: 300;
}
.howdoes p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
.workblock {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
.workblock .col-md-2 {
  /*width: 20% !important;*/
  border-top: 5px solid #47ac46;
  border-bottom: 5px solid #47ac46;
  margin-top: 70px;
  /*max-width: 20%;*/
}
.workblock .col-md-2:nth-child(even) {
  border-top: 5px solid #0499dc;
  border-bottom: 5px solid #0499dc;
  background-color: #f7f7f7;
}
.workblock .col-md-2:nth-child(even) .digit {
  border: 5px solid #0499dc;
}
.workblock .col-md-2 .digit {
  width: 120px;
  height: 120px;
  border: 5px solid #47ac46;
  margin: 0px auto;
  border-radius: 50%;
  margin-top: -60px;
  background-color: #fff;
  font-size: 50px;
  line-height: 110px;
  color: #999;
}
.workblock h3 {
  font-size: 22px;
  color: #0499dc;
  font-weight: 400;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.workblock p {
  font-size: 14px;
  padding: 0px 25px;
  padding-bottom: 20px;
}
.workblock img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
a.morebtn {
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 50px;
  text-decoration: none !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: #01abf7;
  background: -moz-linear-gradient(top, #01abf7 0%, #0094d6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #01abf7), color-stop(100%, #0094d6));
  background: -webkit-linear-gradient(top, #01abf7 0%, #0094d6 100%);
  background: -o-linear-gradient(top, #01abf7 0%, #0094d6 100%);
  background: -ms-linear-gradient(top, #01abf7 0%, #0094d6 100%);
  background: linear-gradient(to bottom, #01abf7 0%, #0094d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01abf7', endColorstr='#0094d6', GradientType=0 );
}
a.morebtn:hover {
  color: #fff;
  background: #0094d6;
  background: -moz-linear-gradient(top, #0094d6 0%, #01abf7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0094d6), color-stop(100%, #01abf7));
  background: -webkit-linear-gradient(top, #0094d6 0%, #01abf7 100%);
  background: -o-linear-gradient(top, #0094d6 0%, #01abf7 100%);
  background: -ms-linear-gradient(top, #0094d6 0%, #01abf7 100%);
  background: linear-gradient(to bottom, #0094d6 0%, #01abf7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094d6', endColorstr='#01abf7', GradientType=0 );
}
.mlr-auto {
  margin: 10px auto !important;
}
.advantageblock {
  padding: 0px 50px;
  margin-bottom: 50px;
  position: relative;
}
.advantageblock .embed-responsive {
  margin-top: 28px;
}
.advantageblock .block {
  width: 80px;
  height: 80px;
  background-color: #fff;
  float: left;
  box-shadow: 10px 5px 30px #bbb;
  margin: 5px;
  transform: rotate(45deg);
  margin-top: 30px;
  margin-left: 0px;
  border-radius: 5px;
}
.advantageblock .block img {
  transform: rotate(-45deg);
  width: 48px;
  height: 48px;
  display: block;
  margin-top: 15px;
  margin-left: 10px;
  opacity: 0.5;
}
.advantageblock .blockadvone {
  background: #f2a417;
  background: -moz-linear-gradient(top, #f2a417 0%, #f65912 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2a417), color-stop(100%, #f65912));
  background: -webkit-linear-gradient(top, #f2a417 0%, #f65912 100%);
  background: -o-linear-gradient(top, #f2a417 0%, #f65912 100%);
  background: -ms-linear-gradient(top, #f2a417 0%, #f65912 100%);
  background: linear-gradient(to bottom, #f2a417 0%, #f65912 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a417', endColorstr='#f65912', GradientType=0 );
  border-radius: 5px;
  height: 70px;
  padding: 5px 10px 10px 90px;
  font-size: 20px;
  color: #fff;
  margin: 30px;
}
.blockadvone.two {
  background: #63c6ea;
  background: -moz-linear-gradient(top, #63c6ea 0%, #7b82f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #63c6ea), color-stop(100%, #7b82f6));
  background: -webkit-linear-gradient(top, #63c6ea 0%, #7b82f6 100%);
  background: -o-linear-gradient(top, #63c6ea 0%, #7b82f6 100%);
  background: -ms-linear-gradient(top, #63c6ea 0%, #7b82f6 100%);
  background: linear-gradient(to bottom, #63c6ea 0%, #7b82f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c6ea', endColorstr='#7b82f6', GradientType=0 );
}
.blockadvone.three {
  background: #ff4b2c;
  background: -moz-linear-gradient(top, #ff4b2c 0%, #ff464b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff4b2c), color-stop(100%, #ff464b));
  background: -webkit-linear-gradient(top, #ff4b2c 0%, #ff464b 100%);
  background: -o-linear-gradient(top, #ff4b2c 0%, #ff464b 100%);
  background: -ms-linear-gradient(top, #ff4b2c 0%, #ff464b 100%);
  background: linear-gradient(to bottom, #ff4b2c 0%, #ff464b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4b2c', endColorstr='#ff464b', GradientType=0 );
}
.blockadvone.four {
  background: #4ae884;
  background: -moz-linear-gradient(top, #4ae884 0%, #27c787 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4ae884), color-stop(100%, #27c787));
  background: -webkit-linear-gradient(top, #4ae884 0%, #27c787 100%);
  background: -o-linear-gradient(top, #4ae884 0%, #27c787 100%);
  background: -ms-linear-gradient(top, #4ae884 0%, #27c787 100%);
  background: linear-gradient(to bottom, #4ae884 0%, #27c787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ae884', endColorstr='#27c787', GradientType=0 );
}
.blockadvone.five {
  background: #c0406d;
  background: -moz-linear-gradient(top, #c0406d 0%, #752e74 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c0406d), color-stop(100%, #752e74));
  background: -webkit-linear-gradient(top, #c0406d 0%, #752e74 100%);
  background: -o-linear-gradient(top, #c0406d 0%, #752e74 100%);
  background: -ms-linear-gradient(top, #c0406d 0%, #752e74 100%);
  background: linear-gradient(to bottom, #c0406d 0%, #752e74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0406d', endColorstr='#752e74', GradientType=0 );
}
.blockadvone.six {
  font-size: 16px;
  padding-top: 10px;
}
.courses {
  position: relative;
}
.courses .course_item {
  background-color: #1cbb9b;
  min-height: 168px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  padding: 10px;
}
.courses .course_item h3 {
  margin: 0px;
  padding: 45px 0px 0px 0px;
  z-index: 999;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: #fff;
  text-align: center;
}
.courses .course_item h3 a {
  color: #fff;
  text-decoration: none;
}
.courses .course_item h3 a:hover {
  color: #000;
}
.courses .course_item:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  left: 28%;
}
.courses .owl-prev {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc !important;
  position: absolute;
  border-radius: 0px !important;
  font-size: 26px !important;
  right: 40px;
  bottom: -10px;
}
.courses .owl-prev:hover {
  background-color: #0499dc !important;
  color: #fff !important;
  border: 1px solid #0499dc !important;
}
.courses .owl-next {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc !important;
  position: absolute;
  border-radius: 0px !important;
  font-size: 26px !important;
  right: 0px;
  bottom: -10px;
}
.courses .owl-next:hover {
  background-color: #0499dc !important;
  color: #fff !important;
  border: 1px solid #0499dc !important;
}
.mrcpos {
  top: -30px;
  position: relative;
  z-index: 9999;
}
.course_item.two {
  background-color: #2dcc70 !important;
}
.course_item.three {
  background-color: #3598db !important;
}
.course_item.four {
  background-color: #9a59b5 !important;
}
.course_item.five {
  background-color: #d25302 !important;
}
.course_item.six {
  background-color: #e84c3d !important;
}
.faqblock {
  background-color: #f9f9f9;
  padding-top: 20px;
}
.faqblock h1 {
  padding-bottom: 30px;
}
#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 30px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 30px;
  font-weight: 300;
}
#accordion .panel-title a {
  display: block;
  padding: 17px 20px 17px 70px;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  color: #242167;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #0499dc;
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after {
  content: "\f054";
}
#accordion .panel-body {
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}
#accordion .panel-body p {
  padding: 10px 20px 10px;
  margin: 0;
  background: #fff;
  border-radius: 15px;
}
.text-center .morebtn {
  padding: 13px 30px;
}
.testimonialblock {
  background: url("../images/testimonialbg.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
  position: relative;
  padding-top: 100px;
  vertiical-align: middle;
}
.testimonialblock:after {
  width: 100%;
  height: 100%;
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.testimonialblock .container-fluid {
  position: relative;
  z-index: 99;
  font-family: "Roboto Condensed", sans-serif;
}
.testimonialblock .container-fluid h1 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 50px;
}
.testimonialblock .container-fluid p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 300;
}
.testimonialblock .container-fluid p::first-letter {
  font-size: 40px;
  padding-left: 40px;
}
.testimonialblock .container-fluid strong {
  position: relative;
}
.testimonialblock .container-fluid strong:before {
  color: #fff;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  padding-right: 10px;
  position: absolute;
  left: 0px;
  font-size: 30px;
}
.testimonialblock .container-fluid .item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  float: left;
  margin-right: 20px;
}
.testimonialblock .container-fluid h5 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding-top: 15px;
}
.testimonialblock .container-fluid h5 span {
  font-weight: 300;
  font-size: 15px;
}
.testimonialblock .studenttestimonials {
  position: inherit !important;
}
.testimonialblock .owl-prev {
  position: absolute;
  border-radius: 0px !important;
  font-size: 80px !important;
  left: -100px;
  top: 0px;
  color: #fff !important;
  font-weight: 300 !important;
}
.testimonialblock .owl-prev:hover {
  background: none !important;
  opacity: 0.5;
}
.testimonialblock .owl-next {
  position: absolute;
  border-radius: 0px !important;
  font-size: 26px !important;
  font-size: 80px !important;
  color: #fff !important;
  top: 0px;
  right: -100px !important;
}
.testimonialblock .owl-next:hover {
  background: none !important;
  opacity: 0.5;
}
a.videoplaybtn {
  width: 110px;
  height: 110px;
  background-color: #c9c7c7;
  border-radius: 50%;
  margin: 0px auto;
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 40%;
  color: #333;
  font-size: 60px;
  padding-top: 15px;
  display: block;
  text-align: center;
}
a.videoplaybtn:hover {
  color: rgba(0, 0, 0, 0.5);
}
.subscribeblock {
  padding: 20px 20px;
  background-color: #0499dc;
}
.subscribeblock h3 {
  color: #fff;
  font-size: 20px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.subscribeblock .form-control {
  border-radius: 0px !important;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 0px inherit !important;
}
.subscribeblock .input-group-btn {
  border-radius: 0px !important;
}
.subscribeblock .btn {
  border-radius: 0px;
}
.subscribeblock .btn-primary {
  background-color: #47ac46;
  border: 1px solid #fff;
}
.subscribeblock .input-group {
  margin-bottom: 20px;
}
.subscribeblock .socions a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  transition: all ease 0.5s;
}
.subscribeblock .socions a:hover {
  background-color: #0499dc;
  color: #fff;
  transform: rotate(360deg);
}
.copyright {
  background-color: #333;
  height: 100px;
  margin-top: 100px;
}
.copyright .blueblock {
  background-color: #01acf9;
  padding: 20px 10px;
  margin-top: -30px;
}
.copyright ul {
  text-align: center;
}
.copyright ul li a {
  color: #fff;
  font-weight: 300;
  padding: 0px;
}
.copyright ul li a:hover {
  color: #333;
}
.copyright a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  padding-right: 20px;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright .copytxt {
  color: #fff;
  text-align: right;
  font-weight: 300;
}
.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.navbar-nav li:nth-child(6) a,
.navbar-nav li:nth-child(7) a {
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 5px;
}
li.appicons {
  float: left;
  width: 180px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 20px;
}
li.appicons a {
  padding: 0px !important;
  margin: 0px !important;
}
li.appicons span {
  float: left;
  padding-top: 3px;
}
li.appicons i {
  display: inline-block;
  padding-left: 10px;
}
.navbar-toggle {
  background-color: #05aeff;
  border-radius: 0px;
  margin-right: 5px;
  z-index: 9999;
}
.navbar-toggle .icon-bar {
  height: 3px !important;
}
.sidenav {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #57b755 0%, #05aeff 100%) repeat scroll 0 0;
  background: linear-gradient(to bottom, #57b755 0%, #05aeff 100%) repeat scroll 0 0;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 999999;
}
.sidenav a {
  padding: 8px 8px 8px 10px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  color: #fff !important;
  display: block !important;
  transition: 0.3s !important;
  cursor: pointer !important;
  border-bottom: 1px dotted #fff !important;
  text-transform: capitalize !important;
}
.sidenav a:hover,
.offcanvas a:focus {
  color: #ffc000 !important;
}
.sidenav .closebtn {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  font-size: 36px !important;
  margin-left: 20px !important;
  border-bottom: none !important;
}
#mySidenav ul {
  margin: 0px !important;
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#mySidenav ul li {
  list-style: none !important;
}
.navbar-header {
  display: none;
}
#offerModal {
  font-family: "Roboto Condensed", sans-serif;
  z-index: 99999;
  margin-top: 6%;
}
#offerModal .modal-dialog {
  width: 450px;
  height: 450px;
}
#offerModal .modal-dialog .modal-content {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background: #008fd4;
  background: -moz-linear-gradient(top, #008fd4 0%, #008fd4 21%, #47ac46 92%, #47ac46 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #008fd4),
    color-stop(21%, #008fd4),
    color-stop(92%, #47ac46),
    color-stop(100%, #47ac46)
  );
  background: -webkit-linear-gradient(top, #008fd4 0%, #008fd4 21%, #47ac46 92%, #47ac46 100%);
  background: -o-linear-gradient(top, #008fd4 0%, #008fd4 21%, #47ac46 92%, #47ac46 100%);
  background: -ms-linear-gradient(top, #008fd4 0%, #008fd4 21%, #47ac46 92%, #47ac46 100%);
  background: linear-gradient(to bottom, #008fd4 0%, #008fd4 21%, #47ac46 92%, #47ac46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd4', endColorstr='#47ac46', GradientType=0 );
  border: 3px solid #fff;
}
#offerModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
}
#offerModal .modal-dialog .modal-content .modal-header .close {
  opacity: 1 !important;
  color: #fff;
  text-shadow: inherit;
}
#offerModal .modal-dialog .modal-content .modal-header .close i {
  margin-left: -80px;
}
#offerModal .modal-dialog .modal-content .modal-header .close:hover {
  color: #fc0;
}
#offerModal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
#offerModal .modal-dialog .modal-content .modal-body h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
}
#offerModal .modal-dialog .modal-content .modal-body h2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#offerModal .modal-dialog .modal-content .modal-body h2 span {
  font-size: 40px;
}
#offerModal .modal-dialog .modal-content .modal-body button {
  text-decoration: none;
  border: none;
  color: #000;
  background-color: #fc0;
  padding: 8px 30px;
  border-radius: 50px;
  margin-left: 20px;
  font-size: 16px;
  transition: all ease 0.2s;
}
#offerModal .modal-dialog .modal-content .modal-body button:hover {
  background-color: #fff;
  color: #333;
  margin-left: 50px;
}
.todayoffer {
  position: fixed;
  top: 400px;
  left: -55px;
  background-color: #47ac46;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  z-index: 999;
  text-align: center;
  transform: rotate(90deg);
  text-transform: uppercase;
  border: 1px solid #fff;
  border-bottom: 0px;
  color: #fff;
  text-decoration: none;
}
.todayoffer:hover {
  text-decoration: none;
  background-color: #fc0;
  color: #000;
}
.todayoffer:focus {
  text-decoration: none;
  backgroundcolor: #fc0;
  color: #000;
}
.ping {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 370px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ping 0.8s ease-in-out infinite both;
  animation: ping 0.8s ease-in-out infinite both;
  z-index: 99999;
}
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
/*# sourceMappingURL=newstyles.css.map */
