@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body {
  font-family: "Poppins", sans-serif;
  position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}


:root {
  --red:#8B0101;
  --blue: #02a2ce;
  --main-header:"Noto Sans", sans-serif;
  --main-line:"Poppins", sans-serif;;
}

.link-box img{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#fff;
    display:inline-block;
}
.course-box img{
    width:60px;
    height:60px;
    margin-bottom:10px;
}
.course-box-01 img{
  width:80px;
  height:80px;
  margin-bottom:10px;
}

/* header part start here */
.navbar-brand{
  width: 15%;
}

.nav-link{
  font-size: 15px;
  font-weight: 700;
  padding: 0px 15px !important;
  margin: 0px 10px;
  color: #000 !important;
  transition: .3s all;
  font-family: var(--main-header);
}


.navbar{
  background: #fff !important;
  transition: .3s all;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.fixed-top {
  position: fixed;
  top: 61px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.topbar{
  position: relative;
  border-bottom: 1px solid #eee;
    background: rgba(255, 255, 255, .14);
    padding: 12px 0;
}
.topbar_left ul li:first-child {
  border: none !important;
  padding-left: 0;
  margin-left: 0;
}
.topbar_left ul li{
    color: #333;
    border-left:1px solid #ddd ;
    padding: 6px 12px 6px 20px;
    margin-left: 20px;
    margin-bottom: 0;
  display: inline-block;
}
.topbar_left ul li a{
  color: #333;
  font-family: var(--main-line);
  font-weight: 500;
  font-size: 14px;
}
.topbar_left ul li i{
  color: var(--blue);
  margin-right: 5px;
}
.btn-top{
  background-color: var(--blue);
  color: #fff !important;
  padding: 9px 15px;
  border-radius: 5px;
}
.nav-link:hover{
  color: var(--red ) !important;
}
.carousel-caption {
  width: 50%;
  position: absolute;
  right: 15%;
  top:25%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}
.carousel-caption-01 {
  width: 100%;
  position: absolute;
  right: 0%;
  top:25%;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption-02 {
  width: 90%;
  position: absolute;
  margin-right: 10%;
  top:25%;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.content h2{
    color: #fff;
    font-size: 43px;
    font-weight: 900;
    text-shadow: none;
    font-family: var(--main-header);
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 65px;
    text-transform:capitalize;
}
.content h2 span{
  border-radius: 5px;
  padding: 3px 5px;
  top: 20px;
  color: #fff;
}
.content p{
  font-size: 15px;
  color: #fff;
  font-family: var(--main-line);
  line-height: 30px;
  margin-bottom: 10px;
}

.content-01 h2{
  color: #fff;
  font-size: 48px;
  width: 50%;
  display: inline-block;
  font-weight: 900;
  text-shadow: none;
  font-family: var(--main-header);
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 55px;
  text-transform:capitalize;
}
.content-01 h2 span{
border-radius: 5px;
font-size: 40px;
padding: 3px 5px;
top: 20px;
color: #fff;
}
.content-01 p{
font-size: 15px;
width: 50%;
display: inline-block;
color: #fff;
font-family: var(--main-line);
line-height: 30px;
margin-bottom: 40px;
}

.content-02 h2{
  color: #fff;
  font-size: 48px;
  width: 50%;
  display: inline-block;
  font-weight: 900;
  text-shadow: none;
  font-family: var(--main-header);
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 55px;
  text-transform:capitalize;
}
.content-02 h2 span{
border-radius: 5px;
font-size: 40px;
padding: 3px 5px;
top: 20px;
color:#fff;
}
.content-02 p{
font-size: 15px;
width: 50%;
display: inline-block;
color: #fff;
font-family: var(--main-line);
line-height: 30px;
margin-bottom: 40px;
}
.btn-style-one{
  background-color: #fff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
  padding: 7px 20px;
  border-radius: 5px;
  font-family: var(--main-line);

}
.navbar-scrolled{
  top: 0;
}
.course-box{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 30px;
    box-shadow: 0 0 30px #cccccc73;
    background: #fff;
    position: relative;
}
.course-box-01{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 0 30px #cccccc73;
  background: #fff;
  position: relative;
}
.couse-line{
  position: relative;
  z-index: 2 !important;
}
.course{
  margin-top: -100px;
}
.course-box:before {
  content: '';
  background: var(--blue);
  height: 57%;
  width: 50%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.course-box-01 i {
  display: inline-block;
  color: var(--blue);
  font-size: 40px;
  margin-bottom: 30px;
}
.course-box i {
  display: inline-block;
  color: var(--blue);
  font-size: 40px;
  margin-bottom: 30px;
}
.Featured-head-01 p{
    font-size:14px;
    
}
.course-box h5{
  
  margin-bottom: 20px;
  color: #2a2f52;
  font-size:17px !important;
  font-family:var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.course-box p{
  font-weight: 300;
    line-height: 1.6;
    font-family: var(--main-line);
    margin-bottom: 20px;
    color: #5d5c5c;
    font-size: 14px;
}
.course-box-01 h5{
  
  margin-bottom: 20px;
  color: #2a2f52;
  font-size:17px !important;
  font-family:var(--main-line);
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.course-box-01 p{
  font-weight: 300;
    line-height: 1.6;
    font-family: var(--main-line);
    margin-bottom: 20px;
    color: #5d5c5c;
    font-size: 14px;
}
#ser-shadow{
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  /* border-radius: 10px; */
}
.services-content ul{
  display: flex;
  justify-content: space-between;

}
.services-content h6{
  font-size: 38px;
  font-family: var(--main-header);
  font-weight: 700;
  color: var(--blue);
  line-height: 40px;
}
.services-content h6 span{
  color: var(--red);
  font-size: 25px;
}
.services-content p{
  font-size: 13px;
}
.services-content ul li {
  border-bottom: 1px dashed #eee;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight:700;
  color: #000000;
  font-family: var(--main-header);
}
.services-content ul li img{
  width: 25px;
  margin-right: 7px;
  height: 25px;
  /* border-radius: 50%; */
}
.btn-blue{
  position: relative;
    padding: 8px 14px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all .5s ease;
    /* border:2px solid var(--blue); */
    border-radius: 10px;
    z-index: 0;

}
.btn-blue::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--blue);
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.course-btn{
  justify-content: space-between;
  margin: 20px 0px 0;
}
.course-btn h5{
  font-size: 12px !important;
  padding-top: 5px;
  font-family: var(--main-header) !important;
  font-weight: 500 !important;
}
.course-btn h5 i{
  margin-left: 6px;
  font-size: 16px;
}
.service-box:hover .course-btn h5 i{
  animation: left 1s infinite linear;

}
@keyframes left {
0%{
  transform: translateX(0px) scale(1);
}
50%{
  transform: translateX(15px) scale(1.3);
}
100%{
  transform: translateX(0px) scale(1);
}

  
}
.btn-blue:hover{
  color: var(--blue);
}
.btn-blue::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 2px solid var(--blue);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.btn-blue:hover::before{
  transform: scale(0);
}


.btn-blue:hover::after{
  opacity: 1;
  transform: scale(1);
}

.btn-blue-01:hover{
  color: #fff;
}
.btn-blue-01::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 2px solid var(--red);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.btn-blue-01:hover::before{
  transform: scale(0);
}


.btn-blue-01:hover::after{
  opacity: 1;
  transform: scale(1);
}
.btn-blue-02{
  position: relative;
    padding: 8px 14px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all .5s ease;
    /* border:2px solid var(--blue); */
    border-radius: 10px;
    z-index: 0;

}

.btn-blue-01 {
  position: relative;
  padding: 6px 7px;
  font-size: 11px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease;
  /* border: 2px solid var(--blue); */
  border-radius: 10px;
  z-index: 0;
}
.btn-blue-01::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--red);
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.btn-blue-02:hover{
  color: #ffffff;
}
.btn-blue-02::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 2px solid #fff;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.btn-blue-02:hover::before{
  transform: scale(0);
}


.btn-blue-02:hover::after{
  opacity: 1;
  transform: scale(1);
}


.btn-blue-02{
  position: relative;
    padding: 8px 14px;
    font-size: 15px;
    display: inline-block;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    transition: all .5s ease;
    /* border:2px solid var(--blue); */
    border-radius: 10px;
    z-index: 0;

}
.btn-blue-02::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.about-img{
    padding-top:50px;
  position: relative;
}

.abt-img-01{
  position: absolute;
    left: 0;
    max-width: 164px;
    top: 33%;
    box-shadow: 0 0 10px #bbb;
    transition: cubic-bezier(.4,0,1,1) .4s;
    z-index: 1;
  
}
.abt-img-02{
  
  position: absolute;
  left: 19%;
  max-width: 212px;
  z-index: 2;
  top: 0;
  box-shadow: 0 0 10px #bbb;
  transition: cubic-bezier(.4,0,1,1) .4s;

}
.abt-img-03{
  position: relative;
  max-width: 318px;
  margin-left: 42%;
  z-index: 3;
  margin-top: 8%;
  transition: cubic-bezier(.4,0,1,1) .4s;

  box-shadow: 0 0 10px #bbb;

}
.about-img:hover .abt-img-01{
  transform: translatey(10px);
}
.about-img:hover .abt-img-02{
  transform: translatey(-20px);
}
.about-img:hover .abt-img-03{
  transform: translatey(20px);
}

.about{
  padding: 70px 0px;
}

 .about-content span{
  color: var(--blue);
  font-size: 14px;
  font-family: var(--main-header);
  font-weight: 500;
 }
 .about-content h6{
  position: relative;
  color: #000;
  padding-left: 10px;
  font-size: 30px;
  margin: 10px 0px;
  font-family: var(--main-line);
  font-weight: 600;
 }
 .about-content h6::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 32px;
  top: 2px;
  left: 0;
  text-align: center;
  align-items: center;
  background: var(--blue);
 }
 .about-content h5{
  color: #000;
  /* padding-left: 10px; */
  font-size: 35px;
  font-family: var(--main-header);
  font-weight: 800;
 }
 .about-content p{
  color: #888;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--main-line);
 }
 .point_box{
  padding: 35px 15px 35px;
    border: 1px solid #f1f1f1;
    background: #fbfbfb;
    margin-bottom: 20px;
    border-radius: 5px;
 }
 .point_box i{
    position: relative;
    top: 0;
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--red);
 }
 .point_box h6 {
  margin: 20px 0 10px;
  color: var(--blue);
    font-family: var(--main-line);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
 }
 .point_box p{
    
    line-height: 1.5em;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
 }
 .point_form{
  position: relative;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 34px 25px 39px;
    border: 1px solid #f1f1f1;
 }
 .point_form h6{
  position: relative;
    color: var(--blue);
    font-family: var(--main-line);
    margin-top: 20px;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.3;
 }
 .point_form h6:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 2px;
  width: 40px;
  background: #ffac00;
 }
 .point_form p{
  font-weight: 400;
    line-height: 1.6;
    margin-bottom: 7px;
    color: #5d5c5c;
    font-size: 15px;
 }
 .point_form form label{
  display: inline-block;
    max-width: 100%;
    font-size: 13px;
    color: #505050;
    font-family: var(--main-header);
    font-weight: 600;
    margin-bottom: 5px;

 }
 .nice-select{
  display: block;
    width: 100%;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom:30px;
}
.form-control{
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom:33px;
}
.point_form button{
  background-color: var(--red);
  width: 100%;
  padding: 8px 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.service {
  padding: 60px 0px;
}
.service-img{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.service-box-01{
  position: relative;
  background: #1f254a;
  border-radius:10px;
    padding: 70px 40px 40px;

}
.service-box{
  position: relative;
}
.service-box h5 {
  font-size: 22px;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.service-box h6 {
  font-size: 15px;
  color: var(--blue);
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
.service-box p{
  font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 13px;
}

.service-box-02{
  padding: 70px 40px 40px;
   border-radius:10px;
  background: #051925;;
}
.Featured-head h6{
  color: #2a2f52;
    font-family: var(--main-line);
    margin-top: 0;
    line-height: 1.3;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 21px;
}
.Featured-head h6::before{
  content: '';
  position: absolute;
  width: 3px;
  top: 2px;
  height: 22px;
  left: 0;
  background: var(--blue);
}
.Featured-head h5{
  color: #2a2f52;
    font-family: var(--main-line);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 32px;
}
.Featured-head-01 h6{
  color: #2a2f52;
    font-family: var(--main-line);
    margin-top: 0;
    line-height: 1.3;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 21px;
}
.Featured-head-01 h6::before{
  content: '';
  position: absolute;
  width: 100px;
  bottom: -5px;
  height: 3px;
  left: 46%;
  background: var(--blue);
}
.Featured-head-01 h5{
  color: #2a2f52;
    font-family: var(--main-line);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 32px;
}
.section-header {
  border-bottom: 2px solid #4CAF50;
  padding-bottom: 0.5em;
}
.job {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 1em;

    border-radius:10px;
}
.job-icon{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #eee;
  display: inline-block;
}
.job-icon i{
  font-size: 50px;
  overflow: hidden;
  line-height: 100px;

  text-align: center;
  color: var(--red);
  align-items: center;
}
.job h4{
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0px;
  font-family: var(--main-line);

}
.job-btn{
  text-align: center;
  color: #fff;
  background: var(--blue);
  padding: 8px 14px;
  border-radius: 25px;
  border: none;
}
.benefit {
  margin:15px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f2f2f2;
}
.career{
padding: 50px 0px;
}
.benefit-icon img{
  border-radius: 10px 10px 0px 0px;
}
.benifit-text {
  margin: 20px ;
}
.benifit-text h4{
  font-size: 18px;
  font-family: var(--main-line);
  font-weight: 600;
  padding-bottom: 5px;
  color: var(--red);
  border-bottom: 1px dashed #333;
  text-align: start;
}
.benifit-text h6 {
    font-size: 15px;
    font-family: var(--main-line);
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 0px;
    color: var(--blue);
    /* border-bottom: 1px dashed #333; */
    text-align: start;
}
.benifit-text p{
  margin: 0;
  font-size: 11px;
  font-family: var(--main-line);
}
.benifit-text ul li{
  font-size: 13px;
  font-weight: 500;
  color: #333;

}
.benifit-text ul li i{
  margin-right: 6px;
  color: var(--blue);
}
.job p{
  text-align: start;
  font-size: 14px;
}
.featured-box{
  border: 1px solid #eee;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 40px 10px;
  border-radius: 5px;
}
.featured-text h5{
  color: var(--red);
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;

}
.featured-img {
  position: relative;

}
.featured-lyer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--blue);
  height: 40px;
  width: 100%;
  padding: 7px 0px 0px 20px;
}
.featured-lyer a{
  z-index: 9;
  font-size: 14px;
  font-weight: var(--main-line);
  font-weight: 500;
  letter-spacing: 1px;
  /* text-decoration: underline; */
  color: #fff
}
.featured-lyer a span{
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.featured-img img{
  border-radius: 5px 5px 0px 0px;
}
.featured-text{
  margin: 20px;
}
.why{
  background: linear-gradient(to right  , #03b7e9b9, #8b0101c3) , url(../images/why/started-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 70px 0px;
}
.why-content h4{
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  font-family: var(--main-line);
}
.why-content p{
  color: #fff;
  font-size: 18px;
  font-family: var(--main-line);
  font-weight: 400;
}
.card-sec i{
  color: #fff;
  font-size:40px;
  padding-right: 10px;
}
.num {
  color: #fff;
  font-weight: 700;
  position:relative;
  margin-bottom: 20px;
  font-size: 40px;
  padding-right: 10px;
}
.card-sec p{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.event{
  padding: 50px 0px;
}
.event-left{
  position: relative;
}
.event-lyer{
  position: absolute;
  bottom: -40px;
  right: 25px;
  left: 25px;
  padding: 30px ;
  top: 25%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
}
.event-lyer h4 {
  font-size: 25px;
  font-weight: 700;
  color: #1f254a;
  line-height: 31px;
  font-family: var(--main-line);
}
.event-lyer h4 span{
  color: var(--red);
}
.event-lyer p{
  font-size: 15px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  line-height: 25px;

}
.event-right h3{
  font-size: 36px;
  font-family: var(--main-line);
  font-weight: 700;
  margin-bottom:49px;
  color: var(--blue);
  position: relative;
}
.event-right h3:after {
  content: '';
  height: 1px;
  width: 36%;
  position: absolute;
  right: 0;
  top: 49.5%;
  background: #f1f1f1;
}
.event-row{
  display: inline-block;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all ease-in-out .3s;
  width: 100%;
  position: relative;
}
.event-box {
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out .3s;
  background: var(--red);
  padding: 23px 15px 23px;
  text-align: center;
  line-height: 10px;
  border-radius: 5px;
}
.event-box i{
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.course-box-01 i{
  position: absolute;
  background: #f2f2f2 !important;
  border-radius: 50% !important;
  padding: 20px !important;
  left: 50%;
  top: 0%;
  transform: translate(-50% ,-50%);
}
.course-box-01 img{
  position: absolute;
  background: #f2f2f2 !important;
  border-radius: 50% !important;
  padding: 10px !important;
  left: 50%;
  top: 0%;
  transform: translate(-50% ,-50%);
}
.nav-link i{
    display:none;
}
.course-box-01:before {
  content: '';
  background: var(--blue);
  height: 57%;
  width: 50%;
  position: absolute;
  right: -5px !important;
  bottom: -5px !important;
  top: none;
  z-index: -1;
}
.event-box h4{
  font-size: 20px;
    color: #fff;
    font-family: var(--main-line);
    font-weight:700;
}
.event-box h4 span{
  font-weight: 600;
  width: 100%;
  display: block;
}
.event-right-content{
  padding-left: 75px;
}
.event-right-content h4 a:hover{
  color: var(--red);
}
.event-right-content h4 a{
  transition: .4s all;
  color:var(--blue);
    font-family: var(--main-line);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 21px;
    margin-bottom: 20px;
}
.event-list li{
  padding: 0 10px 0 0;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}
.event-list li i {
  color: var(--blue);
  padding-right: 10px;
}

.testimonial{
  background: var(--red);
}
.testi-left h5 {
  color: #fff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: 32px;
}
.testi-left h6::before {
  content: '';
  position: absolute;
  width: 3px;
  top: 2px;
  height: 22px;
  left: 0;
  background:#fff;
}
.testi-left h6 {
  color:#fff;
  font-family: var(--main-line);
  margin-top: 0;
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 21px;
}
.testi-left p{
  color: #fff;
  max-width: 80%;
}
.testi-left{
  padding: 70px 0px 50px;
}
.testi-right{
  position: relative;
  width: 100%;
  height: 100%;
}
.testi-lyer{
  position: absolute;
  bottom:0px;
  left: 0;
  top: 0px;
  padding: 10px 30px;
  right: 0;
  width:100% ;
  background-color: #fff;
}
.client-pic {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  display: inline-block;
}
.testi-box h4{
  margin: 20px 0 0;

}
.testi-box h4 a{
  font-size: 18px;
  color: var(--blue);
  font-family: poppins, sans-serif;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.testi-box h4 span {
  font-size: 14px;
  color: var(--red);
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
.testi-box p{
  font-size: 16px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 15px 26px 0px;
}
.testi-box p:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 22px;
  left:10px;
  opacity: .8;
  position: absolute;
  top: -10px;
}
.footer-top{
  background: var(--red);
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: -50px;

}
.gallery img{
  transition: .5s all;
  border-radius: 5px;
  margin-bottom: 10px;
}
.gallery{
  padding: 50px 0px;
}
.gallery img:hover{
  transform: scale(1.1);
}
.footer-top h6{
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.footer-top p{
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}
.footer{
  z-index: 1;
  margin-top: 100px;
  background:#f2f2f2;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.footer:before {
  background: #ffffff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 49%;
  height: 100%;
}
.footer-box{
  padding-top: 50px;
}
.footer-box h4{
  font-size: 25px;
  font-family: var(--main-header);
  font-weight: 700;
  color: #02a2ce;
}
.footer-box ul li {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;

}
.footer-box ul li a{
  color: #333;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--main-line);
}
.footer-box ul li a i{
  color: var(--red);
  margin-right: 7px;

}
.footer-box ul li i{
  color: var(--red);
  margin-right: 7px;

}

.last-icon span a i {
  font-size: 20px;
  padding-right: 13px;
}

.eduHeaderRight i {
  color: var(--red);
  margin: 0 5px;
}
.eduHeaderRight a {
  font-family: var(--main-header);
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
}
.lgx-copyright p {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
#line {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 40px;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
.banner-index{
  display: block;
}
.banner-index-02{
  display: none;
}


.about-banner h1{
    padding: 50px;
}

.about-banner{
    position: relative;
}
.breadcrumb-main {
    border-bottom: 1px solid #f1f1f1;
    background: #fbfbfb;
    padding-top: 5px;
    
}

.breadcrumb a{
    text-decoration: none;
    color: wheat;

}
.contact-banner-text{
    position:absolute;
    top: 50%;
    left: 10%;
}
.contact-banner-text h3{
    color: #fff;
    font-size: 40px;
    font-weight: var(--main-line);
    font-weight: 600;
}
.contact-features{
    padding: 50px 0px;
    
}
.map iframe{
    border-radius: 10px;
    margin: 40px 0px;
    background-color: white;
 
}
.contact-left{
    margin: 10px 0;
}
.contact-left ul li a{
    display:flex;
}
.contact-left ul li a i{
    color:#fff;
    background:var(--blue);
    padding:20px;
    border-radius:10px;
}
.contact-left h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--red);
    font-weight: 400px;
}

.contact-left p {
    font-size: 15px;
    font-weight: 200px;
    font-weight: 500;
    font-family: var(--header);
    /* word-spacing: 2px; */
    text-align: justify;
}
.contact-left ul li a i {
    line-height: 32px;
    color: #fff;
    margin-right: 10px;
    background: var(--blue);
    padding: 5px 13px;
    font-size: 16px;
    border-radius: 50%;
}
.contact-left ul li a span{
    font-size:14px;
    font-weight:500;
    color:#000;
}

.contact-left ul li{
    margin-top:10px;
    
}

.contact-form {
     padding: 25px;
     margin: 20px;
     border-radius: 10px;
     background-color: whitesmoke
}

.contact-form button {
    padding: 10px 12px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: var(--red);
    color: white;
}


.about-banner h1 {
  padding: 50px;
}

.about-banner {
  position: relative;
}

.breadcrumb-main {
  border-bottom: 1px solid #f1f1f1;
  background: var(--blue);
  padding-top: 5px;

}

.breadcrumb a {
  font-family: var(--main-line);
  font-weight: 600;

  text-decoration: none;
  color:var(--blue)

}

.contact-banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
}

.contact-banner-text h3 {
  color:#000;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--main-header);
}

.course-line {
  margin-top: 60px;
}

.about h5 {
  font-size: 15px;
  padding: 10px;
}

.progress {
  border-radius: 5px;
  
}

.progress-bar {
  background: var(--blue);
  border-radius: 10px;
}


.about-content h4 {
  padding: 5px;
  font-weight: 500;
  color: #02a2ce;
}

.about-content p {
  text-align: justify;
  color: #5d5c5c;
  ;
}

.Testimonials {
  position: relative;
  background-color: #2d2f38;
  padding: 60px;
}

.Testimonials-content {
  color: white;
}

.client-img img {
  border-radius: 50%;
  width: 30%;
  border: #fbfbfb;
  border-width: 10px;

}

.item-main {
  text-align: center;
}

.item-main h4 {
  font-size: 15px;
  color: #ffac00;

}

.item-main a {
  color: #ffac00;

}

.item-main p {
  color: white;
  padding-top: 10px;
}


.Testimonials-content h3 {
  font-size: 25px;
}

.Testimonials-content h2 {
  font-weight: 800;
  padding-bottom: 15px;
}

.Featured {
  padding: 60px;

}

.Featured span {
  color: #2a2f52;
  font-size: 30px;
  padding-top: 10px;
}


.Featured i {
  color: #2a2f52;
  padding: 15px 15px;
  font-size: 34px;
  padding-top: 20px;
}

.Featured p {
  color: #2a2f52;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
  padding-top: 10px;

}

.box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #f1f1f1;
  
  border-radius: 10px;

}

#why-pad h6::before {
  width: 3px;
  top: 2px;
  height: 22px;
  left: 75px;

}

#why-pad {
  padding: 30px 20px;
}

#why-pad h6 {
  padding-left: 12%;
  font-weight: 300;
  color: var(--blue);

}

#why-pad h5 {
  padding-left: 10%;

}

.Featured img {
  border-radius: 0px 10px 10px 0px;
}

.services{
  margin: 50px 0px;
}
.about-features ul li:hover .icon::before {
  width: 100%;
  height: 100%;
}
.about-features ul li:hover .icon {
  color: #ffffff;
}
.about-features ul li .icon {
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 16px;
  z-index: 1;
  transition: all ease 0.5s;
}
.about-features ul li .icon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: var(--blue);
  border-radius: 5px;
  z-index: -1;
}
.about-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.about-features ul li h3 {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--main-heading);
  margin-bottom:0px;
  transition: all ease 0.5s;
}
.services-imges img{
  transition: .5s all;
  border-radius: 10px;
  overflow: hidden;
}
.service-text {
  min-height:670px ;
  padding:10px 10px 20px ;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}
