

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css);
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h2,
h3 {
  font-family: var(--font-primary);
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}

.pd-0{
  padding: 0;
}
.mobile-view{
  display: none;
}
.header {
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}
.footer {
  color: #fff;
  font-size: 14px;

    background: #0e3593;
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-legal {
    padding: 14px 0;
    font-size: 12px;
    border-top: 1px solid #898888;
}

#courses {
    background: #c9e5bf;
}

.section-header h2::after {
content: "";
    position: absolute;
    width: 78px;
    background: #940000;
    left: 0;
    top: 50px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}


.section-header h2{
position: relative;
}


.footer .footer-legal {
    padding: 14px 0;
    font-size: 12px;
    border-top: 1px solid #898888;
}

img.desktop-view {
    width: 100%;
}


@supports (display: grid) {
}

*{margin:0;padding:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}
header{width:100%;background-color:#fff}
.serviceBox{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #192170;
    border-radius: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
    position: relative;
    transition: all 0.3s ease 0s;
    min-height: 310px;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #192170;
    border-right: 7px solid #192170;
    position: absolute;
    top: -7px;
    right: -7px;
}
.serviceBox:after{
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #192170;
    border-left: 7px solid #192170;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #192170;
    font-size: 35px;
    width: 90px;
    padding: 0 0 5px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    position: relative;
}
.serviceBox:hover .service-icon img{
    transform: rotateX(360deg);
    transition: all 0.3s;
  opacity:1;
}
.serviceBox .service-icon img{
  opacity:0.8;
  height:70px;
}

.serviceBox .service-icon:before{
    content: "";
    background: #192170;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}
.serviceBox .service-icon span:before,
.serviceBox .service-icon span:after{
    content: '';
    background-color: #192170;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px;
}
.serviceBox .service-icon span:after{
    left: auto;
    right: -15px;
}
.serviceBox .title{
    color: #192170;
    font-size: 20px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 0 10px;
}
.serviceBox.blue{ border-color: #192170; }
.serviceBox.blue:before{
    border-top-color: #192170;
    border-right-color: #192170;
}
.serviceBox.blue:after{
    border-left-color: #192170;
    border-bottom-color: #192170;
}
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:before{
    background-color: #192170;
}
.serviceBox.blue .service-icon span:before,
.serviceBox.blue .service-icon span:after{
    background-color: #192170;
}
.serviceBox.blue .title{ color: #192170; }
.blue a {
    background: #192170;
    text-decoration: none;
}



.serviceBox.red{ border-color: #700808; }
.serviceBox.red:before{
    border-top-color: #700808;
    border-right-color: #380000;
}
.serviceBox.red:after{
    border-left-color: #380000;
    border-bottom-color: #700808;
}
.serviceBox.red .service-icon,
.serviceBox.red .service-icon:before{
    background-color: #700808;
}
.serviceBox.red .service-icon span:before,
.serviceBox.red .service-icon span:after{
    background-color: #380000;
}
.serviceBox.red .title{ color: #700808; }


.serviceBox.green{ border-color: #19410a; }
.serviceBox.green:before{
    border-top-color: #19410a;
    border-right-color: #19410a;
}
.serviceBox.green:after{
    border-left-color: #19410a;
    border-bottom-color: #19410a;
}
.serviceBox.green .service-icon,
.serviceBox.green .service-icon:before{
    background-color: #19410a;
}
.serviceBox.green .service-icon span:before,
.serviceBox.green .service-icon span:after{
    background-color: #19410a;
}
.serviceBox.green .title{ color: #19410a; }



@media only screen and (max-width:990px){
    .serviceBox{ margin: 10px 10px 50px; }
}


.red a{
  background:#700808;
     text-decoration: none;
}
.green a{
    background: #19410a;
     text-decoration: none;
}
.hero {
  padding: 0;
}


.class{
    background: #406633;
     text-decoration: none;
}
.custom-btn{
    color: #fff;
  border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
transition: border-radius 0.5s;
  
}
.custom-btn:hover{
    color: #fff;
  border-radius: 0;
  border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
      
   text-decoration: none !important;

}

/* lightblue */
.serviceBox.lightblue{ border-color: #066ca0; }
.serviceBox.lightblue:before{
    border-top-color: #066ca0;
    border-right-color: #066ca0;
}
.serviceBox.lightblue:after{
    border-left-color: #066ca0;
    border-bottom-color:#066ca0;
}
.serviceBox.lightblue .service-icon,
.serviceBox.lightblue .service-icon:before{
    background-color: #066ca0;
}
.serviceBox.lightblue .service-icon span:before,
.serviceBox.lightblue .service-icon span:after{
    background-color: #066ca0;
}
.serviceBox.lightblue .title{ color: #066ca0; }
.lightblue a{background:#066ca0;
text-decoration:none;}

span{
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
}

.footer .footer-content {
  background:#0e3593;
  padding: 30px 0 0px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #fcc00a;
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 8px;
  color: var(--color-white);

  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0a0e8d;
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background: #0a0e8d;
}



/*--------------------------------------------------media--------------------------------------------*/




@media (max-width: 768px) {
  .desktop-view{
    display: none;
  }


.mobile-view{
width: 100%;
  display: block;
}
.section-header h2 {
        font-size: 20px;
    font-weight: 600;
  }


.section-header h2::after {
    content: "";
    position: absolute;
    width: 78px;
    background: #940000;
    left: 0;
    top: 30px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}
section {
    padding: 10px 0;
    overflow: hidden;
}
.section-header {
    text-align: center;
    padding-bottom: 12px;
}
.copyright {
    font-size: 9px;
    color: #bcbbbb;
}

}




@media (max-width: 767px) {
  
  .serviceBox{
    min-height: 280px;
  }


  .serviceBox .title {
    color: #192170;
    font-size: 22px;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0 0 10px;
}

.serviceBox .service-icon {
    color: #fff;
    background: #192170;
    font-size: 28px;
    width: 70px;
    padding: 0 0 5px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}
.serviceBox {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #192170;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
    position: relative;
    transition: all 0.3s ease 0s;
}
}
