
#baner{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bg {
	background: url("../img/3f4.jpg") center left;
	background-size: cover;
	background-position: center center;
		-moz-animation: bg 80s linear infinite;
		-webkit-animation: bg 80s linear infinite;
		-ms-animation: bg 80s linear infinite;
		animation: bg 80s linear infinite;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	/* Set your background with this */
		
		height: 100%;
		left: 0;
		opacity: 1;
		position: absolute;
		top: 0;
	}

	@-moz-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-webkit-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-ms-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	#bg {
		background-size: 2250px auto;
		width: 6750px;
	}
.baner_bg_color{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(1,4,45, 0.6),rgba(1,4,45,0.2));
	position: absolute;
	left: 0;
	top: 0;
}
.search_border{
	 width: 600px;
	 margin: auto;
	 height: 70vh;
	 margin-top: 25vh;
	 display: flex;
}
#search{
    width: 698px;
    height: 50px;
    margin: auto;
    position: relative;
    margin-left: 0;
    text-align: center;
}
.serchtext{
    width: 498px;
    height: 50px;
    background-color: rgba(255,255,255,0.3);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid #fff;
    outline: none;
    border-right: none;
    padding: 0px 10px;
    color: #044373;
    font-size: 13px;
    float: left;
}
.aBookingtext {
    width: 200px;
    height: 50px;
    outline: none;
     background-position: center center;
    cursor: pointer;
    border: 1px solid #f4bd3b;
    background-color: #f4bd3b;
    color: #000;
font-family: 'Roboto Slab', serif;
font-family: 'Rubik', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Indie Flower', cursive;
font-family: 'Acme', sans-serif;
font-family: 'Permanent Marker', cursive;
font-family: 'Kaushan Script', cursive;
font-family: 'Basic', sans-serif;
font-family: 'Handlee', cursive;
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
     font-size: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
}
.aBookingtext:hover{
	background-color: rgba(244,189,59,0.5);
	
}

#section05{width:100%;height:112px;background-position:center center;background-repeat:no-repeat;position:absolute;bottom:20px;text-align:center}
.section05{width:50px;height:80px;border-radius:50%;margin-top:30px;background-color:rgba(190,193,207,0.6);border:5px solid #fff;display:inline-block;box-shadow:0 0 0 rgba(254,204,11,0.7);animation:pulse 2s infinite;cursor: pointer;}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,171,230,0.7)}
70%{-webkit-box-shadow:0 0 0 10px rgba(0,171,230,0)}
100%{-webkit-box-shadow:0 0 0 0 rgba(0,171,230,0)}}
@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(0,171,230,0.7);box-shadow:0 0 0 0 rgba(0,171,230,0.7)}
70%{-moz-box-shadow:0 0 0 10px rgba(254,204,11,0);box-shadow:0 0 0 10px rgba(0,171,230,0)}
100%{-moz-box-shadow:0 0 0 0 rgba(0,171,230,0);box-shadow:0 0 0 0 rgba(0,171,230,0)}}
#section05 a{padding-top:70px}#section05 a span{position:absolute;bottom:40%;left:50%;width:20px;height:20px;margin-left:-10px;border-left:3px solid #f4bd3b;border-bottom:3px solid #f4bd3b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:sdb05 2s infinite;animation:sdb05 2s infinite;box-sizing:border-box}
#section05 a span:hover{border-left:1px solid #fff;border-bottom:1px solid #fff}
@-webkit-keyframes sdb05{0%{-webkit-transform:rotate(-45deg) translate(0,0);opacity:0}
50%{opacity:1}100%{-webkit-transform:rotate(-45deg) translate(-20px,20px);opacity:0}}
@keyframes sdb05{0%{transform:rotate(-45deg) translate(0,0);opacity:0}50%{opacity:1}
100%{transform:rotate(-45deg) translate(-20px,20px);opacity:0}}
.search_text{
	position: absolute;
	color:#fff;
	top:-80px;
	font-size: 30px;
	margin-left: -150px;
	font-family: 'dejavu_sansbold';
}

#about{
	width: 100%;
	height:700px;
	background-color: #e7eefe;
}
.about{
	width: 1300px;
	height:700px;
	margin: auto;
	position: relative;
}
.about_bg_image{
	width: 300px;
	height: 850px;
	position: absolute;
	background-image: url('../img/baner/Course_booking_image.jpg');
	background-size: cover;
	background-position: center center;
	z-index: 0;
	margin-top: -18px;
	margin-left: 70px;
}

