@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans&display=swap";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css";
@import url("https://fonts.googleapis.com/css?family=Nanum+Pen+Script&display=swap");
/*top header*/
/*main header*/
/*carousel*/
/*registraion*/
/*
#multi-carousel .carousel-inner .carousel-item.active,
#multi-carousel .carousel-inner .carousel-item-next,
#multi-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#multi-carousel .carousel-inner .carousel-item-right,
#multi-carousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
*/
/*course categories*/
/*student Performance*/
/*who we are*/
/*event*/
/*footer*/
/*students review*/
/*student successs*/
/*SCROLL TO TOP BUTTON CSS*/
/* medium - display 2  */
/* large - display 3 */
/*# sourceMappingURL=style.css.map */
/*clicked*/
/*techersD = teachers Description*/
/*tTitle = teachers title*/
/*wDesTitle = working... description title*/
/*wDes = working description*/
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p,
div,
figure {
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f5f4f4;
}

.btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

#home {
  background: #ffffff;
}

#top-nav {
  background: #19405d;
}
#top-nav ul {
  margin: 0;
  padding: 0;
}
#top-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
#top-nav ul li a {
  color: #ffffff;
}
#top-nav ul li a:hover {
  text-decoration: none;
}
#top-nav .sc-icon li {
  padding-left: 0;
  padding-right: 0;
}
#top-nav .sc-icon li a {
  padding: 2px;
  transition: 0.5s;
}
#top-nav .sc-icon li a:hover {
  background: #fff;
  color: #19405d;
}

.navbar {
  background: #ffffff;
  box-shadow: 1px 1px 2px #f0e6e6;
}
.navbar .navbar-nav .nav-item {
  font-size: 16px;
  font-weight: 600;
  margin-left: 4px;
  padding: 0px 5px;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #19405d;
  padding: 18px 5px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #19405d;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 20px;
}
.navbar .navbar-nav .active .nav-link {
  color: #fff;
  background-color: #19405d;
}
.navbar .dropdown-slide .dropdown-menu {
  opacity: 0.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background: #f5f4f4;
}
.navbar .dropdown-slide .dropdown-menu .dropdown-item {
  color: #19405d;
}
.navbar .show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

#hero-area .carousel .slider-1 {
  background: url("../img/Banner_1.png");
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero-area .carousel .slider-2 {
  background: url("../img/Banner_2.png");
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero-area .carousel .slider-3 {
  background: url("../img/Banner_3.png");
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero-area .carousel .carousel-control-prev {
  z-index: 3;
}
#hero-area .carousel .carousel-control-next {
  z-index: 3;
}
#hero-area .carousel .carousel-control-prev-icon {
  height: 40px;
  width: 40px;
  background-size: 50%, 50%;
  border-radius: 50%;
  background-image: none;
  background: #19405d;
}
#hero-area .carousel .carousel-control-prev-icon:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  margin-right: 4px;
  color: #ffffff;
  font-weight: 900;
}
#hero-area .carousel .carousel-control-next-icon {
  height: 40px;
  width: 40px;
  background-size: 50%, 50%;
  border-radius: 50%;
  background-image: none;
  background: #19405d;
}
#hero-area .carousel .carousel-control-next-icon:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #ffffff;
}
#hero-area .carousel .carousel-caption {
  color: #19405d;
  top: 20%;
}
#hero-area .carousel .carousel-caption h1 {
  font-size: 60px;
  font-weight: 700;
}
#hero-area .carousel .carousel-caption p {
  font-size: 20px;
  width: 82%;
  margin: auto;
  margin-top: 20px;
  letter-spacing: 1px;
}

#registration {
  background: #19405d;
  color: #ffffff;
}
#registration p {
  margin: 0;
}
#registration h2 {
  font-size: 30px;
}
#registration .countClock {
  font-size: 30px;
  font-weight: 600;
}

