@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap');




body {

  overflow-x: hidden;
  background-color: #CFD8DC;
  box-sizing: border-box;    
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}
.nav{
  bottom:0;
}
a:hover{
  background-color: transparent !important;
}
a{
  z-index: 1000;
}
p{
  
font-size: 16px !important;
color: aliceblue;
letter-spacing: .4px !important;
line-height: 1.7em;
/* font-weight: 200 !important; */
text-align: left;
}
section{
  padding-top: 100px;padding-bottom: 100px;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-2 {
    padding: 0.5rem !important;
    border: 1px solid #f7951b !important;
}
.border {
    border: 1px solid #f99321 !important;
}
#wrapper.toggled {
  padding-right: 260px;overflow: hidden;
}

h2, h1{
      font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#sidebar-wrapper {
  z-index: 1000;
  right: 360px;
  width: 0;
  position: fixed;
  height: 100%;
  margin-right: -400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1a1a1a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



#wrapper.toggled #sidebar-wrapper {
  width: 300px;
}

#page-content-wrapper {
  width: 100%;
  /* padding-top: 20px; */
  
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: -250px;z-index: 10000;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.banner_tlt

{
         font-family: "Exo 2", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: italic;
    color: #ffffff;

}
.navbar {
padding: 0;  
}

.sidebar-nav {
  position: absolute;
  top: 50px;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative; 
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
     -ms-transition:  width .2s ease-in;
          transition: width .2s ease-in;

}
.sidebar-nav li:hover{

border-radius: 10px;
margin-left: 10px;
margin-right: 10px;     transition:.2s ease-in-out;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
     -ms-transition:  width .2s ease-in;
          transition: width .2s ease-in;

}

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;      font-size: 18px;      font-weight: 300;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-header {
  text-align: center;
  font-size: 20px;
  position: initial;
  width: 100%;
  display: inline-block;
}
.sidebar-brand {
 align-items: left;
  float: left;

}
.sidebar-brand a {
  color: #ddd;
}
.sidebar-brand a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-header {
  text-align: center;
  font-size: 1em;
  color: #ddd;
  background:#212531;
  background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
/* .side-log{
  width: 100px;
} */

/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
position: fixed;
top: 50px;  
z-index: 999;
display: block;
width: 32px;
height: 32px;
margin-left: 25px;
background: transparent;
border: none;
right: 20px;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
outline: none;
}
.hamburger.is-closed:before {
content: '';
display: block;
width: 100px;
font-size: 14px;
color: #fff;
line-height: 32px;
text-align: center;
opacity: 0;
-webkit-transform: translate3d(0,0,0);
-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
opacity: 1;
display: block;
-webkit-transform: translate3d(-100px,0,0);
-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
position: absolute;
right: 0;
height: 4px;
width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
background-color: #fff;
}
.hamburger.is-closed .hamb-top { 
top: 5px; 
-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
top: 50%;
margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
bottom: 5px;  
-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
top: 0;
-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
bottom: 0;
-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
top: 50%;
margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
-webkit-transform: rotate(45deg);
-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
-webkit-transform: rotate(-45deg);
-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
content: '';
display: block;
width: 100px;
font-size: 14px;
color: #fff;
line-height: 32px;
text-align: center;
opacity: 0;
-webkit-transform: translate3d(0,0,0);
-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
opacity: 1;
display: block;
-webkit-transform: translate3d(-100px,0,0);
-webkit-transition: all .35s ease-in-out;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;

  z-index: 1030;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.hero-head {
  font-family: "poppins",sans-serif;
  margin-bottom: 55px;
  color: #222;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: left;font-size: 40px;
  
}

.home-bnr{
  background: url(../images/pic-2.webp ) no-repeat;
  background-position: center center;max-width: 100%;
  background-size: cover;
  height: 100vh;
  transition: all .5s;
}


.course-bnr {
  height: 100vh;
  background-image: linear-gradient(
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.8)
    ),
    url(../frames/aboutbnr.png ) ;
  background-size: cover;
  background-position: top;
  position: relative;  background-attachment: fixed;
}

