
/*------comman-css-start------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    color: none;
    text-decoration: none;
}

p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #111;
    /* font-family: 'Raleway', sans-serif; */

}






/*---------------------header-top-css-start-------------------*/

.header-top-bg{
    background-color: #111;
    padding: 10px 0;
  }
  .header-left-content ul li{
    display: inline-block;
  }
  .header-left-content ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-left: 24px;
    transition: all linear .3s;
  }
  .header-left-content ul li a:hover{
    color: rgb(211, 81, 81);
  }
  .header-left-content ul li a i{
    margin-right: 7px;
  }
  .header-right-content ul{
    text-align: end;
  }
  .header-right-content ul li{
    display: inline-block;
    margin-left: 28px;
  }
  .header-right-content ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all linear .3s;
  }
  .header-right-content ul li a:hover{
   color: rgb(211, 81, 81);
  }
  .header-right-content ul li .header-login{
   position: relative;
  }
  .header-right-content ul li .header-login::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background-color: rgb(255, 255, 255);
    top: 7px;
    left: 52px;
  }

/*---------------------header-top-css-end-------------------*/

/* ------navigation-area-start------ */
.navbar-brand{
   font-size: 30px;
   font-weight: 700;
   color: #004dc0;
}

.navbar{
  padding: 16px 0;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /* position: absolute; */
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}

.navbar ul li a{
  font-size: 15px;
  color: rgb(8, 8, 8);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
 
}
.navbar ul li a:hover{
  color: rgb(8, 8, 8);
}
.navbar ul li {
  padding-left: 33px;
}

.nav-item .btn-top{
  background-color: #2A2771;
  padding: 12px 25px !important;
  color: white !important;
  font-weight: 500;
  border-radius: 6px;
  margin-top: -10px;
  font-size: 15px;
  
}
.nav-item ul li a{
  text-transform: capitalize;
}
.nav-item{
  position: relative;
  display: block;
}
.nav-item ul{
  position: absolute;
  width: 207px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 0;
  top: 100%;
  padding: 10px 5px;
  z-index: 999;
  transform: scaleY(0);
  transform-origin: top-center;
}
.nav-item ul li{ 
  position: relative;
  border-bottom: 1px solid #d3d2d2;
}
.nav-item ul li:last-child{ 
  border-bottom: none;
}
.nav-item ul li ul{
  position: absolute;
  width: 230px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 102%;
  top: -24%;
  padding: 10px 5px;
  transform-origin: top-center;
  box-shadow: rgba(50, 50, 80, 0.4) 0px 5px 19px 0px;
  opacity: 0;
  
} 
.nav-item ul li:hover ul{
  max-width: 250px;
  max-height: 390px;
  opacity: 1;
  transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
} 

.nav-item ul li a{
 padding: 10px 0;
 font-size: 14px;
 display: block;
 font-weight: 600;
 text-transform: capitalize;
 text-align: start;
 transition: all linear 4s;
}
.nav-item ul li a i{
  padding-left: 1px;
  font-weight: 600;
  font-size: 13px;
}
.nav-item:hover ul{
  transform: scaleY(1);
    max-width: 250px;
    max-height: 270px;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}

/* ------navigation-area-end------ */
    
/*-----------------Home-slider-section-css-start-------------------*/

.slider-item {
  height: 100vh;
  position: relative;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-content-outer {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.slider-content-outer .slider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slider-content-outer .slider-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #ffffff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.slider-content-outer .slider-content h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #ffffff;
}
.slider-content-outer .slider-content h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #ffffff;
}
.slider-content-outer .slider-content p {
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
  line-height: 29px;
  color: rgb(197 197 197);
  width: 814px;
  padding-bottom: 30px;
}


