/*
[Table of contents]

1. @media screen and (min-width:0\0)
- IE

2. @media screen and (-webkit-min-device-pixel-ratio:0)
- Chrome/Safari

3. @media screen and (min-width: 1780px) and (max-width: 1980px)
- Larger Screens

4. @media screen and (min-width: 1500px) and (max-width: 1600px)
- Larger Screens

5. @media screen and (max-width : 1280px)
- Macbook and other devices

6. @media screen and (max-width : 1024px)
- iPad devices Landscape

7. @media screen and (max-width : 991px)
- Tabs and Tablets Landscape

8. @media screen and (max-width : 800px)
- iPad Potrait and other devices

9. @media screen and (max-width : 767px)
- iPhone 6Plus/Nexus 6 Landscape

10. @media screen and (max-width : 680px)
- iPhone 6 Landscape

11. @media screen and (max-width : 580px)
- iPhone 5 Landscape

12. @media screen and (max-width : 480px)
- iPhone 4 Landscape and iPhone 6/6Plus Potrait

13. @media screen and (max-width : 420px)
- iPhone 6/6Plus Potrait/Nexus 5/Samsung Galaxy Potrait

*/


/** M E D I A  Q U E R I E S **/


/** Max Widths **/

@media screen and (min-width:0\0) {}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

@media screen and (min-width: 1780px) and (max-width: 1980px) {}