.contact-bnr{
  background: url(../images/di-01.jpg) no-repeat;
  background-position: center center;max-width: 100%;
  background-size: cover;
  height: 100vh;
  transition: all .5s;
}
.suffron{
  color: #ef9617 !important;    font-weight: 500;
}
.text-white{
  color:#fff !important;
      text-align: center;
}
.genric-btn {
color: #fff;
  border: 1px solid #4cd3e3;
  background: rgb(80, 79, 79);    border-radius: 20px;transition: all 0.3s ease 0s;cursor: pointer;
  text-align: center;
    text-decoration: none;line-height: 100px;
    padding: 0 30px;padding-top: 5px;padding-bottom: 8px;
}
.genric-btn:hover{
  background: linear-gradient(-45deg, #ef9617, #f39f2a, #f3ac48, #f5cd95);
  color:#000;text-decoration: none;
}

.follow-us{
  transform: rotate(-90deg);  display: block;  
  position: absolute; top: 50%;margin-left: -23px;color: #fff;    margin-left: 10px;
}
.follow-us::before{
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background: rgba(71, 71, 71, 0.925);
  margin-left: -88px;
  margin-top: 10px; 
}
.social-icon i{
  display: block; padding: 10px; top: 15%;    font-size: large;
}


.social-icon a{
  display: block !important; padding: 10px; top: 15%;    font-size: large;background-color: transparent !important;
}


.social-icon{
  position: relative; top:36%;    left: -12px;
}

/* .side-logo{ 
  width:60px;    margin-left: 12px;
} */
.sidebar-nav > ul li:nth-child(1){


  margin-top: 100px;
}









.page-wrap{
  padding-top: 200px;
}
.hero-p {

  font-size: 2rem !important;
}


.bb, .bb::before, .bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  width: 200px;
  height: 200px;
  margin: auto;
  background: url("../images/pic-2.webp") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
  
  color: #ef9617;
  box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);z-index: 10000;
}
.bb::before, .bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before {
  background-color: rgba(255, 0, 0, 0.3);
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}




.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

.mediasliderimage{
   display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #333;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:#1BBD36;
}
.eckcon:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: relative;
bottom: 0;
  left: 50%;margin-top: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.photo-box img{
max-width: 100%;box-sizing: border-box;margin-top: -10px;
}
.photo-box  h5{
  background: #ef9617;color: #000;text-align: center;justify-content: center;height: 50px;

}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.testimonial-item.equal-height.style-6 {

  border-radius: 10px;
  margin: 10px;
}
.cell-right {
  text-align: center;
  margin-right: 0px;
  padding-top: 35px;
  padding-bottom: 20px;
 
}
.testimonial-name {
  font-weight: 600;
}

.et_right_sidebar #main-content .container:before{
  display: none;
}
#main-content .container {
  padding-top: 10px;
}
i.fa.fa-quote-left {
  padding: 0px 10px;
  color: #999;
}
.owl-prev{
  position: absolute !important;
  left: 0px; top: 30%;
}
.owl-next{
  position: absolute !important;
  right: 0px; top: 30%;
}



footer li{
  text-decoration: none;list-style: none;
  margin-bottom: 10px;
}
footer h5{
  color:#ef9617;
  font-size: 20px;
margin-bottom: 25px;
}
.quote{
  text-align: center;
}
.owl-carousel .owl-item img {
  display: block;
 
  float: left;

  border-image: initial;

}
.site-heading {
 font-weight: 100;

}
a {
  color: #ffffff !important;
  text-decoration: none;
  background-color: transparent;
  line-height: 2;
font-size: 16px;
}