.slider-items-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.6s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider-items-wrapper .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider-items-wrapper .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider-items-wrapper .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slider-items-wrapper .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider-items-wrapper .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider-items-wrapper .owl-nav .owl-next:focus {
  outline: 0;
}
.slider-items-wrapper .owl-nav .owl-next:hover {
  background: #000 !important;
}
.home-slider-section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-slider-section:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/*-----------------Home-slider-section-css-end-------------------*/
/*-----------------banner-btm-css-start-------------------*/
#banner-btm{
  margin: 30px 0;
}
.banner-btm-itam.one{
   background-color: #E4DE1A;
   padding: 25px 25px;
   border-bottom-left-radius: 15px;
   border-top-left-radius: 15px;
}
.banner-btm-itam.two{
   background-color: #90C824;
   padding: 25px 25px;
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
.banner-btm-itam.three{
   background-color: #1D4478;
   padding: 25px 25px;
   border-bottom-right-radius: 15px;
   border-top-right-radius: 15px;
}
.banner-btm-itam.two .banner-btm-icon{
    color: #fff;
}
.banner-btm-itam.three .banner-btm-icon{
    color: #fff;
}
.banner-btm-itam.two .banner-btm-text h4{
    color: #fff;
}
.banner-btm-itam.three .banner-btm-text h4{
    color: #fff;
}
.banner-btm-itam.three .banner-btm-text p{
    color: #fff;
}
.banner-btm-itam.two .banner-btm-text p{
    color: #fff;
}
.banner-btm-icon{
    margin-bottom: 20px;
}
.banner-btm-icon i{
    font-size: 35px;
}
.banner-btm-text h4{
   font-size: 28px;
   font-weight: 600;
   margin-bottom: 10px;
}
.banner-btm-text p{
    text-align: justify;
}

/*-----------------banner-btm-css-end-------------------*/

/*-----------------about-us-css-start-------------------*/

#about{
    margin: 100px 0;
}
.about-img{
    margin-top: 30px;
}

.about-text-top h6{
    font-weight: 700;
    color: #1D4478;
    padding-bottom: 5px;
}
.about-text-top h2{
    font-size: 40px;
    font-weight: 700;
    color: #1D4478;
    line-height: 45px;
    padding-bottom: 10px;
}
.about-text-top p{
    color: #1D4478;
    text-align: justify;
    
}
.about-main-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-main-itam{
    width: 500px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.about-main-itam.last{
    border-bottom: none;
}
.about-main-icon{
    padding-bottom: 6px;
}
.about-main-icon i{
    font-size: 35px;
    color: #000000b3;
}
.about-main-text h3{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    color: #1D4478;
}
.about-main-text p{
     text-align: justify;
    color: #1D4478;
}

/*-----------------about-us-css-end-------------------*/

/*-----------------join-us-css-start-------------------*/

.join-content{
  width: 620px;
  margin: 0 auto;
  text-align: center;
}
.join-bg{
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
.join-overlay{
   height: 100%;
   width: 100%;
   background-color: #0000009e;
   padding: 100px 0;
   border-bottom-left-radius: 200px;
   border-bottom-right-radius: 200px;
}
.join-content h2{
    font-size: 39px;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    padding-bottom: 15px;
}
.join-content p{
     font-size: 13px;
     color: #cdc0c0;
     font-weight: 500;
     line-height: 28px;
}
.join-content a{
   margin-top: 50px;
   margin-bottom: 100px;
   font-size: 18px;
   font-weight: 700;
   color: #000;
   background-color: #E4DE1A;
   padding: 15px 80px;
   border-radius: 10px;
   border: 1px solid #E4DE1A;
   transition: all linear .4s;
}
.join-content a:hover{
    background-color: transparent;
    color: #fff;
}
/*-----------------join-us-css-end-------------------*/

/*-----------------aplly-us-css-start-------------------*/

#aplly{
  margin-top: -76px;
}

.aplly-row{
   background-color: #002a61;
   padding: 50px 20px;
   border-radius: 20px;
}
.apply-text h4{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
.apply-btn{
   margin-left: 50px;
}
.apply-btn a{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background-color: #E4DE1A;
  padding: 15px 50px;
  border-radius: 10px;
  border: 1px solid #E4DE1A;
  transition: all linear .4s;
}
.apply-btn a:hover{
  background-color: transparent;
  color: #fff;
}
/*-----------------aplly-us-css-end-------------------*/
/*-----------------service-area-css-start-------------------*/
#service{
   margin: 70px 0;
}

.service-section-title{
   text-align: center;
   margin-bottom: 100px;
}
.service-section-title h2{
    font-size: 40px;
    font-weight: 700;
    color: #1D4478;
    padding-bottom: 10px;
}
.service-itam{
  text-align: center;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  padding: 15px 20px;
  height: 275px;
  box-shadow: 2px 1px 7px 3px #cdcdcd;
  margin-bottom: 23px;
}
.service-itam .service-icon{
   border: 1px solid #c3c3c3;
   width: 50px;
   margin: 0 auto;
   padding: 10px 0;
   border-radius: 5px;
}
.service-itam .service-icon i{
    font-size: 26px;
    color: rgb(12 31 255);
}
.service-itam .service-text h4{
    font-size: 27px;
    color: #002A61;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 5px;
}
.service-itam .service-text p{
    color: #131416;
    font-weight: 500;
    line-height: 30px;
}

/*-----------------service-area-css-end-------------------*/



/*-----------------choise-us-area-css-start-------------------*/

#choise{
    margin: 50px 0;
}
.choise-section-title{
    text-align: center;
    margin-bottom: 100px;
}
.choise-section-title h2{
  font-size: 40px;
  font-weight: 700;
  color: #1D4478;
  padding-bottom: 10px;
}
.choise-img{
    margin-top: 50px;
}
.choise-img img{
   border-radius: 10px;
}
.choise-text-top{
   margin-bottom: 30px;
}
.choise-text-top h2{
  font-size: 30px;
  font-weight: 700;
  color: #1D4478;
  padding-bottom: 10px;
}
.choise-text-top p{
    font-weight: 500;
    font-size: 15px;
}
.single-choise-itam{
   display: flex;
   border: 1px solid #cdcdcd;
   padding: 15px 20px;
   box-shadow: 2px 1px 7px 3px #cdcdcd;
   border-radius: 8px;
   margin-bottom: 10px;
   transition: all linear .4s;
}
.single-choise-itam:hover{
   box-shadow: 2px 1px 7px 3px #615f5f;
}

