@media(min-width: 1500px) {
    .orchestraLeft {
        padding-right: 160px
    }
}
@media(min-width: 992px) {
    .mob-only {
        display: none !important
    }
}
@media(max-width: 1379px) {
    .boxIN {
        padding: 15px 20px 15px 40px;
        height: 240px
    }
    .educatorBox {
        height: 360px
    }
    .roseLove .educatorBox > div {
        padding: 30px 40px
    }
    .hero-Slider .SliderIn {
        height: 580px
    }
    .container {
        padding: 0 25px
    }
    h3 {
        font-size: 36px
    }
    body {
        font-size: 20px
    }
    .media-right p {
        font-size: 28px;
        line-height: 1.2
    }
    .media-right {
        padding: 0 25px
    }
    .about .newsright {
        padding-left: 100px
    }
    .about .newsleft {
        padding: 25px 50px
    }
    .newsright p {
        font-size: 40px
    }
    .newsleft {
        padding-left: 40px;
    }
    .newsleft p {
        font-size: 27px;
        line-height: 1.4
    }
    h2 {
        font-size: 48px
    }
    .orchestraLeft {
        padding-right: 75px
    }
    .orchestra-row {
        padding: 40px 60px 80px 40px
    }
    .iframe-bg {
        right: -70px
    }
}
@media(max-width: 1199px) {
    .boxIN {
        padding-left: 25px;
        height: 220px
    }
    .roseLove .educatorBox > div {
        padding: 20px 25px
    }
    h3 {
        font-size: 28px
    }
    h4 {
        font-size: 24px
    }
    .educatorBox h3 {
        margin-bottom: 20px
    }
    .educatorBox {
        height: 300px;
    }
    body {
        font-size: 18px
    }
    .about .newsright:before {
        height: 90px
    }
    .about .newsleft p {
        font-size: 18px;
        line-height: 22px
    }
    .about .newsright {
        padding-bottom: 150px
    }
    .about .newsleft {
        padding-top: 15px
    }
    .about {
        padding-top: 70px
    }
    .newsright p {
        font-size: 32px;
    }
    .newsright,
    .newsleft {
        padding-bottom: 120px
    }
    .newsright {
        background-size: auto 70px;
    }
    h2 {
        font-size: 42px
    }
    .hero-Slider .SliderIn {
        height: 480px;
    }
    .menu ul {
        margin: 0
    }
    .menu ul li {
        padding: 0 15px
    }
    .menu ul li:last-child {
        padding-right: 0
    }
    .logo img {
        max-height: 48px;
        object-fit: contain;
    }
    .banner {
        height: auto
    }
    .banner .banner-left {
        order: 2
    }
    .banner .banner-right {
        order: 1;
        height: 560px
    }
	.about-banner.banner .banner-right ,
	.about-banner.banner .banner-left {
		flex:0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.banner .banner-right img {    object-fit: contain;}
    .banner .banner-left,
    .banner .banner-right {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner .banner-left {
        padding: 70px 40px
    }
    .orchestraLeft {
        padding-right: 25px
    }
    .orchestra-row {
        padding-right: 40px
    }
    .orchestra-row h4 {
        font-size: 27px
    }
    .banner {
        height: auto !important
    }
    .banner-left-in {
        padding: 0 0 80px
    }
}
@media(max-width: 991px) {
    #nav-icon1 {
        width: 36px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -12.5px;
        right: 20px;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        left: 0;
        background: #bd9943;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0;
    }
    #nav-icon1 span:nth-child(2) {
        top: 11px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 22px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .menu {
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0 0 10px 0;
        color: #000;
        top: 100%;
        display: none;
        z-index: 3
    }
    .menu ul li {
        width: 100%;
        font-size: 18px;
        padding: 10px 20px
    }
    .menu ul {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hero-Slider .SliderIn {
        height: 410px;
    }
    .container {
        padding: 0 20px
    }
    .boxIN {
        padding: 20px
    }
    h3 {
        font-size: 26px;
    }
    .educatorBox {
        height: 280px;
    }
    h4 {
        font-size: 21px;
    }
    .media-right p {
        font-size: 21px;
        line-height: 1.2;
    }
    .about {
        padding-top: 50px;
        border-width: 10px
    }
    .about .newsright {
        padding-left: 20px;
    }
    .about .newsleft {
        padding: 20px
    }
    .newsleft {
        padding: 0 15px 80px
    }
    .newsright,
    .newsleft {
        padding-bottom: 100px
    }
    .contact-form .container {
        padding: 0
    }
    .footer {
        background-size: auto 70%;
        background-position: center left 20px;
    }
    .orchestraRight,
    .orchestraLeft {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .orchestraLeft {
        margin-bottom: 50px
    }
    .iframe-bg {
        bottom: -35px
    }
    .banner .banner-right {
        height: 440px
    }
    .pattern {
        height: 90px
    }
    .banner-left-in {
        padding-bottom: 50px
    }
    .banner h1 {
        font-size: 44px
    }
    .list-top h2 {
        font-size: 34px
    }
    .list-top ul li {
        font-size: 28px;
    }
    .media-space .newsleft,
    .media-space .newsright {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .media-space .newsright {
        padding: 0 40px 120px
    }
    .media-space .newsright p {
        font-size: 21px;
    }
    .media-space .newsleft p {
        font-size: 23px
    }
}
@media(max-width: 767px) {
    .educatorBox {
        background-image: none !important;
        height: auto
    }
    .boxIN {
        height: 100%;
        padding: 50px 20px;
        display: block !important;
        text-align: center
    }
    .educatorBox h3 {
        text-align: center
    }
    .educatorBox {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .roseLove .educatorBox {
        padding: 0 20px;
    }
    .roseLove .educatorBox > div {
        padding: 40px 0;
        border: 0;
        border-top: 2px solid #000;
        text-align: center
    }
    .roseLove p {
        padding-bottom: 20px
    }
    .hero-Slider .SliderIn {
        height: 320px
    }
    .logo img {
        max-height: 44px
    }
    .media-left {
        display: none
    }
    .media-right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 15px 20px;
        text-align: center
    }
    .media-right p {
        font-size: 17px
    }
    .newsright,
    .newsleft {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 50px !important
    }
    .about .newsright:before {
        display: none
    }
    .about .newsright {
        padding: 0 20px 40px
    }
    .news-sec {
        padding: 50px 0 0
    }
    .newsright {
        background-image: none;
        text-align: center;
        padding: 0
    }
    .newsright,
    .newsleft {
        padding-bottom: 40px
    }
    .newsleft p {
        font-size: 22px;
        line-height: 1.4;
        text-align: center
    }
    .newsright p {
        padding-bottom: 25px
    }
    .form-group.half {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contact-form {
        padding: 45px 0 35px
    }
    h2 {
        font-size: 34px;
    }
    .form-group {
        padding: 0 20px
    }
    .form-group.half {
        margin-bottom: 20px
    }
    .contact-form h2 {
        margin-bottom: 25px
    }
    .footer {
        background-image: none !important
    }
    .footer ul li {
        padding: 0 10px
    }
    body {
        font-size: 17px
    }
    .footer p:last-child {
        font-size: 14px
    }
    .banner .banner-right {
        height: 320px
    }
    .banner h1 {
        font-size: 32px;
        padding-bottom: 25px
    }
    .banner .banner-left {
        padding: 40px 20px 50px
    }
    .banner .banner-left p {
        font-size: 17px
    }
    .pattern {
        height: 70px
    }
    .orchestra-row ul li {
        font-size: 16px;
    }
    .orchestra-row {
        padding: 40px 20px
    }
    .orchestra-row h4 {
        font-size: 24px
    }
    .iframe-bg {
        display: none
    }
    .orchestraLeft {
        margin-bottom: 35px
    }
    .iframeBox {
        height: 250px
    }
    .orchestra-row p span {
        font-size: 17px
    }
    .orchestra-row p {
        font-size: 15px
    }
    .list-top h2 {
        font-size: 30px;
        padding-bottom: 5px
    }
    .list-top ul li {
        font-size: 21px;
        max-width: 100%;
        flex: 0 0 100%
    }
    .list-top ul li:before {
        display: none
    }
    .list-top {
        padding: 40px 0
    }
    .media-space .newsleft,
    .media-space .newsright {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .media-space {
        padding: 0
    }
    .media-space .newsright {
        background-image: none;
        border-bottom: 2px solid #000;
        padding-bottom: 20px !important;
        padding: 25px 20px
    }
    .media-space .newsleft {
        padding: 25px 20px 10px
    }
    .media-space .newsleft p {
        font-size: 18px
    }
	.banner .banner-right img {    object-fit: cover;}
	.newsdemo {
	    padding-bottom: 80px !important;   
	}
	.newsdemo.newsright:before {
	       height: 60px;
	}
    .news-secnew .newsleft {
	    padding-bottom: 30px !important;     
	}
	.about .news-button {
    	margin: 0 auto;
    	display: block;
    }
    .about .newsleft {
        padding-top: 0;
    }
	
}
@media(max-width: 360px) {
        .logo img {
        max-height: 38px
    }
}