.about-bnr {
  background-image: url(../frames/aboutbnr2.png );background-repeat: no-repeat;background-size: cover;
block-size: cover;font-family: calibri, sans-serif;font-style: normal;
font-weight: 300;overflow: hidden;height: 100vh;z-index: -10;max-width: 100% ;
}
.our-blog{
  padding-bottom: 60px;
    /* background: url(../frames/blog_bg.webp); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 0px;
    padding-top: 40px;
    background: #fff;
}
.our-blog h4 {
  color: #ef9617;;text-align: center;
} 
.our-blog{
 text-align: center;
}


.parallelogram{

  border: 1px solid #ef95174b;border-bottom: none;   background-color: #000;
}


/* .parallelogram::before{
  position: absolute;
  content: '';
  width: 100%; height: 200px;
  background-color: gold;z-index: -1;
  -moz-transform: scale(1) rotate(-20deg) translateY(20px) skewX(-20deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(-20deg) translateY(20px) skewX(-20deg) skewY(0deg);
  -o-transform: scale(1) rotate(-20deg) translateY(20px) skewX(-20deg) skewY(0deg);bb
  -ms-transform: scale(1) rotate(-20deg) translateY(20px) skewX(-20deg) skewY(0deg); 
  transform: scale(1) rotate(-20deg) translateY(20px) skewX(-20deg) skewY(0deg);
} */

.Mment img{
  z-index: 2;position: relative;width: 65%;margin: auto;
}
.Mmentp{
  background-color: #0a0a0aec;z-index: -1;
}
.Mmentp p{
  position: relative;text-align: center;
      
    color: #939393;
    background: #000;
    text-align: center;
    font-size: 16px !important;
}

.parallelogram h6
{ color: #fff;font-family: sans-serif;font-weight: 200;text-align: center;}
.parallelogram h5
{ color: #ef9517;margin-bottom: 10px;text-align: center;    text-transform: uppercase;font-weight: 700;font-size: 19px;line-height: 1;}
.award-cbox{
  background-color: #111111 !important; border-bottom: 2px solid #ef9517;padding: 10px;
}
.award-cbox h5{
  color: #f7f3f3; padding-top: 10px;
}
.vision img{

  width: 65px;
  height: 100px;box-sizing: border-box;display: inline-block;
}
.vision p{
  float: right;
}
.certificate-box ul li{
  list-style: none; display: inline-flex;
  padding: 10px;
}
.certificate-box  ul li:nth-child(8){
  border-right: none;
}

.certificate-box  ul{
text-align: left;
}
.certificate-box  ul li{
  border-right: 1px solid #000000;
}
.certificate-box  ul li a{
  color: #000000;
}
.certificate-box  ul li:hover{
font-size: larger;}

.Months{
  display: flex;
}

.selct {
  
  width: 98%;
  padding: 10px;
  border-radius: 50px;
  border: none;
  outline: none;
  margin-bottom: 20px;text-align: center;margin-left: 10px;
}

.contact-cls input {
  background-color: rgb(236, 236, 236);
  width: 48%;
  border-radius: 50px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  padding: 10px;
  margin-left: 10px;
  text-align: center;color: rgb(0, 0, 0)
}

.selct1 {
  background-color: rgb(236, 236, 236);
  width: 48%;
  padding: 10px;
  border-radius: 50px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  margin-left: 10px;
  color: rgb(0, 0, 0);

}
.btn {
  background: #3333339f !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.white-box{
background: #fff;padding-top: 20px;padding-bottom: 20px;text-align: center;
}


#owl-demo img {
 margin-bottom: 50px;
 /* height: 200px;
 width: 200px; */
 display: block;
 margin-left: auto;
 margin-right: auto;z-index: 10;

}
.item{
  margin-left: -70px;
}
.item h5{
  position: absolute; bottom: 0;text-align: center !important;color: #ffffff;padding-left: 30px;
  font-family: "Exo 2", Arial, Tahoma, sans-serif;     font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}

.desc p
{
 color:#000
}
.event-cbox {
  background: #000000;padding: 10px;
}
.event-cbox:hover {
padding: 10px;transition: all .5s ease-in;
}

.footer-logo img{
/* padding-left: 30px; */
max-width: 70px;
}
/* .footer-logo i{
 padding-left: 20px;
 padding-top: 20px;color: 
 rgb(153, 147, 147);

} */
.footer-social-icons {
  display: flex;
  align-items: center;
}
.footer-social-icons a{
  display: block;
 line-height: 1;
}
.footer-social-icons a i{
  color: rgb(153, 147, 147);
}
.footer-social-icons a:not(:last-child){
  margin-right: 20px;
}
.footer-social-icon-wraper{
  margin-top: 25px;
}
.footer-social-icon-wraper h4{
  font-size: 20px;
  color: #ef9617;
  margin-bottom: 15px;
}
.vizew-nav-tab {
  position: relative;
  z-index: 1;
  background-color: #393c3d;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.line::after {
  width: 60px;
  height: 2px;
  background-color: #ef9617;
  content: '';
  position: absolute;

  left: 50%;
  margin-left: -30px;
}

.line {
  width: 150px;
  height: 1px;
  background-color: #4e5152;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.adress{
margin-top: 30px;
display: flex;
 
}
.adress .fa{
  height: 10px; width: 10px;
}
.adress p{
  color: rgb(7, 7, 7);padding-left: 10px;
}


.btd{
  background: transparent;outline: none;border: none;padding-left: 30px;color: #fff;font-weight: 300;
}

.btn {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 18px !important;
  /* font-weight: 300 !important; */
  line-height: 1;
}
.dropdown{
  position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.dropdown-menu {
  position: relative;
  top: 100%;
  left: -20px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background:#383838 !important;
  background-clip: padding-box;
  border-bottom: 2px solid #fff !important;
  border-radius: .25rem;
}

.dropdown-menu:hover{background: none;}

.dropdown-menu li a{
  text-transform: capitalize;
}

.quotes{
  width: 30px;display: inline-block;padding-left: 10px;
}
.quotes-end {
  width: 30px;display: inline-block; -webkit-transform: rotate(180deg);padding-left: 10px;margin-top: -10px;
}

/* .side-log1 {
  position: absolute; z-index: 1000;top: 0;left: 10;
} */

.mistify__info-more{
  display: none !important;
}






/* #Progress
================================================== */
.progress-wrap i{
  padding-left: 10px;padding-top: 5px;z-index: 100;
}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';

	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--grey);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';

	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
.switch,
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.switch {
	width: 80px;
	height: 4px;
	border-radius: 27px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	position: fixed;
	right: 50px;
	top: 75px;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
  z-index: 33333;
    transition: all 300ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--black-blue-light-3);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
	position: absolute;
	font-family: 'font-awesome';
	content: '\f062';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: var(--grey);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.circle:after {
	position: absolute;
	font-family: 'font-awesome';
	content: '\f062';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: var(--yellow);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
	left: 45px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: var(--black-blue);
}
.switched .circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
	opacity: 0;
}
.switched .circle:after {
	opacity: 1;
}
.contact-info ul li span {
color: #fff;
}
.btn-secondary{
  background-color:  #1a1a1a !important;border: none !important;border-color:  #1a1a1a !important;
}

.gradient {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
  }
  


}