.single-choise-itam .choise-itam-icon{
    border: 1px solid #c3c3c3;
    width: 50px;
    height: 50px;
    line-height: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 20px;
}
.single-choise-itam .choise-itam-icon i{
     font-size: 20px;
     color: #005ae1;
}
.single-choise-text h4{
   font-weight: 700;
   font-size: 20px;
   padding-bottom: 5px;
}
.single-choise-text p{
   font-weight: 500;
   font-size: 15px;
}
/*-----------------choise-us-area-css-end-------------------*/

/* -------------------popular-course-area-start------------------ */

.popular-course-bg{
  padding: 50px 0;
}

.popular-course-head h2{
  font-size: 40px;
  font-weight: 700;
  color: #1D4478;
  padding-bottom: 65px;
}
.popular-course-itam{
  box-shadow: 2px 1px 7px 3px #cdcdcd;
  background-color: #F5F5F5;
  transition: all linear .2s;
  margin-bottom: 25px;

  
}
.popular-course-itam:hover{
  background-color: #fff;
  box-shadow: rgba(63, 63, 110, 0.1) 0px 7px 29px 0px;
}
.popular-course-itam:hover .course-itam-img img{
  transform: scale(1.1);
}
.popular-course-itam:hover .course-img-content p{
  left: 4px;
}
.course-itam-img{
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}
.course-itam-img img{
  transition: all linear .6s;
  
}
.course-img-content p{
  position: absolute;
  content: '';
  top: 22px;
  left: 10px;
  z-index: 999;
  transition: all linear .6s;
}
.course-img-content p{
color: #fff;
background-color: #F86F03;
padding: 5px 15px;
font-weight: 700;
z-index: 1;
}
.course-img-content .img-icon i{
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(183, 183, 190);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.popular-course-review{
  padding: 5px 20px;
}

.popular-course-review img{
  border-radius: 50%;
  margin-right: 10px;
}
.popular-course-review h6{
   font-size: 16px;
   text-transform: capitalize;
   margin-top: 10px;
   font-weight: 600;
   color: #626262;

}
.popular-course-review .review-star{
  margin-left: auto;
  margin-top: 10px;

}
.popular-course-review .review-star p {
  color: #858585;
  font-weight: 600;
 

}
.popular-course-review .review-star p i{
  color: #fdbb03;
  padding-right: 4px;
}
.popular-course-content{
    padding: 15px 12px;
}
.popular-course-content h5{
   font-size: 22px;
   color: #404040;
   font-weight: 700;
   line-height: 30px;
   transition: all linear .4s;
}
.popular-course-content h5:hover{
    color:#1111b1;
 
}
.popular-course-staudent{
  padding-bottom: 17px;
  padding-top: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.popular-course-staudent p{
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  text-transform: capitalize;
}
.popular-course-staudent p i{
  padding-right: 10px;
}
.popular-course-section p{
  padding: 0 40px;
}

.popular-course-dollar{
  padding: 25px 15px;
}
.popular-course-dollar .dollar-btn-one{
   border: 1px solid transparent;
   border-radius: 5px;
   padding: 7px 15px;
   color: #fff;
   background-color: #525FE1;
   font-weight: 700;
   margin-right: 30px;
   cursor: auto;
}
.popular-course-dollar .dollar-btn-two{
   color: rgb(153 153 153);
   font-weight: 600;
}
.popular-course-slide .slick-dots{
  margin-left: 250px;
  margin-top: 50px;
}
.course-catagory-btn{
   margin-top: 50px;
}
.course-catagory-btn a{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background-color: #E4DE1A;
  padding: 15px 50px;
  border-radius: 10px;
  border: 1px solid #E4DE1A;
  transition: all linear .4s;
}
.course-catagory-btn a:hover{
   background-color: transparent;
}

/* -------------------popular-course-area-end------------------ */

/* -------------------testimoinal-area-css-start------------------ */

.slick-slide img {
  display: inline !important;
}
.testimonial-bg{
   background-color: #FFD97C;
   padding: 50px 0;
}
.testimonial-left{
    margin-top: 100px;
}
.testimonial-left h4{
  font-size: 41px;
  font-weight: 700;
  line-height: 56px;
}

.testimonail-content{
   background-color: #F5F5F5;
   padding: 50px 30px;
   border-radius: 10px;
   box-shadow: 1px 1px 1px 1px #d3cfcf;
}

.testimonial-title{
   text-align: center;
   margin-bottom: 30px;
}
.testimonial-title h3{
    font-weight: 700;
}
.testimonial-itam{
   text-align: center;
}
.describ{
     margin-top: 5px;
}
.describ h4{
   font-weight: 600;
   font-size: 20px;
}
.describ p{
   font-weight: 500;
   font-size: 16px;
}
.testimonial-text{
    margin-top: 20px;
}
.testimonial-text ul li{
   display: inline-block;
   color: #ffe713;
}
.testimonial-text ul{
    border: 1px solid #e1e1e1;
    width: 100px;
    margin: 0 auto;
    padding: 3px 1px;
}
.testimonial-text p{
    font-size: 16px;
    font-weight: 500;
}
.testimonail-content .icon{
  width: 45px;
  height: 45px;
  background-color: #d8d8d899;
  border-radius: 10px;
  color: #222;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  transition: all linear .3s;
  cursor: pointer;
 
}
.testimonail-content .icon:hover{
  background-color: #646fe6;
  color: #fff;
}

.testimonail-content .icon.left{
  position: absolute;
  top: 33%;
  right: -56px;
  transform: translateY(-50%);
  z-index: 1;
}
.testimonail-content .icon.right {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  z-index: 1;
  left: -50px;
}
/* -------------------testimoinal-area-css-end------------------ */
/* -------------------coundered-one-css-area-start------------------ */

.coundered-icon{
  width: 100px;
  height: 100px;
  display: table;
  border: 1px dashed;
  border-radius: 5px;
}
.coundered-icon .counrer-icon-wrap{
  display: table-cell;
  vertical-align: middle;
}

.single-countered-itam{
  position: relative;
}
.counteded-content{
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 85px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.counteded-content span{
  font-size: 30px;
  font-weight: 700;
  color: #203151;
}
.counteded-content p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #484848;
 
}
.countered-bg{
  padding: 100px 0;
}
.counter_col:nth-child(4n+1) .single-countered-itam .coundered-icon{
  border-color: #40d0af;
}
.counter_col:nth-child(4n+2) .single-countered-itam .coundered-icon{
  border-color: #FCC741;
}
.counter_col:nth-child(4n+3) .single-countered-itam .coundered-icon{
  border-color: #cf0000;
}
.counter_col:nth-child(4n+4) .single-countered-itam .coundered-icon{
  border-color: #3D86CB;
}


/* -------------------coundered-one-css-area-end------------------ */

/* ---------------footer-prat-css-start--------------------------*/

.footer-bg{
  background-color: #010717;
  padding-top: 50px;
  padding-bottom: 100px;
}
.footer-itam-one h3{
   color: #fff;
   font-weight: 700;
   padding-bottom: 25px;
   font-size: 32px;
}
.footer-itam-one p{
   color: #fff;
   font-weight: 600;
   text-align: justify;
   font-size: 13px;
   padding-bottom: 35px;
}
.footer-itam-one ul li{
    display: inline-block;
  
}
.footer-itam-one ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.commen-footer-itam{
    margin-top: 15px;
}
.commen-footer-itam.one{
    margin-left: 25px;
}
.commen-footer-itam h3{
   color: #fff;
   font-weight: 700;
   padding-bottom: 35px;
   font-size: 20px;
}
.commen-footer-itam ul li a{
   color: #fff;
   font-weight: 600;
   padding-bottom: 10px;
   font-size: 14px;
   transition: all linear .4s;
}
.commen-footer-itam ul li a:hover{
     padding-left: 5px;
     color: #086ad8;
}
.commen-footer-itam ul li a i{
   margin-right: 10px;
   color: #21d8f8;
}

/*---------------------footer-prat-end------------------------- */

/*---------------------copy-right-area-css-start------------------------- */

.copy-right-bg{
background-color: #010717;
border-top: 1px solid #fdfdfd73;
padding: 30px 0;
}
.copy-right-text p{
  color: #fff;
  font-weight: 600;
}


/*---------------------copy-right-area-css-end------------------------- */



/* project area start
-------------------------------------- */
.project-area {
  padding-top: 130px;
  padding-bottom: 150px;

}

.project-title {
  padding: 0 15px;
  width: 40%;
  float: left;
  margin-bottom: 70px;
}

.project-title h2 {
  color: #000000;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;

}

.project-title p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  padding-top: 3px;
}

.project-menu {
  width: 60%;
  text-align: right;
  padding: 0 15px;
  align-self: flex-end;
   margin-bottom: 70px;
}

.project-menu li {
  display: inline-block;
  margin-left: 40px;
  font-size: 20px;
  color: #707070;
  cursor: pointer;
}



.ptoject-img img {
  display: block;
}

.project-hover {
  position: absolute;
  top: 0;
  background: #395167;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
  transition: .7s all;
}

.single-project-ietm {
  position: relative;
  margin-bottom: 30px;
}

.project-hover h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}