#teachersPanel .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}
#teachersPanel #customers-testimonials .shadow-effect .name {
  color: #19405d;
  font-size: 18px;
}
#teachersPanel #customers-testimonials .shadow-effect .post {
  color: #ff5731;
  font-size: 15px;
}
#teachersPanel .testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#teachersPanel #customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#teachersPanel #customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#teachersPanel .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 135px;
  margin: 0 auto 17px;
  border: 1px solid #19405d;
  border-radius: 50%;
  padding: 5px;
}
#teachersPanel .owl-carousel .owl-stage-outer {
  height: 300px;
}
#teachersPanel #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#teachersPanel #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #19405d;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#teachersPanel #customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#teachersPanel #customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#teachersPanel #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #19405d;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#course-categories {
  background: #f5f4f4;
  margin: 100px 0 20px;
}
#course-categories a {
  color: #333333;
}
#course-categories a:hover {
  text-decoration: none;
}
#course-categories .box {
  margin: 20px 60px;
  padding: 12px 0;
  transition: 0.4s;
}
#course-categories .box i {
  color: #19405d;
}
#course-categories .box p {
  color: #333333;
  margin-bottom: 0;
}
#course-categories .box:hover {
  background: #ffffff;
  box-shadow: 4px 5px #d0d0d0;
  transform: translateY(-3px);
}

.studentPerformance {
  margin: 0 0 80px;
  color: #1b1b1b;
}
.studentPerformance .row {
  margin-top: 84px;
}
.studentPerformance .row .alink {
  color: #19405d;
  font-size: 18px;
  text-decoration: none;
}
.studentPerformance .row .alink:hover {
  color: #fff;
  background-color: #19405d;
  padding: 10px 30px;
  border-radius: 45px;
}
.studentPerformance .row .carousel .carousel-control-prev {
  z-index: 3;
}
.studentPerformance .row .carousel .carousel-control-next {
  z-index: 3;
}
.studentPerformance .row .carousel .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
  background-size: 50%, 50%;
  border-radius: 50%;
  background-image: none;
  background: #19405d;
}
.studentPerformance .row .carousel .carousel-control-prev-icon:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 4px;
  color: #ffffff;
}
.studentPerformance .row .carousel .carousel-control-next-icon {
  height: 30px;
  width: 30px;
  background-size: 50%, 50%;
  border-radius: 50%;
  background-image: none;
  background: #19405d;
}
.studentPerformance .row .carousel .carousel-control-next-icon:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}

#whoWeAre {
  background: #f4f8ff;
  color: #1b1b1b;
  background: url(../img/light.png);
  background-position: center;
  background-repeat: no-repeat;
}
#whoWeAre h2 {
  color: #000;
}
#whoWeAre h3 {
  font-size: 22px;
  color: #ff5731;
}
#whoWeAre p {
  font-size: 15px;
  color: #19405d;
}

#leader {
  background: #f5f4f4;
}
#leader .box {
  background: #ffffff;
}

#upcoming-event {
  background: #19405d;
  color: #ffffff;
}
#upcoming-event p {
  font-size: 28px;
  margin-bottom: 0;
}
#upcoming-event h2 {
  font-size: 48px;
}

footer {
  background: #19405d;
}
footer h6 {
  color: #ffffff;
}
footer .social-icon a {
  color: #ffffff;
  margin-right: 15px;
  transition: 0.3s;
}
footer .social-icon a:last-child {
  margin-right: 0;
}
footer .social-icon a:hover {
  color: #007bff;
}
footer .address h5 {
  font-size: 20px;
  color: #e5e1e1;
  margin: 0;
}
footer .address p {
  margin: 0;
  color: #e5e5e5;
}
footer .address strong {
  color: #ffffff;
  font-size: 16px;
}
footer .footer-link ul {
  padding: 0;
}
footer .footer-link ul li {
  list-style: none;
}
footer .footer-link ul li a {
  color: #e5e5e5;
  font-size: 14px;
}
footer .map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
footer .map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
footer .footer-bottom ul {
  padding: 0;
}
footer .footer-bottom ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px;
}
footer .footer-bottom ul li a {
  color: #ffffff;
}
footer .footer-bottom ul li a:hover {
  text-decoration: none;
}
footer .footer-bottom p {
  color: #ffffff;
}

#review-content {
  background: #f5f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 0;
  margin-bottom: 160px;
}
#review-content h2 {
  color: #000000;
}
#review-content .button {
  background: #ffffff;
  box-shadow: -1px 1px 1px 1px #c1c0c0;
}
#review-content .button .btn-primary {
  border-radius: 20px;
  padding: 5px 40px;
  background: transparent;
  border: transparent;
  color: #353f46;
  transition: 0.5s;
  font-size: 20px;
}
#review-content .button .btn-primary:hover {
  background: #19405d;
  color: #ffffff;
}
#review-content .button .btn-primary.active {
  background: #19405d;
  color: #ffffff;
}
#review-content .student-details {
  margin-top: 100px;
  position: relative;
}
#review-content .student-details h3 {
  color: #19405d;
  font-weight: 700;
  font-size: 30px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#review-content .student-details .stuRevTitle {
  color: #ff5731;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 15px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#review-content .student-details p {
  font-size: 22px;
  color: #262626;
}
#review-content .student-details p:last-child {
  font-size: 15px;
}
#review-content .student-details .circle-image {
  position: absolute;
  right: -50px;
  bottom: -50px;
}

