h3.heading.text-white {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.courses .media-body,
.dlp-section .media-body,
.free-study .media-body {
    padding-left: 40%;
    text-align  : left;
    height      : 130px;
}

.free-study {
    background     : url(../images/icon/free-study.png) no-repeat 30px 50%;
    background-size: 20%;
}

.courses {
    background     : url(../images/icon/courses.png) no-repeat 30px 50%;
    background-size: 20%;
}


.dlp-section {
    background     : url(../images/icon/online-study.png) no-repeat 30px 50%;
    background-size: 20%;
}

section.enquir-bg .container {
    padding-bottom: 0 !important;

}

.widget.dark.footer-logo img {
    width  : 20%;
    margin : 0 0 20px 0;
    padding: 0;
}

.testomonial-bg-colour {
    background-color: #01183f;
}

.enquiry-bg-colour {
    background-color: #FDC800;
}
.footer-bg-color {
    background-color: #002248;
}

.footer a,
.footer {
    color: #c5c5c5 !important;
}
.footer a:hover {
    color:#fff !important;
}
.footer .dark .list-border li {
    border-bottom: 1px dashed #104279 !important;
}

.footer .styled-icons.icon-dark a {
    background-color:#104279 !important;
    color: #fff !important;
}

.footer-bottom {
    background-color:#104279 !important;
    color: #c5c5c5 !important;
}
.menuzord-brand {
    margin: 0 !important;
}

a.google-play img {
    width: 70%;
    margin-top: 10px;
}

.third-column-bg {
    background-color: #002248;
}

.googleMap iframe {
   min-height: 300px;
}
iframe body .contentContainer {
    background-color: #fff !important;
}

.owl-carousel .owl-item img {    
    width: 150px;
}

.img-circle {
    border-radius: 100%;
}

.whatsappChat {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
    width: 60px;
}

.zoom {  
    transition: transform .2s; /* Animation */
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .styled-icons.icon-sm a {
    font-size: 29px;
    height: 50px;
    line-height: 50px;
    margin: 2px 7px 2px 0;
    width: 50px;
}

i.fa.fa-file-pdf-o {
    font-size: 34px;
    margin-right: 10px;
}

#root .contentContainer {
    background: transparent !important;
}