@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sanchez:400,400i&display=swap");
body,
html {
    width: 100%;
    height: 100%;
}
@media (min-width: 1700px){
    .container {
        max-width: 1300px;
    }
}
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #4c4c4c;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #222;
}
header {

}
header .top {
    height: 40px;
}
header .top ul {
    float: right;
}
header .top ul li a {
    color: #32363b;
}
header .top ul li a:hover {
    text-decoration: underline;
}
header .logo {
    height: 50px;
    margin-right: 10px;
}
.bg-light{
    background-color: #fff !important;
    border-bottom: 1px solid #ededf4;
    border-top: 1px solid #ededf4;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #32363b;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s;
    padding: .5rem 1rem;
    border-bottom: 3px solid #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #32363b;
    border-color: #28a745;
}
.navbar-dark .navbar-toggler {
    background-color: #28a745;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #0B1022;
}
div.intro {
    color: #eee;
    background: #28a745;
    background-size: 100%;
}
div.intro .slide {
    display: none;
}
div.intro .text-md-left {
    padding-top: 40px;
    padding-bottom: 40px;
}
div.intro h1 {
    font-size: 28px;
}
div.intro h1, div.intro strong {
    color: #fff;
}
div.intro p {
    font-size: 18px;
}
div.intro p.lead {
    color: #1C9DD9;
}
div.intro .btn-lg {
    background: #fff;
    display: block;
    color: #0B1022;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}
div.intro .register {
    background: #1C9DD9;
    color: #fff;
}
div.bootcamps, div.web-bootcamps {
    background: #f8f9fa;
    padding: 40px 0;
}
div.web-bootcamps .row {
    margin-bottom: 40px;
}
div.bootcamps .btn-lg {
    background: #1C9DD9;
    color: #fff;
    display: block;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}
div.available-bootcamps {
    color: #eee;
    background: #0b6298;
    padding: 40px 0;
}
div.available-bootcamps h2{
    color: #fff;
}
div.available-bootcamps strong {
    color: #eee;
}
div.web-dev-pricing {
    margin-bottom: 20px;
    background: #fff;
    color: #555;
    text-align: center;
}
div.web-dev-pricing  div {
    padding: 20px;
}
div.web-dev-pricing  strong {
    color: #222;
}
div.web-dev-pricing  h3 {
    padding: 10px;
    color: #1C9DD9;
    background: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
div.web-dev-pricing  p.overview {
    padding: 10px 20px;
}
div.web-dev-pricing  a.register {
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: #3AA757;
    color: #fff;
    padding: 8px 0;
    width: 130px;
    margin: auto;
}
div.why-coding {
    padding: 40px 0;
}
div.programs {
    background: #0B1022;
    padding: 40px 0;
}
div.programs h2 {
    color: #fff;
    margin-bottom: 20px;
}
div.programs .program {
    margin: 10px auto;
    background: #fff;
    height: 300px;
    width: 300px;
    border-radius: 150px;
}
div.programs .program > div {
    vertical-align: middle;
    padding-top: 90px;
}
div.programs .program a {
    color: #0B1022;
    display: block;
    font-size: 24px;
}
div.programs .program a:hover {
    color: #1C9DD9;
    text-decoration: none;
}
div.programs .program img {
    margin-bottom: 10px;
}
div.highlight01 img {
    width: 100%;
}
div.testimonials {
    background: #F2F4F4;
    padding: 40px 0;
}
div.testimonials h2 {
    color: #0B1022;
}
div.testimonials .testimonial, div.testimonials .testimonial strong{
    color: #0B1022;
}
div.testimonials .testimonial {
    text-align: center;
}
div.techcamp {
    padding: 40px 0;
}
div.techcamp h2 {
    margin-bottom: 20px;
}
div.techcamp a {
    color: #1C9DD9;
}
div.techcamp a:hover {
    color: #F2F4F4;
}
div.programming-languages {
    padding: 40px 0;
}
div.programming-languages span, div.technologies span{
    display: inline-block;
    margin: 10px;
}
div.programming-languages span strong, div.technologies span strong{
    display: block;
    margin-top: 10px;
}
div.dark-bg {
    background: #0B1022;
    color: #fff;
}
div.light-bg {
    background: #F2F4F4;
}
div.light-bg h2 {
    color: #0B1022;
}
div.block {
    padding: 40px 0;
}
div.block a.link {
    display: block;
    text-align: center;
}
div.block h4 {
    font-size: 22px;
}
div.contact-brief {
    padding: 20px;
}
div.contact-brief svg {
    height: 42px;
    width: 42px;
    margin: 10px auto;
    display: block;
}
div.contact-brief svg path {
    fill: #6A7A91;
}
div.contact-brief h6 {
    color: #2B364E;
    text-align: center;
    font-size: 18px;
}
div.contact-brief p {
    color: #6A7A91;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    color: #697992;
}
div.contact-brief-form {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
div.contact-brief-form form {
    border: 1px solid #EFF2F5;
    padding: 50px 50px 30px 50px;
}
div.contact-brief-form form .form-row {
    margin: 20px 0;
}
div.contact-brief-form form .form-input{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 500px;
    position: relative;
}
div.contact-brief-form form .form-input svg {
    height: 20px;
    width: 20px;
    margin: 10px;
    display: block;
    position: absolute;
}
div.contact-brief-form form .form-input input{
    border: 0;
    padding: 5px 5px 5px 45px;
    height: 40px;
    display: block;
    width: 100%;
}
div.contact-brief-form form .form-input input, div.contact-brief-form form .form-input textarea{
    border: 0;
    padding: 5px 5px 5px 45px;
    height: 40px;
    display: block;
    width: 100%;
}
div.contact-brief-form form .form-input textarea {
    padding: 5px 5px 5px 10px;
    min-height: 90px;
}
div.contact-brief-form form .form-input input:focus{
    outline: none;
}
div.contact-brief-form button {
    background-color: #02b159;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 auto;
    padding: 11px 22px 11px 21px;
    border-radius: 4px;
    border: 0;
}
div.contact-brief-form button:focus {
    outline-color: #31D352;
}
footer {
    color: #F2F4F4;
    background: #2A354F;
    padding: 50px 0;
    font-weight: normal;
    font-size: 14px;
}
footer .col-lg-5 > h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
footer .col-lg-5 > h2 img{
    height: 40px;
    margin-right: 10px;
}
footer .col-lg-5 > p {
    color: #869ab8;
    font-family: "Poppins", sans-serif;
}
footer .copyright {
    text-align: center;
    font-size: 13px;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul svg {
    height: 32px;
    width: 32px
}
footer ul svg path {
    fill: #fff;
}
footer h6 {
    color: #fff;
}
footer dd a {
    color: #869ab8;
}
footer ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.btn-social {
    display: inline-block;
    height: 34px;
    width: 34px;
    background: #fff;
}
.btn-social:hover {
    background-color: hsla(0,0%,100%,.8);
}
.btn-social .icon-brand {
    margin-top: 4px;
    fill: #0B1022;
}
@media(max-width:767px) {
    footer .bottom .col-lg-8 {
        text-align: center;
        padding-bottom: 10px;
    }
    footer .contact {
        margin-bottom: 10px;
    }
    footer .col-md-3, footer .col-md-4 {
        margin-bottom: 10px;
    }
    .bootcamps .col-md{
        margin-bottom: 20px;
    }
    .intro .register {
        margin-bottom: 15px;
    }
    form.ats-ui label {
        text-align: left;
    }
    div.registration form.ats-ui .input[name=state]{
        margin-bottom: 20px;
    }
    .web-bootcamps .col-md-6 img {
        margin-bottom: 20px;
    }
    div.web-bootcamps .row {
        margin-bottom: 10px;
    }
    div.testimonials .divider{
        height: 1px;
        margin: 20px 0;
        background: #ddd;
    }
    .chart div {
        margin-left: 20px;
    }
    #chart-teen, #chart-kid {
        height: auto;
    }
    .pricing-highlight {
        margin: 0 auto;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services {
    background: #FAF9F7;
    padding-bottom: 80px !important;
}
.services a.service {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f0f0f0;
    box-shadow: 2px 3px 10px -7px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 5px;
    background: #fff;
    padding: 40px 0px;
    display: block;
    color: #222;
    text-decoration: none;
}
.services .service:hover {
    background: #28a745;
    color: #fff;
}
.services .service h4 {
    margin: 15px 0;
    color: inherit;
}
.services .service span {
    background: #28a745;
    color: #fff;
    width: 110px;
    text-align: center;
    line-height: 30px;
    margin: 15px auto;
    display: block;
    border-radius: 4px;
}
.services .service p {
    text-align: center;
    padding: 10px 20px;
}
.clients {
    margin-top: -40px;
    border-radius: 40px;
    background: #fff;
    padding: 10px 60px;
}
.clients img {
    max-height: 80px;
    margin: 10px 0;
}
.gallery {
    background: #FAF9F7;
    padding-bottom: 80px !important;
}
.gallery a.album {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f0f0f0;
    box-shadow: 2px 3px 10px -7px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 5px;
    background: #fff;
    padding: 40px 0px;
    display: block;
    color: #222;
    text-decoration: none;
}
.gallery .album h4 {
    margin: 15px 0;
    color: inherit;
}
.gallery .album span {
    background: #28a745;
    color: #fff;
    width: 110px;
    text-align: center;
    line-height: 30px;
    margin: 15px auto;
    display: block;
    border-radius: 4px;
}
.gallery .album  .img-container{
    padding: 30px;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery-image
{
    margin-bottom: 30px;
}
div.home-intro .slide {
    display: none;
}
div.home-intro .text-md-left {
    padding-top: 40px;
    padding-bottom: 40px;
}
div.home-intro h1 {
    font-size: 28px;
}
div.home-intro h1, div.home-intro strong {
    color: #222;
}
div.home-intro p {
    font-size: 18px;
}
div.home-intro p.lead {
    color: #354AA7;
}
div.home-intro .btn-lg {
    background: #354AA7;
    display: block;
    color: #fff;
    padding: 8px 12px;
    max-width: 150px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 auto;
}