.maincolor {
  background-color: white;
}

.shapes {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media(min-width: 1180px) {
  .upper {
    margin: 0px;
    padding: 0px;
  }
}

.lgx-header .menu-onscroll {
  background-color: white;
  color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/* Course Offered Details*/

.bg-primary-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}

.bg-primary-deep-fixed {
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary-deep-fixed:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}

.title-bar-counter {
  position: relative;
}

.title-bar-counter:before {
  content: "";
  height: 2px;
  width: 70px;
  background: #fdc800;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/*=======================================================================
[02] General
=========================================================================*/

* a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*=======================================================================
[10] Counter Area
=========================================================================*/

.counter-area {
  padding: 130px 0 135px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area {
    padding: 120px 0 125px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding: 110px 0 115px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .counter-area {
    padding: 100px 0 105px;
  }
}

@media (min-width: 321px) and (max-width: 479px) {
  .counter-area {
    padding: 90px 0 95px;
  }
}

@media only screen and (max-width: 320px) {
  .counter-area {
    padding: 80px 0 85px;
  }
}

.counter-area .counter1-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.counter-area .counter1-box h2 {
  color: #ffffff;
  font-size: 72px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .counter-area .counter1-box h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 479px) {
  .counter-area .counter1-box h2 {
    font-size: 42px;
  }
}

.counter-area .counter1-box p {
  color: #ffffff;
  font-size: 18px;
  padding-top: 25px;
  padding-left: 15px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-transform: uppercase;
  text-align: left;
}

/*=======================================================================
  [15] Courses Area
  =========================================================================*/

@media(max-width: 768px) {

  .testimonialcontainer {
    padding: 2px 16px;
  }
  .testimonialcolumn {
    margin-bottom: 15px;
  }
  .purple li a {
    font-size: 14px;
  }
  .head {
    margin-top: 15px;
  }
}

@media(min-width: 768px) {

  .testimonialcontainer {
    padding: 2px 16px;
    height: 120px;
  }
  .purple li a {
    font-size: 18px;
  }
  .section-btn-area {
    margin-bottom: -80px;
  }

  .Bborder {
    border-right: 1px solid #256b8b;
    border-right-width: thin;
    border-left: 1px solid #256b8b;
    border-left-width: thin;
  }
}

/* Why join iist & news area*/

.navmenupad li {
  padding-bottom: 10px;
}

#sidebar+#wrapper+#footer {
  margin-left: 18em;
}

@media screen and (max-width: 1280px) {
  #sidebar+#wrapper+#footer {
    margin-left: 0;
  }
}

#header+#wrapper+#footer>.inner {
  margin: 0 auto;
}

.footer {
  padding-bottom: 10px;
  background-color: #08356c;
}

.heading {
  color: white;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}

.fabottom {
  padding: 10px;
  font-size: 16px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fabottom:hover {
  opacity: 100%;
  text-decoration: none;
}

.facebook {
  background: #ea4c89;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube1 {
  background: #bb0000;
  color: white;
}

.instagram {
  background: #a4c639;
  color: white;
}



#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FF9800;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0.5;
}

#return-to-top i {
  color: #fff;
  opacity: 1;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  cursor: pointer;
  background-color: #FF9800;
  opacity: 1;
}

#return-to-top.show {
  opacity: 1;
  visibility: visible;
}

#return-to-top:active {
  background-color: #FF9800;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}


.topmobile {
  padding: 5px;
  text-align: center;
}

.topmobile li a {
  font-size: 14px;
}

.topmobile {
  background-color: #08356c;
  padding: 3px;
}

.topmobile li a {
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  font-size: 18px;
  margin-right: 3px;
}

.topmobile ul li {
  display: inline;
}


/*testimonial css start*/

.lgx-sponsors1 {
  background: url(assets/img/about-bg2.jpg) bottom center repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #08356c;
  background-repeat: repeat;
}

.lgx-sponsors1 .lgx-inner {
  background: rgba(255, 255, 255, .1)
}

.lgx-sponsors1-black .lgx-inner {
  background: rgba(27, 39, 61, .95)
}

.lgx-sponsors1-christmas {
  background: 0 0
}

.lgx-sponsors1-christmas .lgx-inner {
  background: #f1f1f1
}


/*video Gallery*/

.testimonialcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  transition: 0.3s;
  width: 90%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.testimonial:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.testimonialcard iframe {
  border-radius: 5px 5px 0 0;
}

.testimonialcontainer p {
  text-align: center;
}

/*testimonial css end*/

/* Placement css start*/

.students-join1-area {
  padding: 10px 0;
  background: url(assets/img/bannar-home2.jpg) bottom center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #08356c;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-area {
    padding: 90px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-area {
    padding: 80px 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-area {
    padding: 70px 0;
  }
}

@media (min-width: 321px) and (max-width: 479px) {
  .students-join1-area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 320px) {
  .students-join1-area {
    padding: 50px 0;
  }
}

.students-join1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}

@media only screen and (max-width: 991px) {
  .students-join1-wrapper {
    display: block;
  }
}

.students-join1-wrapper .students-join1-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #1b1a1a;
}

.students-join1-wrapper .students-join1-left ul li {
  border: 2px solid #ffffff;
}

.students-join1-wrapper .students-join1-left .ri-grid {
  margin: 0;
}

.students-join1-wrapper .students-join1-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #002147;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  z-index: 1;
}

.students-join1-wrapper .students-join1-right>div {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.students-join1-wrapper .students-join1-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 24px;
  }
}

.students-join1-wrapper .students-join1-right h2 span {
  font-weight: 700;
}