p {
	font-family: Raleway-Regular;
	font-size: 14px;
	color: #2d2d2d;
	text-align: justify;
}

h4 {
	font-family: Raleway-Bold;
	font-size: 14px;
	color: #2d2d2d;
	letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
	font-family: Raleway-Bold;
	font-size: 20px;
	color: #2d2d2d;
	text-transform: uppercase;
}

a {
	transition: .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
}

span {
	letter-spacing: -3px;
}


/*--------------------index start--------------------*/


/*-----------------------navbar start-----------------------*/


/*.navbar-dark .navbar-nav .nav-link {
    color: #120e0d;
    font-family: Quicksand-Medium;
    font-size: 18px;
}

.bg-dark {
    background-color: #343a4000!important;
}*/








.navbar-brand {
	text-align: center;
}

.navbar-brand img {
	width: 110px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #120e0d;
    font-family: 'Quicksand-Medium';
    font-size: 18px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #cbcd68;
}

.navbar-dark .navbar-nav .nav-link img {
	width: 27px;
}

.navbar-nav.navls {
	margin-left: 100px;
}

.navbar-nav.navrs {
	margin-right: 100px;
}

/*.bg-dark {
    background-color: #343a4000!important;
}*/

.navbar {
	z-index: 999;
	top: 0;
    position: fixed;
    width: 100%;
}

.navbar-dark .navbar-toggler-icon {
    background-color: #f5bda4;
    border-radius: 3px;
    border: 1px solid #000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #cbcd68;
}

.visible-title {
    background-color: rgb(255 255 255 / 95%);
    -webkit-box-shadow: 0px 0px 22px -3px rgb(0 0 0 / 46%);
    -moz-box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 17px -4px rgb(0 0 0 / 30%);
    transition: .75s ease-in-out;
}






/*-----------------------navbar end-----------------------*/


/*-------------------------slider start-------------------------*/


.header-sec {
	position: relative;
}

.leaf {
	position: absolute;
	top: 0;
	top: -20px;
    left: -30px;
    width: 21.5%;
}