.project-hover p {
  text-transform: uppercase;
}

.single-project-ietm:hover .project-hover{
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* project area end
-------------------------------------- */
.event-bg{
  background-color: #F5F5F5;
  padding: 100px 0;
}

.event-nav ul li{
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid transparent;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.event-nav ul li.active{
   background-color: #000;
   color: #FFFFFF;
}
.course-list{
    margin-top: 70px;
}
.course-left h3{
    font-weight: 700;
}



/* ----------------video-areacss-start----------------*/

#video{
   margin-top: 50px;
}
.video-bg{
  background-color: aliceblue;
  padding: 50px 0;
}
.video-img{
  position: relative;
}
.video-img img{
   border-radius: 10px;
}
.video-overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
}

.video-overlay .my-link{
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    box-shadow: 1px 1px 20px 7px rgb(54 63 45);
}

.video-overlay i{
  color: #003bff;
}
.video-content h3{
   font-size: 32px;
   font-weight: 700;
   color: #021c42;
   padding-bottom: 25px;
}
.video-content p{
   padding-bottom: 25px;
}
.video-content a{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #086ad8;
    border: 1px solid #086ad8;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 50px;
}


/* ----------------video-areacss-end----------------*/



.video-2-overlay{
  padding: 60px 0;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}
.video-2-content{
   width: 700px;
   margin: 0 auto;
   text-align: center;
}
.video-2-content h2{
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    line-height: 50px;
}
.video-2-content p{
  font-size: 15px;
  font-weight: 500;
  color: #d3d3d3;
  padding-bottom: 15px;
  line-height: 26px;
}
.video-mp4{
   margin: 50px 0;
}
.video-mp4 .my-link{
     width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    box-shadow: 1px 1px 20px 7px rgb(54 63 45);
}
.video-mp4 i{
  color: #003bff;
}



