/* reset css */

:root{
  --orange: #EB1551;
  --dark-blue: #1f8997;
  --light-blue :#424242;
  scrollbar-width: none !important;
}



/* a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:top}table{border-collapse:separate;border-spacing:0}caption,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}article,aside,figure,footer,header,nav,section{display:block}a,a:visited{text-decoration:none}a:active,a:hover{color:#1ea5b4;text-decoration:none}a,a:active,a:focus,a:hover{outline:0}img{border:0}.fl{float:left}.fr{float:right}.textr{text-align:right;font-weight: 600;font-size: 14px;}.textl{text-align:left}.textc{text-align:center!important}.alignc{text-align:center!important;vertical-align:middle!important}.clear{clear:both}.dib{display:inline-block}a[href^=tel]{color:inherit;text-decoration:none}li{list-style:none}*,*::before,*::after{box-sizing:border-box}.resp-img{max-width:100%}p{font-size:15px;line-height:1.6;} */

p{margin-bottom:15px;font-family:"Poppins", sans-serif;}
#wrapper{
    width:100%;   
    overflow: hidden;
}
.tr{text-align:right;}
.container{
    width: 100%;
    max-width:1200px;
    margin: 0 auto;   
    padding: 0px 40px;
}
body{ font-family: "Poppins", sans-serif;} 
/* banner section start */
.banner{
       background: url(../images/banners/i.webp)no-repeat center center/cover;
    height: 100vh;
    position: relative;
    z-index: 0;
}
.banner::before{position: absolute;content: '';background: rgba(0,0,0,0.5);left: 0;top: 0;width: 100%;height: 100%;z-index: -1;}
.header-nav {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  background: #00000052;
}
.header-logo a span{
    font-size: 20px;
    font-weight: 600;
    color: #ffbe01;
}
.header-nav-links nav ul li{display: inline-block;margin: 0 15px;}
.header-nav-links nav ul li a{padding: 16px 18px;color: #fff;text-transform: uppercase;}
.header-nav-links nav ul li a:hover{color: #ffbe01;}
.txt-wrap h1 a{font-size: 50px;color: #ffbe01;}
#header-sroll{
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.sticky{
  position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0,.2);
}
.sticky-link{color: #000 !important;}
.sticky-link:hover{color: #ffbe01 !important;}

/* banner bottom section */
.banner-bottom-div-wrap{display: flex;justify-content: center;flex-wrap: wrap;}
.banner-bottom {border-bottom: 2px #ffbe0140 solid;background: #f9f9f9f9;}
.banner-bottom-div-wrap .banner-bot-div{padding:30px 20px;margin: 0 20px;width: 100%;
    max-width: 230px;}
.banner-bot-div p{margin: 0; text-align: center;}
.txt-wrap{text-align: center;}
.txt-wrap h2{
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.banner-bottom-div-wrap .banner-bot-div::before{
    position: absolute;
    content: '';
    left: -22px;
    top: 0;
    height: 61px;
    width: 2px;
    background: #eee;
    margin: auto 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-bot-div h4{font-size: 18px;font-weight: 500;letter-spacing: 2px; text-align: center;}
.banner-txt{width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;}
    .banner-txt-wrap{
      display: flex;
      margin: 0 0 20px;
    }
    .breadcrumbs a , .breadcrumbs span{color:#282828 !important; position: relative;}
    .breadcrumbs a:hover{color: #ffbe01;}
    .breadcrumbs span{margin: 0 5px;}
    .breadcrumbs span img{width: 12px;vertical-align: middle;}
.inner-page-banner{background: url(../images/innre-page-banner.webp)no-repeat center center/cover;height: 350px; position: relative;}
.inner-page-banner::before {content: '';position: absolute;background: #5FBBC7; opacity: .6;width: 100%; height: 100%;left: 0; top: 0;}
/* about section */
.about{padding: 70px 0;}
.h_tit{
    font-size: 36px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    color: #151d2a;
    z-index: -1;
}
.d_tit{
    display: inline-block;
    color: #151d2a;
    font-size: 22px;
}
.heading{margin:30px 0 15px !important;text-align: center;}
.heading .h_tit:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 2px;
    background: #151d2a;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.heading .d_tit > span {
    font-size: 40px;
    font-weight: 800;
    margin-right: 10px;
}

.about-photo{
    width: 100%;
    max-width: 400px;

}
.about-photo img{width: 100%; max-width: 400px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 15px;}
.about-txt-wrap{
  width: 100%;
  max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.about-txt{width: calc(100% - 480px);}
.thoughts-wrap p{font-size: 32px;color: #fff;margin-bottom: 0; text-align: center;}
.about-thought{padding: 80px 0;position: relative;z-index: -1;}
.about-thought::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000c2;
    z-index: -1;
    left: 0;
    top: 0;
}
.thoughts-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thoughts-wrap span{color: #fff;font-size: 18px;}
/* myentire career
.career{padding: 40px 0;}
.timeline:before {
    content: '';
    position:absolute;
    height:100%;
    left:50%;
    width:2px;
    top:-20px;
    background:#ffbe01;
    z-index:0;
  }
  .timeline{
    position:relative;
    margin: 50px auto;
    width:1000px;
    padding:50px 0;
    z-index: -1;
  }
  
  
  .timeline ul{
    margin:0;
    padding:0 ;
  }
  
  .timeline ul li{
    list-style:none;
    box-sizing:border-box; 
    line-height:normal;
    position:relative;
    width:50%;
    padding: 40px 70px;
    

  }







  .timeline ul li .right_content h2{
    padding:0px 2px 6px 0px;
  }

  .right_content h2{
    font-size: 18px !important;
  }
  .right_content p{
    margin-bottom:unset ;
    margin:unset;
  }
  .timeline ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
  }
  
  .timeline ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
  }
  
  .left_content{
    padding:15px 0;
  } */
  
  /* .timeline ul li:nth-child(odd):before{
    content: '';
    position:absolute;
    width:10px;
    height:10px;
    background:red;
    border-radius:50%;
    right:-6px;
    top:24px;
    z-index:1;
    border: solid 1px rgba(59,112,239,0.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
   */

  @keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.8), 0 0 10px rgba(59,112,239,0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 15px rgba(59,112,239,0.5);
        transform: scale(1.2);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.8), 0 0 10px rgba(59,112,239,0.3);
        transform: scale(1);
    }
}
/* 
.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    right: -6px;
    top: 24px;
    z-index: 1;
    border: solid 1px rgba(59, 112, 239, 0.3);
    animation: glow 1.5s infinite ease-in-out;
}











  .timeline ul li:nth-child(even):before{
    content: '';
    position:absolute;
    width:10px;
    height:10px;
   background:red;
    border-radius:50%;
    left:-4px;
    top:24px;
    border: solid 1px rgba(59,112,239,0.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: glow 1.5s infinite ease-in-out;
    
  }
  
  .timeline ul li:nth-child(odd) .left_content{
    position:absolute;
    top:12px;
    right:-325px;
    margin:0;
    width: 290px;
    text-align: center;
    border: solid 1px rgba(59,112,239,0.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  }
  
  .timeline ul li:nth-child(even) .left_content{
    position:absolute;
    top:12px;
    left:-325px;
    margin:0;
    width: 290px;
    text-align: center;
    border: solid 1px rgba(59,112,239,0.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
   */
  
  @media (max-width: 1000px){
    
    .timeline{
      width:100%;
    }
  }
  
  @media (max-width: 767px){
    .timeline{
      width:100%;
    }
    .timeline:before{
      left:20px;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even){
      width:100%;
      text-align:left;
     padding-left:50px; 
    }
    
    .timeline ul li:nth-child(odd):before
      {
      top:-18px;
      left:16px;
    
    }
    .timeline ul li:nth-child(even):before
    { 
      top:-18px;
      left:16px;
    }
    
      .timeline ul li:nth-child(odd) .left_content,
    .timeline ul li:nth-child(even) .left_content
    {
      top:-30px;
      left:50px;
      right:inherit;
    }
  }
  .read-more{margin-top: 30px;}
  .read-more a{
    padding: 8px 20px;
    border: 1px solid #ffbe01;
    color: #ffbe01;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .read-more a:hover{background: #000;color: #fff;border: 1px solid;}
/* skills css start */
/* .skills{background: url(../images/computer-programmer-using-laptop.webp)no-repeat center center/cover fixed;padding: 40px 0;position: relative;z-index: -1;} */
.skills::before{position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);z-index: -2;}
.skills-wrap{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.skills-wrap .skills-div h3{font-size: 20px;}
.skills-div {width: 100%;max-width: 330px;margin: 20px;padding: 20px;background: #f9f9f9f9;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 15px;}
.skills-div:nth-child(1){border-left: 6px solid #4285F4;}
.skills-div:nth-child(1) h3{color: #2474f7;}
.skills-div:nth-child(2){border-left: 6px solid #DB4437;}
.skills-div:nth-child(2) h3{color:#f5301f;}
.skills-div:nth-child(3){border-left: 6px solid #F4B400;}
.skills-div:nth-child(3) h3{color: #F4B400;}
.skills-div:nth-child(4){border-left: 6px solid #FF5A5F;}
.skills-div:nth-child(4) h3{color:#FF5A5F ;}
.skills-div:nth-child(5){border-left: 6px solid #00A699;}
.skills-div:nth-child(5) h3{color: #00988c;}
.skills-div:nth-child(6){border-left: 6px solid #FC642D;}
.skills-div:nth-child(6) h3{color: #FC642D;}
.skills-div:nth-child(7){border-left: 6px solid #78C257;}
.skills-div:nth-child(7) h3{color: #78C257;}
.skills-div:nth-child(8){border-left: 6px solid #0096D6;}
.skills-div:nth-child(8) h3{color: #0096D6;}
.skills-div:nth-child(9){border-left: 6px solid #E01E5A;}
.skills-div:nth-child(9) h3{color: #E01E5A;}
.paper-reading{width: 100%;max-width:100%;}
.paper-reading p{position: relative; padding-left: 20px;}
.paper-reading p::before , .filmography-wrapper ul li::before{position: absolute; content: ""; width: 100%; max-width:8px; height: 8px; transform: rotate(45deg); background:var(--orange); left: 0; top: 11px;}



/* .fr{float: right;}
.fl{float: left;} */


  /* footer css start */
  .footer-top {background: #000;border-top: solid 1px #f4b40078;}
.footer-top p:last-child{margin: 0;}
.footer-bottom{padding: 10px 0;}
.footer-bottom p{margin: 0;}
.footer-top-wrap h3{color: #fff;font-size: 32px;}
.footer-top-wrap{padding: 30px 0;}
.footer-wrap p{color: #fff; margin: 0;}
.footer-wrap p a{color: #fff;}
.footer-wrap p a:hover{color: #ffbe01;}
.copyrights{width: 100%; max-width: 100%; display: flex; justify-content: space-between; align-items: center;}
.copyrights p a{color: #000;} 
#back-top {
  position: fixed;
  bottom: 40px;
  right: 18px;
  z-index: 9;
}
#back-top img {
  width: 35px;
  filter: invert(82%) sepia(27%) saturate(5115%) hue-rotate(358deg) brightness(104%) contrast(101%);
}
/* inner page css */
.inner-page-content{padding: 40px 0 ;}

.exp-wrap{display: flex;justify-content: center; align-items: start;}
.ecp-person{
  width: 100%;
    max-width: 435px;
    position: sticky;
    top: 60px;
}
.ecp-info{
  width: calc(100% - 400px);
  padding: 60px 0;
}
.active{background: #f9ca43;}
.acc__panel h3{color: #00b4fb;
  font-size: 18px;
  margin: 20px 0 10px 0;}
.list li{
  line-height: 30px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  z-index: -1;

}
.list li::before{
  position: absolute;
  content: '';
  /* background: url(../images/green.webp)no-repeat center center/cover; */
  width: 10px;
  height: 10px;
  left: 0;
  top: 11px;
  z-index: -1;
}
.d-flx{display: flex;justify-content: center;flex-wrap: wrap;margin: 0px 0 40px;}
.d-flx li {width: 100%;max-width: 480px;padding: 20px;margin: 15px;background: #f9f9f9f9;border-left: 4px solid var(--dark-blue);color: #6a6a6a;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 15px;}
/* .sth-list{margin: 20px 0;} */
/* accordion css start */
#accordion {
  margin-top: 10px;
}
.button {
  padding: 16px;
  background-color: #f9f9f9f9;
  cursor: pointer;
  max-width: 90%;
  margin: 10px auto;
  border-bottom: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.button:hover {
  background-color:var(--orange);
  color: #fff;
}
.slide {
  max-width: 85%;
  margin: 0 auto;
}

.slide h3{text-transform: uppercase;}


.active {
  background-color:var(--orange);
  color: #fff;
}
.slide h3{
  font-size: 20px;
    margin: 0 0 10px 0;
    color:var(--dark-blue);
    font-weight: 300;
}

.slide p{
  margin: 5px 0;
}
.slide h4{
  font-size: 16px;
    margin: 20px 0 0 0;
    color:var(--light-blue);
    font-weight: 600;
}
/* accordion css ends */

.award{
  display: flex;justify-content: center;flex-wrap: wrap;margin: 0 0 40px 0;text-align: center;
}

.list{padding: 0 0 20px;}
.award li {width: 100%;max-width: 450px;padding: 20px;margin: 20px;background: #f9f9f9f9;font-size: 20px;color:var(--orange);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 15px;}
.award li img{width: 70px;margin-bottom: 20px;}
.hamburger{display: none;}
.table-list{width: 100%;max-width: 850px;overflow: auto;margin: 0 auto 40px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.table-list tr,th,td{
  margin: 5px 0;
  padding: 20px;
  /* color: #6a6a6a; */
  background: #f9f9f9f9;
}
.td-color{color: #000;}
.table-list td{border: 1px solid #eaeaea;}
.contact-info{overflow-x: auto;
  white-space: nowrap;}
  .act{color: #ffbe01 !important;}

@media(max-width:1450px){
  .about {padding: 50px 0 60px;}

}






@media (max-width: 1200px){
  .container{padding: 0px 20px;}
}
@media (max-width: 992px){
  .hamburger{display: block;}
  .header-nav-links{display: none;}
  .txt-wrap h1 a {
    font-size: 30px;
    color: #ffbe01;
}
}
@media (max-width: 992px){
  .banner-bottom-div-wrap .banner-bot-div{
    max-width: 200px;
  }
  .about-txt-wrap{flex-direction: column;}
  .about-photo{margin: 0 auto 20px;}
  .about-txt{width: 100%;}
  .paper-reading{max-width: 100%;}
  .exp-wrap{flex-direction: column;justify-content: center;}
  .ecp-person{margin:0 auto; position: unset !important;}
  .ecp-info{width: 100%;
    margin: 20px 0;}
    .about-txt p{text-align: center;}
    .read-more {margin-top: 30px;width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;}
    .about-txt-wrap {gap: unset;}
    .about { padding: 45px 0;}
    .career {padding: 40px 0 0;}
    .heading {  margin-bottom: 30px;}
    .heading {  margin-bottom: 20px;}
    .ecp-info {padding: 0 0 20px;}
  .button{max-width: 100%;}
  #to-top {right: 1px;width: 60px;height: 60px;}
  .award li {font-size: 18px;}



}

@media(max-width:768px){
  .banner-bottom-div-wrap .banner-bot-div { margin:unset;}

.banner-bottom-div-wrap .banner-bot-div {padding: 20px ;}
.skills-div {max-width: 290px;}
.copyrights {justify-content: center;flex-wrap: wrap;}
.footer-top-wrap { padding: 20px 0;}


}

@media(max-width:681px){
  .skills-div { max-width: 100%;}
}




@media (max-width: 480px){
  h2{font-size: 28px;}

.header-logo a span {
  font-size: 18px;
}
.hamburger{right: 1em;}
.fsmenu .fsmenu--container{padding: 4em 3em 3em;}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span{font-size: 1.8em;}
/* .timeline ul li:nth-child(2n+1) .left_content{width: auto;}
.timeline ul li:nth-child(2n) .left_content{width: auto;} */

.inner-page-content {padding: 30px 0 0;}
.paper-reading p::before {max-width: 8px;height: 8px;left: 0;top: 9px;}
.thoughts-wrap p {font-size: 28px;line-height: 1.2;}
.timeline ul li .left_content{width: 240px !important;}
.timeline ul li { padding: 50px 70px 70px;}


}


