/*
Template Name: HTML Education Template
Author: yaminncco

Colors:
        Body 		: #798696
        Headers 	: #374050
        Primary 	: #FF6700
        Grey 		: #EBEBEB

Fonts: Lato & Montserrat

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
------------------------------------*/

/*------------------------------------*\
        General
\*------------------------------------*/
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI/SegoeUI.ttf')  format('truetype'), url('../fonts/SegoeUI/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('../fonts/SegoeUI-Bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-Bold/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold/SegoeUI-Bold.ttf')  format('truetype'), url('../fonts/SegoeUI-Bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('../fonts/SegoeUI-Semibold/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-Semibold/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold/SegoeUI-Semibold.ttf')  format('truetype'), url('../fonts/SegoeUI-Semibold/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SegoeUI-Italic';
    src: url('../fonts/SegoeUI-Italic/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-Italic/SegoeUI-Italic.woff') format('woff'), url('../fonts/SegoeUI-Italic/SegoeUI-Italic.ttf')  format('truetype'), url('../fonts/SegoeUI-Italic/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-SemiboldItalic';
    src: url('../fonts/SegoeUI-SemiboldItalic/SegoeUI-SemiboldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-SemiboldItalic/SegoeUI-SemiboldItalic.woff') format('woff'), url('../fonts/SegoeUI-SemiboldItalic/SegoeUI-SemiboldItalic.ttf')  format('truetype'), url('../fonts/SegoeUI-SemiboldItalic/SegoeUI-SemiboldItalic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'SegoeUIBlack';
    src: url('../fonts/SegoeUIBlack/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUIBlack/SegoeUIBlack.woff') format('woff'), url('../fonts/SegoeUIBlack/SegoeUIBlack.ttf')  format('truetype'), url('../fonts/SegoeUIBlack/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}





/* --- typography --- */
body {
    font-family: 'SegoeUI';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4{
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #374050;
    font-family: 'SegoeUI-Semibold';
}

h1,.h1 {
    font-family: 'SegoeUI-Semibold';
    font-size:50px;
    line-height: 48px;
}

h2, .h2 {
    font-family: 'SegoeUI-Semibold';
    font-size:35px;
    line-height: 56px;
}

h3, .h3 {
    font-family: 'SegoeUI-Bold';
    font-size:30px;
    line-height: 40px;
}

h4, .h4 {
    font-size:20px;
    line-height: 30px;
    font-family: 'SegoeUI-Bold';
    margin: 0;
}

@media(max-width: 767px){
    h3, .h3 {
        font-size:20px;
        line-height: 1.3;
    }
    h1,.h1 {
        font-size:5rem;
    }

}
a {
    /*font-family: 'Lato', sans-serif;*/
    color: #374050;
    font-weight: 400;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
    color: #374050;
    opacity: 0.9;
}
ul.list-none,ol.list-none{
    list-style: none;
    padding:0;
}
.text-orange{
    color:#FF9515;
}
.text-blue{
    color:#2A166F;
}
.white-text {
    color: #FFF;
}
.float-none{
    float: none !important;
}

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #AEAEAE;
    border-radius:4px;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition:0.2s border-color;
    transition:0.2s border-color;
    box-shadow: 0 3px 6px 0 rgba(155,152,152,.25);

}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background:url(/ryan_page/images/down-arrow.png) no-repeat 97% center;

    border: 1px solid #AEAEAE;
    border-radius: 4px;
    margin-right: 0;
    padding: 1rem;
    padding-right: 2rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(155,152,152,.25);

}
textarea {
    padding: 10px 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color:#FF6700;
}
/*------------------------------------*\
        Logo
\*------------------------------------*/
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}

.navbar-brand {
    padding: 10px 15px 15px 0px;
    height: auto;
}

@media (min-width: 768px){
    .navbar-header{
        margin: 0 20% 0 0 !important;
    } 
}

.navbar-brand .logo {
    margin-top: 10px;
    display: inline-block;
}
.navbar-text {
    font-size: 40px;
    color: #fff;
    padding: 42px 0;
    line-height: 45px;
}
.navbar-text span{
    font-family: 'SegoeUI-Bold';
}
/*.navbar-brand .logo > img {
        max-height:30px;
}*/

@media only screen and (max-width: 767px) {
    .navbar-brand {
        margin-left:15px;
    }
} 

/*------------------------------------*\
        Navigation
\*------------------------------------*/
#header {
    position:relative;
}
.navbar-right span{
    font-size: 12px;
    font-family: 'SegoeUI-Italic';
    color: #fff;
    display: block;
}
.banner-image{
    background: url(/ryan_page/images/curve-img.png) no-repeat left 0px;
    background-size: 70% 100%;
    background-position-x: 100%;

} 
@media (max-width: 1400px){
    .banner-image{
        background: url(/ryan_page/images/curve-img.png) no-repeat right 0px;
        background-size: contain;
        background-position-x: 100%;

    }  
}

.section{
    padding: 30px 0;
}
.font-italic{
    font-size: 35px;
    font-family: 'SegoeUI-Italic';
}

.font-bold{
    font-size: 35px;
    font-family: 'SegoeUI-Bold';
    text-transform: uppercase;
    line-height: 40px;
}
.font-bold-1{
    font-size: 28px;
    font-family: 'SegoeUI-SemiboldItalic';
    line-height: 40px;
}
.font-semibold{
    font-family: 'SegoeUI-SemiboldItalic';
    font-size: 40px;
}
.content-left{
    font-family: 'SegoeUI-Semibold'; 
    font-size: 30px;
    line-height: 40px;

}
.content-right h5{
    font-family: 'SegoeUIBlack';
    font-size:70px;
    line-height: 40px;
}
.content-right span{
    font-family: 'SegoeUI-SemiboldItalic';
    font-size:30px;
    line-height: 25px;
}
.content-left span{
    font-family: 'SegoeUI-Bold'; 
}
.section-1{
    padding: 30px 0 0 0;
}
.section-1 .container{
    position: relative;
}

.blue-box img{
    margin: 0 auto;
    display: block;
}
.section-1 .blue-box{
    background:#2A166F;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}
.section-1 .blue-box h4{

    text-align: center;
    line-height: 22px;
    margin-top:10px;
    position: relative;
}
.section-1 .blue-box h4 sup{
    font-size: 35px;
    position: absolute;
    top: 3px;
    left: 12px;
}

.section-1 .circle-1{
    position: absolute;
    left: -72px;
    bottom: -105px;

}
.section-1 .circle-2{
    position: absolute;
    right: -72px;
    bottom: -59px;

}

.section-1 .dots{
    position: absolute;
    right: -17px;
    top: 28px;
}
.section-2{
    background: #F8F8F8;
}
.section-2 ul{
    overflow: auto;
    height: 350px;
    overflow-x: hidden;
}

.section-2 ul li{
    margin-bottom: 4px;
    padding-left: 8px;
    padding: 0px 8px;
    font-size: 14px;
    font-family: 'SegoeUI-Semibold';
}
.section-3{
    border-top:2px solid #000;
}
.section-4 .container,.section-5 .container,.section-3 .container{

    border-bottom: 1px solid #ccc;
}
.section p{
    line-height: 25px;
    color: #000000;
}
.lead{
    font-size: 20px;
}
.section .heading{
    font-size: 19px;
    font-family: 'SegoeUI-Semibold';
}
.section .heading span{
    font-family: 'SegoeUI-Bold';
}
.red-box{
    background: #FF3939;
    border-radius: 6px;
}
.red-box p{
    font-size: 22px;

}
.red-box p span{
    color:#FCEC03;
}
.crown{
    position: absolute;
    top:-50px;
}
.btn{
    border-radius: 4px;
    font-family: 'SegoeUI-Semibold';
    padding: 10px 23px;
}
.btn-primary{
    background: #2A166F;

}
.caption{
    font-family: 'SegoeUI-Italic';
    font-size: 22px;
}
@media (max-width: 768px){
    .section-1 .circle-1,.section-1 .circle-2,.section-1 .dots{
        display: none;
    }
    .banner-image{
        background: #2a166f;
        padding: 0 0 24px 0;
    }
}
@media (max-width: 600px){
    .font-bold {
        font-size: 18px;
        line-height: 30px;
    }
    .font-semibold{
        font-size: 24px;
    }
    .navbar-header{
        display: inline-block;
    }
    .navbar-header img{
        width: 74px;
    }   
    #nav{
        float: right;
        display: inline-block;
    }
    #nav img{
        width: 206px; 
    }

    .list-inline>li {
        display: block;
    }
    .list-inline>li img{
        width: 90%;
        margin: 0 auto;
        display: block;
        margin-bottom: 8px;

    }
    .section-1 .circle-1,.section-1 .circle-2,.section-1 .dots{
        display: none;
    }
    .banner-image{
        background: #2a166f;
        padding: 0 0 24px 0;
    }
    .content-left {
        font-size: 20px;
        text-align: center;
        line-height: 25px;
        margin: 0 10px;
    }
    .crown {
        position: relative;
        top:0;
        margin: 0 auto;
    }
    .section-4 .container, .section-5 .container, .section-3 .container {
        padding-bottom: 10px;
    }
    .section .heading {
        font-size: 20px;
    }
    .section-2 ul{
        overflow: unset;
        height: auto;
        overflow-x: unset;
    }
    .caption{
        font-size: 18px;
    }
}
@media (max-width: 360px){
    .navbar-header img{
        width: 78px;
    } 
}

.blue-content{
    background:#2A166F;
    border-radius: 6px;
    box-shadow: 0px 6px 12px 0 #2A166F7D;
}
.orange-content{
    background:#FF9515;
    border-radius: 6px;
    box-shadow: 0px 6px 12px 0 #B7690A52;
}
.graph-box h4{
    font-size: 70px;
    line-height: 45px;
}
.graph-box .block{
    border-radius: 6px;
    border:1px solid #fff;
}
.graph-box span{
    display: block;
    font-size: 20px;
}


hr {

    border-top: 1px solid #6d6666;
}
#footer{
    background: #2A166F;
    padding: 34px 0;
}
.btn-orange{
    background: #FF9515;
    border-radius: 4px;
    padding: 15px 45px;
}

#footer .para{
    font-size: 16px;
    font-family: 'SegoeUI-Semibold';
    color:#fff;
    line-height: 29px;
}