@media screen and (min-width: 1500px) and (max-width: 1600px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (min-width:768px) {
    .hraderSection .navbar-collapse {
        max-width: calc(100% - 140px);
        float: right;
    }
}

@media only screen and (max-width:1024px) {
    .hraderSection .navbar-nav>li {
        padding: 0 5px;
    }
    .bannerImages,
    .subfooterSection {
        background-position: 60%;
    }
    .resourceImg {
        width: 23%;
    }
    
    .image-field {
        height: 100%;
        width: 100%;
        margin: 10px auto;
    }
    .hraderSection .navbar-nav>li:first-child {
        padding: 0px 5px;
    }
    .static-content p {
        padding: 5px 0px;
    }
    .bannerImages.innerBanner {
        min-height: 365px;
        background-position: center;
        background-size: 100% auto;
    }
}

@media only screen and (max-width:991px) {
    
    .footerLinks {
        text-align: center;
    }

    .bannerText {
        width: 58%;
        padding-right: 0;
    }
    .foundationSection {
        padding: 54px 0;
    }
    .foundationChoose {
        padding: 0;
    }
    .foundationImage {
        text-align: center;
        margin: 24px 0 0;
    }
    .facultyWeb {
        display: none;
    }
    .facultySlider {
        display: block;
    }
    .formSection {
        padding: 16px 0 30px;
    }
    .gallerySection,
    .facultySection {
        padding: 60px 0;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-prev {
        right: 55px;
    }
    .galleryBox.fourBox {
        margin: 0px;
    }
    .fourBox .galleryImage {
        padding: 0px 6px 10px;
    }
    .resourceImg {
        width: 28%;
    }
    .agentSection {
        padding: 50px 0 60px;
    }
    .footerSection {
        padding: 30px 0 44px;
    }
    .map-image > div {
        width: 100% !important;
    }
    .centersBox {
        margin: 0 25px 20px 0;
    }
    footer .inquiryContent{
        display: none;
    }
    /*...*/
    
    .ecpertiseImage {
        height: 255px;
    }
    .bannerImages.innerBanner {
        min-height: 275px;
        background-position: center bottom;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:767px) {
    .hraderSection {
        padding: 14px 0;
        position: static;
    }
    /*.hraderSection .navbar-brand {
        display: none;
    }*/
    /*.hraderSection .navbar-brand.small-brand {
        display: block;
    }*/
    /*.hraderSection .navbar-brand.small-brand>img {
        max-width: 70%;
        margin: 3   px 0 0;
    }*/
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
        border-color: #000;
        background-color: #000;
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 74px;
    }
    .hraderSection .navbar-nav {
        float: none;
        margin: 0;
        padding: 6px 0;
    }
    .hraderSection .navbar-nav>li,
    .hraderSection .navbar-nav>li:first-child {
        padding: 6px 14px;
        display: block;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        border-color: #bb2733;
        background-color: #bb2733;
        margin-right: 0;
        border-radius: 0;
        padding: 6px 8px;
        margin-top: 16px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 20px;
    }
    .bannerImages {
        min-height: 250px;
    }
    .bannerImages.innerBanner {
        min-height: 212px;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .bannerText {
        /*width: 55%;*/
        top: 50%;
        transform: translateY(-50%);
    }
    .paragraph p {
        font-size: 16px;
        line-height: 26px;
    }
    .foundationSection,
    .gallerySection,
    .agentSection {
        padding: 36px 0;
    }
    .facultySection {
        padding: 36px 0 16px;
    }
    .foundationChoose h1 {
        font-size: 30px;
    }
    .leftHeader h2 {
        font-size: 28px;
        margin: 0 0 24px;
        padding: 0 0 14px;
    }
    .centerHead h2 {
        font-size: 28px;
    }
    .leftHeader h2:before {
        left: -22%;
        min-width: 70px;
    }
    /*.foundationChoose p {
        padding: 12px 0;
    }*/
    .foundationChoose p {
        padding: 5px 0;
    }
    .galleryBox,
    .galleryBox.fourBox {
        max-width: inherit;
    }
    .gallerySlider {
        padding: 0 15px;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-prev,
    .gallerySlider .owl-carousel .owl-nav .owl-next {
        top: -64px;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-next {
        right: 5px;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-prev {
        right: 40px;
    }
    .agentSlider {
        padding: 20px 46px;
        margin: 20px 0 0;
    }
    .footerSection {
        padding: 15px 0px;
    }
    .inquiryContent p {
        line-height: 20px;
    }
    .leftFooterContent {
        padding-top: 6px;
        padding-right: 22px;
    }
    .footerSection h3 {
        font-size: 18px;
    }
    .inquiryContent {
        padding: 0 0 50px 166px;
        margin: 0 0 22px;
    }
    .innerSection {
        padding: 30px 0 14px;
    }
    .innerSection .leftHeader h2 {
        font-size: 29px;
    }
    .contentBox h3 {
        font-size: 20px;
    }
    .contentBox p {
        width: 100%;
        padding: 0 0 10px;
    }
    .aboutImage {
        margin: 4px 0 22px;
    }
    .resourceListBox {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }
    .loadMore {
        padding: 0 0 20px;
    }
    .centresSection {
        padding: 0 0 6px;
    }
    .centersBox {
        width: 50%;
        margin: 0;
        padding: 0 20px 0 0;
    }
    .contactForm {
        padding-bottom: 0;
    }
    .contactForm .formSection {
        padding: 16px 0 20px;
    }
    .rightFooterContent .footerLinks p {
        padding: 0;
        text-align: center;
    }
    .addIcon {
        background-size: cover;
        height: 90px;
        width: 90px;
    }
    .innerGallerySection {
        padding: 30px 0;
    }
    .gallerTabSection .nav-tabs {
        border-bottom: 0;
        margin: 0 0 25px;
    }

    .hraderSection.top-nav-collapse .navbar-nav>li>a, .hraderSection .navbar-nav>li>a {
        color: #fff
    }

    .row.ecpertiseBLock h3 {
        margin-top: 0px;
        font-size: 17px;
        line-height: 25px;
    }
        /*....*/
    .right-arrow:before {
        left: -35px;
    }
    /*..header ...*/
    .hraderSection .navbar-brand>img {
        max-height: 60px;
    }
    .bannerText .paragraph{
        padding: 5px 10px;
        max-width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .sophia-content span{
        display: flex;
    }
    /*..*/
    .our-expertise {
        padding-bottom: 0px;
    }
    .foundationSection {
        padding: 10px 0;
    }
    .foundationChoose blockquote {
        margin-bottom: 5px;
    }
    .top-nav-collapse .navbar-collapse {
        top: 50px;
    }
    .top-nav-collapse .navbar-toggle {
        margin-top: 0px !important;
    }
    /*..*/
    .home-banner .bannerImages {
        background-image: url(../images/mobile-banner_home.jpg) !important;
        background-position: center top;
        background-size: 100% auto;
    }
    .foundationImage {
        margin: 5px 0px 0px;
        padding-top: 10px;
    }
    .infografic-section {
        padding: 30px 0px 40px 0px;
    }
    .footer-style {
        background-color: #f7f7f7;
        margin-top: 25px;
        padding: 15px;
        padding-bottom: 0px;
    }
    .contact-inner{
        padding-bottom: 0px !important;
    }
    .contact-inner,
    .our-expertise-field,
    .academic-section,
    .osa-foundation {
        margin-top: 15px;
    }
    .enrichment-content {
        margin-top: 0px;
    }
    


}

@media only screen and (max-width:680px) {
    .cotationContent {
        max-width: 370px;
        padding: 20px 30px 20px 30px;
    }
    .cotationContent p {
        font-size: 16px;
        line-height: 26px;
    }
    .resourdeContent {
        padding: 0 0 0 20px;
    }
    .resourceImg {
        vertical-align: top;
    }
    .resourdeContent p {
        width: 100%;
    }
    .footerLinks {
        text-align: center;
    }
    .inquiryContent {
        margin: 0 0 16px;
    }
    .footerLinks p:last-child {
        padding-top: 0;
    }
    /*.bannerImages.innerBanner {
        min-height: 243px;
    }*/
    
}

@media only screen and (max-width:590px) {
    .leftFooterContent {
        padding-right: 0;
    }
    .inquiryContent p {
        padding: 10px 45px 10px 0;
    }
    .home-banner {
        position: relative;
        min-height: 365px;
    }
    .bannerText{
        position: absolute;
        bottom: -54%;
        left: 0px;
        width: 90%;
        right: 0;
        top: auto;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
        padding: 5px;
    }
    /*.bannerImages.innerBanner {
        min-height: 210px;
        
    }*/
    .copyright-content {
        max-width: 303px;
        margin: 0 auto;
    }
    .infografic-section {
        padding: 25px 0px;
    }
    .group-carousel {
        padding: 30px 0px 0px 0px;
    }
    .osa-carouesel {
        padding-bottom: 5px; 
    }
    .our-expertise-field {
        padding: 30px 0 0px;
        margin-bottom: -10px;
    }
    .contact-table {
        margin-bottom: 0px;
    }
    .innerSection {
        padding: 15px 0px;
    }
    .contentBox {
        padding: 0px;
    }
    .enrichment-content {
        margin-top: 15px;
    }
        
}

@media only screen and (max-width:480px) {
    .foundationChoose h1 {
        font-size: 26px;
    }
    .leftHeader h2 {
        font-size: 24px;
        padding: 0 0 10px;
        margin: 0 0 14px;
    }
    .centerHead h2 {
        font-size: 24px;
    }
    .gallerySlider .owl-carousel .owl-nav .owl-prev,
    .gallerySlider .owl-carousel .owl-nav .owl-next {
        top: -48px;
    }
    .subfooterSection {
        min-height: 400px;
        padding: 100px 0 0;
    }
    /*.cotationContent {
        background-color: transparent;
        padding: 0;
        position: relative;
        max-width: 70%;
    }*/
    .cotationContent {
        position: relative;
        max-width: 100%;
    }
    .cotationContent:before {
        display: none;
    }
    .cotationContent p {
        font-size: 16px;
        line-height: 28px;
    }
    .inquiryContent {
        padding: 0 0 20px 120px;
    }
    .inquiryContent:before {
        background-size: 100px;
        width: 104px;
    }
    .footerLinks li {
        padding: 0 20px 0 0;
    }
    .footerLinks li:after {
        right: 5px;
    }
    .innerSection .leftHeader h2 {
        font-size: 25px;
    }
    .centersBox {
        width: 100%;
        padding: 5px 0 10px;
    }
    div.centersBox:last-child {
        padding-bottom: 0;
    }
    .centresDetail {
        padding: 14px 0 0;
    }
    .row.ecpertiseBLock {
        display: grid;
    }
    .ecpertiseImage {
        height: 100%;
        margin-bottom: 10px;
        max-width: 190px;
    }
    .ecpertiseContent {
        width: 100%;
    }
    .ecpertiseImage-field {
        width: 100%;
    }
    .bannerImages.innerBanner {
        min-height: 133px;
    }
    

    
}

@media only screen and (max-width:420px) {
    /*.bannerText {
        width: 90%;
        background-color: rgba(255, 255, 255, 0.69);
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 15px;
    }*/
    .bannerText {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 5px;
    }
    .galleryBox.fourBox {
        margin: 0px -5px;
    }
    .gallerySlider .item {
        padding: 5px 0;
    }
    .subfooterSection {
        padding: 80px 0 0;
    }
    .inquiryContent {
        padding: 0 0 26px 90px;
    }
    .inquiryContent:before {
        background-size: 70px;
    }
    .inquiryContent {
        padding: 0px 0 18px 85px;
        margin: 0 0 20px;
    }
    .footerLinks p {
        padding: 8px 0 4px;
        line-height: 20px;
    }
    .resourceImg {
        display: block;
        width: 100%;
    }
    .resourdeContent {
        padding: 16px 0 0;
        display: block;
    }
    .inquiryContent p {
        padding: 10px 0;
        font-size: 14px;
    }
    .gallerTabSection .tabSection [class*=col-] {
        width: 100%;
    }
    .gallerTabSection .galleryBox {
        margin: 10px 0 10px;
    }
    .centerHead h2 {
        font-size: 20px;
    }
    
    .bannerText{
        bottom: -80%;
    }
    .bannerImages.innerBanner {
        min-height: 100px;
        background-position: center bottom;
    }
        
}
@media only screen and (max-width:360px) {
    .bannerText{
        bottom: -90%;
    }
    .copyright-content {
        max-width: 284px;
    }
    .footerLinks p {
        font-size: 13px;
    }
    #agentSlider.owl-carousel .owl-item img {
        max-height: 54px;
        max-width: 217px;
    }
    /*.bannerImages.innerBanner {
        min-height: 128px;
    }*/
}
@media only screen and (max-width: 320px){
   .bannerImages.innerBanner {
        min-height: 88px;
    }