.leaf img {
  animation: shake 10s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.header-con1 {
	position: absolute;
	left: 8%;
	top: 43%;
	overflow: hidden;
}

.header-con1 h1 {
	font-family: Quicksand-Regular;
	font-size: 3.8vw;
	color: #120e0d;
}

.header-con1 p {
	font-family: Raleway-Light;
	font-size: 14px;
	text-align: justify;
	color: #120e0d;
    padding-right: 25%;
}

.header-sec h5 a {
	font-family: Raleway-SemiBold;
	font-size: 15px;
	color: #120e0d;
}

.header-sec h5 span {
	letter-spacing: -3px;
}

.header-con2 {
	position: absolute;
	right: 9%;
	bottom: 2%;
}

.slider-rs-pic {
	position: absolute;
    bottom: 11%;
    right: 11%;
    width: 29%;
}


/*-------------------------slider end-------------------------*/



/*--------------------------about start--------------------------*/


.about-index {
    padding: 90px 0 50px;
}

.about-index p {
    line-height: 27px;
}

.about-index-ls {
	position: relative;
	/*overflow: hidden;*/
}

.about-index-ls img{
	width: 77%;
    padding-right: 50px;
    margin-left: 125px;
}

.about-index-ls-con {
	position: absolute;
	top: 10%;
	letter-spacing: 0;
}

.about-index-ls-con h2 {
	font-size: 45px;
	font-family: BIGOTQ Senlot-NorLig;
	color: #120e0d;
    line-height: 1;
}

.about-index-ls-con h2:last-child {
	font-size: 56px;
}

.about-index-rs {
	margin-top: 80px;
}

.about-index-rs p {
	margin-top: 70px;
}

.about-index-rs a img {
	width: 5%;
    margin-top: 25px;
    transition: .5s ease-in-out;
}

.about-index-rs a img:hover {
    transform: scale(1.2)!important;
}

.about2-index-ls h4 {
    margin-bottom: 30px;
}

.about2-index-ls h5 {
    margin-top: 25px;
    font-family: BIGOTQ Senlot-NorLig;
    font-size: 27px;
    color: #120e0d;
}

.about2-index-rs {
	padding-top: 130px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.about2img {
	margin-top: auto;
    margin-bottom: auto;
}


/*--------------------------about end--------------------------*/




/*------------------------courses start------------------------*/


.courses {
	padding: 60px 0;
}

.courses .courses-box {
	background-color: #f5bda4;
    border-radius: 20px;
    padding: 25px;
}

.box-h {
	min-height: 89px;
}

.courses-head h3 {
	letter-spacing: 3px;
	    margin-bottom: 45px;
}

.courses-box h3 {
	font-family: BIGOTQ Senlot-NorLig;
	font-size: 23px;
	color: #120e0d;
	text-transform: none;
    margin-bottom: 3px;
}

.courses-box img {
    margin-top: 45px;
    margin-bottom: 15px;
    transition: .5s ease-in-out;
}

.courses-box:hover img {
    transform: scale(1.15);
}

.courses-box a h6 {
	margin-bottom: 0;
	font-size: 11px;
	font-family: Raleway-Bold;
	color: #2d2d2d;
	text-transform: uppercase;
    margin-top: 10px;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
}

.courses-box a h6:hover {
	color: #fff;
}

.courses .courses-box.box2 {
	background-color: #f3cf7a;
}

.courses .courses-box.box3 {
	background-color: #8ec975;
}

.courses .courses-box.box4 {
	background-color: #e6c57f;
}

.courses-arow {
	text-align: center;
    margin-top: 15px;
}

.courses-arow img {
	width: 3%;
	transition: .5s ease-in-out;
}

.courses-arow img:hover {
    transform: scale(1.15);
}



/*------------------------courses end------------------------*/



/*--------------------services start--------------------*/



.services {
    padding: 70px 0;
}

.services-con h3 {
	text-align: center;
	letter-spacing: 3px;
    margin-bottom: 25px;
}

.services-con p {
	font-size: 17px;
	width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    line-height: 27px;
}

.serv-inn-box {
	position: relative;
    overflow: hidden;
}

.photo-con {
	position: absolute;
    bottom: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    transition: .3s ease-in-out;
    width: 100%;
}

.serv-inn-box:hover .photo-con {
	padding-bottom: 50px;
}

.serv-inn-box img {
	transition: .5s ease-in-out;
}

.serv-inn-box:hover img {
	transform: scale(1.1);
}

.photo-con img {
	width: 9%;
}

.photo-con h4 {
	font-family: 'BIGOTQ Senlot-NorLig';
    font-size: 23px;
    color: #fff;
    text-transform: unset;
}





/*--------------------services end--------------------*/



/*--------------------footer start--------------------*/



footer {
	background-color: #f4e3d9;
	padding-top: 50px;
}

.footer{
	text-align: center;
}

.footer img {
	width: 22%;
    margin-bottom: 20px;
}

.footer p a {
	font-size: 19px;
	font-family: BIGOTQ Senlot-NorLig;
	margin: 0 25px;
	color: #120e0d;
}

.footer p a:hover {
	color: #cbcd68;
}

.footer p {
	text-align: center;
}

.phonegmail a {
	font-family: Quicksand-Regular!important;
    font-size: 17px!important;
}

.footer a img {
	width: 2%;
    margin-left: 20px;
    margin-right: 20px;
}

footer hr {
	color: #646464;
	border-top: 1px solid #646464;
}

.copy-rs {
	float: right;
}

.copy p {
	font-family: 'BIGOTQ Senlot-NorLig';
    font-size: 16px;
    margin: 11px 0 22px;
}

.copy p a {
	color: #2d2d2d;
}

.copy p a:hover {
	color: #fff;
}





/*--------------------footer end--------------------*/




/*--------------------------index end--------------------------*/







/*--------------------------about-page start--------------------------*/



.about-page {
    padding: 190px 0 70px;
}

.about-page .about-index-rs p:last-child {
	margin-top: 15px;
}

.about-page-head {
	margin-bottom: 50px;
}

.about-page-head h2 {
	text-align: center;
	font-family: 'BIGOTQ Senlot-NorLig';
    font-size: 45px;
    margin-bottom: 3px;
}

.about-page-head p {
	text-align: center;
	font-family: 'Quicksand-Medium';
    font-size: 16px;
}



/*--------------------------about-page end--------------------------*/





/*--------------------------services-page start--------------------------*/



.services-page {
	padding: 190px 0 50px;
}

.services-page-box {
	padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #f5bda4;
    border-radius: 20px;
    transition: .4s ease-in-out;
}

.services-page-box:hover {
    border: 1px solid rgb(244 227 217 / 28%);
    background-color: rgb(244 227 217 / 28%);
}

.services-page-box img {
	border-radius: 10px;
	box-shadow: 5px 5px 15px #64502d;
	transition: .4s ease-in-out;
}

.services-page-box img:hover {
	box-shadow: unset;
}

.services-page-box h4 {
	font-family: 'BIGOTQ Senlot-NorLig';
    font-size: 23px;
    text-transform: unset;
    margin-bottom: 20px;
}

.services-page-box p {
	font-size: 15px;
}

.services-page-box-con {
	margin-top: auto;
	margin-bottom: auto;
    padding-right: 80px;
    padding-left: 30px;
}



/*--------------------------services-page end--------------------------*/





/*--------------------------courses-page end--------------------------*/



.courses-page {
	padding: 190px 0 30px;
}

.courses-page-box {
	padding: 40px;
    margin-bottom: 40px;
    background-color: #f5bda4;
    border-radius: 30px;
    transition: .4s ease-in-out;
}

.courses-page-box:hover {
	border: 1px solid #f5bda4;
	background-color: unset;
}

.courses-page-box img {
	transition: .4s ease-in-out;
}

.courses-page-box:hover img {
	transform: scale(1.2);
}

.courses-page .courses-page-box:nth-child(2) {
	background-color: #f3cf7a;
}

.courses-page .courses-page-box:nth-child(2):hover {
	border: 1px solid #f3cf7a;
	background-color: unset;
}

.courses-page .courses-page-box:nth-child(2):hover img {
	transform: scale(1.2);
}

.courses-page .courses-page-box:nth-child(3) {
	background-color: #8ec975;
}

.courses-page .courses-page-box:nth-child(3):hover {
	border: 1px solid #8ec975;
	background-color: unset;
}

.courses-page .courses-page-box:nth-child(3):hover img {
	transform: scale(1.2);
}

.courses-page .courses-page-box:nth-child(4) {
	background-color: #e6c57f;
}

.courses-page .courses-page-box:nth-child(4):hover {
	border: 1px solid #e6c57f;
	background-color: unset;
}

.courses-page .courses-page-box:nth-child(4):hover img {
	transform: scale(1.2);
}

.courses-page .courses-page-box .box-h h3 {
	font-family: BIGOTQ Senlot-NorLig;
    font-size: 26px;
    color: #120e0d;
    text-transform: none;
    margin-bottom: 40px;
}

.courses-page .courses-page-box .box-h p {
	margin-bottom: 10px;
	font-size: 15px;
    text-align: unset;
}

.courses-img {
	margin-top: auto;
}




/*--------------------------courses-page end--------------------------*/




/*--------------------------contact-page start--------------------------*/



.contact-parent{
    display:flex;
    margin:190px 0 50px;
}

.contact-child{
    display:flex;
    flex:1;
    box-shadow:0px 0px 10px -2px rgba(0,0,0,0.75);
}

.child1{
    background: linear-gradient(rgb(249 242 234 / 70%), rgb(238 215 207 / 70%)), url(../image/contact1.png);
    background-size:cover;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
    padding:100px 0;
}

.child1 p{
    padding-left:25%;
    font-size:16px;
    color: #2d2d2d;
}

.child1 p span{
    font-size:16px;
    color:#9df2fd;
}

.child2{
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
}

.inside-contact{
    width:90%;
    margin:0 auto;
}

.inside-contact h2{
    text-transform:uppercase;
    text-align:center;
    margin-top:50px;
}

.inside-contact h3{
    text-align:center;
    font-size:16px;
    color:#0085e2;
}

.inside-contact input, .inside-contact textarea{
    width:100%;
    /*background-color:#eee;*/
    border:1px solid rgba(0,0,0,0.48);
    padding:5px 10px;
    margin-bottom:20px;
}

.inside-contact button[type=submit]{
    background-color:#f4e3d9;
    color:#120e0d;
    transition:0.2s;
    border:2px solid #f4e3d9;
    margin:30px 0;
    width: 100%;
    padding: 7px 0;
}

.inside-contact button[type=submit]:hover{
    background-color:#fff;
    color:#000;
    transition:0.2s;
}




.add {
	margin-bottom: 100px;
}

.add p {
	margin-bottom: 5px;
}

.add p a {
	color: #2d2d2d;
}

.add p a:hover {
	color: #fff;
}

.add p:first-child {
	font-size: 20px;
    font-family: 'Quicksand-Medium';
    padding-left: 20%;
}



.add p iframe {
    opacity: .75;
    transition: .3s ease-in-out;
    filter: grayscale(80%);
}

.add p iframe:hover {
    opacity: 1;
    transition: .3s ease-in-out;
    filter: grayscale(0%);
}




@media screen and (max-width:991px){
    .contact-parent{
        display:block;
        width:100%;
    }

    /*.child1{
        display:none;
    }*/

    .child2{
        background-image:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url("../image/contact.png");
        background-size:cover;
    }

    .inside-contact input, .inside-contact textarea{
        background-color:#fff;
    }
}



/*--------------------------contact-page end--------------------------*/













/*----------------------------------------media start----------------------------------------*/



@media only screen and (max-width: 1199px) {

	.header-con1 p {
		padding-right: 22%;
		height: 80px;
	    overflow: hidden;
	    margin-bottom: 10px;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

	.courses .courses-box {
	    padding: 18px;
	}

}



@media only screen and (min-width: 992px) and (max-width: 1045px) {

	.navbar-nav.navrs {
    	margin-right: auto;
	}

}



@media only screen and (min-width: 992px) {

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}

	.footer img {
	    width: 13%;
	}

}



@media only screen and (max-width: 991px) {

	.navbar {
	    background: rgb(245 231 222);
	    background: linear-gradient(90deg, rgb(245 230 221) 0%, rgb(255 254 254) 100%);
	}

	.navbar-dark .navbar-nav .nav-link {
	    padding-left: 15px;
	}

	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	    background: rgb(245 231 222);
	    background: linear-gradient(270deg, rgb(245 230 221) 0%, rgb(255 254 254) 100%);
	}

	.header {
		padding-top: 111px;
	}

	.services-con p {
    	width: 100%;
	}

	.about-index-ls img {
	    width: 85%;
	    margin-left: 100px;
	}

	.about-index-rs {
    	margin-top: 0; 
	}

	.about-index-rs p {
    	margin-top: 30px;
	}

	.about-index-rs a img {
	    width: 8%;
	    margin-top: 10px;
	}

	.footer a img {
	    width: 3%;
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.copy p {
	    margin: 0 0 15px;
	}

	.navbar-nav.navls {
    	margin-left: 0;
	}

	.navbar-nav.navrs {
    	margin-right: 0;
	}

	.navbar-brand img {
    	width: 85px;
	}

	.leaf {
  	  left: -27px;
	}

	.photo-con h4 {
	    font-size: 16px;
	}

	.photo-con {
    	padding-bottom: 15px;
	}

	.serv-inn-box:hover .photo-con {
   		padding-bottom: 30px;
	}

	.courses-arow img {
    	width: 4%;
	}

	.services-page {
    	padding: 150px 0 15px;
	}

	.courses-page {
    	padding: 150px 0 0;
	}

	.contact-parent {
    	margin: 150px 0 50px;
	}

	.about-page {
    	padding: 150px 0 60px;
	}

	.navbar-collapse {
	    background: rgb(245 231 222);
	    background: linear-gradient(90deg, rgb(245 230 221) 0%, rgb(255 254 254) 100%);
	    padding-left: 25px;
	    padding-bottom: 5px;
	}

	/*.navbar-collapse .nav-link {
		text-align: center;
	}*/

	.child1 p {
	    padding-left: unset; 
	    text-align: center;
	}

	.add p:first-child {
	    padding-left: unset;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

	.about-page .about2-index-rs {
    	width: 100%;
    }

    .about-page .about-index-ls img {
    	width: 95%;
    	margin-left: 65px;
	}
}



@media only screen and (max-width: 767px) {

	.header {
	    padding-top: 91px;
	}

	.about-index-rs {
    	margin-top: 40px;
	}

	.header-con1 p {
		height: 55px;
	    margin-bottom: 2px;
	    font-size: 12px;
	}

	.header-sec h5 a {
		font-size: 12px;
	}

	.header-sec h5 span {
		font-size: 13px;
	}

	.about2-index-rs {
	    padding-top: 85px;
	    width: 85%;
	}

	.about2-index-ls {
		margin-top: 30px;
	    overflow: hidden;
	}

	.about-index {
    	padding: 60px 0;
	}

	.services-con p {
    	font-size: 16px;
	}

	.footer p a {
    	margin: 0 10px;
	}

	.copy p {
		text-align: center;
	    margin-bottom: 0;
	}

	footer {
	    padding: 50px 0 15px;
	}

	.copy-rs {
    	float: unset;
	}

	.navbar-brand img {
    	width: 65px;
	}

	.leaf {
    	left: -18px;
	}

	.photo-con h4 {
	    font-size: 12px;
	    margin-bottom: 2px;
	}

	.photo-con {
    	padding-bottom: 5px;
	}

	.courses-arow img {
    	width: 5%;
	}

	.courses {
    	padding: 35px 0;
	}

	.services-page-box h4 {
    	margin-top: 25px;
	}

	.services-page-box-con {
	    padding-right: 30px;
	    padding-left: 30px;
	    text-align: center;
	}

	.services-page-box p {
    	text-align: center;
	}

	.about-page {
    	padding: 115px 0 30px;
	}

	.services-page {
	    padding: 130px 0 15px;
	}




	div#ab1 {order: 2;}
	div#ab2 {order: 1;}

}



@media only screen and (max-width: 575px) {

	.about-index-ls img {
		padding-right: unset;
		width: 65%;
	}

	.about-index-ls-con h2:last-child {
    	font-size: 50px;
	}

	.about-index-ls-con h2 {
    	font-size: 40px;
	}

	.header-con1 p {
	    height: 46px;
	    margin-bottom: 0px;
	    font-size: 11px;
        padding-right: 17%;
	}

	.header-con1 h1 {
		margin-bottom: 3px;
	}

	.header-con1 {
		top: 35%;
	}

	.header-sec h5 a {
    	font-size: 11px;
	}

	.header-con2 {
	    bottom: 1%;
	}

	.services-con p {
    	font-size: 14px;
	}

	.navbar-brand img {
   		width: 65px;
	}

	.about-page-head h2 {
    	font-size: 40px;
	}

	.photo-con h4 {
    	font-size: 25px;
    	margin-bottom: 9px;
	}

	.photo-con {
    	padding-bottom: 30px;
	}

}



@media only screen and (max-width: 499px) {

	.header-sec h5 a {
    	font-size: 10px;
	}

	.header-con1 p {
	    height: 44px;
	    padding-right: 12%;
	    line-height: 15px;
	}

	.header-con2 {
    	bottom: 0%;
	}

	.about-index {
    	padding: 40px 0;
	}

	.footer p a {
    	font-size: 15px;
    	margin: 0 5px;
    }

    .phonegmail a {
	    font-size: 13px!important;
	}

	.footer a img {
	    width: 4%;
	    margin-left: 12px;
	    margin-right: 12px;
	}

	.copy p {
    	font-size: 13px;
	}

	.navbar-toggler {
    	font-size: 1rem;
    }

    .navbar-brand img {
    	width: 60px;
	}

	.courses-page {
    	padding: 120px 0 0;
	}

	.contact-parent {
    	margin: 120px 0 40px;
	}

	.header {
	    padding-top: 86px;
	}

	.leaf {
	    left: -14px;
	    top: -7px;
	}

}



@media only screen and (max-width: 365px) {

	.header-con1 p {
	    height: 34px;
	    padding-right: 7%;
	    line-height: 12px;
	    font-size: 10px;
	}

	.about-index-ls-con h2:last-child {
    	font-size: 45px;
	}

	.about-index-ls-con h2 {
    	font-size: 35px;
	}

	.serv-inn-box:hover .photo-con {
    	padding-bottom: 15px;
	}

	.courses-arow img {
    	width: 6%;
	}

	.about-page-head h2 {
    	font-size: 30px;
	}

	.about-page-head p {
  		font-size: 14px;
	}

	.services-page {
	    padding: 110px 0 0;
	}

	.navbar-brand img {
    	width: 55px;
	}

	.header {
	    padding-top: 81px;
	}

	.leaf {
	    left: -8px;
	    top: -7px;
	}


}



/*----------------------------------------media end----------------------------------------*/