#success-content {
  padding-top: 0;
  margin-bottom: 180px;
}
#success-content h2 {
  color: #000000;
}
#success-content .button {
  background: #ffffff;
  box-shadow: -1px 1px 1px 1px #c1c0c0;
}
#success-content .button .btn-primary {
  border-radius: 20px;
  padding: 5px 40px;
  background: transparent;
  border: transparent;
  color: #353f46;
  transition: 0.5s;
  font-size: 20px;
}
#success-content .button .btn-primary:hover {
  background: #19405d;
  color: #ffffff;
}
#success-content .button .btn-primary.active {
  background: #19405d;
  color: #ffffff;
}
#success-content .student-details {
  margin-top: 100px;
  position: relative;
}
#success-content .student-details h3 {
  color: #19405d;
  font-weight: 700;
  font-size: 30px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
#success-content .student-details .stuRevTitle {
  color: #ff5731;
  font-weight: 600;
  font-size: 15px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#success-content .student-details p:last-child {
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  background-color: #19405d;
  display: inline-block;
  border-radius: 0 45px 0 45px;
  font-size: 15px;
}
#success-content .student-details .circle-image {
  position: absolute;
  left: 260px;
  bottom: 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #506a85;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  width: 40px;
  transition: 0.3s;
}
#myBtn:hover {
  background-color: #19405d;
  color: #ffffff;
}

.course h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.course span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.course .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.course .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.course .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.course .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.courseD {
  margin-bottom: 150px;
}
.courseD h3 {
  color: #19405d;
}
.courseD .row {
  padding: 60px 80px;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
  position: relative;
  overflow: hidden;
}
.courseD .row a {
  font-size: 24px;
  color: #19405d;
  text-decoration: none;
}
.courseD .row .reg-link {
  position: absolute;
  top: 297px;
  left: -80px;
  text-decoration: none;
  font-size: 25px;
  border-radius: 0 45px 45px 0;
  padding: 10px 100px 10px 80px;
  background-color: #19405d;
  color: #fff;
  z-index: 3;
}
.courseD .row .image {
  color: #fff;
  padding: 10px;
  border: 1px solid #c1c0c0;
}

.courseDetails h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.courseDetails span {
  display: block;
  width: 160px;
  border-bottom: 1px solid #000;
}

.proWebDesigner {
  margin: 84px 0 150px;
}
.proWebDesigner h3,
.proWebDesigner h4 {
  color: #19405d;
}
.proWebDesigner .borderBottom {
  padding-bottom: 15px;
  display: block;
  width: 160px;
  border-bottom: 2px solid #19405d;
}
.proWebDesigner .image {
  box-shadow: 0 2px #c1c0c0;
}
.proWebDesigner .row {
  font-family: "Raleway", sans-serif;
}

.aboutUsOverview h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.aboutUsOverview span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.aboutUsOverview .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.aboutUsOverview .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.aboutUsOverview .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.aboutUsOverview .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.overview {
  padding: 100px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}

.imgSection {
  background-image: url(../img/Banner_3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  height: 470px;
}

.registration {
  background-color: #f5f4f4;
  background-image: url(../img/freeOnlineCourseIconLowOpacity.png);
  background-repeat: no-repeat;
  background-position: center;
}
.registration h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.registration span {
  display: block;
  width: 210px;
  border-bottom: 1px solid #000;
}
.registration .row {
  padding-top: 84px;
}
.registration .row a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  word-wrap: break-word;
}
.registration .row .col-8 p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.registration a {
  color: #19405d;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 65px;
}
.registration .textH {
  color: #0f2031;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.registration .textN {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

#reg-img {
  background: url(../img/Banner_4.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  height: 470px;
}

.seminar h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.seminar span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}