.about-1-bg{
   background-color: #F3EBF7;
   padding: 50px 0;
}
.about-1-content span{
   font-size: 14px;
   font-weight: 700;
   color: #636363;
}
.about-1-content h2{
   font-size: 45px;
   font-weight: 700;
   color: #000000;
   padding-bottom: 20px;
}
.about-1-content p{
   font-size: 16px;
   font-weight: 600;
   color: #6e6e6e;
   line-height: 28px;
   position: relative;
   padding-left: 20px;
   margin-bottom: 20px;
}
.about-1-content p::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 59px;
    background-color: #6407f9;
    top: 0px;
    left: 0px;
}
.about-1-list{
   margin-top: 35px;
}
.about-1-list ul li{
    display: flex;
    margin-bottom: 20px;
    margin-left: 10px;
}
.about-1-list ul li i{
     padding: 7px;
     background-color: #e4e4e4;
     border-radius: 5px;
     font-size: 12px;
     color: #0006e7;
     margin-right: 10px;
}



.blog-bg{
   background-color: #F2E9F6;
   padding: 50px 0;
}
.blog-content-itam{
   background-color: rgb(250 244 255);
   padding: 15px;
}
.blog-img{
    position: relative;
}
.blog-img .blog-button {
    position: absolute;
    bottom: 14px;
    left: 10px;  
}