.baner_text_border{
    position: relative;
    z-index: 9999;
	width: 700px;
	height: 350px;
	background-color:  rgba(255,255,255,0.2);
	border: 2px solid #f4bd3b;
	border-radius: 40px;
	margin-top: 150px;
}
.baner_title{
	color:  #00abe6;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    font-family: 'dejavu_sansbook';
    position: absolute;
    width: 250px;
    margin: 25px 20px;
    
}
.baner_title_eng{
	color:  #f4bd3b;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    font-family: 'dejavu_sansbook';
    position: absolute;
    width: 250px;
    margin-top: -35px;
    margin-left: 40px;
}
.about_bg_color{
	width: 100%;
	height: 100%;
	background-color: rgba(231,238,254,0.9);
	position: absolute;
	left: 0;
	top: 0;
}
.baner_text_image{
	width: 350px;
	height: 490px;
	margin-top: -75px;
	border-radius: 40px;
	margin-left: 300px;
	background-image: url('../img/hero.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.baner_text_image_bg_color{
	width: 100%;
	height: 100%;
	background-color: rgba(2,171,230,0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.about_title{
	width: 500px;
	position: absolute;
	right: 60px;
	top: 300px;
}
.about_title pre{
	color: #000;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    padding: 5px;
    text-transform: capitalize;
    font-family: 'dejavu_sansbook';
}
   .about_title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding: 5px;
    color: #5e5e5e;
    margin-top: 10px;
    text-align: left;
    font-family: 'dejavu_sansbook';
}
.about_title a{
	padding: 10px 20px;
	border: 1px solid #00acf2;
	    font-family: "BPG Nostalgia Bold", sans-serif;
	 color:#00acf2;
	margin-top: 40px;
	border-radius: 2px;
	position: absolute;
	text-align: right;
	margin-left: 30px;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
}
.about_title a:hover{
	background-color: rgba(0,171,230,0.5);
	 color: #fff;
}

.about_title a .hr{
	width: 30px;
	border: 1px solid  #00acf2;
	position: absolute;
	left: -20px;
	top: 20px;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.about_title a:hover .hr{
	width: 155px;
}
#Training{
	width: 1300px;
	margin: auto;
	position: relative;
	z-index: 9999;
    margin-top: 250px;
}
.Training{
	width: 355px;
	height: 400px;
	border: 2px solid #fff;
	margin: 36px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}
.Training_image{
	width: 300px;
	height: 400px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-image: url('../img/hero.jpg');
	
}

	 .Training{
		width: 380px;
		height: 400px;
		position: relative;
		overflow: hidden;
		float: left;
		margin-left: 10px;
		margin-top: 20px;
		border-radius: 2px;
		background-size: 100% 100%;
		cursor: pointer;
		background-size: cover;
		background-position: center center;
		margin: 24px;
		
	}
	.Training_tr_color{
	width: 100%;
    height: 100%;
    background-color: rgba(1,4,54, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
	}
	.Training_border{
		width: 350px;
		height: 370px;
		margin: auto;
		border: 2px solid #fff;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
	.Training_border:hover{
		 background-color: rgba(0,0,0,0.4);
		 
	}
	.see {
    width: 63px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    margin: 10px;
    line-height: 25px;
    background-color: rgba(255,255,255,0.4);
    text-align: right;
    font-size: 16px;
    background-size: cover;
    background-position: center center;
    font-family: "BPG Glaho",sans-serif;
    color: #fff;
    padding: 3px 8px;
}
.fa-eye {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 4px;
    left: 8px;
}
	.Training  h1{
		width: 280px;
		margin-left: 26px;
		background-color:#fff;
		font-family: 'dejavu_sansbook';
		position: absolute;
		bottom: 40px;
		color: #00abe6;
		font-size: 15px;
		padding: 7px;
		text-align: center;
		line-height: 20px;
		border-radius: 2px;
	}
	.Training  h1:hover{
		text-decoration: underline;
	}
	
.Training-link{
    font-family: 'dejavu_sansbook';
    position: absolute;
    width: 190px;
    text-align: right;
    height: 30px;
    padding: 10px;
    font-weight: 500;
    background-color: #e7eefe;
    border-radius: 0;
    line-height: 30px;
    top: -60px;
    right: 0px;
    font-size: 15px;
    color: #000;
    border-radius: 6px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
        -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.Training-link:hover{
	color: #00acf2;
	border-radius: 50px;
}
.Training-link .span{
	width: 17px;
	height: 17px;
	position: absolute;
	left: 12px;
	top: 18px;
	border-radius: 5px;
	background-color:#00acf2;
	animation: pulse 2s infinite;
	
}
.Training-link:hover .span{animation:none}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,172,242,0.5)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,172,242,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(0,172,242,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(0,172,242,0.5);box-shadow:0 0 0 0 rgba(0,172,242,0.5)}70%{-moz-box-shadow:0 0 0 10px rgba(0,172,242,0);box-shadow:0 0 0 10px rgba(0,172,242,0)}100%{-moz-box-shadow:0 0 0 0 rgba(0,172,242,0);box-shadow:0 0 0 0 rgba(0,172,242,0)}}

#background_color{
	width: 100%;
	height: 900px;
}

#Course_booking{
	width: 96%;
	margin: auto;
	border: 5px solid #d5e0fd;
	border-radius: 10px;
	box-sizing: border-box;
	height: 700px;
	margin-top: 850px;
	background-size: cover;
	background-position: center center;
	background-image: url('../img/home_image.jpg');
	position: relative;
	overflow: hidden;
}
.Course_booking{
	position: absolute;
	margin-left: 5%;
	margin-top: 100px;
}
.Course_booking pre{
	color: #fae499;
	font-family: "Regular2";
	font-size: 43px;
}
.Course_booking b{
	-webkit-text-stroke-width: 3px;
	 -webkit-text-stroke-color: #50afff;
	 
	font-size: 95px;
	margin-left: -13px;
	margin-top: 20px;
	color: transparent;
	font-family: "Regular2";
}
.Course_booking img{
	margin-top: 20px;
}
.We-will-contact-you{
	padding: 10px;
	font-family: "Regular2";
	width: 650px;
	font-size: 35px;
	margin-left: -13px;
	border-radius:10px;
	color: #fff;
	position: relative;
}
.We-will-contact-you img{
	position: absolute;
	bottom: -20px;
	right: 10px;
}
.Course_booking_tr_color{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(0, 2, 18, 0.7),rgba(0, 2, 18, 0.2));
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

#Course{
	width: 500px;
	position: absolute;
	right: 5%;
	background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    height: 420px;
    margin-top: 220px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
}
::placeholder {
   color:  #fff;
   font-family: 'bpg_nino_medium_capsregular';
   
   
}
.Course{
	margin-top: 20px;
}
.Course p{
	font-family: 'calibri';
	margin: 15px;
	position: relative;
	
}
.Course p b{
	color: #50afff;
	font-family: "Regular2";
	margin-left: 10px;
	margin-top: -10px;
	
	
}
.Course-select {
    width: 443px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: transparent;
    outline: none;
    color: #fff;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 13px;
    box-shadow: 0 7px 10px 2px rgba(0,0,0,.01);
    padding: 1px 27px;
    margin-left: 10px;
    border-radius: 50px;
}
.Course-text {
    width: 380px;
    height: 25px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    color: #fff;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.0);
    margin-top: 20px;
    margin-left: 4px;
    text-align: left;
    margin-left: 2.4%;
    padding: 10px 30px;
}
option{
	background-color: #50afff;
}
.fa-book{
    font-size: 16px;
    color: #fff;
     left: 20px;
    position: absolute;
    margin-top: 13px;
}
.fa-user,.fa-at,.fa-phone{
    font-size: 16px;
    color: #fff;
    left: 20px;
    position: absolute;
    top: 35px;
}