.fa-2x{
  color: #ef9617 !important;
}
.ml-30{
  margin-left: 30px;
}

.banner_btn
{
    padding: 10px 20px;
    /* background-color: #474645; */
    border-radius: 10px;
    border: 2px solid;
    margin-top: 20px;
}

 .banner_btn:hover{
  background-color: #f39f2a;
}


.BLEFT{
  padding: 10px 20px;background-color: #474645;border-radius: 10px;margin-right: 3px;
}
.BRIGHT{
  padding: 10px 20px;background-color: #474645;border-radius: 10px;font-size: 1rem;
}
.BLEFT , .BRIGHT:hover{
     background-color: #f39f2a;
    font-weight: 600;
}
a:hover {
    text-decoration: none !important;
}
.sidenav a.closebtn:hover {
    color: #f1f1f1;
    background-color: transparent !important;
}
.ball {
  position: absolute;
   top: 0px;
   left: 0px;
   width: 60px;
   height: 60px;
   background-color: #fff;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
           transform: translate(-100%, -80%);
   mix-blend-mode: difference;z-index: 100;
   
 }
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.color{
   background-color:#f39f2a;
}
table tr {
  border: 1px solid #ddd;
  padding: .35em;
    background-color: #2b2b2b;
     border: 1px solid #464646;
    color: #fff;
}

table th,
table td {
  padding: .625em;
     text-align: left;
    font-size: 16px;
    font-weight: 600;
}

table th {
  font-size: 1.1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

.contact-cls input
{
background-color: rgb(43, 43, 43);
    width: 97%;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
    color: rgb(148, 148, 148);
    border: #5b5b5b solid 1px; }

  .page-wrap{
  padding-top: 0px;
}

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border: 1px solid #464646;
    background-color: #2b2b2b;
    display: block;
    margin-bottom: .625em;
    color: #fff;

  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}







 .course-wrap.active-course {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);background: #7574745e;
}