.services-imges {
  border-radius: 10px;
  overflow: hidden;
}
.service-text:hover .services-imges img{
  transform: scale(1.5);
}
.about-features p {
  font-size: 13px !important;
  line-height: 20px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.service-text h4{
  text-align: start;
  margin-top: 10px;
  border-bottom: 1px dashed #eee;
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
}
.service-text p{
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 400;

}
.comming{
  position: relative;
}
.comming h6{
  color: var(--red);
  font-size: 14px;
    font-weight: 600;
  right: 0;
  top: 10px;
  position: absolute;
}
.services-main{
  background: #f2f2f2;
  padding: 30px 0px 20px;
}
#ser-shadow{

  padding: 50px 0px 20px;
}
.about-features ul li h6{
  animation: zoom 2s  infinite linear;
}
.services-01{
  display: none ;
}

@keyframes zoom {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    display: none;
    color: #fff0;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.mission{
  background: linear-gradient(to top, #9c9c9ce6, #4a4a4abb) ,url(../images/mission/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
/* background: #f2f2f2; */
  margin-top: 30px;
}
.mission-box{
  background: #fff;
  border-radius: 5px;
  padding:30px 15px;
  border: 1px solid #fff;
  transition: .5s all;

}
.service-head h5{
  font-size: 40px;
  transition: .5s all;
  font-family: var(--main-header);
  color: #fff;
  font-weight: 700;

}
.mission-box:hover .mission-icon{
  background: #fff;
}
.mission-box:hover .mission-icon i{
  color:var(--blue);
}
.mission-box:hover{
  border: 1px solid #fff;
  background: transparent;
}
.mission-box:hover h5{
  color: #fff;
}
.mission-box:hover p{
  color: #fff;
}
.service-head p{
  font-size: 13px;
  font-family: var(--main-header);
  color: #fff;
  font-weight: 500;

}
.service-head{
  margin-bottom: 30px;
}
.mission-box h5 {
  font-size: 26px;
  transition: .5s all;
  font-weight: 700;
  font-family: var(--main-header);
  color: var(--blue);
}

.mission-icon {
  transition: .5s all;

  margin-bottom: 20px;
  display: inline-block;
  align-items: center;
  padding: 20px 25px;
  border-radius: 5px;
  background: var(--blue)
}
.mission-box p {
  transition: .5s all;

  font-family: var(--main-line);
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
.mission-icon i {
  align-items: center;
  font-size: 45px;
  transition: .5s all;

  color:#fff;
}
.Featured-head-01 span{
    font-size:14px;
    font-weight:600;
    color:var(--red);
    
}
.card-sec span{
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    padding-right: 10px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media screen and (min-width:421px) and (max-width:758px)  {
  .fixed-top {
  position: fixed;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-scrolled {
  top: 0;
}
  .topbar_left ul li i {
  color: var(--blue);
  margin-right: 5px;
  font-size: 10px;
}
.topbar_left ul li a {
  color: #333;
  font-family: var(--main-line);
  font-weight: 500;
  font-size: 10px;
}
.abt-img-01,.abt-img-02{
  display: none;
}
.topbar_left-01{
  display: none;
}
.topbar_left ul li {
  color: #333;
  border-left: none;
  padding: 1px 0px 0px 0px;
  margin-left: 0px;
  margin-bottom: 0;
  display: inline-block;
}
.navbar{
padding: 7px 0px !important;
}
.navbar-brand {
padding: 0 !important;
width: 40%;
}
.topbar {
position: relative;
border-bottom: 1px solid #eee;
background: rgba(255, 255, 255, .14);
padding: 5px 0;
}
.abt-img-03 {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  z-index: 3;
  margin-top: 8%;
  transition: cubic-bezier(.4,0,1,1) .4s;
  box-shadow: 0 0 10px #bbb;
}

.course {
margin-top: 50px;
}
.carousel-item img{
height: 320px;
}
.banner-index{
display: none;
}
.banner-index-02{
display: block;
}
.content h2 span {
background: #ffffffa3;
border-radius: 5px;
padding: 3px 5px;
font-size: 15px;
top: 20px;
color: var(--blue);
}
.btn-blue {
position: relative;
padding: 7px 12px;
font-size: 13px;
display: inline-block;
color: #fff;
font-weight: 400;
text-decoration: none;
transition: all .5s ease;
/* border: 2px solid var(--blue); */
border-radius: 10px;
z-index: 0;
}
.course-box p {
font-weight: 300;
line-height: 1.6;
font-family: var(--main-line);
margin-bottom: 19px;
color: #5d5c5c;
font-size: 13px;
}
.course-box h5 {
margin-bottom: 10px;
color: #2a2f52;
font-family: var(--main-line);
margin-top: 0;
font-weight: 700;
line-height: 1.3;
}
.about-content h6::before {
content: '';
position: absolute;
width: 4px;
height: 23px;
top: 2px;
left: 0;
text-align: center;
align-items: center;
background: var(--blue);
}
.about-content h6 {
position: relative;
color: #000;
padding-left: 10px;
font-size: 22px;
margin: 0px 0px;
font-family: var(--main-line);
font-weight: 600;
}
.about-content h5 {
color: #000;
/* padding-left: 10px; */
font-size: 19px;
font-family: var(--main-header);
font-weight: 800;
}
.about-content p {
color: #888;
font-size: 11px;
font-weight: 400;
font-family: var(--main-line);
}
.content h2 {
color: #fff;
font-size: 25px;
font-weight: 900;
text-shadow: none;
font-family: var(--main-header);
letter-spacing: 1px;
margin-bottom: 10px;
line-height: 30px;
text-transform: capitalize;
}
.course-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  padding: 87px 30px;
  box-shadow: 0 0 30px #cccccc73;
  background: #fff;
  position: relative;
}
.carousel-caption {
width: 90%;
position: absolute;
right: 7%;
top: 23%;
left: 5%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
}
.content p {
font-size: 10px;
color: #fff;
font-family: var(--main-line);
line-height: 17px;
margin-bottom: 20px;
}


.btn-style-one {
background-color: #fff;
color: var(--blue);
font-size: 14px;
font-weight: 600;
padding: 7px 17px;
border-radius: 5px;
font-family: var(--main-line);
}

.btn-blue-01 {
position: relative;
padding: 8px 14px;
font-size: 12px;
display: inline-block;
color: #fff;
font-weight: 400;
text-decoration: none;
transition: all .5s ease;
/* border: 2px solid var(--blue); */
border-radius: 10px;
z-index: 0;
}
.service-box p {
font-weight: 400;
line-height: 1.6;
margin-bottom: 20px;
color: #ffffff;
font-size: 13px;
}
.service-box h5 {
font-size: 19px;
margin-bottom: 5px;
color: #ffffff;
font-family: var(--main-line);
margin-top: 0;
font-weight: 700;
line-height: 1.3;
}
.service-box-01 {
background: #1f254a;
padding: 50px 20px 40px;
 border-radius:10px;
margin-bottom: 30px;
}
.service-box-02 {
padding: 50px 20px 40px;
 border-radius:10px;
background: #051925;
}
.Featured-head h5 {
color: #2a2f52;
font-family: var(--main-line);
margin-top: 0;
font-weight: 700;
line-height: 1.3;
font-size: 13px;
}
.Featured-head h6::before {
content: '';
position: absolute;
width: 3px;
top: 2px;
height: 21px;
left: 0;
background: var(--blue);
}
.Featured-head h6 {
color: #2a2f52;
font-family: var(--main-line);
margin-top: 0;
line-height: 1.3;
position: relative;
padding-left: 10px;
font-weight: 600;
margin-bottom: 3px;
font-size: 18px;
}
.event-lyer {
position: absolute;
bottom: -40px;
right: 25px;
left: 25px;
padding: 13px
}
.event-lyer h4 {
  font-size: 29px;
  font-weight: 700;
  color: #1f254a;
  line-height: 43px;
  font-family: var(--main-line);
}
.event-lyer p {
  font-size: 14px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin: 0;
}
.course-btn {
margin: 14px 0px 0;
}

.event-right{
margin-top: 90px;
}
.event-right h3 {
font-size: 19px;
font-family: var(--main-line);
font-weight: 700;
margin-bottom: 16px;
color: var(--blue);
position: relative;
}
.event-right-content h4{
line-height: 1;
}
.event-right-content h4 a {
transition: .4s all;
color: var(--blue);
font-family: var(--main-line);
margin-top: 0;
font-weight: 700;
line-height: 1.1;
font-size: 12px;
margin-bottom: 12px;
}
.event-row {
display: inline-block;
border-bottom: 1px dashed #eee;
padding-bottom: 13px;
margin-bottom: 25px;
transition: all ease-in-out .3s;
width: 100%;
position: relative;
}
.testi-left p {
color: #fff;
max-width: 100%;
font-size: 11px;
}
.testi-left h6 {
color: #fff;
font-family: var(--main-line);
margin-top: 0;
line-height: 1.3;
position: relative;
padding-left: 10px;
font-weight: 600;
margin-bottom: 10px;
font-size: 18px;
}
.testi-left h5 {
color: #fff;
font-family: var(--main-line);
margin-top: 0;
font-weight: 700;
line-height: 1.3;
font-size: 19px;
}
.testi-lyer {
position: relative;
bottom: 0px;
left: 0;
top: 0px;
padding: 20px;
right: 0;
width: 100%;
margin-bottom: 20px;
background-color: #fff;
}
.testi-box p:before {
content: "\f10d";
font-family: fontawesome;
font-size: 22px;
left: 9px;
opacity: .8;
position: absolute;
top: -10px;
}
.testi-box p {
font-size: 12px;
font-family: var(--main-line);
font-weight: 400;
color: #333;
position: relative;
padding: 15px 26px 0px;
}
.footer-top p {
color: #fff;
font-weight: 300;
margin: 0;
font-size: 10px;
}
.footer-top h6 {
color: #fff;
font-weight: 600;
font-size: 13px;
}
.footer-box h4 {
margin: 10px 0px 10px;
font-size: 22px;
font-family: var(--main-header);
font-weight: 700;
color: #02a2ce;
}
.footer-box p{
font-size: 11px;
}
.footer-logo{
text-align: center;
}
.footer-box {
padding-top: 20px;
}
.lgx-copyright p {
color: #888888;
font-size: 10px;
text-align: center;
font-weight: 400;
}
.why-content p {
color: #fff;
font-size: 11px;
font-family: var(--main-line);
font-weight: 400;
}
.why-content h4 {
color: #fff;
font-size: 26px;
font-weight: 700;
font-family: var(--main-line);
}
.navbar-collapse {
flex-basis: 100%;
margin-bottom: 20px;
flex-grow: 1;
align-items: center;
}
.card-sec{
  margin-top:50px;
}
.nav-link {
padding: 6px 0px !important;
border-bottom: 1px dashed #eee;
}
.nav-link i{
  display:inline;
  padding-right:8px;
  color:var(--blue);
}
.service {
    padding: 34px 0px 10px;
}
 .link-box img {
    width: 80px;
    height:80px !important;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}

}

@media screen and (max-width:420px) {
    .link-box img {
    width: 80px;
    height: 80px !important;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}

  .services-content ul li img {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    /* border-radius: 50%; */
}
.services-content ul li {
  border-bottom: 1px dashed #eee;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  font-family: var(--main-header);
}
    .services-content h6 {
        font-size: 19px;
        font-family: var(--main-header);
        font-weight: 700;
        color: var(--blue);
        line-height: 30px;
    }
    .services-content h6 span {
    color: var(--red);
    font-size: 19px;
    margin: 0;
}
.comming h6 {
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  right: 5px;
  top: 8px;
  position: absolute;
}
.services{
  display: none;
}
.ser-img img{
  margin-top: 20px;
  border-radius: 10px;
}
#ser-shadow {
  padding: 10px 0px 20px;
}
.services-01{
  display: block;
}
.service-text h4 {
  text-align:start;
  font-size: 20px;
  font-weight: 700;
  color: var(--red);
}
.service-text p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.about-features p {
  font-size: 11px !important;
  line-height: 20px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.service-text {
  min-height: 500px;
  margin-top: 20px;
  padding: 10px 10px 20px;
}
    .fixed-top {
    position: fixed;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-scrolled {
    top: 0;
}
    .topbar_left ul li i {
    color: var(--blue);
    margin-right: 5px;
    font-size: 10px;
}
.topbar_left ul li a {
    color: #333;
    font-family: var(--main-line);
    font-weight: 500;
    font-size: 10px;
}
  
    .about-img {
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
    }
    .about-img {
    padding-top: 10px;
    position: relative;
margin-top: 30px;
    }
.mission-icon i {
    align-items: center;
    font-size: 25px;
    transition: .5s all;
    color: #fff;
}
.mission-box h5 {
    font-size: 19px;
    transition: .5s all;
    font-weight: 700;
    font-family: var(--main-header);
    color: var(--blue);
}
    .mission-icon {
        transition: .5s all;
        margin-bottom: 10px;
        display: inline-block;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
        background: var(--blue);
    }
.service-head p {
    font-size: 10px;
    font-family: var(--main-header);
    color: #fff;
    font-weight: 500;
}
.service-head h5 {
    font-size: 24px;
    transition: .5s all;
    font-family: var(--main-header);
    color: #fff;
    font-weight: 700;
}
.abt-img-01 {
  position: absolute;
  left: 0;
  max-width: 125px;
  top: 33%;
  box-shadow: 0 0 10px #bbb;
  transition: cubic-bezier(.4,0,1,1) .4s;
  z-index: 1;
}
.abt-img-02 {
  position: absolute;
  left: 19%;
  max-width: 183px;
  z-index: 2;
  top: 0;
  box-shadow: 0 0 10px #bbb;
  transition: cubic-bezier(.4,0,1,1) .4s;
}
    .abt-img-03 {
        position: relative;
        max-width: 269px;
        margin-left: 33%;
        z-index: 3;
        margin-top: 34%;
        transition: cubic-bezier(.4,0,1,1) .4s;
        box-shadow: 0 0 10px #bbb;
    }
        .abt-img-02 {
        position: absolute;
        left: 24%;
        max-width: 173px;
        z-index: 2;
        top: 12px;
        box-shadow: 0 0 10px #bbb;
        transition: cubic-bezier(.4,0,1,1) .4s;
    }
  .topbar_left-01{
    display: none;
  }
  .topbar_left ul li {
    color: #333;
    border-left: none;
    padding: 1px 0px 0px 0px;
    margin-left: 0px;
    margin-bottom: 0;
    display: inline-block;
}
.navbar{
  padding: 7px 0px !important;
}
.navbar-brand {
  padding: 0 !important;
  width: 40%;
}
.topbar {
  position: relative;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, .14);
  padding: 5px 0;
}
  
.course {
  margin-top: 50px;
}
.carousel-item img{
  height: 320px;
}
.banner-index{
  display: none;
}
.banner-index-02{
  display: block;
}
.content h2 span {
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 19px;
  top: 20px;
  color: #fff;
}
.btn-blue {
  position: relative;
  padding: 7px 12px;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease;
  /* border: 2px solid var(--blue); */
  border-radius: 10px;
  z-index: 0;
}
.course-box p {
  font-weight: 300;
  line-height: 1.6;
  font-family: var(--main-line);
  margin-bottom: 19px;
  color: #5d5c5c;
  font-size: 13px;
}
.course-box h5 {
  margin-bottom: 10px;
  color: #2a2f52;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.about-content h6::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 23px;
  top: 2px;
  left: 0;
  text-align: center;
  align-items: center;
  background: var(--blue);
}
.about-content h6 {
  position: relative;
  color: #000;
  padding-left: 10px;
  font-size: 22px;
  margin: 0px 0px;
  font-family: var(--main-line);
  font-weight: 600;
}
.about-content h5 {
  color: #000;
  /* padding-left: 10px; */
  font-size: 19px;
  font-family: var(--main-header);
  font-weight: 800;
}
.about-content p {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--main-line);
}
.content h2 {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-shadow: none;
  font-family: var(--main-header);
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 30px;
  text-transform: capitalize;
}
.course-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 87px 30px;
    box-shadow: 0 0 30px #cccccc73;
    background: #fff;
    position: relative;
}
.carousel-caption {
  width: 90%;
  position: absolute;
  right: 7%;
  top: 23%;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}
.content p {
        font-size: 10px;
        color: #fff;
        font-family: var(--main-line);
        line-height: 17px;
        margin-bottom: 0px;
    }


.btn-style-one {
  background-color: #fff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 17px;
  border-radius: 5px;
  font-family: var(--main-line);
}

.btn-blue-01 {
  position: relative;
  padding: 8px 14px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease;
  /* border: 2px solid var(--blue); */
  border-radius: 10px;
  z-index: 0;
}
.service-box p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 13px;
}
.service-box h5 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.service-box-01 {
  background: #1f254a;
  padding: 50px 20px 40px;
   border-radius:10px;
  margin-bottom: 30px;
}
.service-box-02 {
  margin-bottom: 30px;
  padding: 50px 20px 40px;
   border-radius:10px;
  background: #051925;
}
    .Featured-head h5 {
        color: #2a2f52;
        font-family: var(--main-line);
        margin-top: 0px;
        font-weight: 700;
        line-height: 1.3;
        font-size: 22px;
    }.contact-left h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: var(--red);
    font-weight: 400px;
}.contact-left p {
    font-size: 11px;
    font-weight: 200px;
    font-weight: 500;
    font-family: var(--header);
    /* word-spacing: 2px; */
    text-align: justify;
}
.contact-left {
    margin: -24px 0 10px;
}
.mission-box p {
    transition: .5s all;
    font-family: var(--main-line);
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.contact-left {
    margin:10px 0 10px;
}
.Featured-head-01 p {
    font-size: 10px;
}
.Featured-head-01 p {
    font-size: 10px;
}
.career {
    padding: 13px 0px;
}
    .contact-features {
    padding: 23px 0px;
}
.Featured-head h6::before {
  content: '';
  position: absolute;
  width: 3px;
  top: 2px;
  height: 21px;
  left: 0;
  background: var(--blue);
}
.Featured-head h6 {
  color: #2a2f52;
  font-family: var(--main-line);
  margin-top: 0;
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 18px;
}
.Featured img {
  border-radius: 0px 1px 10px 10px;
}
.event-lyer {
  position: absolute;
  bottom: -40px;
  right: 25px;
  left: 25px;
  padding: 13px
}
.event-lyer h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1f254a;
  line-height: 21px;
  font-family: var(--main-line);
}
.event-lyer p {
  font-size: 12px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  line-height: 15px;
  margin: 0;
}
.about-01{
  padding: 30px 0px !important;
}
.contact-banner-text h3 {
  color:#000;
  font-size: 24px;
  margin: 0;
  font-weight: 800px;
}
.mission-box {
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 15px;
    border: 1px solid #fff;
    transition: .5s all;
}
.course-box-01 {
    display: inline-block;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    padding: 50px 30px;
    box-shadow: 0 0 30px #cccccc73;
    background: #fff;
    position: relative;
}