.blog-img .blog-button a{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 39px;
  background-color: rgb(54 54 54);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  border: 1px solid rgb(54 54 54);
  transition: all linear .4s;
}
.blog-img .blog-button a:hover{
  background-color: #fff;
  color: #000;
}
.blog-content{
   padding: 30px 10px;
}
.blog-content h6{
  font-size: 16px;
  font-weight: 700;
  color: #0006e7;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.blog-content h5{
  font-size: 24px;
  font-weight: 700;
  color: #00011d;
  padding-bottom: 20px;
  transition: all linear .4s;
  cursor: pointer;
}
.blog-content h5:hover{
  color: #0006e7;
}

.blog-content .blog-btn{
  font-size: 16px;
  font-weight: 700;
  color: #565656;
  margin-top: 10px;
  transition: all linear .4s;
}
.blog-content .blog-btn:hover{
  color: #0008e78a;
}

.blog-content .blog-btn i{
  font-size: 12px;
  font-weight: 700;
  color: #565656;
}
.blog-main-btn{
   text-align: center;
   margin-top: 50px;
}
.blog-main-btn a{
   font-size: 17px;
   font-weight: 700;
   color: #fff;
   background-color: #004dc0;
   padding: 15px 35px;
   border-radius: 5px;
   text-transform: capitalize;
}

.blog-title{
   text-align: center;
   margin-bottom: 50px;
}
.blog-title h6{
    font-weight: 700;
    padding-bottom: 5px;
}
.blog-title h2{
    font-size: 40px;
    font-weight: 700;
}
