					/*---------header section part----------*/
.top-had-1{background-color: #2c3e50; padding: 8px 0px ;}
.container-2{max-width: 90%; margin: 0 auto; padding: 0%; display:flow-root;}
.left-hed{float:left; color:#c5c5c5;}
.left-hed{color:#c5c5c5; margin:0; padding:0;}
.left-hed i{margin:0 15px; display:inline-block;}
.left-hed a{text-decoration: none; color: #e4e4e4; font-size: 13px; transition:.3s;}
.left-hed a:hover{text-decoration: none; color: #ffc364; transition:.3s;}
.right-hed{float:right;}
.right-hed ul{margin:0; padding:0;} 
.right-hed ul li{list-style:none; float:left;}
.right-hed ul li a{
	color: #e4e4e4;
    text-decoration: none;
    padding: 0 20px;
    font-size: 13px;
    border-left: 1px solid #778c99;
	transition:.3s;
}
.right-hed ul li a:hover{color: #ffc364; transition:.3s;}
a.bodr{border-right: 1px solid #778c99;}
.head-tital{float: left;margin-top: 0.1%; margin-bottom:5px;}
.head-tital img{margin-right:10px; float:left;}	
.tital-sub{
	font-size: 15px;
    color: #555;
    margin-top: 1%;
    text-transform: Capitalize;
    text-align: center;
    font-family: 'Lato', sans-serif;
    letter-spacing: .5px;
}

.company-heading{
	font-family: 'Raleway', sans-serif;
    color: #d67022;
    font-size: 28px;
    margin-top: 2%;
    transition: all .4s ease;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
	}


				/*---------menu section part----------*/
.menu-sec{background-color:#f9f9f9; margin:0; padding:.5% 0;}				
.logo{float:left; width:24%;}
.logo a{text-decoration:none;}
.logo img{}
			
				/*---------home section part 1----------*/
.sec-part-1{padding: 0 0 10px;}
.container-sec{max-width:100%; margin:0 auto; padding:2%; padding-top:2.5%;}
.part-1{display:block; text-align:center;}
.feature{
	font-size:19px;
	line-height:36px;
	color:#d67022;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-weight:700;
	margin: 10px 0 0;
}
.offer{
	font-size:24px;
	color:#2c3e50;
	line-height:36px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:700;
	font-family: "Roboto Slab",sans-serif;
}
.box-div{display:block; margin-top:0px; padding:0; text-align:center;}
.entry-item{
	width:21.5%;
	display:inline-block; 
	margin:1.5%; 
	padding:0; 
	text-align:center; 
	transform: translateY(30px);
	transition: .3s ease-in-out, visibility 0s;
}
.entry-item:hover{transform:translateY(0); transition:0.3s ease-in-out, visibility 0s;}
.entry-thumb{
	width:120px;
	height:120px;
	border:1px solid #e8e7ec;
	border-radius:50%;
	padding:5px;
	margin:0 auto 20px auto;
}
.entry-thumb img{width:100%; height:100%:}
.entry-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 23px;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 15px;
	font-family: "Montserrat", sans-serif;
}
.entry-title a{color: #2c3e50; text-decoration:none; transition:all .3s ease;}
.entry-title a:hover{color:#3498db;}
.entry-title:after {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 80px;
    height: 2px;
    content: '';
    background-color: #e5e5e5;
}
 .entry-contant p {
    margin-bottom: 25px;
	color: #6f6f6f;
    line-height: 24px;
	text-align: center;
	font-size:14px;
}
.entry-item:hover .entry-contant > a{opacity: 1;}


			/*---------home section part 2 parallax section----------*/
.parallax-effect{position: relative; min-height: 100%; width: 100%;}
.parallax-effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
}
.man-pra2{width:94%; margin:0 auto;}
.para-img{padding: 10px 0; min-height: auto; }
.paralax-part{display: block; text-align: center; margin-bottom:20px;}
.cors-head{
	font-size: 24px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Slab",sans-serif;
}
.course-01{
	background-color: #fff; 
	overflow: hidden;
	display: inline-block; 
	width:30%;
	margin:1.5%;
	padding:0;
}
.imag-sec{overflow: hidden;}
.imag-sec img{transition: all .4s linear; width: 100%;}
.course-01:hover img {transform:scale(1.1); transition:all .5s ease;}
.cors-content{position:relative; padding:35px 10px 0 15px; text-align:justify;}
.course-category{
	width: 56%;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #2465ad;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    padding: 7px 7px;
    letter-spacing: 1px;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%);
    transition: .3s ease-in-out, visibility 0s;
    font-size: 15px;
    font-weight: 700;
    padding-top: 10px;
}
.cors-title{
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;sss
    letter-spacing: 1px;
    padding: 0px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.cors-title a{color: #2c3e50;  text-decoration: none; transition: all .3s ease;}
.course-time{
	padding: 12px 15px 12px 15px;
	background-color: #f5f5f5; 
	margin-top: 25px;
	text-align:justify;
	overflow:hidden;
}
.price{font-size: 18px; font-weight: 700; float:left;}
.price i{color: #3498db; margin-right: 10px; font-size: 18px;}
.rating{float:right; color:#d67022; font-size: 14px;}


	/*---------home section part 4 about section----------*/
.abou-img{float:left; margin-right:4%; width:39%;}
.abou-txt{text-align:justify;}
.abou-txt h2{
	font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #d67022;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Muli';
}
.abou-txt p{line-height:30px; color:#fff; font-size:14.5px; margin-bottom:10px;}
.list-abou{margin:0; padding:0;}
.list-abou li{list-style:none; padding-top:10px; color:#fff; transition:all .3s ease;}
.list-abou li i{color:#d67022; font-size:18px; margin-right:10px;}
li.change-color{color:#555;}




					/*---------news-letter section part----------*/	
.final-box{
	text-align: center;   
    /*background-color: #fba214;
    margin-left: -2.1%;
    margin-right: -2.1%;
    margin-top: -2.6%;
    margin-bottom: -2.6%;*/
    padding: 1.5%;
    }
.let-heading{font-weight:700; line-height:1.5; color:#2c3e50; font-size:40px;}
.let-heading span{color: #d67022;}
.final-box p{font-weight:700; font-size:15px; margin:6px 0; color:#2c3e50;}


					/*---------footer section part 2----------*/
.ftr-last{width: 100%;  background: #1e222d; padding: 0%; text-align:center;}
.social-ico{display:inline-block; text-align:center;}
.cpy-right{color: #efefef; font-size: 13px; padding-top: .5%;}
ul.ser-sp{margin-left:0; padding-left:0; list-style-type:none;}
ul li.ser-sp{position:relative; margin-left:1em; padding:2px 0px; text-align:justify;}
ul li.ser-sp:before{
	position:absolute; 
	left:-1em; 
	content:"\2713"; 
	font-weight:bold;
    color: #016ead;
}
.facti-img{
	float:right; 
	margin-left:2%; 
	margin-bottom:2%; 
	border:1px solid #dddddd;
    border-radius:6px;
}
.bld-hdr{   
	display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0;
}	
.abt-img{width:100%;}	
.tbl-hding{    
	font-size: 18px;
    font-weight: 700;
    padding: 6px 0;
    text-align: center;
    background: #4c4c4c;
    border: 1px solid #bbb9b9;
    color: #fff;
}
.dv-box{margin:2% 0 0;}

ul.cors-arrow  {list-style: none;margin-bottom: 1%;}

ul.cors-arrow li {
	padding-left: 1em;
    text-indent: -1.01em;
    color: #424242;
    font-size: 16px;
    font-weight: 700;
}
ul.cors-arrow li:before { 
	content: "\0261E";
    font-size: 30px;
    color: #1a7ee2;
    font-weight: bold;
    position: relative;
    top: 6px;
    padding-right: 5px;
}
.side{    
	display: block;
    padding-left: 18px;
    text-indent: 0px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: normal;
}
.side0{font-weight:normal; font-size:14px; color:#4a4a4a;}

.afidvit{display:inline-block; margin:0; padding:0; text-align:center;}

.afidvit img{width:65%; margin-bottom:3%;}

.disclogr-had {
    color: #c72c31;
    font-size: 17px;
    margin-bottom: 0%;
    font-weight: 700;
}
.arrow31{list-style: none; margin-bottom: 0%;}

ul.arrow31 li {padding-left: 1.5em; text-indent: -1.01em;}

.map-gogle{float:left; margin-top:3%;}

.mr-top{padding-top:.5%; padding-bottom:1.5%;}

.nodata{text-align:center;}



	
@media handheld, only screen and (max-width: 1024px) {

.entry-item{width:46.5%; margin: 0 1.5%;}
.course-01{width:46.5%;}
.course-category {
    width: 63%;
    }


}


@media handheld, only screen and (max-width: 768px) {
	
.top-had-1{display:none;}	
.logo{width:100%; float:none; text-align:center;}
.container-2{max-width:100%;}
.abou-img{width:45%; float:none; margin:0;}	
.let-heading{font-size:30px;}
.final-box p{font-size:13px;}
.head-tital{text-align:center; float:none;}
.head-tital img{
	float: none;
    width: max-content;
    margin: 0;
    margin-bottom: 2%;width: 18%;
}
.company-heading{float:none; display:inline-block; margin:0;font-size: 25px;}
.tital-sub{}
	
}



@media handheld, only screen and (max-width: 667px) {

.det-side{display:inline-block; width:95.8%;}
.paralax-part{margin-bottom:0;}
.course-01{width:100%; margin:2.5% 0;}
.entry-item{width:100%; margin:0;}
.abou-img{width:55%; float:none; margin:0; text-align:center;}
.abou-txt{width:100%;}





}





