	.bg_active{
  	background-color: #006EB3	
  	}





.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.round_br{
 
  border-radius:18px;
  background-color: rgba(255, 255, 255, 0.219);

}

.brand:nth-child(1){
  color: #ff851c;
}
.brand:nth-child(2){
  color:#4343ff
}

.nav-bg{
  background-color:midnightblue;
}
.latter{
  letter-spacing: 1.5px;
}

.btn-explore{
  background-color:#4343ff;
  border-radius: 10px;
  z-index: 000;
}

.nav_strip{
  background-color: #343434;
}


.img_banner,.img_why-choose{
  height:360px;
}

.menu_icon,.menu_close{
  display: none;
}


@media screen and (min-width : 768px) and (max-width : 1024px) {


  .img_banner,.img_why-choose{
    height: 270px;
  }
  

}

@media (max-width: 768px) {

  .mobile{
    display: none;
  }


  .menu_close{
    position: absolute;
    right:20px;
    text-align: right;
    top: 0px;
  }
  .fonticon,.fa-times{
    font-size:30px;
    cursor: pointer;
  }
 .menu_po{
   position:static;
   width: 100vw;
 }
  .menu_icon,.menu_close{

    display: inline;
  }
  .nav-responsive{
   width: 100vw;
  }
  .menu_mobile{
   
    background-color: #4343ff;
    position: absolute;
    top:0px;
    overflow: hidden;
    width:100%;
    right: 0;
    z-index: 100;
    animation: menuslide;
    animation-duration:0.8s;
    animation-fill-mode: forwards;
    display:none;



  }

  @keyframes menuslide {
    from{
      width: 0vw;
    }

    to{
      width: 100vw;
    }
    
  }


  .font-email{
    font-size:14px;
  }

  .img_banner{
    height:250px;

  }

  .img_why-choose{
    height:340px;
  }
}

.imgsec{
  max-height:300px;
  width: 100%;
  height: 300px;
}
.border_left{
  height:1px;
  background-color:#343434 ;
}

.background_img,.background_why-img{
  background-image: url("./Body/Bag_img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.background_why-img{
  background-image: url("./Body/why-choose-back.svg");
}





.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: .5;
}

.slick-current {
opacity: 1;
}



.internpage_bgimg{
    background-image: url('./static/banner1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:0%;
}
.bg_cover_img{
  background-image: url('./static/banner2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top:0%;
}

.bg_cover_img,.bg_project_img{
  background-image: url('./static/banner2.svg');
  background-size: cover;
  background-repeat: no-repeat;

}

.line{
  line-height:45px;
}
.line_para{
  line-height:30px;
  font-size: medium;
}

.rating{
  font-size:30px;
}
.brand_call,.brand_call_top,.brand_call_bottom{
  background-color:#ff851c;
}
.brand_call_top{
  border-top-left-radius:10px;
}

.brand_call_bottom{
  border-bottom-left-radius:50px;
}

.brand_call_top,.brand_call_bottom{
  height:7px;
}
.bg-color{
  background-color:rgba(0,0,0,0.3);	;
}
.rate{
  font-size: 20px;
}

.width{
  width:30px;
}
.bd{
  border-radius:9px;
}

.overpara{
  font-size: 17px;
  line-height:30px;
}

.border_left{
  height:1.5px;
  background-color:#ff851c ;
  width:100px;
}

.brand:nth-child(1){
  color: #ff851c;
}
.brand:nth-child(2){
  color:#4343ff
}

#panel{

  text-align: center;
  
  border: solid 1px #c3c3c3;
}

#panel {
  padding: 30px;
  display: none;
  max-height: 350px;
  overflow: auto;
}

.panel_concept{

  padding:20px;
  display: none;
  max-height: 350px;
  overflow: auto;

}

.s_data{
  cursor: pointer;
  
}


/* width */
.scroll_bar_over::-webkit-scrollbar {
  width:4px;
}

/* Track */
.scroll_bar_over::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll_bar_over::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.scroll_bar_over::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.concept_img{
  width:30px;
}
.border{
  border-radius:5px;
  cursor: pointer;
}

.img_project{
  width:90px;
}

.project_root_box
{
  height: 280px;
}
.project_box{
  height:320px;
  overflow:auto;
  
}

/* width */
.project_box::-webkit-scrollbar {
  width:4px;
}

/* Track */
.project_box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.project_box::-webkit-scrollbar-thumb {
  background: #fd7e14; 
}

/* Handle on hover */
.project_box::-webkit-scrollbar-thumb:hover {
  background: #fd7e14; 
}



.bg-title{
  background-color: #fd7e14;
  border-radius: 3px;
}

.project_para{
  line-height:35px;
}



.slider {
            
  width:100%;
  

}

.frame {

    width:100%;
    margin: 0 auto;
    position: relative;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}
.frame_width{
  width: 100%;
}

.slides {
    display: inline-block;
}

.js_slide_cer {
    position: relative;
    display: inline-block;

    width:500px;
    height:450px;
    border-radius:8px;
    margin: 0 auto;

}

.img_cer_width{
  width: 500px;
}

.color_para{
  color: #555;
  line-height: 30px;
}

.btn-explor{
 
  border-radius: 30px;
  border: solid 1px #4343ff;
  color: #4343ff;

}

.btn-explor:hover{
  background-color: #4343ff;
  color: #fff;
}

.font_plain{
  font-size: 18px;
  color: #555;
}
.plain_box{
  height: 220px;
  overflow: auto;
}

/* width */
.plain_box::-webkit-scrollbar {
  width:4px;
}

