*{
	padding:0;
	margin:0;
}
body{font-family: 'Poppins', sans-serif; overflow-x:hidden;}
a, h1, h2, h3, h4, h5, h6, p, span {font-family: 'Poppins', sans-serif;}
a{text-decoration: none; color:#000;}



/* CSS Reset */
.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
  position: relative;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}

/*.swiper-scale-effect .swiper-slide-cover {*/
/*  transition-timing-function: linear;*/
/*  transition-duration: 20s;*/
/*  transform: scale(1);*/
/*}*/

/*.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {*/
/*  transform: scale(1.3);*/
/*}*/

:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #FCFCFC;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  opacity: 0.55;
  --swiper-navigation-color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  --swiper-navigation-color: #fcfcfc;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.swiper-pagination-bullet-active {
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
  background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}
.slide_img::before{
    position: absolute;
    content:'';
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}
.slide-content{
    position: absolute;
    z-index: 3;
    width: 80%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_slider{
    text-align: center;
}
.inner_slider {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-slide-active .inner_slider {
  animation: slideUpFadeIn 0.8s ease-out forwards;
}
.inner_slider {
  opacity: 0;
}

.swiper-slide-active .inner_slider {
  opacity: 1;
  transform: translateY(0);
}
.tech4ed_logo{
    width: 450px;
}
.tech4ed_logo1{
    width: 200px;
}
.inner_slider h2{
    font-size: 48px;
    font-weight: bold;
    color:#fff;
    margin-top:30px;
}

.swiper-scale-effect .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.swiper-scale-effect .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
     font-size: 23px !important;
}
.main_div{
    overflow-x: hidden;
}
.bg-upcoming{
    padding: 50px 90px 50px 90px;
    width: 100%;
    overflow-x:hidden;
    max-width: 100rem;
    margin: auto;
    background: #fafafa;
}
.bg-upcoming-img{
    background-image: url('../images/upc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.editionheading{
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}



/********knowlege_partner css start here**************/


.knowlege_partner h6{
    text-shadow: 2px 2px black;
 font-size: 35px;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
    background: #773cbe;
    text-align: center;
    line-height:54px;
}

.about_main{
  padding: 80px 140px 70px 140px;
}


.top_container{
    text-align:center;
    color:white;
}
.top_container {
  display: flex;
  flex-wrap: wrap;
  gap: 44px; /* Space between images */
  justify-content: center;
}
.know_box {
 flex: 1 1 calc(33.33% - 15px);
    max-width: calc(31.33% - 29px);
    box-sizing: border-box;
}

.know_box img {
 width: 90%;
 padding:12px;
    height: auto;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    display: block;
}





/*************Focus area css start here****************/


.bg-focus{
    background: #134bb5;
    padding: 50px 0px;
}
.bg-focus{
    background-image: url('../images/blue.png');
    background-repeat: no-repeat;
    background-size: cover;
   
}
.bg-focus h2{
   
 color: #fff;
    font-size: 35px;
    width: 70%;
    background: #4285F4;
    font-weight: bold;
    text-align: center;
       line-height: 35px;
    margin: auto auto 26px auto;
   
}

.focus{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    padding: 0px 34px;
}

.focus_inner{
    width: 32.5%;
}

.focus_inner_box {
  border: 1px solid white;
    width: 100%;
    padding: 11px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all 
ease;
    height: calc(292px - 122px);
    }
    .focus_inner_box:after {
        width: 110px;
        height: 110px;
        position: absolute;
        right: -60px;
        bottom: -60px;
        content: '';
        background-color: #1967d2;
        border-radius: 50%;
        opacity: 0.04;
        z-index: -1;
        transition: 0.5s all ease;
    }
    .color1{
        background: #532c6ebd;
    }
     .color2{
        background: #1c252cb8;
    }
     .color3{
        background: #303e48d9;
    }
     .color4{
        background: #1675a9cf;
    }
     .color5{
        background: #2c6e60db;
    }
    .focus_inner_box:hover {
        background-color: #1967d2;
    }

 .job-categories-style1 .focus_inner_box {
        height: calc(100% - 30px);
    }
    .focus_inner_box:hover:after {
        background-color: #fff;
        opacity: 0.1;
        width: 500%;
        height: 500%;
    }
    .focus_inner_box .inner_box {
        width: 100px;
        height: 100px;
        line-height: 0;
        display: flex;
        position: relative;
        z-index: 1;
        align-items: center;
        justify-content: center;
        margin: 0px auto 0px;
    }
    .focus_inner_box a {
       display: block;
    font-size: 15.69px;
    font-weight: 600;
    color: #ffffff;
    }
    .focus_inner_box:hover .focus-content a {
        color: #fff;
    }
    .focus_img img{width:80px; transition: 0.5s all ease;}
    .focus_inner_box:hover .focus_img img{
        width:71px; color:#fff;
        -webkit-filter: grayscale(150%) brightness(160%) contrast(0.9);
     filter: grayscale(150%) brightness(160%) contrast(0.9);
    }
    .focus_inner_box p{
        font-size: 12.56px;
    font-weight: 400;
    color: white;
    }


/*************chief guest css start here****************/


.chief-sspeaker {
   padding: 30px 0px 25px 0px;
    background: #B4E5FF;
   
}
.chief-sspeaker h2 {
 font-size: 35px;
    font-weight: 700;
    background: #303E48;
    text-align: center;
    color: #ffffff;
    width: 86%;
    line-height: 42px;
   
}
.chief_padd{
    padding: 65px 0px;
}
 .icon-card {
      /*background: #fff;*/
  
     
      text-align: center;
      /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
      transition: transform 0.3s ease;
      height: auto !important;
    }



   .icon-circle1 img {
  width: 55%;
    margin-bottom: -30px;
    border: 2px solid black;
    border-radius: 80px 80px 80px 0px;
}

.icon-circle1

 {
    display: flex;
    justify-content: center;
}



.chief_content{
    background: #FFFFFF;
    padding: 12px;
    border: 1px solid #ed8cad;
}

.icon-title3 {
     font-size: 21px;
    font-weight: 700;
    color: #1C252C;
    line-height: 20px;
    margin-top: 34px;
   
    }


 .icon-title2{
    font-size: 11px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
  text-transform: uppercase;
    margin-bottom: 4px;
}

.chief_dimg{
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}





/******************GUESTS OF INAUGURAL css start here****************/



.Inaugural-sspeaker {
    padding: 50px 50px;
   
}

.participant{
    display: flex;
    flex-wrap: wrap;
    Padding: 0px 100px;
    justify-content: space-between;
}


 .row-gap {
      row-gap: 20px;
      justify-content: center;
    }


.Inaugural-sspeaker h2 {
   font-size: 62px;
    font-weight: 700;
    text-align: center;
    color: #532C6E;
    margin-bottom: 53px;
    
}


 .icon-card {
      /*background: #fff;*/
  
     
      text-align: center;
      /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
      transition: transform 0.3s ease;
      height: auto !important;
    }



   .icon-circle {
     
      display: flex;
      justify-content: center;
     
    }



.icon-circle img{
   width: 70%;
    border: 2px solid #773cbe;
    border-radius: 100px 100px 100px 0px;
}



  .icon-title {
      font-size: 20px;
    font-weight: 700;
    color: #532C6E;
    line-height: 20px;
    margin-top: 10px;
    text-transform: uppercase;
  
    }
    .icon-title1{
    font-size: 12px;
    font-weight: 400;
    color: #1C252C;
    line-height: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
}



.aicte-img{
    width:18%;
}










/************************KEYNOTE SPEAKERS css start here********************/

.bg-sspeaker{
  padding: 50px 0px 120px 0px;
    /*background: #f1f1f1;*/
}
.bg-sspeaker h2{
   font-size: 35px;
    background: #532c6e;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    width: 86%;
    margin: auto;
    margin-bottom: 27px;
    line-height: 42px;
  
}
 .list {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     width: calc(100% + 24px);
     margin-right: -12px;
     margin-left: -12px;
     justify-content: center;
}



 .card-wrap {
     display: block;
     width: 25%;
     /*flex-basis: 100%;*/
     padding: 12px 0px;
}
.card-wrap h3{
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #532C6E;
    text-transform: uppercase;
   
   
}

.card {
     border: none;
  
}


 .card-img {

    
width: 200px;
    /* width: 50%; */
    height: 200px;
    border-radius: 100px 100px 100px 0px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid #773cbe;
    
}

 .card-speakers {
    text-align: center;
}

 .speaker-role {
     font-size: 12px;
    font-weight: 400;
    color: #1C252C;
    line-height: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.aicte-img1{
    width:30%;
}




/*************Social media impacct css start here********************/



.social_impact{
    padding: 50px 0px 100px 0px;
    background:#038FD8;
}

.media_impact h2 {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #EAE83C;
    margin-bottom: 100px;
    
}




.social_box1 {
   width: 48%;
    display: flex;
    transition: 0.6s;
    border-radius: 14px;
    flex-direction: column;
    padding: 20px 10px;
}
.social_box1 i {
    width: 30%;
    border-radius: 18px;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 10px;
    margin: 24px 118px 10px 125px;
   
    padding: 36px;
    line-height: 0;
}


.gallery{
   display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.gallery {
    padding:50px 0px;
}
.Gallery {
    padding:50px 0px;
}

.social_box1 p{
    text-align: center;
    color: white;
   
}

.social_box1 h5{
   text-align: center;
   
    font-size: 32px;
    font-weight: 500;
    color:#EAE83C;
}



.social_box1 img{
    padding:10px;
}

.blue {
    background: #532C6E;
}
.green {
    background: #1C252C;
}
.pink {
    background: #303E48;
}





/***********Sponsors & Partners css starrt here************/



.bg-AGENDA{
    padding: 60px 0px;
 }
 .bg-AGENDA{
    background-image: url('../images/partners.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .bg-AGENDA h2{
    
  
    color: #F7FF00;
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 27px;
    
 }
 
 .bg-gold p{
    color: #fff;
    background: black;
    width: 20%;
    /* margin-top: 21px; */
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
 }



  .schedule-container {
      max-width: 750px;
    margin: 40px auto;
    padding: 24px 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    }
    .time-row {
     display: flex;
    
    padding: 6px 61px;
    border-top: 1px solid black;
    margin-top: 5px;
    border-bottom: 1px solid black;
    align-items: center;
    }
    .time {
     width: 120px;
    text-align: left;
   
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    }
    .event {
      flex: 1;
    text-align: left;
    color: #000;
    line-height: 30px;
    font-size: 23px;
    }
    .lunch {
     text-align: center;
    /* font-weight: bold; */
    font-size: 23px;
    font-weight: 600;
    }
    .closing {
      text-align: center;
    /* font-weight: bold; */
    font-size: 23px;
    font-weight: 600;
    }
    .highlight {
     
      font-weight: 600;
    }


.pinkk{
      background:#FCF0FF;
}
.bluey{
    color: #C374AE;
}
.pinky{
    color: #008BF7;
}
.sky_blue{
  background:#EFEFFF;
}


/*****************why attend css start here****************/


.bg-format{
    padding: 80px 0px 100px 0px;
}
.bg-format h2{
    font-size: 35px;
    background: #773CBE;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
  line-height:40px;
    margin-bottom: 27px;
}
.bg-format h3{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
}

.snd_para{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

.img_item{
    position: relative;
}


.img_item img{
    border-radius: 5px;
}

.overley_event{
    position: absolute;
    top: -73%;
    width: 100%;
    height: 0%;
    background: #00000094;
    border-radius: 5px;
    transition: .9s;
    text-align: center;
    padding: 14px 13px;
}
.img_item:hover .overley_event{
    height: 79%;
    top: 0%;
}

/*.img_bx{*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin: auto;*/
/*    background: #2484f5;*/
/*    border-radius: 50%;*/
/*    padding: 15px;*/
/*    margin-bottom: 13px;*/
/*}*/
.overley_event p{
    font-size: 15px;
    color:#fff;
    font-weight: 600;
}

.format_dtl{
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    width: 97%;
    margin: auto;
    position: relative;
    top:-30px;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
}

.format_dtl1{
    width: 20%;
}
.format_dtl1 img{
    width: 60% !important;
    margin: auto;
}
.format_dtl2{
    width: 66%;
}
.format_dtl2 h4{
    text-align: center;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 25px;
    margin-bottom: 0;
}
.format_dtl3{
    width: 10%;
}
.format_dtl3 i{
    font-size: 23px;
    color: #232323;
}




/***********why should attend********/
.participant_attend{
    display: flex;
    flex-wrap: wrap;
   
    justify-content: space-between;
}

.bg-participant{
    padding: 0px 0px 100px 0px;
}
.bg-participant{
    background-image: url('../images/paricipants.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-participant h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: #AC3EC5;
    margin-bottom: 27px;
    line-height: 40px;
  
}
.white_para{
    text-align: center;
    font-size: 35px;
    margin: -14px 0px 55px 0px;
    color: white;
    font-weight: 700;
}


.participant_inner{
    width: 30%;
    background: #fff;
    padding: 10px;
}
.participant_inner img{
    width: 100%;
    margin-bottom: 21px;
}
.why_att{
        background: #532C6E;
    color: white;
    padding: 5px;
    border: 0.5px solid white;
    text-align: center;
}

.att_para p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.att_para p span{
    font-size: 16px;
    font-weight: normal;
}


/***********TECH4ED INTERNATIONAL CONFERENCE**************/


.Inter_Conference{
    padding:115px 0px 115px 0px;
}
.confrence_image{
    width:100%;
}

.confrence_content{
    margin: auto;
    width: 90%;
    border-radius: 15px;
    padding: 80px;
    box-shadow: 1px 2px 11px 2px gray;
    margin-top: 120px;
    background: #532C6E;
    position: relative;
}
.sm_heading{
    font-size: 19px;
    color: white;
    width: 14%;
    background: #038FD8;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.confrence_content h2{
    font-size: 58px;
    font-weight: 700;
    color: white;
}

.confrence_content p{
    font-size: 24px;
    line-height: 39px;
    color: white;
}


/*************mission vission csss start here************/


.missio_vision{
        background-image: url('../images/mission.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}


.missio_vision_main h2{
    background: #6E3199;
    color: white;
    font-size: 35px;
    text-align: center;
    line-height:37px;
    font-weight:700;
}
.missio_vision_main{
    padding: 50px 0px 100px 0px;
}

.text-section h3{
    color: white;
    font-size: 32px;
}

.text-section p{
    color: white;
    font-size: 16px;
}

.mission_box{
    display:flex;
    gap: 90px;
    justify-content: center;
}
.mission_conatent{
    padding-left: 85px;
}

/*************ABOUT ORGANISERS css start here************/

.ORGANISERS_main{
    padding: 80px 0px;
}
.ORGANISERS_main h2{
   background:#6155F5;
   font-size:35px;
   text-align:center;
   color:white;
}
.ORGANISERS_detail1{
    background: #532C6E;
    padding: 40px 40px 100px 40px;
    border-radius: 20px;
    height: 759px;
}

.ORGANISERS_detail2{
    background: #1C252C;
    padding: 40px 40px 100px 40px;
    border-radius: 20px;
    height: 759px;
}
.ORGANISERS_detail1 p{
    color: white;
    padding-top: 55px;
    font-size: 15px;
    line-height: 26px;
}
.ORGANISERS_detail2 p{
   color: white;
    padding-top: 55px;
    font-size: 15px;
    line-height: 26px;
}
.ORGANISERS_main img{
    width:100%;
}





/*************board advisiors css start here**********/
.advisiors-sspeaker{
  padding: 90px 0px 80px 0px;
    /*background: #f1f1f1;*/
}
.advisiors-sspeaker h2 {
    font-size: 35px;
    background: #532c6e;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    width: 86%;
    margin: auto;
    margin-bottom: 27px;
    line-height: 42px;
}
.card-wrap1 {
    display: block;
    width: 33%;
    /* flex-basis: 100%; */
    padding: 12px 0px;
}

.card-wrap_bx {
    display: block;
    width: 33%;
    /* flex-basis: 100%; */
    padding: 12px 0px;
}

 .listBx {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     width: 80%;
     margin: auto;
     justify-content: center;
}

.card-wrap1 h3

 {
    text-align: center;
    margin:0px;
    font-size: 20px;
    font-weight: 700;
    color: #532C6E;
    text-transform: uppercase;
}

.card-img1 {
    width: 200px;
    /* width: 50%; */
    height: 200px;
    border-radius: 100px 100px 100px 0px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid #773cbe;
}


/******************contact us css start here***************/



.reg_head{
      font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: #D564ED;
    color: #ffffff;
    margin-bottom: 27px;
    margin-top: 21px;
    }
   .form-section {
      padding: 25px 25px 50px 25px;
    border: 1px solid #773CBE;
    border-radius: 3px;
    background: #F0F3FF;
    }
    .form-label {
      font-weight: 600;
    }
    .btn-next {
      background: #c00;
      color: #fff;
      border: none;
      padding: 8px 20px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 15px;
    }
    .reg_head{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    background: #D564ED;
    color: #ffffff;
    margin-bottom: 27px;
    margin-top: 21px;
    line-height: 65px;
    }
    .registration{
        padding:50px 0px;
    }
    

.submit-button{
    border: 1px solid #09a7ed;
    background: #09a7ed;
    color: white;
    padding: 10px;
    width:100%;
    font-weight: 700;
}


.form-control {
  
    border: 1px solid #d564ed;
    padding:12px;
    
}



/***************** footer END CARD DESIGN *****************/
 
.footer_logo{
    width: 25%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.bg-footer{
    background-image: url('../images/tach-banner-2.png');
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contactheading{
    color: #444343;
    padding-top:50px;
    margin-bottom: 21px;
    color:#fff;
}
.footer_box{
    width: 50%;
    margin: auto;
    text-align: center;
}
.footer_box p{
    color:#fff;
}
.address{
    line-height: 30px;
}
.address span{
    display: block;
}
.phone a{
    color:#fff;
}
.footer_bottom{
    background: #2A003D;
}
.footer_bottom p{
    margin-bottom: 0;
    color:#fff;
    padding:20px 0px;
    max-width: 100rem;
    margin:auto;
}
.bg-register{
    padding:50px 0px;
    background: #f7f7f7;
    position:relative;
    overflow:hidden;
}
.bg-register .shape_img1{
    position: absolute;
    width: 50%;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    opacity: .1;
}
.bg-register .shape_img2{
    position: absolute;
    width: 50%;
    top: -55%;
    left: 53%;
    opacity: .1;
    transform: rotate(180deg);
}
.regis_inner{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: center;
}
.regis_inner1{
    width:78%;
}
.regis_inner1 h3{
    font-size:23px;
    font-weight:600;
    color:#417ff4;
    margin-bottom: 17px;
}
.regis_inner1 p{
    color:#4e4e4e;
    margin-bottom:7px;
}
.regis_inner2{
    width:20%;
    text-align: right;
}
.register_btn{
    background: #417ff4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.register_btn:hover{
    color:#fff;
}

.bg-footer1{
    padding: 50px 0px;
    background: #2A003D;
    
    
 }
 .bg-footer1 .contactheading{
    color:white;
    margin-top: 0;
    padding-top: 5px;
 }
 .bg-footer1 .address{
    color:white;
 }
 .bg-footer1 .phone{
    color:#4e4e4e;
 }
 .bg-footer1 .phone a{
    color:white;
 }
 .social{
    display: flex;
    justify-content: end;
    gap: 50px;
    align-items: center;
    padding-top: 20px;
 }
 .social li{
    list-style-type: none;
 }
 .social li a{
    color:#fff;
 }
 .footer_box i{
     color:skyblue;
 }
/* end view detail */




  /***************gallery section****************/
    
    
    
    .main_gallery h2 {
   font-size: 35px;
    font-weight: 700;
    Background: #532C6E;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
    margin-top: 21px;
}

.gall_box{
    width: 31%;
 border: 1px solid #c3c1c145;
    transition: 0.6s;
    
}
.gall_box:hover{
   
    box-shadow: 1px 5px 5px 1px #a7a6a6;
    
}
.gall_box img{
    width:100%;
    
}



.popup {
   display: none;
   position: fixed;
   z-index: 9999;
   padding-top: 60px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.9);
   text-align: center;
}

.popup-content {
  margin: 124px auto;
   display: block;
   max-width: 80%;
   max-height: 80%;
   
}

.close {
   position: absolute;
   top: 20px;
   right: 35px;
   color: white;
   font-size: 40px;
   font-weight: bold;
   cursor: pointer;
}
.close:hover {
   color: red;
}

/*****************footer location area css start here***************/
.location_main{
    background-image: url('../images/footer_Section.png');

    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-position: center;
}
.loc_detail2 img{
    width:100%;
    border: 1px solid #00a9e9;
}

.loc_detail1{
    text-align: center;
    color: white;
}
.loc_detail1 h2{
    font-size: 65px;
    font-weight: 500;
}
.loc_detail1 h4{
   font-size: 27px;
    font-weight: 700;
}
.loc_detail1 p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    width: 142px;
    margin: auto;
}


.registerd_btn a{
    padding: 14px 28px;
    border: none;
    color:white;
   
    background: #2F7FEF;
    
}
.registerd_btn {
   
    border: none;
   
}
.bg_color{
      background: #0c0215ad;
    border: 0.4px solid white;
    width: 61%;
    margin: auto;
    padding: 30px;
    margin-bottom:20px;

}



/************navbar css start here***********/

.nav_bar .navbar-nav{
    margin:auto;
}
.navItem_contact{
    position: absolute;
    right: 8%;
}
.purpule_box{
    
    color: #ffffff!important;
    background: #532C6E;
    padding: 8px 17px;
    
    border-radius: 7px;
}
.green_box{
    color: #ffffff!important;
    background:#303E48;
}









/* start view detail */
.slider_view h2{
    font-size: 27px;
}
.dwn_menu_link{
    padding: 10px;
    width: 250px;
    border-radius: 2px;
    border:0;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);;
}
.nav_bar {
    padding: 0px;
    transition: .9s;
    box-shadow: 0px 1px 23px 1px #0000002b;
    height: 88px;
}
.fixed-header{
    position: fixed;
    top: 0;
    height:80px;
    width: 100%;
    background: #fff;
    z-index: 3;
    animation: move 3s ease-in-out;
}
@keyframes move {
  0% {
    top: -50px;
    opacity: 0.5;
  }
  50% {
    top: 0px;
    opacity: 1;
    border-radius: 0;
  }
  100% {  }
}
.navBarand img{
    width:180px;
}
.nav_bar .navbar-nav .nav-link{
    font-size: 16px;
    color: #562c6c;
    padding: 11px 20px;
    font-weight: 700;
}
.dwn_menu_link li{
    padding: 10px;
}
.dwn_menu_link li a{
    color:#4e4e4e;
}

.speaker-details img{
    width:18%;
}
.card-wrap:first-child .speaker-details img{
    width:30%;
}
.card-wrap:nth-child(10) .speaker-details img{
    width:30%;
}
.card-wrap:nth-child(11) .speaker-details img{
    width:30%;
}
.card-wrap:nth-child(12) .speaker-details img{
    width:30%;
}
.card-wrap:nth-child(14) .speaker-details img{
    width:30%;
}
.card-wrap:nth-child(15) .speaker-details img{
    width:30%;
}

.card-wrap:nth-child(9){
    width:100%;
}
.card-wrap:nth-child(9) .speaker-details img{
    width:7.5%;
}

   








/* start responsive css */
@media screen and (max-width:767px) and (min-width:200px){
    .tech4ed_logo1{
        width: 100px;
    }
    .tech4ed_logo{
        width: 191px;
    }
    .inner_slider h2{
        font-size: 36px;
    }
    .inner_slider p{
        font-size: 14px;
    }
    .slide-content{
        width: 70%;
    }
    .swiper-scale-effect .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        margin-right: 0px;
    }
    .bg-upcoming{
        padding: 50px 15px 50px 15px;
    }
    .editionheading {
        font-size:36px;
        line-height: 48px;
    }
    .edition-inner-box{
        width: 100%;
    }
    .footer_box p{
        font-size: 12px;
    }
    .address{
        line-height: 21px;
    }
    .footer_bottom p{
        padding: 13px 0px;
        font-size: 12px;
        text-align: center;
    }
     .regis_inner1{
        width:100%;
    }
    .regis_inner2{
        width:100%;
        margin-top: 20px;
    }
    .theme_section1{
        width: 100%;
    }
    .left-bg_img{
        display: none;
    }
    .themImg2{
        margin-top: 27px;
        height: 337px;
        padding: 13px 0px;
    }
    .theme-box{
        width: 240px;
        margin-left: 0;
        padding: 7px 0px;
        margin-top: -21px;
    }
    .theme-box2 h2{
        font-size: 14px;
    }
    .themeheading{
        font-size: 27px;
    }
    .themeheading span{
        display: inline;
    }
    .bg-theme{
        padding: 0px 0px 23px 0px;
    }
    .focus_inner{
        width: 100%;
    }
    .participant_inner{
        width: 100%;
        margin-bottom: 15px;
    }
    .bg-focus h2{
        font-size:27px;
    }
    .bg-format h2{
        font-size:27px;
    }
    .bg-participant h2{
        font-size:27px;
    }
    .bg-partner h2{
        font-size:27px;
        margin-bottom: 20px;
    }
    .gold-sponsor-inner {
        width: 100%;
    }
    .techExpo2{
        margin-top: 0;
    }
    .techExpo_inner{
        margin-bottom: 20px;
    }
    .techtitle{
        font-size: 27px;
    }
    .techExpo_img{
        text-align: center;
        top:0;
    }
    .techExpo_img img{
        width: 50%;
    }
    .techExpo_content span{
        font-size: 27px;
    }
    .footer_box{
        width: 100%;
    }
    .editionheading{
        font-size: 27px;
    }
    .social{
        padding-top:0;
        justify-content: center;
    }
    .navbar-toggler{
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: 0px 0px 0px 0px #fff;
    }
    .nav_bar .navbar-collapse{
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }
}
/* end responsive css */










 



  

 

   







   
    
    
    
    
    
    
    
    
    
    
    
    
    
  
















@media screen and (max-width:767px) and (min-width:200px){
    .nav_bar .navbar-nav{
        margin: auto;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        z-index:999;
    }
    .navItem_contact{
        position: static;
        width: 91%;
        margin: 20px 16px;
    }
    .green_box{
        width: 91%;
        margin: 10px 16px;
    }
    .card-wrap{
        width:100%;
    }
    .social_box1{
        width:100%;
    }
    .registration {
    padding: 0px;
}
.gall_box {
    width: 100%;
    
}
.chief-sspeaker h2 {
    font-size: 27px;
}
.bg-sspeaker h2 {
    font-size: 27px;
}
.main_gallery h2 {
    font-size: 27px;
}
.media_impact h2 {
    font-size: 27px;
}
.reg_head {
    font-size: 27px;
}
.icon-title {
    font-size: 20px;
}
.icon-title1 {
    font-size: 18px;
}
.card-wrap h3 {
   
    font-size: 20px;
}
.speaker-name {
    font-size: 18px;
}
.top_page_container h2 {
  
    font-size: 27px;
}
.top_page_container h4 {
   
    font-size: 20px;
}
.speaker-role {
   
    font-size: 16px;
}

.know_box{
    width:100%;
    max-width: 100%;
}
.about_main {
    padding: 96px 0px;
}
.know_box img {
     width: 100%; 
   
}
.top_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.chief_dimg{
    flex-direction:column;
}
.Inaugural-sspeaker h2{
    font-size: 40px;
}
.participant{
    padding:0px;
}
.Inaugural-sspeaker {
    padding: 50px 0px;
}
.confrence_content p

 {
    font-size: 12px;
    line-height: 27px;
    }
    .confrence_content h2

 {
    font-size: 29px;
    
}
.confrence_content {
  
    padding: 24px;
    width:96%;
   margin-top: 20px;
}
.mission_box{
    flex-direction:column;
}
.image-section img{
    width:100%;
}
.ORGANISERS_detail1

 {
   
    padding: 25px;
    height: 840px;
   
}
.ORGANISERS_detail1 p {
   
    padding-top: 38px;
}
.card-wrap1{
    width:100%;
}
.knowlege_partner h6 {
    font-size: 32px;
       padding: 20px 10px;
}
.chief-sspeaker

 {
    padding: 40px 15px;
   
}
.social_box1 h5 {
   
    font-size: 26px;
    
}
.bg-AGENDA h2 {
   
    font-size: 60px;
}
.event {
  
    font-size: 13px;
}
.lunch{
    font-size:13px;
}
.closing{
     font-size:13px;
}
.white_para{
    font-size:20px;
   
}
.ORGANISERS_detail2 {
  
    padding: 25px;
    height: 835px;
    
}
.text-section p {
  
    font-size: 16px;
}
.sm_heading{
    width:30%;
}
.bg_color{
    width:100%;
}
.slide-content{
    top:40%;
}
.mission_conatent {
    padding-left: 0px;
}
.chief_padd{
    padding: 25px 0px;
}
.bg-sspeaker

 {
    padding: 20px 0px 50px 0px;
    /* background: #f1f1f1; */
}
.media_impact h2
 {
 
    margin-bottom: 35px;
}
.social_impact {
    padding: 50px 0px 55px 0px;
    
}
.time-row {
   
    padding: 6px 18px;
}

.time{
    font-size:13px;
}
.bg-gold p {
   
    width: 50%;
}
.bg-AGENDA {
    padding: 30px 0px;
}
.bg-format {
    padding: 50px 0px 40px 0px;
}
.Inter_Conference {
    padding: 0px 0px 80px 0px;
}
.ORGANISERS_main

 {
    padding: 50px 0px;
}
.form-control {
   
    padding: 10px;
}
.navBarand img{
    width:130px;
}
.nav_bar{
    height:68px;
}
.missio_vision_main {
    padding: 50px 0px 50px 0px;
}
.card-img {
    width: 250px;
       height: 250px;
}
.card-img1 {
    width: 250px;
    /* width: 50%; */
    height: 250px;
}
.confrence_image iframe{
    height:300px;
}
}

@media screen and (max-width:504px){
    .video{
        height: 300px !important;
    }
    .form-section {
        margin-bottom: 20px;
    }
}