.course-wrap {
  text-align: center;
  position: fixed;
  right: 0px;
  top: 30%;
 border-radius: 20px;
  cursor: pointer;
  display: block;
 padding: 20px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.course-wrap ul li {
  list-style: none;
  margin-top: 20px;
  font-weight: 400;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.img1{
  max-width: 100%;
}
.img2{
  max-width: 100%;border: 5px solid #f39f2a;
}

.couse-links ul{
  margin-top: 0px;background-color: black;height: 70vh ;right: -12px;position: relative; align-content: center;
}
.couse-links ul li{
  list-style: none; align-content: center;padding-top: 20px;padding-left: 20px;
}
.couse-links ul:nth-child(1){
 margin-top: 150px;color:#f39f2a !important;
}
.couse-line{
 position: fixed; float: right;z-index: 1;

}

@media only screen and (min-width: 1200px) {
  .page-wrap{
    padding-top: 100px;
  }
  /* .owl-carousel .owl-item{
    float: left;padding-left: 155px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: auto;
   
  } */
  .item h5 {
    position: absolute;
    bottom: 0;
    text-align: center !important;
    color: #ffffff;
   
}
.slide-edit{
  left: 110px;
}
.slide-act{
  left: 111px;
}

}
@media only screen and (max-width: 1200px) {
  .page-wrap{
    padding-top: 100px;
  }
  .owl-carousel .owl-item{
    float: left;padding-left: 155px;
  }
  /* .owl-carousel .owl-item img {
    display: block;
    width: 17%;
   
    margin-left: 50px !important;
  } */

.slide-act{
  padding-left: 50px !important;
}
.slide-edit{
  padding-left: 55px !important;
}
.slide-script{
  margin-left: -15px !important;
}
}







@media only screen and (max-width: 600px) {
.banner_tlt {
    font-family: "Exo 2", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: italic;
    color: #ffffff;
}

.slide .first .slick-slide{
width: 145px;

}


.sent_enquiry
{

       background-color: #ef9617 !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
   /* background-color: #ef9617 !important;
*/
  }
.selct {
    width: 98%;
    padding: 10px;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10px;
    background-color: #2b2b2b;
    border: #5b5b5b solid 1px;
    color: #a0a0a0;
}


.contact-cls input
{
background-color: rgb(43, 43, 43);
    width: 97%;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
    color: rgb(148, 148, 148);
    border: #5b5b5b solid 1px; }

.about-img img

{

      width: 100%;
    margin-top: 0px;

}


  .ball{
    display: none;
  }
  .page-wrap{
    margin-top: -250px !important;margin-left: 30px;
  }
  .page-wrap h2{font-size: 22px !important; font-family: "Exo 2", Arial, Tahoma, sans-serif;}
  /* html { height: 100%;max-width: 100%;overflow: hidden;} */


  /* .side-log {
    margin-left: 50px;
    margin-top: 20px !important;
    width: 115px;
    height: 123px !important;
} */
  .social-icon {
    margin-top: 110px !important;
  }
  .hero-head{
    margin-top: 10px;padding-left: 25px;
  }
  .hero-p {
    font-size:18px !important;line-height: normal;
  }
  .slide-edit{
  margin-left: 16px;
    }
  .slide-act{
  margin-left: 10px;
  }
  .slide-script{
  margin-left: -30px;
  }
  .site-heading {
  font-size: 26px;
  }

  .testimonial-job{
  padding-left: 95px;
  }
  .photo-box img{
    max-width: 100%;box-sizing: border-box;
    }
    .Months{
      display: block;
    }
    .owl-carousel .owl-item{
      float: left;
    }
    .bb{
     margin-top: 150px;opacity: 0.1;
    }
   
  .photo-box img{
        max-width: 100%;box-sizing: border-box;    margin-top: 0px;
  }
  .our-blog{

padding-bottom: 0;
  }
  .testimonial-item{padding-left: 0px !important;

  }
  /* .contact-cls, input {
    background-color: rgb(43, 43, 43);
    width: 100%;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 10px;
    text-align: center;color:#fff !important
    } */

    .selct1 {
    color: #fff !important;
    width: 97%;
    padding: 10px;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-left: 10px;
    border: #5b5b5b solid 1px;}
    .dream-p{
      color: #fff;
    }
    /* .side-log{
      height: 80px;
        top: 0px;
        position: relative;
        margin-top: -29px;
        left: -35px;
    } */
    .item {margin-left:-25px;}
    .item h5{
      padding-left: 0px !important;
    }


    .face-slide{
      padding-left: 50px;padding-right: 30px;
    }

    .COURSES{
      display: none;
    }
    .course-wrap{
      display: none !important;
    }


}





@media (max-width: 767px){
  .slider-text {
      padding-left: 40px !important;
  }
  .mobile-res{
    margin-top: 293px;
  }

  .selct {
    width: 98%;
    padding: 10px;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10px;
    background-color: #2b2b2b;
    border: #5b5b5b solid 1px;
    color: #a0a0a0;
}

.about-img img
.contact-cls input
{
background-color: rgb(43, 43, 43);
    width: 97%;
    border-radius: 50px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 10px;
    text-align: center;
    color: rgb(148, 148, 148);
    border: #5b5b5b solid 1px; }
.about-img img {
    width: 100%;
    margin-top: -30px;
}
  .fac-logo{
    position: absolute;
    top: 50px !important;left: 0px !important;
  }
  
  .main-section__logo {
    font-style: normal;
    background-color: transparent;
    font-size: larger !important;
}

.footer-logo img {
  padding-left:   0px;
}

}
.fac-logo{
  position: absolute;
  top: 30px;left: 20px;
}

/* @media only screen and (max-width: 475px){
.owl-carousel .owl-item {
    float: left;
    padding-left: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
  }
} */

.eclipse-arrow.eclipse-prev{
    position: absolute;
    top: 50%;
    left: -20px !important;
}
.eclipse-arrow.eclipse-next {
    position: absolute;
    top: 50%;
    left: 100%;
}

.social-icon {
    margin-left: 25px !important;
    margin-top: 100px !important;
}

.wpcf7-form-control.wpcf7-text {
    color: #000 !important;
    border-radius: 10px;
}
.gallery-button .btn {
    width: 70%;
    background-color: #ef9617 !important;
}


.contact-form textarea {
   
    background: #f7f7f7 !important;
    
}

.contact-form input {
    background: #fff!important;
    color: #000000;
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 600 !important;

}


@media only screen and (max-width: 600px) {
    .contact-cls input {
        background-color: rgb(255, 255, 255);       
        color: rgb(0, 0, 0) !important;
    }
        .selct1 {
            color: #fff !important;
        }
}

/*New Style*/
.contact-cls input{
  margin-left: 0;
}
.form-group :where(input, select, textarea){
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  line-height: 1;
  border-radius: 12px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
}
.form-control{
  height: auto;
}
.glass-backdrop{
  position: relative;
  padding: 50px 45px;
  border-radius: 30px;
  overflow: hidden;
}
.glass-backdrop::after{
  position: absolute;
  backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.125);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
}
.section-header{
  position: relative;
  z-index: 1;
}
.gallery-button .btn{
  width: auto;
}


.blog-image{
  height: 300px;  
  position: relative;
}
.blog-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.blog-item-content{
  padding: 15px 0;
}
.date{
  position: absolute;
  height: 70px;
  width: 70px;
  left: -1rem;
  bottom: 1rem;
  background: #ef9617;
  padding: 15px;
  text-align: center;
}
.date::before{
     position: absolute;
    top: -14px;
    left: 0px;
    border-bottom: 11px solid #5b411c;
    border-top: solid transparent;
    border-right: 0 solid currentColor;
    border-left: 16px solid transparent;
    content: '';
}
.date h4{
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.date h4 span{
  display: block;
  font-size: 14px;
  padding-top: 4px;
  text-transform: uppercase;
}
.blog-item-content h5{
  font-size: 22px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.blog-item-content p{
  color: #1c1c1c;
  font-weight: 400 !important ;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   margin-bottom: 30px;
}
.blog-item-content a{
  display: inline-block;
  color: #111111 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

.button-one {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 20px;
        width: fit-content;
        min-width: 120px;
        z-index: 0;
    }

    .button-one-border-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .button-one-left,
    .button-one-right {
        position: relative;
        height: 100%;
        width: 20px;
        transition: 0.2s linear;
        transition-duration: 500ms;
    }

    .button-one-left {
        left: 0;
        border-left: 1px solid #fff;
        border-right: 0;
    }

    .button-one-right {
        right: 0;
        border-right: 1px solid #fff;
        border-left: 0;
    }

    .button-one-left::before,
    .button-one-left::after {
        position: absolute;
        content: '';
        left: 0;

        background: #fff;
    }

    .button-one-right::before,
    .button-one-right::after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        background: #fff;
    }

    .button-one-left::before {
        height: 0.5px;
        width: 100%;
        top: 0;
    }

    .button-one-left::after {
        height: 0.5px;
        width: 100%;
        bottom: 0;
    }

    .button-one-right::before {
        height: 0.5px;
        width: 100%;
        top: 0;
    }

    .button-one-right::after {
        height: 0.5px;
        width: 100%;
        bottom: 0;
    }

    .button-one p {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        line-height: 1;
    }

    .button-one span {
        display: block;
        flex-shrink: 0;
        margin-right: 8px;
        line-height: 0;
    }

    .button-one span path {
        stroke: #fff;
    }

    .button-one span svg {
        height: auto;
        max-width: 18px;
    }

    .button-one:hover :where(.button-one-left, .button-one-right) {
        width: 100%;
    }
    .btn-one-black .button-one-left,
    .btn-one-black .button-one-right{
      border-color: #000;
    }
    .btn-one-black .button-one-left::before, .btn-one-black .button-one-left::after,
    .btn-one-black .button-one-right::before, .btn-one-black .button-one-right::after{
      background: #000;
    }

    /*--------------- header style start ----------------------*/
    .menu-container ul{
      display: flex;
      align-items: center;
      list-style-type: none;
      justify-content: flex-end;
      margin-bottom: 0;
    }
    .menu-container ul li a{
      display: block;
      line-height: 1;
      font-size: 17px !important;
      padding: 15px 0;
      font-weight: 500;
    }
    .menu-container ul li:not(:last-child){
      margin-right: 25px;
    }
    ul.sub-menu{
      display: block;
      position: absolute;
      top: 50px;
      width: 230px;
      left: 0;
      list-style-type: none;
      background-color: #fff;
      padding: 8px 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s linear;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    }
    .menu-item-has-children{
      position: relative;
    }
    .menu-item-has-children > a{
      position: relative;
      padding-right: 15px !important;
      display: flex !important;
      align-items: center;
    }
    .menu-item-has-children > a::after{
      position: absolute;
      width: 8px;
      height: 5px;
      background: url(../images/down-arrow.png);
      background-size: contain;
      content: '';
      right: 0;
      margin-top: 5px;
    }
    @media(max-width: 1080px){
      .menu-item-has-children > a{
        padding-right: 0;
      }
      .menu-item-has-children > a::after,
       .menu-item-has-children .sub-menu{
        display: none;
      }
      .header-container{
        max-width: 960px !important;
      }
    }
    .menu-item-has-children
    ul.sub-menu li{
      margin-right: 0 !important;
    }
    ul.sub-menu li a{
      padding: 12px 20px;
      color: #000 !important;
      transition: 0.2s linear;
      font-weight: 400;
    }
    ul.sub-menu li a:hover{
      color: #ef9617 !important;
      background: #ef961724 !important;
    }
    .header-container{
      max-width: 1366px;
    }
    header{
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 3;
      transition: 0.2s linear;
      padding: 13px 0;
    }
    .menu-item-has-children:hover ul.sub-menu{
      opacity: 1;
      visibility: visible;
    }
     .logo img{
      max-width: 100px;
      transition: 0.2s linear;
     }
    header.affix{
      background: rgba(0, 0, 0, 0.82);
    }
    header.affix .logo img{
      max-width: 65px;
    }
    .current-menu-item a{
      color: #ef9617 !important;
    }
    /*--------------- header style end ------------------------*/

    .page-padding{
      padding-top: 160px;
    }
.our-blog p{
  color: #000000;
  font-weight: 400;
}

.management-section{
  margin-top: 3rem;
  padding: 50px 80px 50px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.Mmentp{
  background: #fff;
  padding-top: 0;
}
.parallelogram, .Mmentp p{
background: #fff;
}
.parallelogram h6{
  color: #707070;
  font-weight: 500 !important;
  font-size: 14px;
}
.Mmentp p{
  color: #1a1a1a;
  font-weight: 400;
  margin-top: 13px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.parallelogram{
  border: 1px solid #e7e7e7;
  padding: 30px 25px;
  display: flex;
  border-radius: 20px;
}
.parallelogram-image{
  flex-shrink: 0;
}
.parallelogram-content{
  padding-left: 30px;
}
.parallelogram-content,
.parallelogram h5, .parallelogram h6, .Mmentp p{
  text-align: left;
}
.Mment img{
  width: auto;
  max-width: 150px;
}
.parallelogram-content a{
  color: #1a1a1a !important;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.parallelogram-wraper [class*='col-']{
  margin-bottom: 20px;
  padding-inline: 10px;
}
.parallelogram-wraper{
  margin-inline: -10px;
}

.vision-mission{
  background: #121112;
  background: url(../frames/blog_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vision-mission-header h5{
  font-size: 50px;
  color: #ef9617;
  font-weight: 700 !important;
  margin-bottom: 25px;
}
.vision-mission-header h5 span{
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400 !important;
}
.vision-mission-item{
  padding: 30px 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #1c1c1c;
  height: 100%;
}
.vision-mission p{
  color: #cdcdcd;
  margin-bottom: 0;
}
.photo-box p{
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.management-modal-content{
  padding: 60px 80px;
}
.management-modal-content p{
  color: #000000;
}
.management-modal-content .photo-box{
  text-align: center;
}
.management-modal-content-row{
  display: flex;
}
.photo-box{
  flex-shrink: 0;
}
.management-modal-details{
  padding-left: 60px;
}
.close-btn{
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
  outline: none;
  border: none;
  background: #000000;
  height: 32px;
  width: 32px;
  line-height: 1;
}
.close-btn svg{
  height: auto;
  max-width: 16px;
}
.close-btn path{
  fill: #fff;
}
.management-modal-content .photo-box h4{
  margin-top: 15px;
  color: #ef9617;
}
.management-modal-details p{
  text-align: justify;
}

@media(max-width: 1080px){
  .logo img{
    max-width: 80px;
  }
  .toggle-menu{
    height: 13px;
    width: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    z-index: 5;
    cursor: pointer;
  }
  .toggle-menu .bar{
    /* position: absolute; */
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.2s linear;
  }
  .menu-container{
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    width: 300px;
    background: #000000;
    padding: 70px 30px 36px;
    opacity: 0;
    visibility: hidden;
    right: -320px;
    transition: 0.2s linear;
    z-index: 4;
  }
  .menu-container.active{
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .menu-container ul{
    display: block;
  }
  .toggle-menu.active .bar.one{
    transform: rotate(45deg) translate(0, 0);
  }
  .toggle-menu.active .bar.two{
    transform: rotate(-45deg) translate(7px, -7px);
  }
}
.section-head{
  font-size: 30px;
}
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}
.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}
.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}
.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}
.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}
.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}
.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}
.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}
.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}
.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}
.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}
.mb-60{margin-bottom:60px}
.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}
.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}
.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}
.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}
.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}
.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}
.pt-20{padding-top:20px}.pt-25{padding-top:25px}
.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}
.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}
.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}
.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}
.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}