/* Track */
.plain_box::-webkit-scrollbar-track {
  background: #EEEEEE; 
}
 
/* Handle */
.plain_box::-webkit-scrollbar-thumb {
  background: #fd7e14; 
}

/* Handle on hover */
.plain_box::-webkit-scrollbar-thumb:hover {
  background: #fd7e14; 
}

.btn-plain{
  border-radius: 15px;
  border: solid 1px #fd7e14;
  color: #fd7e14;
}

.btn-plain:hover{
  background-color: #fd7e14;
  color: #fff;
}

.border_plain{
  height: 1px;
  background-color: #555;
}
.brand_1{
  color: #fd7e14;
}

.bg-plain-color{

  background-color: #039e47;
 
  box-shadow: 0px 20px 20px #04295f29;
}

.border_rd{
  border-radius:15px;
}

.menter_bg{
  background-image: url("http://exposysdata.org/static/media/menter.e53d7886.svg");
}

.menter_bg_back{
    background-image:url('http://exposysdata.org/static/media/menter.e53d7886.svg');
}


.panel1, .flip1 {
  padding: 5px;
  text-align: center;
  background-color:#fff;
  border: solid 1px #c3c3c3;
}

#panel1 {
  padding: 30px 40px;
  display: none;
}

.bg-color-feq{
  background-color:#e4ecf0;
}

.headline_pyment{
  background-color: #85B2FA;
}

.bg_pyemnt{
  background-image: url("./Imgs/registrationForm.png");
  background-attachment: fixed;
}

.cer_img{
  max-height:300px;
}



.cerpage_bgimg{
    background-image: url("./Imgs/banner2.jpg");
}
.border_div{
    height:1.5px;
    background-color: #555;
    width:100px;
}

.bg-skill-img{

    background-image: url('http://exposysdata.org/static/media/banner2.6dfd7cc0.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}



            .slider {
            
              width:100%;
              
            
            }

            .frame {

                width:90%;
                margin: 0 auto;
                position: relative;
                line-height: 0;
                overflow: hidden;
                white-space: nowrap;
            }
            .frame_width{
              width: 100%;
            }

            .slides {
                display: inline-block;
            }

            .js_slide {
                position: relative;
                display: inline-block;
                background: orange;
                color: blue;
                width:210px;
                height:265px;
                border-radius:8px;

            }

            .js_slide_clent{

              position: relative;
              display: inline-block;
           
              width:180px;
              height:80px;
              border-radius:8px; 
            }

            .js_variablewlidth_cient{
              background-color: #f5f5f5;
            }

            .br_client{
              width: 100px;
            }



            .next1 svg, .prev1 svg {
                width: 25px;
            }
 
        
            .prev1,.next1{
           
              position: absolute;
              top:0%;
              margin-top: -80px;
              display: block;
              cursor: pointer;
            }
            


            .prev1{
            
              right:130px;
            }

            .next1{
              right:80px;
            
            }

            
@media screen and (min-width : 768px) and (max-width : 1024px) {

  .prev1{
            
    right:50px;
  }

  .next1{
    right:25px;
  
  }

}
            
@media (max-width: 768px){
 .js_slide_story{
     width:300px;
 }
 
 
 
  .prev1, .next1 {
        
    position: absolute;
    top:50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next1 {
    right:0;
}

.prev1 {
    left:0;
}        


}



  .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color:rgb(168, 94, 165);
  overflow: hidden;
  opacity:0.9;
  width: 100%;
  height:0;
  transition: .5s ease;
   border-radius:8px;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text{
  color: white;
  position: relative;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:80%;
}

.font{
  font-size:14px;
}

.head_line{
  position:relative;
  top:2
}

.main_br{
  width:100%;
  position:relative;
  margin:0px
}

.content{
  top:40%;
  position:relative;
}

.icon_img{

  width:50px;

}

.para_text{
  white-space: initial;
  line-height:20px;
  }



  .bg_img_intern{

    background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
  }

  
  .ml{
    background-image: url("./intern/ml.png");

  }



   .ds{
    background-image: url("./intern/marketing.png");

  }


  .robotics{
    background-image: url("./intern/ds.png");

  }


  .wd{
    background-image: url("./intern/wd.png");

  }

.borderbottom{
  width:125px;
  height: 1.5px;
  background-color:#343434;
}

.para_intern{
  color: #808080;
  font-size:14px;
  letter-spacing: 0.5;
}

.bg_img_achived{
  background-image: url("./imgs/d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    background-attachment: fixed;
}

.store_bg,.bg_palcement,.menter_bg{
  background-image: url("./static/media/our-client-background.43bf5f00.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 5%;

}
.bg_palcement{
  background-image: url("./happyplacemenst.png");
}


.program_img{
  width:40px;
}

.js_slide_story{
  position: relative;
  display: inline-block;

  /**
   * (optional) if the content inside the slide element has a defined size.
   */
  background:#fff;
  color: #808080;
  width:330px;
  height:350px;
  border-radius:8px;
}

.js_menter{
  height: 400px;
}

.overfloww{
  overflow-y: auto;
  font-size: 14px;
  height: 200px;
}

/* width */
.custom_scroll::-webkit-scrollbar {
  width:4px;
}

/* Track */
.custom_scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.custom_scroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.custom_scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.story_pro_name{
  width:50px;
  border-radius: 50%;
}

.work_img{
  width: 200px;
}

.client_img{
  width: 150px;
}

.text_bottom{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.overdata{
  max-height: 350px;
  overflow:auto
}