@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url("../fonts/poppins-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url("../fonts/poppins-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url("../fonts/poppins-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/*--------------------------- Color variations ----------------------*/
/* Medium Layout:1280px */
/* Tablet Layout:768px */
/* Mobile Layout:320px */
/* Wide Mobile Layout:480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
body {
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
  background: #fff;
  overflow-x:hidden;
}
.white, .white a, a.white{color#FFFFFF!important}

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;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.15);
}
.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;
}


.bg-primary {
  background: #0e5c8c !important;
  color: #FFF !important
}
.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;
}
.btn-primary:hover {
  background: #356fb5 !important;
}
.btn-login {
  border: 1px solid transparent;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.btn-login:hover {
  background: #fceabb;
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 38%, #f8b500 62%, #fbdf93 100%) !important;
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 38%, #f8b500 62%, #fbdf93 100%) !important;
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 38%, #f8b500 62%, #fbdf93 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0) !important;
  color: #000 !important;
  border: 1px solid #f8b500;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.65);
}
.bg-success {
  background: #96D344 !important;
  color: #FFF !important
}
.btn-success {
  background: #96D344 !important;
  color: #FFF !important;
  padding: 0.6rem 0.6rem;
}
.btn-success:hover {
  background: #4da200 !important;
}
.bg-danger {
  background: #ff4981 !important;
  color: #FFF !important
}
.btn-danger {
  background: #ff4981 !important;
  color: #FFF !important;
  padding: 0.6rem 0.6rem;
}
.btn-danger:hover {
  background: #bf1e47 !important;
}
.bg-warning {
  background: #d1c200 !important;
  color: #FFF !important
}
.btn-warning {
  background: #d1c200 !important;
  color: #FFF !important;
  padding: 0.6rem 0.6rem;
}
.btn-warning:hover {
  background: #A79D1D !important;
}

/*--------------------------------------------------------------
# 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: 20px 0 20px 0 ;
}

@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;
}
.pale-blue p {
    background-color: #e8ffff;
    margin: 7px 0 7px 0;
    padding: 0.8em;
    border: 1px solid #bedbed;
    border-radius: 10px;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.15);
}

.djslider-default .slide-desc {
    top: 0!important;
}

.tick, .arrow-right , .times {
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    list-style: none;
}
.tick li::before {
    content: "\f00c";
    margin-right: 16px;
    font-family: Fontawesome;
    color: #8cc63f;
    list-style: none;
}
.arrow-right li::before {
    content: "\f061";
    margin-right: 16px;
    font-family: Fontawesome;
    color: #8cc63f;
    list-style: none;
}
.times li::before {
    content: "\f00d";
    margin-right: 16px;
    font-family: Fontawesome;
    color: #8cc63f;
    list-style: none;
}

.bg-blue-grad{
  	background: rgb(115,166,217);
	background: linear-gradient(0deg, rgba(62,116,170,1) 0%, rgba(115,166,217,1) 100%)!important;
}

.bg-blue{
  	background: rgb(62,116,170,1);
}



b, strong {
    font-weight: 500;
}


.dj-megamenu-custom117 li a.dj-up_a {
    padding: 0 11px 0 3px !important;
  	height:50px;
    line-height:50px;
    font-size:0.9em;
}
.dj-megamenu-custom117 li a.dj-up_a span{
  	height:50px;
    line-height:50px;
}
.dj-megamenu-custom117 li ul.dj-submenu > li > a{
    font-size:1em;
}
ul.dj-mobile-dark li.dj-mobileitem > a{padding:12px 0 12px 20px}
#bottom .btn {
    margin: 10px;
}

@media (max-width:767.98px) {
  .banner-area {padding-top: 0;}
  .banner-area .fullscreen {min-height: 290px !important;}
  .banner-content1 {margin-top:0!important;}
  #djslider118 {height: 360px !important;}	
  #slider118 > li {height: 360px !important;}
}

ul.dj-mobile-dark li.dj-mobileitem > a{font-size: 1rem!important;line-height: 1.625em!important;}

blockquote {
    margin: 0 0 0 2rem;
}

.border-r{border-right:1px solid #ccc!important}
.border-l{border-left:1px solid #ccc!important}
.border-t{border-top:1px solid #ccc!important}
.border-b{border-bottom:1px solid #ccc!important}
ul.reset {margin-top: 0;margin-bottom: 1rem;padding-left:2rem;list-style-type: disc}
ul.reset ul{margin-top: 0;margin-bottom: 1rem;padding-left:2rem;list-style-type: circle}
ol.reset{margin-top: 0;margin-bottom: 1rem;padding-left:2rem;list-style-type: decimal}
.white,.white a, a.white{color:#FFF}

a.link-hover{padding:5px;border-radius:5px;;}
a.link-hover:hover{background-color:#cce5ff;text-decoration:underline;}
.img-hover:hover{box-shadow:0 0 10px rgba(0,0,0,0.25)}




/* Timeline */
.timeline h1,.timeline h2,.timeline h3,.timeline h4{text-shadow:none!important;font-weight:normal!important}
.timeline {
  border-left: 3px dotted #2c5c8a;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  margin: 50px 0 10px 90px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  padding: 20px;
  list-style: none;
  text-align: left;
}
.timeline .event {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
	top:5px;
  left: -169.5px;
  content: attr(data-date);
  text-align: right;
  min-width: 120px;
  font-weight:bold;
  color: #2c5c8a
}
.timeline .event:after {
  left: -26.85px;
  box-shadow: 0 0 0 4px #2c5c8a;
  background: #ffffff;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}


.icon-calendar:before {
    content: "\f783";
    font-family: "Font Awesome 5 Pro";
}


.container-component .card-header {
  background: #0e5c8c;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
	text-transform: uppercase;
}
.bfQuickMode textarea {
  height: auto !important;
}
.bfQuickMode input, .bfQuickMode select, .bfQuickMode textarea, .bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea, .bfQuickMode .bfElemWrap .form-inline select {
  width: 100%;
  max-width: 100%
}
.bfFormDiv .col-md-6, .bfQuickMode section, .bfQuickMode fieldset, .bfQuickMode section [class^="col-"], .bfQuickMode section [class*=" col-"], .bfQuickMode fieldset [class^="col-"], .bfQuickMode fieldset [class*=" col-"] {
  padding: 0 3px 0 3px;
  margin: 0 0 5px 0;
}
.bfQuickMode section .bfbs5-row, .bfQuickMode section .row, .bfQuickMode fieldset .bfbs5-row, .bfQuickMode fieldset .row {
  margin: 0
}
.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bfQuickMode input[type="text"].bfCalendar, 
.bfQuickMode .bfbs5-uneditable-input.bfCalendar, 
.bfQuickMode .uneditable-input.bfCalendar{
    max-width: 85% !important;
    min-width: 85% !important;
    width: 85% !important;
}

.blockquote-custom {
  position: relative;
}
.blockquote-custom-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -34px;
    left: 40%;
    right: 35%;
    font-size: 3rem;
    font-weight: 700;
}