@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");
html {
    font-size: 16px;
    color: #263238;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 2001px) and (max-width: 2200px) {
    html {
        font-size: 18px;
    }
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #263238;
}

.primary-brand {
    color: #ffd703;
}

.primary-default {
    color: #000000;
}

.primary-font {
    font-weight: 400;
}

.primary-thin {
    font-weight: 100;
}

.primary-light {
    font-weight: 300;
}

.primary-bold {
    font-weight: 700;
}

.primary-extra-bold {
    font-weight: 900;
}

.txt-lg {
    font-size: 1.1rem;
    line-height: 1.8;
}

.txt-xl {
    font-size: 1.25rem;
    line-height: 1.5;
}

.secondary-brand {
    color: #263238;
}

hr.wave {
    width: 50%;
    height: 10px;
    border: none;
    background: url("../images/wave.svg") repeat-x;
}

hr.wave.right {
    margin-right: 0;
}

hr.wave.left {
    margin-left: 0;
    background-position: -30px 0;
}

@media only screen and (max-width: 769px) {
    hr.wave {
        width: 70%;
    }
}

.no-wrap {
    white-space: nowrap;
}

.bg-default {
    background: #f6f6f6;
}

.visibility-0 {
    opacity: 0;
}

.visibility-1 {
    opacity: 0.1;
}

.visibility-2 {
    opacity: 0.2;
}

.visibility-3 {
    opacity: 0.3;
}

.visibility-4 {
    opacity: 0.4;
}

.visibility-5 {
    opacity: 0.5;
}

.visibility-6 {
    opacity: 0.6;
}

.lh-xs {
    line-height: 1;
}

.lh-sm {
    line-height: 1.2;
}

.lh-md {
    line-height: 1.4;
}

.lh-lg {
    line-height: 1.6;
}

.lh-xl {
    line-height: 1.8;
}

.contain-object {
    object-fit: contain;
}

input.form-control,
select.form-control,
textarea.form-control {
        border: 1px solid #ced4da;
    border-radius: 0;
    resize: none;
    padding-left: .9rem;
}
.form-control:focus{
    box-shadow: none;
}
.cs-select {
    position: relative;
    padding-right: 15px;
}

.cs-select:after {
    font: normal normal normal 18px/1.5 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 15px;
}

.cs-select select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

.cs-select select::-ms-expand {
    display: none;
}

select:invalid {
    color: #96999b;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #96999b;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #96999b;
}

::placeholder {
    color: #96999b;
}

.page-nav-container {
    float: right;
}
.page-nav-container  .page-numbers.active {
    color: #ffd703;
}


