/*
.yw_bg{
	background:#cbab29 !important;
}
.yw_cl{
	color:#cbab29 !important;
}
.rd_bg{
	background:rgba(240,168,173,1) !important;
}
.rd_cl{
	color:rgba(240,168,173,1) !important;
}
*/
.yw_bg{
	background:#FF91A4 !important;
}
.yw_cl{
	color:#FF91A4 !important;
}
.rd_bg{
	background:#051912 !important;
}
.rd_cl{
	color:#051912 !important;
}
/*.my_font{
	/*font-family: "Serendipity One Regular" !important;*/
	font-family: 'Sweet Sans Pro Medium' !important;
    /*letter-spacing: 12px !important;*/
	line-height: 1.5;
}
.sec_font{
	/*font-family: 'Josefin Sans', sans-serif !important;*/
	font-family: 'Sweet Sans Pro Medium' !important;
}*/
/*
font-family: 'Playfair Display', serif;
font-family: 'Vesper Libre', serif;
font-family: 'Josefin Sans', sans-serif;
*/
/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	
	.container {
		max-width: 1170px;
	}
	.hero {
		top:14.4%;
	}
	.about__video__bg {
		height: 500px;
	}
	.service_main_cont {
		max-width: 93%;
	}
}

/* Medium Device = 1200px */



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.intxtbg .bhgtxt{
		min-height: 190px;
	}
	.nwbg-xt h2{
		font-size: 3.5rem;
	}
	.nw-inbg .nwinbg{
		width: 414px;
		height: 420px;
	}
	.bgh_me .insbg{
		min-height: 503px;
	}
	.nw-inbg img{
		width: 414px;
		height: 414px;
		margin-top: -450px;
	}
	
	
	.header__right__social {
		margin-right: 12px;
	}
	.header__menu ul {
		text-align: center;
	}
	.header__menu ul li {
		margin-right: 10px;
	}
	.about__video__text {
		padding: 35px 35px 35px 50px;
	}
	.blog__large__pic {
		margin-right: 30px;
	}
	.blog__large__text {
		padding-top: 12px;
		padding-right: 10px;
	}
	.header__logo::before {
		left: -415px;
	}
}