footer{
  background: #1b1716;
  padding-top: 60px;
  padding-bottom: 0;
}
.credit-section{
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.credit-section p{
  margin-bottom: 0;
  text-align: center;
  color: #a7a7a7;
  line-height: 1.5;
}
@media(max-width: 1600px){
    section{
        padding: calc(100px - 15px) 0;
    }
}
@media(max-width: 1400px){
  section{
        padding: calc(100px - 15px*2) 0;
    }
}
@media(max-width: 1199px){
  .management-modal-content{
    padding: 60px 60px 45px 60px;
  }
  .management-modal-details{
    padding-left: 40px;
  }
}
@media(max-width: 991px){
  section{
        padding: calc(100px - 15px*3) 0;
    }
    .mb-60{
    margin-bottom: 40px;
  }
  .page-padding {
    padding-top: 130px;
  }
  .management-modal-content-row{
    flex-direction: column;
  }
  .management-modal-details{
    padding-left: 0;
  }
  .management-modal-content{
    padding: 52px 20px 20px 20px;
  }
  .header-container{
        max-width: 720px !important;
      }
      footer{
        padding-top: 50px;
      }
  .credit-section{
    margin-top: 30px;
  }
}
@media(max-width: 767px){
  .blog-wraper [class*="col-"]{
  margin-bottom: 25px;
  }
  .blog-wraper [class*="col-"]:last-child{
    margin-bottom: 0;
  }
  .header-container{
        max-width: 540px !important;
      }
}
@media(max-width: 576px){
  .section-head{
    font-size: 25px;
  }
  .mb-60{
    margin-bottom: 30px;
  }
  .blog-wraper{
    padding-left: 15px;
  }
  section{
        padding: calc(100px - 15px*3.5) 0;
    }
    .blog-item-content p{
      margin-bottom: 20px;
    }
    footer{
        padding-top: 40px;
      }
    .footer-logo{
      max-width: 450px;
      margin: auto;
      text-align: center;
    }
    .footer-logo p{
      text-align: center;
    }
    .footer-logo a{
      margin: auto;
    }
    .footer-links, .footer-links p{
      text-align: center;
    }
    .footer-social-icons{
      justify-content: center;
    }
    footer h5{
      margin-bottom: 15px;
    }
    footer li{
      margin-bottom: 6px;
    }
    .credit-section{
      padding: 13px 0;
    }
    .photo-box img{
      max-width: 150px;
    }
    .management-modal-content .photo-box h4{
      font-size: 19px;
    }
}
.form-group input{
  margin-bottom: 0 !important;
}
.backdrop{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
@media(max-width: 1080px){
  .backdrop.active{
    visibility: visible;
    opacity: 1;
  }
}
.footer-links{
  position: relative;
  z-index: 0;
}
.progress-wrap{
  z-index: 1;
}
section{
  overflow: hidden;
}


.page-banner{
  position: relative;
  width: 100%;
  background: #111111;
  padding-top: 15rem;
  padding-bottom: 90px;
}
.page-banner::after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}
.page-banner h1{
  color: #fff;
  font-weight: 900 !important;
  font-size: 50px;
  text-align: center;
}
.page-banner img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center;
  left: 0;
}
.page-header-c{
  position: relative;
  z-index: 1;
}
.page-description{
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.course-ul{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.course-ul li{
  background: #ef9617;
  padding: 5px 7px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.course-ul li span{
  flex-shrink: 0;
  margin-right: 5px;
  line-height: 1;
}
.course-ul li span path{
  stroke: #fff;
}
.course-ul li svg{
  max-height: 15px;
  width: auto;
}
.btn-two{
  width: fit-content;
  min-width: 120px;
  padding: 14px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: auto;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.bg-orange{
  background: #ef9617;
  border-color: #ef9617;
}
.bg-black{
  background: #000;
  border-color: #000;
}
.btn-two.bg-orange:hover{
  background: #000 !important;
  border-color: #000;
}

@media(max-width: 1440px){
  .page-banner h1{
    font-size: calc(50px - 8px);
  }
}
@media(max-width: 991px){
  .page-banner h1{
    font-size: calc(50px - 8px*2);
  }
}
@media(max-width: 600px){
  .page-banner h1{
    font-size: calc(50px - 8px*2.6);
  }
  .page-banner{
    padding-top: 10rem;
    padding-bottom: 60px;
  }
  .contact-info-social .footer-social-icons{
    justify-content: flex-start;
  }
  .contact-form input{
    text-align: left !important;
    height: 60px !important;
    margin-bottom: 0 !important;
  }
}
.current-menu-parent > a{
    color: #ef9617 !important;
}
.current-menu-parent .current-menu-item a{
    color: #ef9617 !important;
    background: #ef961724 !important;
}






