@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}

@media screen and (max-width: 1370px){
    .header-container{
        width: 1300px;
        margin: 0 auto;
    }
    
    section.affiliate-sec {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1025px){
    .header-container {
        width: 970px;
        margin: 0 auto;
    }
    
    .custom-container {
        width: 850px;
        margin: 0 auto;
    }
    
    header.header .logo img {
        width: 80%;
    }
    
    header.header .tagline p{
        font-size: 65px;
    }
    
    section.about-sec .about-img {
        margin-top: -180px;
    }
    
    section.affiliate-sec {
        padding: 110px 0;
    }
    
    section.affiliate-sec .affiliate-img{
        height: 105px;
    }
    
    section.affiliate-sec .affiliate-img a.affi_link{
        font-size: 11px;
    }
}




@media screen  and (max-width: 1400px){  
header.header {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.about-sec .about-img img {
    height: 400px;
    width: auto;
    object-fit: cover;
}

section.about-sec {
    padding-bottom: 36px;
}
section.program-sec {
    padding: 44px 44px 85px;
}
section.program-sec h2 {
    font-size: 70px;
    line-height: initial;
    margin-bottom: 0px;
}
section.program-sec .program-list .programs a h4 {
    font-size: 24px;
    line-height: 60px;
}

section.affiliate-sec {
    padding: 60px 0 60px;
}

section.affiliate-sec h3 {
    font-size: 45px;
    line-height: initial;
    margin-bottom: 20px;
}


}

@media screen  and (max-width: 1300px){  
section.about-sec .top {
    margin-top: 60px;
}
section.program-sec h2 {
    font-size: 70px;
    line-height: initial;
    margin-bottom: 0px;
    margin-top: 0;
}
section.program-sec .program-list .programs {
    padding-top: 25px;
}
section.affiliate-sec h3 {
    font-size: 45px;
    line-height: initial;
    margin-bottom: 20px;
    margin-top: 0;
}

}


@media screen  and (max-width: 1100px){  

section.about-sec .about-img img {
    height: 350px;
    width: auto;
    object-fit: cover;
}

section.about-sec .about-img {
    margin-top: -240px;
    text-align: right;
}
header.header .tagline p {
    font-size: 77px;
    letter-spacing: 0.5px;
    line-height: 192px;
}

section.about-sec .bottom p {
    padding: 0 20px;
}
section.program-sec h2 {
    font-size: 60px;
    line-height: initial;
    margin-bottom: 0px;
    margin-top: 0;
}
section.program-sec .program-list .programs a h4 {
    font-size: 24px;
    line-height: 60px;
    margin: 0;
}

section.affiliate-sec .slick-list {
    padding: 10px 0 50px;
}
section.affiliate-sec .affiliate-img a.affi_link {
    bottom: -50px;
}
header.header .tagline p {
    font-size: 70px;
    letter-spacing: 0.5px;
    line-height: initial;
}


}

@media screen  and (max-width: 800px){     
header.header {
    padding-top: 30px;
    padding-bottom: 30px;
}
header.header .logo img {
    width: auto;
}

header.header .logo img {
    width: auto;
}
header.header .tagline p {
    font-size: 65px;
    letter-spacing: 0.5px;
    line-height: normal;
    text-align: center;
}
.header-container {
    width: 100%;
    margin: 0 auto;
}
header.header .col-sm-1 {
    width: 100%;
}

header.header .col-sm-3 {
    width: 100%;
}

header.header .col-sm-7 {
    width: 100%;
}

section.about-sec .about-img {
    margin-top: 0;
    text-align: right;
}
.custom-container {
    width: 100%;
    margin: 0 auto;
}

section.about-sec .about-img {
    margin-top: 20px;
    text-align: center;
}
section.about-sec .top h3 {
    font-size: 50px;
    line-height: normal;
    margin: 0 0 5px 0;
}

section.about-sec .bottom {
    margin-top: 0px;
}

section.about-sec .bottom p {
    padding: 0 40px;
}
section.program-sec h2 {
    font-size: 50px;
    line-height: initial;
    margin-bottom: 0px;
    margin-top: 0;
}
section.program-sec {
    padding: 24px 0px 24px;
}

section.affiliate-sec {
    padding: 30px 0 30px;
}

section.cop p {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}


.social_icons {
    text-align: center;
    margin: 10px 10px;
}


.pull-right {
    float: none !important;
}



.pull-right {
    float: none !important;
}

section.cop .container.copy {
    width: 100%;
}

section.cop .col-sm-7 {
    width: 100%;
}

section.cop .col-sm-5 {
    width: 100%;
    text-align: center !important;
    max-width: 100%;
}

.social_icons.pull-right {
    float: none !important;
}

section.cop {
    padding: 20px 0;
}
section.about-sec .row {
    display: block;
}

section.about-sec .row .col-sm-5 {
    width: 100%;
}

section.about-sec .row .col-sm-7 {
    width: 100%;
    text-align: center;
}

section.about-sec .top {
    margin-top: 20px;
}


}

@media screen  and (max-width: 600px){     
header.header .tagline p {
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

header.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.about-sec .about-img img {
    height: auto;
    width: auto;
    object-fit: cover;
}

section.about-sec .bottom p {
    padding: 0 25px;
    font-size: 14px;
    line-height: 25px;
}

section.affiliate-sec h3 {
    font-size: 35px;
    line-height: initial;
    margin-bottom: 10px;
    margin-top: 0;
}
section.program-sec .program-list .programs a h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

section.program-sec h2 {
    font-size: 40px;
    line-height: initial;
    margin-bottom: 0px;
    margin-top: 0;
}

section.program-sec {
    padding: 15px 0px 24px;
    background-color: #ffffff80;
}
    
    
}