@media only screen and (min-width: 991px){
	.serve_image {
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background-position: 50% 50%;
		z-index: 5;
		height: 600px;
		background-position: top center;
		background-size: contain;
	}
	.serve_image.to_right {
		width: 50%;
		left: auto;
		height: 600px;
		background-position: top center;
		background-size: contain;
	}
	.serve_image img {
		visibility: hidden;
	}
	.service_center .container-fluid {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero {
    height: 65vh;
    }
    .bg-slider {
        height: 45vh;
        position: relative;
    }
	.intxtbg .bhgtxt{
		min-height: 100px;
	}
	.nwbg-xt h2{
		font-size: 4rem;
	}
	.nw-inbg .nwinbg{
		width: 100%;
		margin-top: 15px;
	}
	.bgh_me .insbg{
		min-height: 522px;
	}
	.nw-inbg img{
		width: 100%; /*588px;*/
		margin-top: -455px;
	}
	.about__video__text {
		height: auto;
	}
	.application-form .application__form__content {
		padding: 50px;
	}
	.blog__large__pic {
		float: none;
		margin-right: 0;
	}
	.blog__large__pic img {
		min-width: 100%;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
		margin-bottom: 30px;
	}
	.blog__large__text {
		padding-left: 50px;
		padding-bottom: 60px;
	}
	
	.header__logo a img{
		width:12% !important;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 34px;
		text-align: center;
		border: 1px solid #f3bd00;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 28px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #051912;
		padding: 27px 20px 30px 30px;
		display: block;
		z-index: 99999;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
		overflow:auto;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__search {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.offcanvas__search i {
		font-size: 18px;
		color: #ffffff;
		cursor: pointer;
	}
	.offcanvas__social {
		margin-bottom: 30px;
	}
	.offcanvas__social a {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-right: 20px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
	.header .container {
		position: relative;
	}
}

@media (min-width: 576px) {
	.feature__item.right-column {
		margin-top: 120px !important;
	}
	.team__all {
		text-align: right !important;
		margin-bottom: 0 !important;
	}
	.courses__all {
		text-align: right !important;
		margin-bottom: 0 !important;
	}
	.application-form .application__form__content {
		padding: 45px;
	}
	.course__details__rating {
		text-align: right !important;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .hero {
    height: 65vh;
    }
	.intxtbg .bhgtxt{
		border-left: 0 !important;
		border-right: 0 !important;
	}
	.bhgtxt .nwbg-xt{
		padding-left: 10px;
		padding-right: 10px;
	}
	.nwbg-xt h2{
		font-size: 3.2rem;
	}
	.nw-inbg .nwinbg{
		height: 324px;
		width: 460px;
		margin-top: 66px;
	}
	.bgh_me .insbg{
		min-height: 430px;
	}
	.nw-inbg img{
		width: 460px;
		height: 331px;
		margin-top: -355px;
	}
	.service_main_cont {
		max-width: 80%;
	}
	.clndd{
		border-radius:15px 15px 0 0px
	}
	.feature__text {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.feature__item.right-column {
		margin-top: 0;
	}
	.about__video__text {
		height: auto;
	}
	.team__all {
		text-align: left;
		margin-bottom: 50px;
	}
	.courses__all {
		text-align: left;
		margin-bottom: 50px;
	}
	.course__details__rating {
		text-align: left;
	}
	.faq__accordion {
		margin-bottom: 50px;
	}
	.blog__large__pic {
		float: none;
		margin-right: 0;
	}
	.blog__large__pic img {
		min-width: 100%;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
		margin-bottom: 30px;
	}
	.blog__large__text {
		padding-left: 50px;
		padding-bottom: 60px;
	}
	.blog__details__widget p {
		text-align: center;
		margin-bottom: 20px;
	}
	.blog__details__widget__social {
		text-align: center;
	}
	.contact__address {
		margin-bottom: 40px;
	}
	.header__logo {
        padding: 5px;
	}
	.header__logo a img{
		width: 25% !important;
        margin-left: 0 !important;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #ffffff;
		height: 35px;
		width: 35px;
		line-height: 34px;
		text-align: center;
		border: 1px solid #f3bd00;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -260px;
		top:0px;
		width: 260px;
		height: 100%;
		background: #1d1c1c;
		padding: 50px 30px 30px 30px;
		display: block;
		z-index: 99999;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__search {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.offcanvas__search i {
		font-size: 18px;
		color: #ffffff;
		cursor: pointer;
	}
	.offcanvas__social {
		margin-bottom: 30px;
	}
	.offcanvas__social a {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		margin-right: 20px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
	.header .container {
		position: relative;
	}
}

@media only screen and (max-width: 575px) {
    .hero {
    height: 60vh;
    }
	.bgh_me .insbg{
		min-height: 365px;
	}
	.nw-inbg .nwinbg{
		height: 257px;
		width: 271px;
	}
	.nw-inbg img{
		width: 271px;
		height: 264px;
		margin-top: -300px;
	}
	.service_main_cont {
		max-width: 95%;
	}
}

@media only screen and (max-width: 479px) {
    h1 {
    	font-size: 30px;
    }

    .hero {
    height: 60vh;
    background-size: cover !important;
    background-image: url(../img/naana-lexis_mbbg.jpg) !important;
    }
    .header {
	    background: #051912;
    }
    .slider-bg{
        /*background-image: url(../img/naana-lexis_mbbg.jpg);
        width: 150%;
        left: -40%;*/
    }
    .bg-slider {
        height: 25vh;
    }
    .slider-cut .cut-shape{
        bottom: -1px;
    }
    
    .slider-cut .cut-shape svg{
        height: 40px;
    }
    
    .mainslider {
        position: relative;
        height: 26vh;
    }
    
    .mainslider .holder div.slidbg {
        background-size: contain;
    }
    
    .mainslider .slider-shape .cut-shape svg {
        height: 50px;
    }
    
    .mainslider a.slidebtn {
        top: 35%;
        height: 35px;
        line-height: 30px;
        font-size: 20px;
    }
    .pginf{
        align-items: end;
        font-size: 1.5rem;
        height: 70%;
        justify-content: center;
    }

	.section-title h2 {
		font-size: 30px;
	}
	
	.about__video__text {
		padding: 15px 20px;
	}
	.mk-pol {
        padding-top: 280px;
        margin-top: -290px;
        padding-bottom: 0px;
    }
    .bbtm {
        border-bottom: 1px solid #dee2e6!important;
    }
	.team__item__img {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.team__item__img img {
		min-width: 100%;
	}
	.hero__text .second-bg {
		margin-left: 0;
		margin-top: 20px;
	}
	.application-form .application__form__content {
		padding: 30px 20px;
	}
	.about-hero {
		margin-top: -74px;
	}
	.testimonial__content {
		padding: 70px 20px 70px;
	}
	.blog__hero__text {
		padding: 40px 45px 30px;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
	
	.brnset__item .brnset__item__title h2 {
        font-size: 23px;
	}
	
	.clndct strong {
      font-size: 23px;
    }
    .clndct {
        font-size: 17px;
    }
    .clndbt {
        font-size: 20px;
    }
}