/*---------header section part----------*/
.top-had-1 {
	background-color: #d5d5d5;
	padding: 8px 0px;
}

.container-2 {
	max-width: 90%;
	margin: 0 auto;
	padding: 0%;
	display: flow-root;
}

.left-hed {
	float: left;
	color: #141414;
}

.left-hed {
	color: #141414;
	margin: 0;
	padding: 0;
}

.left-hed i {
	margin: 0 15px;
	display: inline-block;
}

.left-hed a {
	text-decoration: none;
	color: #303030;
	font-size: 13px;
	transition: .3s;
}

.left-hed a:hover {
	text-decoration: none;
	color: #3498db;
	transition: .3s;
}

.right-hed {
	float: right;
	margin-right: -2.5%;
}

.right-hed ul {
	margin: 0;
	padding: 0;
}

.right-hed ul li {
	list-style: none;
	float: left;
}

.right-hed ul li a {
	color: #303030;
    text-decoration: none;
    padding: 0 20px;
    font-size: 15px;
    border-right: 1px solid #778c99;
    transition: .3s;
    font-weight: 700;
}

.right-hed ul li a:hover {
	color: #3498db;
	transition: .3s;
}

.right-hed ul li a.bodr {
	border-right: none
}

.head-tital {
	float: left;
}

.head-tital img {
	margin-right: 10px;
	float: left;
	width: 26%;
}

.company-heading {
	font-family: 'Raleway', sans-serif;
    color: #da8600;
    font-size: 37px;
    margin-top: 7.3%;
    transition: all .4s ease;
    float: left;
    font-weight: 700;
}

.tital-sub {
	font-size: 11.5px;
	color: #555;
	margin-top: 1%;
	text-transform: none;
	text-align: center;
	font-family: 'Muli', sans-serif;
	letter-spacing: .5px;
}

/*---------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: #f39c12;
	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: static;
    min-height: 100%;
    width: 50%;
    float: left;
}

 .parallax-effect2 {
	position: relative;
	min-height: 100%;
	width: 100%;
}

.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: 55%;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #3498db;
	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;
}

.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 30px;
	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: #f39c12;
	font-size: 14px;
}


/*---------home section part 4 about section----------*/
.abou-img {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.abou-txt {
	text-align: justify;
}

.abou-txt h2 {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #f39c12;
	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;
}

.list-abou li i {
	color: #f39c12;
	font-size: 18px;
	margin-right: 10px;
}

.list-abou li a {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease;
}

.list-abou li a:hover {
	color: #3498db;
	transition: all .3s ease;
}


/*---------news-letter section part----------*/
.final-box {
	text-align: center;
	margin: 2% 0;
	padding: 0;
}

.let-heading {
	font-weight: 700;
	line-height: 1.5;
	color: #2c3e50;
	font-size: 40px;
}

.let-heading span {
	color: #f39c12;
}

.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: 12.5px;
	padding-top: .5%;
	letter-spacing: 0.7px;
}

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;
}





@media handheld,
only screen and (max-width: 1024px) {

	.entry-item {
		width: 46.5%;
		margin: 0 1.5%;
	}

	.course-01 {
		width: 46.5%;
	}







}


@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%;
		padding: 1% 0;
	}

	.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: auto;
	}

	.company-heading {
		float: none;
		display: inline-block;
		margin: 0;
		vertical-align: -webkit-baseline-middle;
	}

	.tital-sub {}

}



@media handheld,
only screen and (max-width: 667px) {

	.det-side {
		display: inline-block;
		width: 100%;
	}

	.paralax-part {
		margin-bottom: 0;
	}

	.course-01 {
		width: 100%;
		margin: 2.5% 0;
	}

	.entry-item {
		width: 100%;
		margin: 0;
	}

	.parallax-effect {
		position: relative;		
		width: 100%;
	}

	.abou-img {
		width: 55%;
		float: none;
		margin: 0;
		text-align: center;
	}

	.abou-txt {
		width: 100%;
	}





}