.studentReview h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.studentReview span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.studentReview .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.studentReview .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.studentReview .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.studentReview .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.studentSuccess h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.studentSuccess span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.studentSuccess .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.studentSuccess .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.studentSuccess .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.studentSuccess .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.teachers h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.teachers span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.teachers .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.teachers .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.teachers .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.teachers .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.techersD {
  margin: 80px 0 150px;
}
.techersD h2 {
  font-size: 30px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #19405d;
}
.techersD .tTitle {
  margin-bottom: 15px;
  font-size: 15px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ff5731;
}
.techersD .wDesTitle {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.techersD .specialized {
  color: #19405d;
  margin-bottom: 0;
}
.techersD .borderBottom {
  display: block;
  width: 100px;
  border-bottom: 2px solid #19405d;
  margin-bottom: 10px;
}
.techersD .wDes {
  font-size: 13px;
  text-emphasis-color: #707070;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.techersD .row .col img {
  box-shadow: -2px 2px #c1c0c0;
}

.tutorials h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.tutorials span {
  display: block;
  width: 230px;
  border-bottom: 1px solid #000;
}
.tutorials .linkSection {
  margin: 84px 0;
  background-color: #fff;
  box-shadow: 0 2px #c1c0c0;
}
.tutorials .linkSection a {
  text-decoration: none;
  color: #343434;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}
.tutorials .linkSection a:hover {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
  transition: all 0.2s linear;
  -webkit-transition: all 0.5s linear;
}
.tutorials .linkSection .clicked {
  border-radius: 45px;
  color: #fff;
  background-color: #19405d;
}

.video {
  margin-bottom: 120px;
}

.contact h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  padding-top: 84px;
  padding-bottom: 20px;
}
.contact span {
  display: block;
  width: 160px;
  border-bottom: 1px solid #000;
}

.contactMap {
  margin: 100px auto;
}
.contactMap .map {
  position: relative;
  height: 350px;
}
.contactMap .map iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#contact-img {
  background: url(../img/Banner_5.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  height: 470px;
}

.addressContactInfo {
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

.addressContactInfoTitle {
  font-size: 25px;
  font-weight: 600;
  color: #19405d;
}
.addressContactInfoTitle .info {
  font-size: 15px;
}

.socialLink a {
  text-decoration: none;
  color: #19405d;
}
.socialLink a:hover {
  padding-bottom: 10px;
  border-bottom: 1px solid #19405d;
}

@media (min-width: 316px) {
  #top-nav .sc-icon {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #multi-carousel .carousel-inner .carousel-item-right.active {
    transform: translateX(50%);
  }
  #multi-carousel .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  #multi-carousel .carousel-inner .carousel-item-left.active {
    transform: translateX(-50%);
  }
  #multi-carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  #multi-carousel .carousel-inner .carousel-item-right.active {
    transform: translateX(33%);
  }
  #multi-carousel .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  #multi-carousel .carousel-inner .carousel-item-left.active {
    transform: translateX(-33%);
  }
  #multi-carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (min-width: 1200px) {
  .courseD .row p:last-child {
    font-size: 30px;
    padding: 10px 150px 10px 80px;
  }
}
@media (max-width: 1199px) {
  #course-categories .box {
    margin: 20px 30px;
  }
}
@media (max-width: 1120px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.3rem 0.2rem;
  }

  #hero-area .carousel .carousel-caption {
    top: 15%;
  }
  #hero-area .carousel .carousel-caption h1 {
    font-size: 40px;
  }
  #hero-area .carousel .carousel-caption p {
    font-size: 16px;
    margin-top: 10px;
  }

  #course-categories .box {
    margin: 20px 5px;
  }

  .courseD .row {
    padding: 70px 30px;
  }
  .courseD .row .reg-link {
    top: 305px;
    padding: 10px 80px 10px 80px;
    font-size: 20px;
  }

  .studentPerformance .row .alink {
    font-size: 16px;
  }
  .studentPerformance .row .alink:hover {
    color: #fff;
    background-color: #19405d;
    padding: 5px 25px;
    border-radius: 45px;
  }

  .course .linkSection a,
.aboutUsOverview .linkSection a,
.tutorials .linkSection a,
.teachers .linkSection a,
.studentSuccess .linkSection a,
.studentReview .linkSection a {
    font-size: 16px;
    padding: 5px 25px;
  }
}
@media (max-width: 767px) {
  #course-categories .box {
    margin: 20px 60px;
  }

  .courseD .row .reg-link {
    top: 220px;
    padding: 10px 70px 10px 90px;
    font-size: 20px;
  }
  .courseD .row .image {
    margin-top: 100px;
  }

  .course .linkSection a,
.aboutUsOverview .linkSection a,
.tutorials .linkSection a,
.teachers .linkSection a,
.studentSuccess .linkSection a,
.studentReview .linkSection a {
    font-size: 13px;
    padding: 7px 20px;
  }
}
@media (max-width: 458px) {
  .courseD .row .reg-link {
    top: 100%;
    padding: 10px 50px 10px 90px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
