* {
	padding: 0;
	margin: 0;
}
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem  ;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}
@media (min-width: 1331px){
.container {
    max-width: 1330px;
}
}
/*---------------------- Font Face ------------------*/


/*---------------------- Font Face ------------------*/
.header {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	z-index: 999;
	padding: 15px 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.header .header-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.header .nav-sec {
	padding: 0;
	margin: 0;
}

.header .nav-sec {
	padding: 0;
	margin: 0;
}
.header .nav-sec .top-head {
  padding: 0;
  margin: 1rem 0 2rem;
}

.header .nav-sec .top-head ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header .nav-sec .top-head ul li{
  padding: 0;
  margin: 0 20px 0 0;
}
.header .nav-sec .top-head ul li:last-child{
  margin-right: 0;
}
.header .nav-sec .top-head ul li a{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFEFE;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.header .nav-sec .top-head ul li a span{
  display: flex;
  height: 36px;
  width: 36px;
  background: #F94E54;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 10px 0 0;
  transition: all 300ms ease-in-out;
}
.header .nav-sec .top-head ul li a:hover{
  color: #F94E54;
}
.header .nav-sec .top-head ul li a:hover span{
  color: #fff;
}
.header .nav-sec .stellarnav.dark {
	background: transparent;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 0px 0 0px;
}

.header .logo img {
	max-width: 100%;
}

/* .stellarnav.dark a,
.stellarnav.dark li a {
	color: #232323;
	text-transform: uppercase;
} */

.stellarnav>ul>li>a {
	font-family: 'Titillium Web', sans-serif;
	padding: 1.2rem 2.5rem;
	position: relative;
	display: inline-block;
  font-weight: 400;
font-size: 2rem;
line-height:1.2;
color: #FFFEFE;
transition: all 300ms ease-in-out;
}
.stellarnav>ul>li>a:hover{
  background: #FB9E39;
  box-shadow: 0px .4rem 1.4rem rgba(0, 0, 0, 0.38);
  border-radius: .4rem;
  color: #353A4A;
}


.stellarnav>ul {
	width: 100%;
	text-align: right;
}

.stellarnav>ul>li {
	margin-right: 0;
}

.stellarnav>ul>li:last-child {
	margin-right: 0;
}


.banner{
  position: relative;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.banner.inner-banner {
  height: auto;
}
.banner.inner-banner .desc .text-box{
  width: 100%;
  max-width: 100%;

}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .desc{
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(0,-50%);
  z-index: 1;
}
.banner .desc p{
  font-weight: 400;
  font-size: 2.9rem;
  line-height:1.2;
  color: #FFFEFE;
  padding: 0;
  margin: 0;
}
.banner .desc h1{
  font-weight: 400;
  font-size: 6.6rem;
  line-height:1.2;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.banner .desc .text-box{
  max-width: 59rem;
}

.contact-form-sec{
  background: #353A4A;
  padding: 40px 0;
  margin: 0;
}
.contact-form-sec label{
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #FEFEFE;
  padding: 0;
  margin: 0 0 6px;
}
.contact-form-sec .form-control{
  background: #292E40;
  border: 1px solid #5F5959;
  border-radius: .5rem;
  outline: none;
  height: 4rem;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height:1.2;
  color: #D3D3D3;
  padding: 1rem;
  font-style: italic;
}
.contact-form-sec .form-group{
  margin-bottom: 1.5rem;
}
.contact-form-sec textarea.form-control{
  height: 21rem;
  resize: none;
}
.contact-form-sec .btn-block .btn{
  padding: 1rem 3rem;
  background: #FB9E39;
  border-radius:.4rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #353A4A;
  border: 1px solid #FB9E39;
  transition: all 300ms ease-in-out;
}
.contact-form-sec .btn-block .btn:hover{
  background: transparent;
  color: #FB9E39;
}
.contact-form-sec .add-contact{
  padding: 4rem 0 0;
}
.contact-form-sec .add-contact .add-contact-box{
  display: flex;
  align-items: center;
  background: #3A9ED2;
  box-shadow: 0px 1.4rem 4.4rem rgba(21, 90, 126, 0.15);
  border-radius: 1rem;
  padding:1rem 1.5rem;
  margin: 0;
}
.contact-form-sec .add-contact .add-contact-box .icon{
  height: 7.4rem;
  width: 7.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  justify-content: center;
}
.contact-form-sec .add-contact .add-contact-box .text {
  padding: 0 0 0 1.5rem;
  margin: 0;
  width: calc(100% - 7.4rem);
}
.contact-form-sec .add-contact .add-contact-box .text p, .contact-form-sec .add-contact .add-contact-box .text a{
  font-weight: 400;
  font-size: 2rem;
  line-height:1.2;
  color: #FFFEFE;
  padding: 0;
  margin: 0;
}
.about-sec{
  background: #F3F3F3;
  padding: 0 0 3rem;
  margin: 0;
}
.about-sec .tham-img{
  background: #f94e54;
  padding: 0;
  margin: 0;
  border-radius: 0px 0px 21rem 0px;
}
.about-sec .tham-img img {
  width: 100%;
  height: auto;
  margin: 0 0 0 2rem;
  border-radius: 0px 0px 21rem 0px;
}
.about-sec .about-text{
  padding: 2rem 0 0 4rem;
  margin: 0;
  max-width: 88rem;
}
.about-sec .about-text span{
  display: inline-block;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.2;
  letter-spacing: 0.30em;
  color: #111111;
  padding: 0;
  margin: 0 0 10px;
}
.about-sec .about-text h2{
  font-weight: 700;
  font-size: 9.3rem;
  line-height: 1.2;
  color: #3A9ED2;
  padding: 0;
  margin: 0 0 3rem;
}
.about-sec .about-text h2 span{
  font-weight: 700;
  font-size: 9.3rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3F4452;
}
.about-sec .about-text h2 strong{
  font-weight: 700;
  font-size: 9.3rem;
  line-height: 1.2;
  color: #8A8E99;
}
.about-sec .about-text p{
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #383C48;
  padding: 0;
  margin: 0 0 1.5rem;
}

.footer{
  background: #0E111B;
  padding: 2rem 0;
  margin: 0;
}
.footer .footer-wrap{
  height: 14rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-wrap .box ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer .footer-wrap .box ul li{
  padding: 0;
  margin: 0 1rem 0 0;
}
.footer .footer-wrap .box ul li:last-child{
  margin-left: 0;
}
.footer .footer-wrap .box p{
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #FCFCFC;
  padding: 0;
  margin: 0;
}
.footer .footer-wrap .box:nth-child(1){
  position: absolute;
  width: 12rem;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
}
.video-sec{
  background: #F3F3F3;
  padding: 4rem 0;
  margin: 0;
}
.video-sec .video-box{
  padding: 0;
  margin: 0 0 3rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.video-sec .video-box .video-tham{
  height: 28rem;
  padding: 0;
  margin: 0;
  text-align: center;
}
.video-sec .video-box .video-tham a{
  padding: 15px;
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  word-break: break-all;
}
.video-sec .video-box .video-tham iframe{
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  line-height: 0;
}
.video-sec .video-box .text{
  padding: 1.5rem;
  margin: 0;
}
.video-sec .video-box .text p {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    height: 67px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 0;
}

.training-sec {
  padding: 4rem 0;
  margin: 0;
  background: #F3F3F3;
}
.training-sec .training-box{
  background: #FFFFFF;
  box-shadow: 0px .4rem .7rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  margin: 0 0 30px;
}
.training-sec .training-box .img-box{
  padding:3rem 1.5rem;
  margin: 0;
  text-align: center;
}
.training-sec .training-box .img-box img{
  max-width: 100%;
  margin: 0 auto;
  height: 204px;
  object-fit: cover;
}
.training-sec .training-box .text-block{
  padding: 2rem 1rem;
  margin: 0;
}
.training-sec .training-box .text-block p {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #111111;
    padding: 0;
    margin: 0 0 2rem;
    height: 67px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.training-sec .training-box .text-block a{
  display: block;
  padding: 1rem 1rem;
  background: #FB9E39;
  border-radius: .4rem;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #353A4A;

}
.training-sec .training-box .text-block a img{
  position: absolute;
  left: 1rem;
  top: .8rem;
}

.loader {
  text-align: center;
}
.loader p{
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #232323;
  padding: 0;
  margin: 0;
}
.loader img{
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

a.view-all-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: #FB9E39;
    border-radius: 0.4rem;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #353A4A;
    margin: 2rem 0;
    border: 1px solid #FB9E39;
    transition: all 300ms ease-in-out;
}
a.view-all-btn:hover{
color: #FB9E39;
background: transparent;
}