.aBooking {
    width: 440px;
    height: 50px;
    background-image: url(../img/icons/awea.png);
    background-color: rgba(80,175,255,0.1);
    border: 3px solid #50afff;
    font-family: "Regular2";
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 30px;
    padding: 1px 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.aBooking:hover{
    background-color: rgba(80,175,255,0.4);
}
#news{
	    width: 1410px;
		margin: 50px auto;
		min-height: 500px;
	}
	
.news{
   width: 436px;
   	height: 320px;
    margin-top: 30px;
	margin:17px;
   	background-color: #e7eefe;
   	position: relative;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
   }
   .news_header{
    margin: auto;
    width: 390px;
    position: relative;
    z-index: 999;
    text-align: center;
    height: 30px;
    padding: 10px;
    font-weight: 500;
    background-color: #e7eefe;
    border-radius: 0;
    line-height: 30px;
    margin: auto;
        font-size: 25px;
    color: #000;
    border-radius: 6px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
   
    border-radius: 50px;
        font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
   }
   .news>h2{
   	        font-family: "Regular2";
   	    font-size: 18px;
   	    padding: 15px 10px;
   	    color: #00acf2;
   }
 .news-img{
   	width: 100%;
    height: 240px;
   	position: relative;
   	border-radius: 2px;
   	background-size: cover;
   	background-position: center center;
   	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
   }
   .news-img::before {
    content: "";
    background-image: linear-gradient(rgba(80,175,255, 0.0),rgba(80,175,255,1));
    left: 0px;
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
   }
   .news-img img{
   	position: absolute;
   	bottom: 10px;
   	left: 10px;
   }
   .news>a{
   	position: absolute;
    margin-top: 2px;
    font-size: 14px;
    right: 14px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #1c252c;
   }
   .news>a:hover{
   color: #00acf2;
   }
  .date {
    width: 85px;
    height: 20px;
    color:#1c252c;
    font-size: 12px;
    margin-left: 3px;
    line-height: 12px;
    position: absolute;
    bottom: 3px;
    margin-left: -3px;
    text-align: right;
   
}
.news-svg-yellow {
    width: 720px;
    position: absolute;
    left: -150px;
    margin-top: 250px;
    z-index: 0;
    opacity: 0.8;
}
.news-svg-b {
    width: 1200px;
    position: absolute;
    left: 10%;
    margin-top: 50px;
    opacity: 0.09;
}
.news-svg{
    position: absolute;
    opacity: 0.1;
    right: 60px;
    width: 1200px;
    margin-top: -300px;
    transform: rotate(20deg);
    z-index:0;
}
.tl-blog-see {
    width: 200px;
    height: 100px;
    position: absolute;
    z-index: 9999;
}
.tl-blog-see-1 {
    width: 63px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 25px;
    background-color: rgba(255,108,108,1);
    border: 1px solid #ff7575;
    text-align: right;
    font-size: 16px;
    background-size: cover;
    background-position: center center;
    font-family: "BPG Glaho",sans-serif;
    color: #fff;
    padding: 3px 8px;
}
.svg{
    position: absolute;
    opacity: 0.1;
    left: 0px;
    width: 1200px;
    margin-top:-150px;
    z-index: -1;
}
 .ul_top_color{
		 	width: 120px;
		 	height: 3px;
		 	right: 602px;
		 	top: 70px;
		 	position: absolute;
		    background-color: #f4bd3b;
		     z-index: 9999;
		 }
		 .ul_top_color_kub{
		 	width: 20px;
		 	height: 20px;
		 	right: 50px;
		 	top: -8px;
		 	position: absolute;
		    background-color: #f4bd3b;
		 }
	nav > ul> li:nth-child(1) a{
		color: #f4bd3b;
		font-weight: bold;
	}
		.Course-text:focus {
   background-color: rgba(255,255,255,0.1);
    
}
.azrd{
	width: 500px;
	background-color: #ffffff;
	padding: 10px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	text-align: left;
	color: #00abe6;
	font-size: 40px;
	border-radius: 10px;
	position: relative;
	margin-left: 60px;
}
.azrd a{
	position: absolute;
	width: 40px;
	background-color: #50afff;
	border-radius: 10px;
	color:#f4bd3b;
	height: 100px;
	display: flex;
	right: 5px;
	top: 5px;
}
.azrd a:hover{
	background-color: #f4bd3b;
	color: #50afff;
}
.azrd a i{
	margin: auto;
	font-size: 25px;
}
@media only screen and (max-width: 1500px) {
	.about{
		width: 1200px;
	}
	.baner_text_border{
		width: 600px;
	}
	.baner_title{
		font-size: 38px;
	}
	.baner_text_image{
		width: 300px;
		margin-left: 270px;
	}
	.baner_title_eng {
    color: #f4bd3b;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    font-family: 'dejavu_sansbook';
    position: absolute;
    width: 250px;
    margin-top: -30px;
    margin-left: 30px;
}
	.about_title{
		top:250px;
	}
	#Training{
		width: 1200px;
	}
	.Training{
		width: 345px;
	}
	.Training_border{
		width: 330px;
	}
	#news{
	    width: 1310px;
		
	}
	.news{
		width: 400px;
	}
	
	.Training h1{
		margin-left: 15px;
	}
	
}
@media only screen and (max-width: 1400px) {
	
	.news-svg-b{
		width: 1000px;
	}
	#news{
	    width: 1200px;
		
	}
	.news{
		width: 365px;
	}
}
@media only screen and (max-width: 1300px) {
	.about{
		width: 1100px;
	}
	.baner_text_border{
		width: 580px;
	}
	.baner_title{
		font-size: 38px;
	}
	.baner_text_image{
		width: 300px;
		margin-left: 250px;
	}
	
	.about_title{
		top:250px;
		width: 430px;
	}
	.news-svg{
		width: 1000px;
		margin-top: -200px;
	}
	
	
}
@media only screen and (max-width: 1220px) {
	#Training a:nth-child(3){
		display: none;
	}
	#Training{
		width: 800px;
	}
	.svg{
    width: 800px;
	}
	#news{
	    width: 990px;
	   
	}
	.news:nth-child(1){
		display: none;
	}
	.news{
		width: 450px;
	}
	.We-will-contact-you{
	width: 380px;
    font-size: 25px;
	}
	.Course_booking b {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #50afff;
    font-size: 45px;
    margin-left: -13px;
    margin-top: 20px;
    color: transparent;
    font-family: "Regular2";
}
.Course_booking pre {
   
    font-size: 23px;
}
}
@media only screen and (max-width: 1120px) {
	#about{
		height:1000px;
	}
	#Training{
		margin-top:150px;
	}
	.about{
		width: 580px;
	}
	.baner_text_border{
		margin-top: 100px;
	}
	.about_title{
		top:550px;
		width: 430px;
	}
	.about_bg_image{
		display:none
	}
	
	#Course{
		left: 17%;
	}
	.news-svg-b{
		width: 800px;
	}
	.Course_booking {
    position: absolute;
    margin-left: 5%;
    margin-top: 27px;
}
	.search_border{
		width: 400px;
	}
	.serchtext{
		width: 300px;
	}
	.aBookingtext{
		width: 100px;
		font-size: 20px;
	}
	.search_text {
    top: -40px;
    font-size: 17px;
    margin-left: -50px;
}
.azrd{
	width: 400px;
	background-color: #ffffff;
	padding: 10px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	text-align: left;
	color: #00abe6;
	font-size: 30px;
}
.azrd a{
	height: 80px;
}
}
@media only screen and (max-width: 1030px) {
	#news {
    width: 480px;
}
	.news:nth-child(3) {
    display: none;
}
#background_color{
	height:628px;
}
#Training{
		width: 360px;
	}
	.news-svg-b {
    width: 350px;
}
}
@media only screen and (max-width: 820px) {
	#Training{
		width: 360px;
	}
	.Training{
		margin-left: 0px;
	}
	.svg{
    display: none;
	}
	
}
@media only screen and (max-width: 600px) {
	#about{
		height:850px;
	}
	.about{
		width: 380px;
	}
	.baner_title{
		font-size: 20px;
		width: 100px;
	}
	.baner_title_eng{
		font-size: 11px;
		margin-top: -25px;
		margin-left: 5px;
	}
	.baner_text_border{
		margin-top: 100px;
		height: 200px;
		width: 378px;
	}
	.baner_text_image{
		margin-left: 170px;
		height: 350px;
		width: 190px;
	}
	.about_title{
		top:400px;
		width: 385px;
		right: 0;
	}
	.about_bg_image{
		display:none
	}
	
	.Course-select {
    width: 97%;
     
}
.Course-text{
	 width: 83%;
	 
}
.aBooking{
	 width: 90%;
}
.news-svg-yellow{
	width:500px;
}

.search_text {
    top: -40px;
    font-size: 14px;
    margin-left:10px;
}
.search_border{
		width: 380px;
	}
	.serchtext{
		width: 300px;
	}
	.aBookingtext{
		width: 80px;
		font-size: 20px;
	}
	.azrd{
	width: 300px;
	font-size: 20px;
}
.azrd a{
	height: 56px;
	
}
#Course {
    left: 5%;
}
.aBooking {
  
    margin-left: 19px;
    
}
.Course_booking pre {
    font-size: 17px;
}
.Course_booking {
    position: absolute;
    margin-left: 5%;
    margin-top: 59px;
}
}

@media only screen and (max-width: 500px) {
	#Course{
		left: 1%;
		width: 98%;
	}
	.We-will-contact-you{
		width: 310px;
		font-size: 14px;
	}
	#news{
		width: 380px;
	}
	.news {
    width: 380px;
    margin: 0
}
.search_text{
	width: 300px;
	font-size: 18px;
	text-align: left;
	top: -75px;
	margin-left: -10px;
}
.search_border{
	width: 300px;
	
}
.azrd{
	width: 300px;
	margin-left: 10px;
}
.Course-text{
	 width: 80%;
	 
}
}