body {
    font-family: 'Calibri',  sans-serif;
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}
.transition {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.mb-30 {
    margin-bottom: 30px;
}
.btn {
    padding: 10px 35px 9px;
    text-transform: uppercase;
}
.btn i {
    margin-right: 5px;
}
.btn-primary {
    -webkit-box-shadow: 2px 2px 25px -6px rgba(5,  81,  153,  0.4);
    -moz-box-shadow: 2px 2px 25px -6px rgba(5,  81,  153,  0.4);
    box-shadow: 2px 2px 25px -6px rgba(5,  81,  153,  0.4);
}
.btn-info {
    -webkit-box-shadow: 2px 2px 25px -6px rgba(99,  175,  247,  0.5);
    -moz-box-shadow: 2px 2px 25px -6px rgba(99,  175,  247,  0.5);
    box-shadow: 2px 2px 25px -6px rgba(99,  175,  247,  0.5);
}
.btn-secondary {
    background-color: #A8E6F0;
    color: #fff;
}
.top-bar {
    background-color: #054d8e;
}
.top-bar .top-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar .top-logo img {
    max-width: 140px;
}
.top-contact {
    padding-top: 22px;
}
.top-contact .icon {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    left: 0px;
    top: -5px;
}
.top-contact .icon img {
    position: relative;
    top: 1px;
}
.top-contact .email, .top-contact .phone {
    position: relative;
    padding-left: 40px;
    margin-left: 15px;
    display: inline-block;
}
.top-contact .email a, .top-contact .phone a {
    color: #fff;
}
.top-contact .email:hover .icon, .top-contact .phone:hover .icon {
    background-color: #A8E6F0;
}
.navbar-inverse {
    border: none;
    margin-bottom: 0px;
}
.navbar-collapse {
    border-top: 1px solid #6e95b9!important;
}
.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-inverse .navbar-nav>li .top-enroll {
    background-color: #A8E6F0;
    color: #054d8e;
    font-weight: 700;
}
.navbar-inverse .navbar-nav>li .top-enroll i {
    margin-right: 5px;
}
.navbar-inverse .navbar-nav>li .top-enroll:hover {
    background-color: #92e0ec;
    color: #054d8e;
}
.navbar-collapse {
    padding-left: 0px;
}
.navbar-brand {
    padding: 6px 15px;
}
.logo-xs {
    max-width: 84px;
}
.bcc-header {
    -webkit-box-shadow: 0px 10px 22px -20px rgba(0,  0,  0,  0.4);
    -moz-box-shadow: 0px 10px 27px -20px rgba(0,  0,  0,  0.4);
    box-shadow: 0px 10px 22px -20px rgba(0,  0,  0,  0.4);
}
.breadcrumb-outer {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumb-outer .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
}
.banner-outer {
    background-color: #090909;
}
.banner {
    max-width: 1600px;
    margin: 0px auto;
    background-color: #ccc;
    height: calc(100vh - 95px);
    max-height: 700px;
    background-size: cover;
}
.banner .container-outer {
    left: 0px;
    right: 0px;
    position: absolute;
}
.banner .container-outer .big-text {
    font-size: 120px;
    font-weight: 700;
    color: rgba(255,  255,  255,  0.1);
    position: absolute;
    z-index: 1;
    left: -50px;
    -webkit-animation-name: motion1;
    animation-name: motion1;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner .container-outer .big-text2 {
    position: absolute;
    top: 100px;
    font-size: 150px;
    font-weight: 900;
    color: rgba(41, 39, 39, 0.12);
    z-index: 1;
    -webkit-animation-name: motion2;
    animation-name: motion2;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner .container-outer .banner-text {
    position: absolute;
    top: 100px;
    left:-40px;
    margin-top: 180px;
    max-width: 800px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.banner .container-outer .banner-text h1 {
    font-size: 48px;
    margin-bottom: 15px;
}
.banner .container-outer .banner-text h1 span {
    font-weight: 900;
}
.banner .container-outer .banner-text h4 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 15px;
}
@-webkit-keyframes motion1 {
    0% {
    left: -50px;
}
50% {
    left: 100px;
}
to {
    left: -50px;
}
}@keyframes motion1 {
    0% {
    left: -50px;
}
50% {
    left: 100px;
}
to {
    left: -50px;
}
}@-webkit-keyframes motion2 {
    0% {
    right: -100px;
}
50% {
    right: 50px;
}
to {
    right: -100px;
}
}@keyframes motion2 {
    0% {
    right: -100px;
}
50% {
    right: 50px;
}
to {
    right: -100px;
}
}
.feature-box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.feature-box img {
    max-width: 110px;
    display: inline-block;
    margin-bottom: 10px;
}
.feature-box h3 {
    color: #054d8e;
    font-size: 20px;
    margin-bottom: 5px;
}
.feature-box p {
    font-size: 14px;
}
.section-courses-outcome{
    background-color: #ffffff;
    padding-top: 120px;
    margin-left:15px;
    padding-bottom: 120px;
    color: rgb(0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    

}
.section-courses-outcome ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-bottom: 15px;
}
.section-courses-outcome ul li {
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.section-courses-outcome ul li:before {
    color: #08e2ff;
    position: absolute;
    left: 0px;
    content: "\f101";
    font-family: "fontawesome"
}

.displaced-box-text ul li {
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}
.displaced-box-text ul li:before {
    color: #08e2ff;
    position: absolute;
    left: 0px;
    content: "\f138";
    font-family: "fontawesome"
}




.section-courses {
    background-color: #090909;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
.section-courses h4 {
    font-weight: 400;
    letter-spacing: 10px;
    font-size: 13px;
}
.section-courses h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 10px;
}
.section-courses h3 {
    color: #A8E6F0;
    margin-bottom: 5px;
    font-weight: 400;
}
.section-courses ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-bottom: 15px;
}
.section-courses ul li {
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.section-courses ul li:before {
    color: #A8E6F0;
    position: absolute;
    left: 0px;
    content: "\f101";
    font-family: "fontawesome"}

.online{
    background-image: url('../img/online.png');
    background-position: center;
    

} 
.offer{
    position: relative;
    top: 250px;
    left: -150px;
}
.section-testimonials {
    background-image: url('../img/people-bg.png');
    background-position: center;
    background-color: #f0fdff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.section-testimonials h2 {
    font-weight: 900;
    color: #054d8e;
}
.section-testimonials h3 {
    margin-bottom: 15px;
    letter-spacing: 10px;
    font-weight: 400;
    font-size: 20px;
}
.testimonial-box {
    padding: 25px;
    color: #ffffff;
    background-color: #71b0ee;
    background-image: url('../img/testi-leaf.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 5px;
    background-size: 250px 171px;
    margin-top: 30px;
    margin-bottom: 30px;

}
.testimonial-box p{
    
    color: #ffffff;
    
    
}

.testimonial-box .testimonial-pic {
    max-width: 65px;
    border: 2px solid #E8F5F4;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
.testimonial-box .name {
    margin-bottom: 15px;
}
.testimonial-box .name h4 {
    font-size: 14px;
}
.testimonial-box .name span {
    font-size: 12px;
}
.testimonial-box span.pull-right {
    position: relative;
    top: -60px;
}
.testimonial-box span.pull-right .fa {
    color: #fedd30;
}
.box-blue {
    background-color: #0768bf;
}
.footer {
    background-image: url('../img/globe-footer.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #054d8e;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .btn {
    margin-bottom: 5px;
}
.footer .btn-primary {
    border-color: #fff;
}
.footer .btn-primary i {
    margin-right: 5px;
}
.footer .footer-logo {
    max-width: 120px;
    margin-bottom: 10px;
}
.footer .regd {
    color: #deebf8;
    font-size: 12px;
}
.footer .regd strong {
    font-size: 14px;
}
.footer .address {
    color: #deebf8;
    font-size: 14px;
}
.logo-widget{
 display: flex;
 align-content: space-between;
 align-items: center;
}

.footer .widget {
    margin-top: 30px;
    margin-bottom: 30px;
    
    
}
.footer .widget h4 {
    color: #fff;
    margin-bottom: 5px;
}
.footer-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-links li a {
    font-size: 13px;
    color: #deebf8;
    text-transform: uppercase;
}
.footer-links li a:hover {
    color: #fff;
}
.copyright {
    background-color: #03325d;
    
}
.copyrightp {
    background-color: #03325d;
    color: #95b8c6;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.copyright p {
    margin-bottom: 0px;
}
.copyright p a {
    color: #A8E6F0;
}
.footer-contact {
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-contact .icon {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: absolute;
    left: 0px;
    top: -5px;
}
.footer-contact .icon img {
    position: relative;
    top: 1px;
}
.footer-contact .email, .footer-contact .phone {
    position: relative;
    padding-left: 40px;
    margin-left: 0px;
    margin-bottom: 20px;
    display: inline-block;
}
.footer-contact .email a, .footer-contact .phone a {
    color: #deebf8;
}
.footer-contact .email a:hover, .footer-contact .phone a:hover {
    color: #fff;
}
.footer-contact .email:hover .icon, .footer-contact .phone:hover .icon {
    background-color: #A8E6F0;
}
.section-blog .video-link {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.section-blog .video-link .play {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.section-blog .video-link:hover .play {
    width: 90px;
    height: 90px;
}
.section-blog h3 {
    color: #054d8e;
    margin-bottom: 15px;
    font-weight: 900;
}
.section-blog .blog-list {
    margin-bottom: 30px;
}
.section-blog .blog-list .media {
    margin-bottom: 15px;
}
.section-blog .blog-list .media .media-left img {
    max-width: 90px;
}
.section-blog .blog-list .media h4 {
    text-transform: initial;
}
.section-blog .blog-list .media p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #adadad;
}
.section-blog .blog-list .media a {
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 10px;
}
label {
    font-size: 13px;
}
label span {
    color: red;
}
.form-control {
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    height: 38px;
}
.form-control:focus {
    border-color: #054d8e;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-color: #fff;
    box-shadow: none;
}
.enrollment-page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.enrollment-page h1.title {
    color: #054d8e;
    margin-bottom: 10px;
    font-size: 28px;
}
.enrollment-page .panel-title i {
    margin-right: 6px;
}
.enrollment-page .panel-body {
    padding-left: 20px;
    padding-right: 20px;
}
.enrollment-page .panel-body p {
    font-size: 13px;
}
.enrollment-page .steps {
    margin-bottom: 30px;
}
.enrollment-page .steps span {
    height: 6px;
    border-radius: 6px;
    background-color: #dfdfdf;
    width: 80px;
    display: inline-block;
}
.enrollment-page .steps span.done {
    background: #A8E6F0;
}
.page-banner {
    background-color: #ccc;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.page-banner .banner-title {
    color: #fff;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 48px;
    font-weight: 900;
}
.page-banner .bread {
    color: #fff;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
}
.page-banner .bread a {
    color: #fff;
}
.page-banner .bread span {
    opacity: 0.8;
    display: inline-block;
    margin: 0px 10px;
}
.page-banner1 {
    background-color: #ccc;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
    padding-bottom: 130px;
    text-align: center;
}
.page-banner1 .banner-title {
    color: #fff;
    text-transform: uppercase;
    z-index: 9999;
    font-size: 48px;
    font-weight: 900;
}
.page-banner1 .bread {
    color: #fff;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
}
.page-banner1 .bread a {
    color: #fff;
}
.page-banner1 .bread span {
    opacity: 0.8;
    display: inline-block;
    margin: 0px 10px;
}
.bcc-header .email {
    margin-right: 10px;
}
.bcc-header i {
    color: #f5f5f5;
    padding: 0px 5px;
}
.bcc-header i:hover {
    color: #A8E6F0;
}
.footer .so-links {
    margin-top: 15px;
}
.footer .so-links i {
    color: #f5f5f5;
    padding: 0px 5px;
}
.footer .so-links i:hover {
    color: #A8E6F0;
}
.padding-off {
    padding: 0px;
}
.section-vision h4 {
    padding-top: 40px;
    text-transform: capitalize;
    font-style: italic;
}
.section-vision h4 span {
    color: #054d8e;
    font-weight: 900;
}
.section-goals h2 {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 15px;
    color: #054d8e;
}
/*.section-goals img {
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,  0,  0,  0.3);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,  0,  0,  0.3);
    box-shadow: 3px 3px 15px 0px rgba(0,  0,  0,  0.3);
}*/
.section-goals p {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.section-goals p strong {
    color: #054d8e;
    font-weight: 900;
}
.section-city {
    background-image: url("../img/about-bg.jpg");
    height: auto;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.section-city .overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(5,  77,  142,  0.8);
}
.section-city .video-link {
    position: relative;
    display: block;
}
.section-city .video-link .play {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.section-city .video-link:hover .play {
    width: 90px;
    height: 90px;
}
.section-city .content {
    padding: 50px 0px;
}
.section-city .content p {
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}
.section-philosophy h2 {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 15px;
    color: #054d8e;
}
.section-philosophy p {
    margin-top: 30px;
    font-style: italic;
    font-weight: 700;
    border-left:3px solid #054D8E;
    padding: 15px; 
}
.section-philosophy .team-box {
    margin: 10px 0px;
    text-align: center;
}
.section-philosophy .team-box h4 {
    padding-top: 15px;
    color: #054d8e;
    padding-bottom: 4px;
}
.section-philosophy .team-box h5 {
    color: #c3c3c3;
    font-size: 13px;
}
.section-include h2 {
    color: #054d8e;
}
.section-include h4 {
    color: #054d8e;
}
.section-include .content {
    padding-top: 15px;
}
.section-include .content h4 {
    font-weight: 900;
    font-size: 14px;
}
.section-include .content h6 {
    padding-bottom: 5px;
    color: #054d8e;
}
.section-include .title {
    padding-top: 50px;
}
.section-include .title h2 {
    color: #054d8e;
}
.section-include .popup-gallery {
    margin-top: 30px;
}
.section-include .popup-gallery img {
    margin: 10px 10px;
}
@media (min-width:320px) and (max-width:767.98px) {
    .section-goals .content {
    height: 440px;
    background-color: #054d8e;
    padding: 20px 15px;
    margin: 20px 0px;
}
.section-goals .content h4 {
    color: #A8E6F0;
    padding-bottom: 5px;
}
.section-goals .content .line1 {
    width: 100%;
    border-top: 1px solid #A8E6F0;
    margin-bottom: 12px;
}
.section-goals .content ul {
    margin: 0px;
    padding: 0px;
}
.section-goals .content ul li {
    color: #cacaca;
    font-size: 13.5px;
    list-style: none;
    padding: 5px 0px;
}
}.section-sub-banner {
    background-color: #ccc;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.section-sub-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,  0,  0,  0.6);
    top: 0px;
}
.section-sub-contact {
}
.section-sub-contact h2 {
    color: #054d8e;
    line-height: 1.2;
    margin-bottom: 15px;
}
.section-sub-contact h4 {
    margin-bottom: 5px;
}
.section-sub-contact .media-box {
    margin: 10px 0px 15px;
}
.section-sub-contact .media-box i {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #054d8e;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    border: 1px solid #054d8e;
}
.section-sub-contact .media-box .media-body a {
    font-size: 14.5px;
    padding-top: 7px;
    display: inline-block;
}
.section-sub-contact .contact-box {
    padding: 30px;
    background-color: #ffffff;
    position: relative;
    margin-top: -25%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 36px -19px rgba(0,  0,  0,  0.75);
    -moz-box-shadow: 0px 0px 36px -19px rgba(0,  0,  0,  0.75);
    box-shadow: 0px 0px 36px -19px rgba(0,  0,  0,  0.75);
}
.section-sub-contact .contact-box h2 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #054d8e;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.section-sub-contact .contact-box p {
    font-style: italic;
}
.section-sub-contact .contact-box form {
    margin: 20px 0px;
}
.section-sub-contact .contact-box form .submit {
    display: block;
    width: 100%;
    background-color: #054d8e;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.section-sub-contact .contact-box h6 {
    text-align: center;
    padding-top: 10px;
}
.map-box {
    border: 1px solid #054d8e;
    padding: 2px;
}
@media (min-width:320px) and (max-width:767.98px) {
    .section-sub-contact .contact-box {
    padding: 50px 25px;
    position: relative;
    margin-top: 30px!important;
}
}.section-gallery h2 {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 15px;
    color: #054d8e;
}
.section-gallery .popup-gallery img {
    margin: 10px 10px;
}
.section-blog p {
    padding: 10px 0px;
    color: grey;
    font-size: 12.5px;
    letter-spacing: 0.5px;
}
.section-blog h4 {
    color: #054d8e;
    font-size: 14px;
}
.section-blog .blog-box {
    margin-bottom: 50px;
}
.section-blog .blog-box .zoom {
    margin-bottom: 10px;
}
.section-blog .blog-box .media-box .media-left {
    padding: 20px 20px;
    background-color: #054d8e;
}
.section-blog .blog-box .media-box .media-left i {
    color: #fff;
    font-size: 25px;
}
.section-blog .blog-box .media-box .media-body {
    background-color: transparent;
    padding: 15px 0px 0px 15px;
}
.section-blog .blog-box .media-box .media-body span {
    margin-right: 20px;
    font-size: 13px;
    color: grey;
}
.section-blog .blog-box .media-box .media-body .icon {
    color: #A8E6F0;
}
.section-blog .media-right-box {
    margin-bottom: 20px;
}
.section-blog .blog-content h2 {
    color: #054d8e;
}
.section-blog .blog-content .line {
    width: 220px;
    border-top: 1px solid #054d8e;
    margin-bottom: 20px;
}
.section-blog .blog-content ul {
    padding: 0px;
}
.section-blog .blog-content ul li {
    list-style: none;
    font-size: 17px;
    padding-left: 15px;
}
.section-blog .blog-content ul li:before {
    content: '\f101 ';
    font-family: FontAwesome;
    color: grey;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.section-blog .blog-content ul li a {
    color: grey;
    font-size: 15px;
}
.section-guide {
}
.section-guide .content {
    margin: 15px 0px;
}
.section-guide .content h4 {
    color: #054d8e;
    padding-bottom: 10px;
}
.section-guide .content h5 {
    color: #054d8e;
    padding: 25px 0px 10px 0px;
    font-size: 16px;
}
.section-guide .content .line1 {
    width: 70px;
    border-top: 1px solid #054d8e;
    margin-bottom: 15px;
    display: none;
}
.section-guide .content .table {
    margin-bottom: 20px;
}
.section-guide .content .table-bordered {
    border: 1px solid #333!important;
}
.section-guide .image {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.section-guide .image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: -30px;
    top: -30px;
    border: 15px solid #054d8e;
    z-index: -2;
}
.section-guide ul {
    margin: 0px;
    padding: 0px;
}
.section-guide ul li {
    list-style: none;
}
.section-guide ul li:before {
    content: '\f18e';
    font-family: 'FontAwesome';
    color: #054d8e;
    margin-right: 10px;
}
.section-guide ul li a {
    color: #333;
}
.section-guide .color-less {
    padding: 10px 15px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.section-guide .color-less p strong {
    color: #054d8e;
}
.section-guide .colored {
    padding: 10px 15px;
    background-color: #ddd;
    margin-bottom: 10px;
}
.section-guide .colored p strong {
    color: #054d8e;
}
.section-img {
    margin-bottom: 60px;
}
.down-idom {
    margin: 0px auto!important;
    text-align: center;
    display: block!important;
    width: 260px;
}
#faq {
    padding: 0 0 40px;
}
#faq .accordion .card {
    border: 0.1rem solid map-get(#054d8e,  grey);
    overflow: hidden;
    margin: 0 0 15px;
}
#faq .accordion .card .card-header {
    border: none;
    padding: 0;
}
#faq .accordion .card .card-header button {
    background-color: #054d8e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border: 0px;
}
#faq .accordion .card .card-header button span {
    display: block;
    margin: 0px 15px;
}
#faq .accordion .card .card-header button span i {
    font-size: 20px;
}
#faq .accordion .card .card-header button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
#faq .accordion .card .card-header button.collapsed {
    background: map-get(#054d8e,  white) url('https://image.flaticon.com/icons/png/128/61/61112.png') no-repeat 98% center / 18px 18px;
    color: map-get(#054d8e,  primary);
}
#faq .accordion .card .card-body {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 155%;
    color: #696969;
    padding: 25px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#faq .support-text {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    margin: 0;
}
.section-library .box-library {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1.2px solid #ddd;
    margin-bottom: 10px;
}
.section-library .box-library:hover {
    border: 1.2px solid #054d8e;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 2px 3px 10px 0px rgba(5,  77,  142,  0.25);
    -moz-box-shadow: 2px 3px 10px 0px rgba(5,  77,  142,  0.25);
    box-shadow: 2px 3px 10px 0px rgba(5,  77,  142,  0.25);
}
.section-library .box-library .icon {
    width: 40px;
    height: 40px;
    background-color: #054d8e;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
}
.section-library .box-library .content h4 {
    color: #054d8e;
    font-size: 15px;
}
.section-library .box-library .content p {
    color: #8c8484;
    margin: 0px;
    font-size: 12px;
}
@media (min-width:320px) and (max-width:767.98px) {
    .section-guide .image {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-guide .image:before {
    display: none;
}
}@media only screen and (max-width:1200px) {
    .navbar-inverse .navbar-nav>li>a {
    font-size: 10px;
}
}@media only screen and (max-width:992px) {
    .navbar-inverse .navbar-nav>li>a {
    font-size: 9px;
}
}@media only screen and (max-width:768px) {
    .bcc-header {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 99999;
}
.bcc-header .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.bcc-header .navbar-collapse {
    padding-left: 15px;
    margin-top: 7px;
}
.bcc-header .navbar-inverse .navbar-nav>li>a {
    font-size: 11px;
}
.dropdown-menu {
    background-color: #1a3c64!important;
}
.dropdown-menu a {
    font-size: 11px;
}
.navbar-toggle {
    border-color: #c4c4c4!important;
}
.section-sub-banner {
    height: 200px!important;
}
.copyright .text-right {
    text-align: left;
}
.page-banner {
    padding-top: 100px;
}
.page-banner .banner-title {
    font-size: 26px;
}
.page-banner .bread {
    font-size: 9px;
    letter-spacing: 0px;
}
.popup-gallery a {
    max-width: calc(33.33% - 10px)!important;
}
}@media only screen and (max-width:480px) {
    .popup-gallery a {
    max-width: calc(50% - 10px)!important;
}
}.section-price-list h2 {
    padding-bottom: 30px;
    text-align: center;
    color: #054d8e;
}
.section-price-list th {
    background-color: #054d8e;
    color: #fff;
    font-weight: lighter;
}
/*# sourceMappingURL=custom.css.map */