* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* link primary color */
a{
  color: #010e76;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;height: 100%;

}
/* hidden scrollbar style */
body::-webkit-scrollbar{
  width: 0px;
}








/* courseHeader Style */

.courseHeader{
    /* background-color: #010e76; */
    clear: both;
     position: relative;
     
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    background-color: #FA6400;
    /* background-image: url("../images/headerback.png"); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.courseHeader{
    content: " ";
    clear: both;
}

.courseHeader p{
    font-size: 40px;
    color: white;
    text-decoration-line: underline;
    /* text-align: center; */
}

/* main section style */

main{
    float: left;
    width: 100%;
    clear: both;
    min-height: 500px;
}

.workShopDescription{
  text-align: center;
  padding: 80px;
    position: relative;
   
    float: left;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
    /* background-color:#ddd; */
}


.courseContent{
    position: relative;
    float: left;
    clear: both;
    
    background-color: #f1f4fa;
    padding-bottom: 40px;
    min-height: 800px;
    width: 100%;
}
.courseContent p{
 
  margin: auto;
  font-size: 34px;
  margin-top: 48px;
  
}

.courseSlider{
  position: relative;
  float: left;
  clear: both;
  margin-top: 20px;
  outline: none;
  width: 100%;
  padding: 0;
  /* height: 300px; */
  /* height: 300px; */
  /* background-color: red; */
  overflow-x: scroll;
  white-space: nowrap;
  overflow-y: hidden;
}



.courseSliderCard{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width:400px;
  overflow: hidden;
  
}
.courseSliderCard img{
  height: 100%;
  width:100%;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.courseSliderCard img:hover{
  transform: scale(1.2,1.2);
  transition: all 0.5s ease-out;
}

.workshopContentContainer{
  /* height: 400px; */
  width: 100%;
  /* border: solid; */
  padding-top: 48px;
  /* padding: 48px 0px; */
}

.workshopDaysBtns {
  display: flex;
  justify-content: center

}
.workshopDaysBtns button
{ width: 10rem;
  background-color: #010e76;
  border-radius: 2px;
  color:white;
  border: none;
  margin:0px 8px ;
  padding: 2px;
  outline: none;
}
.workshopDaysBtns button:hover{
  background-color: rgba(1,14,118,0.8) ;
}


.twoDaysContent{
  /* border: solid red; */
  
}


.title{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-weight: bold;
  border: 1px solid rgb(1, 14, 118);
  font-size: 17px;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 24px;
}



.title:hover{
  border: 1px solid rgb(1, 14, 118);
  font-size: 17px;
  padding: 10px;
  color: white;
  background: rgb(1, 14, 118);
  cursor: pointer;
}

.showItems li {

  margin:10px 0px;
  /*list-style-type: none;  !important*/
  /*border: 1px solid black;*/
  /*border: 1px solid rgb(1, 14, 118);*/
  padding: 5px;
  font-size:15px;
  /*border-radius: 20px;*/
  margin-left: 40px;

}

.showItems li:hover{
 
  margin:10px 0px;
  padding: 5px;
  margin-left: 40px;
}

.hideItems li {

  margin:10px 0px;
  /*list-style-type: none;*/
  /*border: 1px solid #ddd;*/
  padding: 10px;
  display: none;
  /*border-radius: 20px;*/

}

/* .twoDayscloudComputingContent ul li{
  list-style: none;
  text-decoration: none;
  margin: 8px;
}

.hideitems{
  display: none;
} */

.swiper-container{
  display: none;
}
@media screen and (max-width: 575px){
.swiper-container{
  display: block;
}
  .workShopDescription p{
     font-size: 20px;
  }

  .courseContent{
      padding: 24px;
  }

  
  .courseSlider{
    display: none;
  }
  .courseHeader p{
    font-size: 50;
  }

  .workShopDescription{
    padding: 40px;
  }

  .courseHeader {
  background-color: #010e76;
  clear: both;
  position: relative;
  top: 73px;  
  }

  .imageCard{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* slider style */



/* .swiper-container ,.swiper-wrapper , .swiper-slide,.imageCard {
width: 100%;
height: 100%;
position: relative;
clear: both;
z-index: 900;
} */
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img{
height: 100%;
width: 100%;
cursor: pointer;
color: #010e76;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
content: 'prev';
color: white;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: 'next';
color: white;
}

 
}



/* achivementDiv style */
.achivementDiv{
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 100px;
  background-color: #000000;
  /* height: 300px; */
  
}
.achivementDiv h2 {
  margin: 100px 0px;
  text-align: center;
  color: white;
}







/* footer style */
.footerSection{
    position: relative;
    
    float: left;
    clear: both;
   width: 100%;
    background-image: linear-gradient(to right, #6976dd, #3240b8,#303eb4, #2938b6, #2334b6, #152284, #0b1779,#010e76);
} 



  .footerLogo a img{  
    padding: 4px;
    background-color: #7c88e6;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 5px #303eb4;
    height: 50px;
    width: 150px;
      
  }


.footerNav ul{
    list-style: none;
    text-decoration: none;
    
}

.footerNav ul li{
    margin: 12px 0px;
    
    
}

.footerNav ul li a{
    margin: 8px 0px;
    color: white;
    text-decoration: none;
    
}
.footerNav{
    font-size: 18px;
}

.footerNav p{
    font-size: 18px;
    color: white;
    font-size: 18px;
}
.footerSocialSection p{
    color: white;
    font-size: 18px;
}
.footerCompanyAddress p{
    color: white;
    font-size: 18px;
}

.copyRightDiv p{
    color: white;
}




.footerCompanyAddress ul {
    list-style: none;
    text-decoration: none;
}

.footerCompanyAddress ul li{
    color: white;
    margin: 20px 0px;
}





.pp{
    margin: 0px 35px;
}