.about-banner img {
  height: 221px !important;
}
#why-pad h6::before {
  width: 70px;
  top: 100%;
  height: 3px;
  left: 63px;
}
.Featured-head{
  text-align: center;
}
.course-btn {
  margin: 14px 0px 0;
}

.event-right{
  margin-top: 90px;
}
.event-right h3 {
  font-size: 19px;
  font-family: var(--main-line);
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--blue);
  position: relative;
}
.event-right-content h4{
  line-height: 1;
}
.event-right-content h4 a {
  transition: .4s all;
  color: var(--blue);
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 12px;
  margin-bottom: 12px;
}
.event-row {
  display: inline-block;
  border-bottom: 1px dashed #eee;
  padding-bottom: 13px;
  margin-bottom: 25px;
  transition: all ease-in-out .3s;
  width: 100%;
  position: relative;
}
.testi-left p {
  color: #fff;
  max-width: 100%;
  font-size: 11px;
}
.testi-left h6 {
  color: #fff;
  font-family: var(--main-line);
  margin-top: 0;
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.testi-left h5 {
  color: #fff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: 19px;
}
.testi-lyer {
  position: relative;
  bottom: 0px;
  left: 0;
  top: 0px;
  padding: 10px 30px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.testi-box p:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 16px;
  left: 9px;
  opacity: .8;
  position: absolute;
  top: -10px;
}
.testi-box p {
  font-size: 12px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 15px 26px 0px;
}
.footer-top p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 10px;
}
.footer-top h6 {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.footer-box h4 {
  margin: 0px 0px 10px;
  font-size: 17px;
  font-family: var(--main-header);
  font-weight: 700;
  color: #02a2ce;
}
.footer-box p{
    padding-top:10px;
  font-size: 11px;
  margin:0;
}
.footer-logo{
  text-align: center;
}
.footer-box {
  padding-top: 20px;
}
.lgx-copyright p {
  color: #888888;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}
.why-content p {
  color: #fff;
  font-size: 11px;
  font-family: var(--main-line);
  font-weight: 400;
}
.why-content h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--main-line);
}
.navbar-collapse {
  flex-basis: 100%;
  margin-bottom: 20px;
  flex-grow: 1;
  align-items: center;
}
.card-sec{
    margin-top:50px;
}
.nav-link {
  padding: 6px 0px !important;
  border-bottom: 1px dashed #eee;
}
.nav-link i{
    display:inline;
    padding-right:8px;
    color:var(--blue);
}
.about {
    padding: 10px 0px;
}
}

