html {
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding:  0;
	color: #555555;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	color: #222;
	line-height: normal;
}
p{
	font-size: 16px;
	line-height: 30px;
}
*{
  margin: 0;
  padding:  0;
  box-sizing: border-box;
}
img{
	max-width: 100%;
}
header.header {
    padding: 10px 30px;
}
.grey-bg{
	background-color: #f5f5f5;
}
.grey-bg .img-wrap img {
    position: unset;
    border-radius: 20px;
    object-fit: unset;
}
.grey-bg .img-wrap {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
}
.container{
	max-width: 1200px;
}
.banner-wrap{
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20vh 0;
	overflow: hidden;
}
.banner-caption {
    width: 52%;
    padding: 30px;
    background-color: rgba(0, 0, 0, .50);
    border-radius: 20px;
    display: inline-block;
    text-align: left;
}
.btnn {
    display: inline-block;
    color: #fff;
    padding: 13px 30px;
    background-color: #ff8400;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
.btnn-s {
    padding: 8px 20px;
    font-size: 16px;
}
.btnn:hover{
	color: #fff;
}
.banner-caption h2{
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
}
.logo img{
	height: 60px;
}

.menu-wrap .navbar {
    padding: 0;
}
.menu-wrap .navbar li {
    margin-left: 10px;
}
.menu-wrap .navbar li a {
    font-size: 18px;
    padding: 8px 16px !important;
    border: 1px solid #fff;
    font-weight: 500;
}
.menu-wrap .navbar li.active a {
    border-color: #ff8400;
}
.welcome-wrap{
	background-color: #f5f5f5;
	padding: 60px 0;
}
.heading-type1{
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 40px;
}
.heading-type1::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 120px;
	height: 3px;
	background-color: #ff8400;
}
.heading-left{
	text-align: left;
}
.heading-left::after{
	left: 0;
	transform: none;
	width: 50px;
}
.abt-img{
	min-height: 400px;
	padding-right: 20px;
}
.abt-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abt-con {
    padding: 0;
    width: 55%;
    padding-right: 70px;
}
.about-wrap{
}
.about-wrap + .about-wrap{
	margin-top: 80px;
}
.about-main{
	padding: 100px 0 90px;
}
.abt-img{
	position: relative;
	width: 45%;
}
.abt-img::after{
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	bottom: 20px;
	left: 20px;
	border: 4px solid #f1f1f1;
}
.abt-img img{
	position: relative;
	z-index: 10;
}
.about-revert{
	flex-direction: row-reverse;
}
.about-revert .abt-con{
	padding-right: 0;
	padding-left: 70px;
}
.about-revert .abt-img{
	padding-right: 0;
	padding-left: 20px;
}
.about-revert .abt-img::after{
	right: 20px;
	left: 0;
}
.footer{
	background-color: #000;
	color: #9a9a9a;
}
.f-top{
	padding: 50px 0;
}
.f-box1{
	max-width: 30%;
}
.f-box a{
	color: #9a9a9a;
	white-space: nowrap;
}
.f-box ul{
	margin: 0;
	padding: 0;
}
.f-box li{
	display: block;
	margin-bottom: 15px;
}
.f-box h4{
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	margin: 20px 0 30px;
	font-weight: 500;
}
.f-logo{
	margin-bottom: 20px;
	display: inline-block;
}
.f-box3 span{
	color: #fff;
}
.social{
	margin-top: 30px;
}
.social a{
	display: inline-block;
	margin-right: 30px;
}
.f-btm{
	padding: 30px 15px;
	text-align: center;
	border-top: 1px solid #222;
}
.f-btm p{
	margin: 0;
}

/*--About--*/

.banner-wrap2{
	padding:0;
	height: 250px;
}
.makefull{
	width: 100%;
}
.tick-list{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.tick-list ul{
	padding-left: 20px;
	margin-top: 6px;
}
.tick-list li {
    display: block;
    padding-left: 28px;
    background-image: url(../images/tick.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.trained {
    background-color: #ff8400;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
}
.trained p {
    font-style: italic;
    font-size: 18px;
    margin: 0;
}
.img-wrap {
    position: relative;
    padding-bottom: 100%;
}
.img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-wrap{
	margin-bottom: 30px;
}

.grey-bg .container {
    max-width: 1100px;
}
.top-header {
    background-color: #000;
    display: block;
    padding: 10px 30px;
    width: 100%;
}
.top-header .social {
    margin: 0px;
    text-align: right;
}
.top-header .social a:last-child {
    margin-right: 25px;
}
.directors {
	margin-top: 80px;
}
.directors h4 {
    margin: 20px 0 0 0;
    font-size: 26px;
}
.course-box:hover {
    text-decoration: none;
}
.course-box {
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 250px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}
.course-box img{
	height: 100%;
    object-fit: cover;
    width: 100%;
}
.course-box h3 {
    margin: 0px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}
.course-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
}
/*=== Responsive style ===*/


@media all and (max-width: 1640px){
	.menu-wrap .navbar li a {
	    font-size: 16px;
	    padding: 8px 6px !important;
	}
}

@media all and (max-width: 1350px){
.menu-wrap .navbar li{
	margin-left: 0;
}
.menu-wrap .navbar li a{
	font-size: 15px;
	padding: 8px 10px !important;
}
}
@media all and (max-width: 1350px){
header.header{
	padding: 10px 20px;
}

}

@media (max-width: 1250px){
	.menu-wrap .navbar li a {
	    font-size: 14px;
	    padding: 5px 6px !important;
	}
}

@media (max-width: 1199px){
	.menu-wrap .navbar li a {
	    font-size: 13px;
	    padding: 5px 5px !important;
	}
	.logo img {
    	height: 40px;
	}
	
}

@media all and (max-width: 991px){
.menu-wrap .navbar-collapse {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    width: 200px;
}
.menu-wrap .navbar li{
	margin: 0;
}
.banner-caption h2{
	font-size: 30px;
}
.about-main{
	padding: 50px 0;
}
header.header{
	padding: 10px 20px;
}
}
@media all and (max-width: 767px){
.about-main{
	padding: 30px 0;
}
.about-wrap .d-flex{
	flex-wrap: wrap;
}
.abt-con, .about-revert .abt-con{
	width: 100%;
	padding: 0;
}
.abt-img{
	width: 100%;
}
.abt-img::after, .about-revert .abt-img::after{
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-width: 2px;
}
.abt-img, .about-revert .abt-img{
	min-height: 1px;
	padding: 10px;
}
.abt-img img{
	width: 100%;
	display: block;
}
.about-wrap + .about-wrap{
	margin-top: 30px;
}
.heading-type1{
	margin-bottom: 20px;
}
.welcome-wrap{
	padding: 30px 0;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 25px;
}
.logo {
    max-width: 200px;
}
.logo img {
    height: auto;
}
.banner-wrap{
	padding: 40px 0;
}
.banner-caption{
	width: 100%;
	padding: 20px;
}
.banner-caption h2{
	font-size: 22px;
}
.btnn{
	font-size: 16px;
	padding: 10px 22px;
}
.f-top{
	flex-wrap: wrap;
}
.f-box {
    width: 100%;
    max-width: 100%;
}
header.header{
	padding: 10px;
}
.menu-wrap .navbar-collapse{
	padding: 0 10px;
}
.directors .col-md-6 {
    margin-bottom: 30px;
}
.directors {
    margin-top: 40px;
}
.course-box {
    margin: 10px 0;
}
}