/*--------------------------- Color variations ----------------------*/
/* Medium Layout:1280px */
/* Tablet Layout:768px */
/* Mobile Layout:320px */
/* Wide Mobile Layout:480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
body {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  background: #2c5e88;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  display: block;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.h1, .h2, .h3, h1, h2, h3 {
  font-weight: 700;
}
.card-body.topRound {
	border-radius: 15px;
    box-shadow: 0 15px 20px rgba(0,0,0,0.35);
}
.h4, .h5, .h6, h4, h5, h6 {
  font-weight: 500;
}
iframe {
  border: 0;
}
#bot {
  border-top: 1px solid #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  text-decoration: none;
  outline: 0;
}
.card-panel {
  margin: 0;
  padding: 60px;
}
/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}
.gray-bg {
  background: #f9f9ff;
}
td, th {
  border-radius: 0px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 2px 0;
 /* position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled {
  background: rgba(45, 95, 135, 0.9);
  transition: all 0.5s;
}
@media (max-width:673px) {
  #logo {
    margin-left: 20px;
  }
}
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #326c9c;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
@media (max-width:768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
.section-gap {
  padding: 60px 0;
}
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  margin-bottom: 20px;
}
.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width:991.98px) {
  .section-title p br {
    display: none;
  }
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-area {
  background:#FFFFFF;
  background-position: center top;
  background-size: cover;
  /*padding-top: 50px;*/
}

@media (max-width:1199.98px) {
  /*.banner-area .fullscreen {
    height: 700px !important;
  }*/
  .banner-content.order-1.order-lg-12 {
    margin-top: 30px;
  }
}
@media (max-width:767.98px) {
  .banner-area img {
    max-width: 300px !important;
  }
}
.banner-content {
  margin-top: -50px;
  text-align: center;
}
.banner-content h1 {
  color: #326c9c;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin: 20px 0 40px 0;
}
.banner-content h1 span {
  font-weight: 700;
}
@media (max-width:991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
  .banner-area .fullscreen {
    height: 180px !important;
  }
  .banner-area {
    padding-top: 55px;
  }
}
@media (max-width:991.98px) {
  .banner-content h1 br {
    display: none;
  }
}
@media (max-width:1199.98px) {
  .banner-content h1 {
    font-size: 45px;
    margin: 5px 0 30px 0;
  }
}
@media (max-width:414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}
.banner-content h5 {
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width:1280px) {
  .banner-content br {
    display: none;
  }
}
.top-course-area {
  background-color: #f9f9ff;
}
.course-right .lnr, .course-left .lnr {
  color: #326c9c;
  font-size: 30px;
}
.course-right h4, .course-left h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-course {
  margin-bottom: 40px;
}
.home-about-area .home-about-right h1 {
  margin-bottom: 20px;
}
.home-about-area .home-about-right p span {
  font-weight: 500;
}
@media (max-width:1366px) {
  .home-about-area .home-about-right {
    padding-right: 5%;
    padding-left: 4%;
  }
}
@media (max-width:800px) {
  .home-about-area .home-about-right {
    margin-top: 40px;
  }
}
.bot-area {
  background: url(../../../images/bot-bg.jpg) center;
  background-size: cover;
}
.bot-left .card {
  border: none;
  background: transparent;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.bot-left .card-header {
  padding: 5px;
  border-radius: 0 !important;
  border-bottom: none;
  background: gray;
}
.bot-left .card-header .btn-link {
  border-radius: 0 !important;
  color: #fff;
  text-decoration: none;
}
@media (max-width:414px) {
  .bot-left .card-header .btn-link {
    font-size: 12px;
  }
}
#features {
  background: #5a5e69;
  border-radius: 10px 10px 0 0;
  line-height: 110%
}
#features h3 {
  margin: 25px 0 0 0
}
#features p {
  margin: 0 0 25px 0
}
.footer-area {
  padding-top: 100px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 20px 0 0 0;
}
.copy-right-text i, .copy-right-text a {
  color: #ffffff;
}
.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width:991.98px) {
  .footer-social {
    text-align: left;
  }
}
.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #191919;
  color: #777;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 18px;
}
.single-footer-widget input:focus {
  background-color: #191919;
}
.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  color: red;
}
.single-footer-widget .click-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 12px;
  border: 0;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit,Blink,Edge */
  color: #777777;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}
@media (max-width:991.98px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width:800px) {
  .social-widget {
    margin-top: 30px;
  }
}
.footer-text {
  padding-top: 20px;
}
.footer-text a, .footer-text i {
  color: #326c9c;
}
.whole-wrap {
  background-color: #fff;
}
.generic-banner {
  text-align: center;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width:767.98px) {
  .generic-banner .height {
    height: 400px;
  }
.banner-content {
    background: white;}
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width:991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}
@media (max-width:991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.generic-content h1 {
  font-weight: 600;
}
.about-generic-area {
  background: #fff;
}
.about-generic-area p {
  margin-bottom: 20px;
}
.white-bg {
  background: #fff;
}
.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}
.switch-wrap {
  margin-bottom: 10px;
}
.switch-wrap p {
  margin: 0;
}
.icon {
  float: left;
  font-size: 33px;
  color: #396b93;
  border: 2px solid #c1c1c1;
  background: white;
  width: 60px;
  height: 60px;
  padding: 14px 0;
  line-height: 30px;
  margin: 0 10px 0 0;
  border-radius: 730px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  display: block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: center;
}
#dj-megamenu106 li a.dj-up_a span {
  font-size: 17px;
  font-family: Poppins;
  font-weight: normal;
}
.btn-primary{
	 background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
	 background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);
	 background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
	 background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	 background-repeat:repeat-x;
	border-color:#245580;
}

.dj-megamenu-custom106 li a.dj-up_a span {
    height: 40px!important;
    line-height: 40px!important;
}
.dj-megamenu-custom106 li a.dj-up_a {
    height: 40px!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
}
.text-primary {
    color: #2c5e88!important;
}
.dj-megamenu-custom116 li a.dj-up_a span {
    font-size: 14px;
}
.djslider-default .navigation-numbers .load-button {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
}
ul.reset{
   margin:15px 0;
   padding: 0;
   text-indent: 0;
   list-style-type: disc;
}
ul.reset li {
    margin: 2px 0 0 20px;
}

.dj-megamenu-custom116 li a.dj-up_a,.dj-megamenu-custom116 li a.dj-up_a span{height:35px!important;line-height: 35px;!important}

.bg-blue-grad{background: #d0e4f7;
background: -moz-linear-gradient(top,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
background: -webkit-linear-gradient(top,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
background: linear-gradient(to bottom,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
}