@media screen and (min-width:759px) and (max-width:1120px) {
    .fixed-top {
    position: fixed;
    top: 49px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-scrolled{
    top:0 ;
}
.topbar_left ul li {
    color: #333;
    border-left: 1px solid #ddd;
    padding: 6px 2px 0px 0px !important;
    margin-left: 20px;
    margin-bottom: 0;
    display: inline-block;
}
    .link-box img {
    width: 100px;
    height: 100px !important;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
  .services-content p {
    font-size: 11px;
    font-weight: 600;
}
.services-content h6 {
  font-size: 20px;
  font-family: var(--main-header);
  font-weight: 700;
  color: var(--blue);
  line-height: 25px;
}
.services-content ul {
  display: contents;
}
    .comming h6 {
    color: var(--red);
    font-size: 11px;
    font-weight: 600;
    right: 0;
    top: 10px;
    position: absolute;
}
.about-features ul li h3 {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--main-heading);
    margin-bottom: -1px;
    transition: all ease 0.5s;
}
.about-features p {
  font-size: 10px !important;
  line-height: 14px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.about-features ul li .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 9px;
  z-index: 1;
  transition: all ease 0.5s;
}
.service-text p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.service-text {

    padding: 10px 10px 0px;
    min-height: 505px;
}

.course-box-01 {
  display: inline-block;
  width: 100%;
  text-align: center;
  min-height: 337px;
  padding: 41px 10px;
  box-shadow: 0 0 30px #cccccc73;
  background: #fff;
  position: relative;
}
.course-box-01 p {
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--main-line);
  margin-bottom: 20px;
  color: #5d5c5c;
  font-size: 11px;
}
.course-box-01 h5 {
  margin-bottom: 18px;
  color: #2a2f52;
  font-size: 17px !important;
  font-family: var(--main-line);
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.course-box-01:before {
  content: '';
  background: var(--blue);
  height: 50%;
  width: 54%;
  position: absolute;
  right: -5px !important;
  bottom: -5px !important;
  top: none;
  z-index: -1;
}.course-box-01:before {
  content: '';
  background: var(--blue);
  height: 50%;
  width: 54%;
  position: absolute;
  right: -5px !important;
  bottom: -5px !important;
  top: none;
  z-index: -1;
}.course-box-01 {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 41px 10px;
  box-shadow: 0 0 30px #cccccc73;
  background: #fff;
  position: relative;
}
.mission-box p {
  transition: .5s all;
  font-family: var(--main-line);
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.mission-box h5 {
  font-size: 20px;
  transition: .5s all;
  font-weight: 700;
  font-family: var(--main-header);
  color: var(--blue);
}
.mission-box {
  background: #fff;
  border-radius: 5px;
  padding: 26px 10px;
  border: 1px solid #fff;
  transition: .5s all;
}
.service-head p {
  font-size: 11px;
  font-family: var(--main-header);
  color: #fff;
  font-weight: 500;
}
.service-head h5 {
  font-size: 29px;
  transition: .5s all;
  font-family: var(--main-header);
  color: #fff;
  font-weight: 700;
}

  .topbar_left ul li i {
    color: var(--blue);
    font-size: 10px;
    margin-right: 3px;
}
.topbar_left ul li a {
  color: #333;
  font-family: var(--main-line);
  font-weight: 500;
  font-size: 10px;
}
.nav-link {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 15px !important;
  margin: 0px 10px;
  color: #000 !important;
  transition: .3s all;
  font-family: var(--main-header);
}
  .nav-item{
    border-bottom: 1px dashed #ddd;
  }
  .navbar-brand {
    width: 27%;
}
.banner-index{
  display: none;

}
.banner-index-02{
display: block;
}
.carousel-caption {
  width: 90%;
  position: absolute;
  right: 7%;
  top: 23%;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  }
  .carousel-item img{
    height: 550px;
  }
  .content p {
    font-size: 17px;
    color: #fff;
    font-family: var(--main-line);
    line-height: 21px;
    margin-bottom: 18px;
}
.course-box p {
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--main-line);
  margin-bottom: 20px;
  color: #5d5c5c;
  font-size: 12px;
}
.course-box {
  display: inline-block;
  width: 100%;
  min-height: 345px;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0 0 30px #cccccc73;
  background: #fff;
  position: relative;
}
.course {
  margin-top: -52px;
}
.abt-img-03 {
  position: relative;
  max-width: 270px;
  margin-left: 42%;
  z-index: 3;
  margin-top: 51%;
  transition: cubic-bezier(.4,0,1,1) .4s;
  box-shadow: 0 0 10px #bbb;
} 


.about-content p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--main-line);
}
.point_box h6 {
  margin: 20px 0 10px;
  color: var(--blue);
  font-family: var(--main-line);
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.point_box {
  padding: 30px 10px 35px;
  border: 1px solid #f1f1f1;
  background: #fbfbfb;
  min-height: 289px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.service-box h5 {
  font-size: 15px;
  margin-bottom: 11px;
  color: #ffffff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
}
.course-btn {
  display: block !important;
}
.service-box-01 {
  position: relative;
  background: #1f254a;
  border-radius: 10px;
  padding: 70px 10px 40px;
}
.service-box {
  min-height: 430px;
  position: relative;
}
.service-box-02 {
  padding: 70px 10px 40px;
  border-radius: 10px;
  background: #051925;
}
.service-box p {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 11px;
}
.card-sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.num {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  font-size: 32px;
  padding-right: 10px;
}
.event-lyer {
  position: absolute;
  bottom: -40px;
  right: 15px;
  left: 15px;
  padding: 14px;
  top: 12%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
}
.event-lyer p {
  font-size: 11px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  line-height: 16px;
}
.event-lyer h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1f254a;
  line-height: 20px;
  font-family: var(--main-line);
}
.event-right-content h4 a {
  transition: .4s all;
  color: var(--blue);
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 11px;
}
.event-right-content p{
  font-size: 10px;
  font-weight: 600;
  font-family: var(--main-header);
}
.event-right-content h4{
  line-height: 15px;
}
.event-row {
  display: inline-block;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all ease-in-out .3s;
  width: 100%;
  position: relative;
}
.event-right h3 {
  font-size: 28px;
  font-family: var(--main-line);
  font-weight: 700;
  margin-bottom: 22px;
  color: var(--blue);
  position: relative;
}
.testi-left p {
  color: #fff;
  max-width: 100%;
}
.testi-left h5 {
  color: #fff;
  font-family: var(--main-line);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
}
.testi-box p:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 23px;
  left: 1px;
  opacity: .8;
  position: absolute;
  top: -10px;
}
.testi-box p {
  font-size: 13px;
  font-family: var(--main-line);
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 15px 26px 0px;
}
.btn-blue {
  position: relative;
  padding: 8px 5px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s ease;
  /* border: 2px solid var(--blue); */
  border-radius: 10px;
  z-index: 0;
}
}