.page-nav-container  .page-numbers.previous:after,
.page-nav-container  .page-numbers.next:after {
    font: normal normal normal 14px/1.5 FontAwesome
}
.page-nav-container  .page-numbers {
    position: relative;
    border: 1px solid #efefef;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}
.page-nav-container  .page-numbers.current {
    color: #ffd703;
    background: #000;
    text-decoration: none;
}

.page-nav-container  .page-numbers:hover {
    z-index: 2;
    color: #ffd703;
    background: #000;
    text-decoration: none;
}
/* .page-nav-container  .page-numbers.next:hover{
    background: transparent;
} */

.volunteer-section{
    background: #fff;
}
.volunteer-section img{
	border: 1px solid #cfcfcf;
    border-radius: 8px;
}

.rounded-corner {
    border-radius: 0px 0px 100px 100px;
}
.review .rating img{
	border:none  !important;
	border-radius:0 !important;
}



@media screen and (max-width: 769px) {
    .rounded-corner {
        border-radius: 0px 0px 60px 60px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2200px) {
    .header-container {
        max-width: 1600px !important;
        padding: 0 15px;
    }
}

.offer-course-wave-image {
    background: url("../images/grey-background.png") no-repeat;
    background-size: 100%;
    background-position: top left;
    width: 100%;
    height: 40px;
	display:none;
}

.offer-course-section .card img {
    width: 55%;
}

.offer-course-section .card-text {
    min-height: 100px;
}
.heading-logo img{
	border:none;
}
.heading-logo img {
	width:130px;
}

@media only screen and (max-width:1449px) {
    .offer-course-section .card-text {
        min-height: 150px;
    }
}

@media only screen and (max-width:1024px) {
    .offer-course-section .card-text {
        min-height: 150px;
    }
}

@media only screen and (max-width:992px) {
    .offer-course-section .card-text {
        min-height: 220px;
    }
}

@media only screen and (max-width:767px) {
    .offer-course-section .card-text {
        min-height: auto;
    }
}

footer {
    min-height: 120px;
    margin-top: -28px;
    position: relative;
    overflow: hidden;
}

footer hr {
    border-color: #666666;
}

footer .wave-bar {
    background: url("../images/footer.png") no-repeat bottom left;
    background-size: 100%;
    height: 30px;
    margin-bottom: -1px;
}

footer .footer-social-link {
    display: flex;
    align-items: center;
    min-height: 40px;
}

footer .footer-social-link a {
    width: 30px;
    height: 30px;
    font-size: 0;
    display: inline-block;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    -ms-transform: rotate(-15deg);
    /* IE 9 */
    -webkit-transform: rotate(-15deg);
    /* Safari prior 9.0 */
    transform: rotate(-15deg);
    /* Standard syntax */
    -webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

footer .footer-social-link a.facebook {
    background-image: url("../images/facebook-icon.png");
    -ms-transform: rotate(-15deg);
    /* IE 9 */
    -webkit-transform: rotate(-15deg);
    /* Safari prior 9.0 */
    transform: rotate(-15deg);
    /* Standard syntax */
}

footer .footer-social-link a.twitter {
    background-image: url("../images/twitter-icon.png");
}

footer .footer-social-link a.instagram {
    background-image: url("../images/instagram-icon.png");
    -ms-transform: rotate(20deg);
    /* IE 9 */
    -webkit-transform: rotate(20deg);
    /* Safari prior 9.0 */
    transform: rotate(20deg);
    /* Standard syntax */
}

footer .footer-social-link a:last-child {
    margin-right: 0;
}

footer .footer-social-link a:hover {
    -ms-transform: rotate(0deg) !important;
    /* IE 9 */
    -webkit-transform: rotate(0deg) !important;
    /* Safari prior 9.0 */
    transform: rotate(0deg) !important;
    /* Standard syntax */
}

hr.footer-wave {
    background: url("../images/footer-wave.png") no-repeat;
    background-position: top left;
    position: absolute;
    margin: 0;
    top: -2px;
    height: 10px;
    width: 350px;
}

hr.footer-wave.grey {
    background-image: url("../images/footer-wave-grey.png");
}

.hero-image {
    min-height: 70vh;
}

.cs-section .coding-content{
    margin: 0;
}
.cs-section .join-section{
    border-bottom: 2px solid #434343;
}
.cs-section .summer-camp{
    margin-top: 10px;
}
.cs-section .summer-camp h6{
 font-size: 24px;
    line-height: 1.8;
    font-weight:400;
}
.cs-section .join-section h6{
        font-size: 26px;
    line-height: 1.8;
    font-weight:400;
}
.event-section{
    background: url(../images/banner-top.jpg) #fed722 no-repeat;
        background-size: 100%;
        padding: 70px 0 70px 0px;
}
.event-section h3{
    text-align: center;
    font-size: 32px;
}
.event-section .border-b{
    border-bottom: 2px solid #434343;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.event-section h4{
        font-size: 52px;
    font-weight: bold;
}
.event-section .media-content p{
    margin: 0;
    text-transform: uppercase;
}
.event-section .media-content {
   padding:8px 0 0 10px;
}

@media screen and (min-width: 1600px) {
    .hero-image h1 {
        font-size: 3.5rem;
    }
    .hero-image p {
        font-size: 1.75rem;
        line-height: 1.4;
        padding-right: 30%;
    }
}

@media screen and (min-width: 1280px) {
    .hero-image h1 {
        font-size: 3.5rem;
    }
    .hero-image p {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-right: 30%;
    }
}

@media screen and (min-width: 1024px) {
    .hero-image p {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    footer .footer-social-link {
     justify-content: flex-end;

}
}

@media screen and (max-width: 769px) {
    .hero-image {
       max-height: 600px;
    min-height: 600px;
    }
    .hero-image img {
        margin-top: 30px;
    }
    .hero-image h1{
        font-size: 2rem;
    }
    .cs-section .join-section h6 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.cs-section .coding-content {
    margin: 0;
    padding: 0 0 20px 20px;
}
}

@media screen and (max-width:500px) {
    .hero-image {
        max-height: 80vh;
        min-height: 80vh;
    }
    .hero-image {
        padding-top: 20px;
    }
    .hero-image img {
        width: 85%;
        margin: 30px auto 0;
    }
}



.why-coder-squad .coder-squad-img {
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .why-coder-squad {
        padding-top: 50px;
    }
    .why-coder-squad .coder-squad-img {
        width: 45%;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .contact-form h2 {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 766px) and (max-width:1000px) {
    .why-coder-squad {
        padding-top: 50px;
    }
    .why-coder-squad .coder-squad-img {
        width: 25%;
    }
    .hero-image{
          min-height: 76vh;
    }

}

.sparkle-background {
    background: url("../images/sparkle-background.png") no-repeat;
    background-position: right center;
}
.scratch-python p{
    line-height: 1.9;
}
@media only screen and (max-width:767px) {
    .scratch-python h3 {
        text-align: left;
    }
}

.profile-tabs li {
    list-style-type: none;
}

.profile-tabs .profile-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: relative;
}

.profile-tabs .profile-icon img {
    width: 100%;
}

.profile-tabs .profile-icon-active {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.profile-tabs .nav-link.active span {
    border-bottom: 1px solid #ffd703;
}

.profile-tabs .nav-link.active .profile-icon-active {
    opacity: .9;
}

.generic-content h2 {
    font-size: 3rem;
}

.course-heading-section {
    min-height: 320px;
}

@media only screen and (max-width: 991px) {
    .course-heading-section {
        min-height: auto;
    }
}

.course-heading-section .course-image-block {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 42px;
/*     background: url("../images/course-heading-img.png") no-repeat left top; */
    height: 304px;
}

.course-heading-section .course-image {
    width: 300px;
    height: 300px;
    display: block;
    margin-top: -4px;
}

.course-heading-block {
    border-radius: 5px;
}

.course-tabs-content{
    min-height: 300px;
}

.course-tabs-content .card-header {
    border: 1px solid transparent;
}

.course-tabs-content .card-body {
    border: 1px solid #f6f6f6;
}

.course-tabs .nav-item .nav-link {
    border: 1px solid #263238;
    border-width: 1px 1px 1px 0;
    width: 150px;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0;
    font-weight: 600;
    color: #263238;
        text-transform: uppercase;
}

.course-tabs .nav-item:first-child .nav-link {
    border-width: 1px;
}

.course-tabs .nav-item .nav-link.active {
    background: #f6f6f6;
    border-color: #f6f6f6 #263238 #f6f6f6 #f6f6f6;
}

.course-tabs .nav-item:last-child .nav-link.active {
    border-color: #f6f6f6;
}

.contact-heading-section {
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .contact-heading-section {
        min-height: auto;
    }
    .generic-content h2 {
        font-size: 2rem;
    }
}

.contact-heading-section .contact-image-block {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 42px;
    height: 304px;
    right: 0;
}

.contact-heading-section .contact-image-block .contact-shape-image {
    width: 100%;
    height: 100%;
    position: absolute;
	display:none;
    background: url("../images/contact-heading-img.png") no-repeat left top;
}

.contact-heading-section .paper-plane-icon {
    position: absolute;
    bottom: 30px;
    right: -44px;
}

.contact-heading-section .paper-plane-icon img {
    width: 90px;
    height: 90px;
}

@media only screen and (max-width: 991px) {
    .contact-heading-section .paper-plane-icon {
        position: absolute;
        bottom: -0px;
        right: -40px;
    }
  
}

.contact-form input.form-control,
.contact-form select,
.contact-form textarea {
    min-height: 60px;
    max-height: 60px;
    font-size: 24px;
}
.contact-form textarea.message-textfiled{
	min-height: 240px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #263238;
    box-shadow: none;
    outline: 2px solid  rgba(160, 194, 249, .9);
}

.contact-form .cs-select:after {
    top: 20px;
}
.contact-form .cs-select{
    padding-right: 0;
}

.contact-form .form-group {
    margin-bottom: 50px;
}
.wpcf7-not-valid-tip{
    display: none;
}
 .wpcf7-not-valid{
    border-color: #f00;
}
.wpcf7-validation-errors{
    display: none !important;
}
.contact-form  .wpcf7 .ajax-loader {
    margin: -6px 0 0 -23px;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.contact-form .wpcf7-response-output {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1 !important;
    width: 70%;
    position: absolute;
    bottom: 51px;
    left: 40px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
	    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
}
.about-content {
    overflow: hidden;
}

.about-content p {
    font-weight: 300;
    font-size: 24px;
}

.team-section .heading h2 {
    margin-bottom: 50px;
}

.team-section .card-body h3 {
    font-size: 2rem;
}
.team-section .card-body h4 {
   font-weight: 300;
    font-size: 1.5rem;
}
.team-section p {
    line-height: 1.8;
}

.team-section .card-img-top {
    width: 100%;
    border-radius: 50%;
}

.about-content-section .card img {
    width: 40px;
}

.about-content-section .card h5 {
    font-size: 24px;
    font-weight: 300;
}

.about-content-section .card-body {
    padding: 6px 0 0 0;
}

.about-content-section h2 {
    margin-bottom: 40px;
}

.about-content-section .visson-content-box {
    padding: 60px 0;
}

.about-content-section .mission-content-box {
    padding: 60px 0;
}

.about-content-section .story-content-box {
    padding: 0 0 60px 0;
}

.email-subscribe .wpcf7-validation-errors{
    display: none !important;
}
.email-subscribe .wpcf7-not-valid{
    border-color: red;
}
.email-subscribe .wpcf7-mail-sent-ng{
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}
.email-subscribe .wpcf7-response-output{
    margin-top: 0 !important;
}
.email-subscribe .wpcf7 .ajax-loader {
    margin: -8px 0 0 -41px;
}
.email-subscribe span.wpcf7-not-valid-tip {
    color: #f00;
}
.instructor-section span.wpcf7-not-valid-tip{
    text-align: left !important;
    display:none;
}
.instructor-section  .wpcf7-validation-errors{
    display:none !important;
}
.instructor-section  .wpcf7 .ajax-loader {
    margin: 15px 0 0 -40px;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.instructor-section {
    position: relative;
}
.instructor-section .wpcf7-mail-sent-ng {
    text-align: left;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    width: 77%;
    position: absolute;
    bottom: 36px;
}


span.wpcf7-not-valid-tip{
    text-align: left !important;
    font-size: 14px !important;
}
.instructor-section .wpcf7-not-valid{
    border-color: red;
}


@media only screen and (max-width: 767px) {
    .instructor-section .wpcf7-mail-sent-ng {
        width:100%;
        position: relative;
        margin-left: 0;

    }
}
/*
.helps-content p{
    font-weight: 300;
}
*/

.course-testimonial {
    padding: 100px 0 0 0;
}

.course-testimonial .caption {
    padding: 30px 0 0 0;
}

.course-testimonial .caption img {
    width: 130px;
    top: -24px;
    left:-20px;
    z-index: 0;
}

.course-testimonial .caption h1 {
    z-index: 1;
    font-size: 2.9rem;
}

.course-testimonial .caption p {
    color: #000;
    font-size: 1.4em;
 font-weight: 300
}

@media only screen and (max-width: 767px) {
    .course-testimonial h1 {
        font-size: 2.0rem;
    }
    .course-testimonial img {
        width: 70%;
    }
    .about-content-section .card h5 {
        font-size: 18px;
    }
    .course-testimonial .caption h1 {
        font-size: 2rem;
    }
    .course-testimonial .caption img {
        left: 0;
        width: 90px;
        top: 0;
    }
    .course-tabs .nav-item .nav-link {
        width: 100px;
    }
    .course-detail .h4 {
        font-size: 1.3rem;
    }
    .site-branding {
        width: 300px;

    }
}

@media only screen and (min-width: 766px) and (max-width:1000px) {

}

@media only screen and (min-width: 1001px) and (max-width:1025px) {
    .course-testimonial.caption img {

        width: 110px;
        top: -5px;
    }
    .course-testimonial .steve-img {
        width: 100%;
    }
}

@media only screen and (min-width: 1026px) and (max-width:1450px) {
    #sidebar,#sidebar2,#sidebar3{
        transition-duration: 4s;transition-delay: 1s;
    }
    #sidebar.sticky,#sidebar2.sticky,#sidebar3.sticky {
        float: none;
        position: fixed;
        top:0;
        z-index: 6;
        left: auto;
        transition-duration: 4s;
        transition-delay: 1s;


        }


}







@media only screen and (min-width: 1700px) and (max-width:2000px) {
    #sidebar,#sidebar2,#sidebar3{
        transition-duration: 4s;transition-delay: 1s;
    }
    #sidebar.sticky,#sidebar2.sticky,#sidebar3.sticky {
        float: none;
        position: fixed;
        top:0;
        z-index: 6;
        left: auto;
        transition-duration: 4s;
        transition-delay: 1s;


        }


}
a.show {
    background: #f6f6f6;
    border-color: #f6f6f6 #263238 #f6f6f6 #f6f6f6;
}
input#f-name
{
    text-transform:capitalize;
}

[tabindex="-1"]:focus .card {
  outline: 2px solid rgba(160, 194, 249, .9)!important;
}
.post-wrap {
    display: block;
}

.post-wrap  ul li p{
        display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
.review-section{
background:#fff;
	padding-bottom:40px;
}
.review-section.border-bottom{
	    border-bottom: 1px solid #ececed!important;
}
.video-image{
	border-radius: 60px;
    overflow: hidden;
}
.donor-app .video-image{
	
	margin-bottom:30px;
}
.slick-slider{
	padding:12px 30px 0px 30px;
}
.slick-next:before{
    width: 24px;
    height: 24px;
	display: block;
	content:"" !important;
	background:url('../images/arrow-right.png');
	background-size: 100%;
    background-repeat: no-repeat;
}
.slick-prev:before{
    width: 24px;
    height: 24px;
	display: block;
	content:"" !important;
	background:url('../images/arrow-icon.png');
	background-size: 100%;
    background-repeat: no-repeat;
}
.review{
	text-align:left;
	padding:20px;
	
}
.review p{
	padding:20px 0 0 0;
	font-size:18px;
}
.review h6{
	font-size:16px;
	margin:0;
	font-weight:bold;
}
.review span{ 
	font-size:14px; display: block;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.review {
    text-align: left;
    padding: 20px 10px;
}
	.review p {
    font-size: 16px;
}
	.review-section {
    background: rgb(245,245,245);
    background: linear-gradient(
0deg
, rgba(245,245,245,1) 60%, rgba(255,255,255,1) 60%);
    padding-bottom: 20px;
}
	.slick-slider {
    padding: 12px 16px 0px 16px;
}
	.review-section h2{
		font-size:1.5rem;
	}
}

@media only screen and (min-width: 766px) and (max-width:1000px) {
.review {
    text-align: left;
    padding: 20px 10px;
}
	.review p {
    font-size: 16px;
}
	.review-section {
    background: rgb(245,245,245);
    background: linear-gradient(
0deg
, rgba(245,245,245,1) 60%, rgba(255,255,255,1) 60%);
    padding-bottom: 20px;
}
}

@media only screen and (min-width: 1001px) and (max-width:1025px) {
.review {
    text-align: left;
    padding: 20px 10px;
}
	.review p {
    font-size: 16px;
}

}


.video-image .wpsisac-slick-slider button.slick-prev, .video-image .wpsisac-slick-slider button.slick-prev:hover, .video-image .wpsisac-slick-slider button.slick-prev:focus
{
    background: none !important;
}


.video-image .wpsisac-slick-slider button.slick-next, .video-image .wpsisac-slick-slider button.slick-next:hover, .video-image .wpsisac-slick-slider button.slick-next:focus {
    background: none !important;
}

#fancybox_vgl-content{ border-width: 0 !important; width: 100% !important;}
#fancybox_vgl-title-over{ display: none !important;}

.course-details{
padding: 30px 50px 90px;
    text-align: left;
    background-color: #fbf8ff;
    border-radius: 60px 60px 0 0;
    margin-bottom: -60px;
    border: 1px solid #ded9e5;
}
.course-details span {
    display: block;
    margin-bottom: 15px;
}
/*.course-details span:last-child{margin-bottom: 0;}

.bx-controls-direction{ display:none;}
.playbtnCss {background: none !important;}
body .bx-wrapper .bx-caption {
    background: transparent !important;
    text-align: left;
   bottom: -30px !important;
}*/
/*body .bx-wrapper .bx-caption span {
    font-size: 16px !important;
    color: #263238 !important;
    font-weight: 600;
    padding: 0 !important;
    font-family: "Lato", sans-serif !important;
}*/
/*.bx-wrapper .bx-viewport{min-height: 250px !important;}*/

.video-page .video-box h3 {
    font-size: 16px !important;
    color: #263238 !important;
    font-weight: 600;
    padding: 0 !important;
    font-family: "Lato", sans-serif !important;
}