* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: 'Courgette', cursive;
  font-family: 'Roboto', sans-serif; }

/*=====common css======*/
/*=====common css======*/
/*=====header section start======*/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  box-shadow: 0 0 10px #160040; }
  header .header-top {
    background: #160040 !important;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .3s; }
    header .header-top .logo-class a {
      font-family: 'Courgette';
      color: #faf3dd;
      text-decoration: none; }
      header .header-top .logo-class a h3 {
        margin: 0px; }
        header .header-top .logo-class a h3 span {
          color: #82BE10; }
    header .header-top .my-menu {
      display: flex;
      justify-content: center; }
      header .header-top .my-menu nav {
        padding: 0px; }
        header .header-top .my-menu nav .my-nav ul li {
          margin-left: 5px;
          margin-right: 5px;
          transition: .3s;
          border: 1px solid transparent; }
          header .header-top .my-menu nav .my-nav ul li:hover {
            border: 1px solid #82BE10; }
          header .header-top .my-menu nav .my-nav ul li .dropdown-menu {
            background: #160040;
            border-radius: 0px;
            border: none; }
            header .header-top .my-menu nav .my-nav ul li .dropdown-menu a {
              border-bottom: 1px solid transparent; }
              header .header-top .my-menu nav .my-nav ul li .dropdown-menu a:hover {
                background: #160040;
                border-bottom: 1px solid #82BE10; }
          header .header-top .my-menu nav .my-nav ul li a {
            color: #faf3dd !important;
            text-transform: uppercase;
            font-weight: 300;
            padding: 5px 10px; }
    header .header-top .my-link ul {
      display: flex;
      justify-content: right;
      margin: 0px;
      margin-top: 5px; }
      header .header-top .my-link ul li {
        list-style: none;
        margin-left: 25px; }
        header .header-top .my-link ul li a {
          text-decoration: none;
          font-size: 35px;
          color: #82BE10; }

/*=====header section end======*/
/*=====home slider section start======*/
.slider-area {
  background:#C0D8C0; ;
  position: relative; }
  .slider-area .slider-all {
    position: relative; }
    .slider-area .slider-all ul li {
      width: 10px !important;
      height: 10px !important;
      background: #444444 !important;
      margin-right: 5px;
      margin-left: 5px;
      border: none; }
    .slider-area .slider-all ul .active {
      border: 2px solid #808080;
      width: 6px !important;
      height: 6px !important; }
    .slider-area .slider-all .slide-left-right {
      text-align: center; }
      .slider-area .slider-all .slide-left-right a {
        color: black;
        width: 50px;
        height: 50px;
        background: #ffff;
        border-radius: 50%;
        text-decoration: none; }
      .slider-area .slider-all .slide-left-right .slide-left {
        position: absolute;
        top: 50%;
        left: 30px;
        font-size: 30px;
        transform: translateY(-50%);
        border-radius: 50%; }
        .slider-area .slider-all .slide-left-right .slide-left i {
          padding: 10px 10px 10px 8px; }
      .slider-area .slider-all .slide-left-right .slide-right {
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 30px;
        transform: translateY(-50%); }
        .slider-area .slider-all .slide-left-right .slide-right i {
          padding: 10px 10px 10px 15px; }
    .slider-area .slider-all .slider-item {
      position: relative; }
      .slider-area .slider-all .slider-item img {
        margin-top: 80px;
        width: 100%;
        height: 600px; }
      .slider-area .slider-all .slider-item:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5); }
      .slider-area .slider-all .slider-item .slider-content {
        position: absolute;
        color: #ffff;
        top: 50%;
        left: 9%;
        transform: translateY(-50%);
        padding: 0px; }
       /* .slider-area .slider-all .slider-item .slider-content h5 {
          font-size: 24px;
          font-weight: 600;
          letter-spacing: 1px;
          margin-bottom: 0px; }*/
        .slider-area .slider-all .slider-item .slider-content h3 {
          font-size: 50px;
          text-transform: uppercase;
          margin-top: 450px;
          font-weight: 700;
          margin-bottom: 0px;
          color: #82BE10;
           }
        .slider-area .slider-all .slider-item .slider-content p {
          font-size: 13px;
          width: 70%;
          margin-top: 0px;
          line-height: 2;
          font-weight: 500;
          margin-bottom: 50px; }
        .slider-area .slider-all .slider-item .slider-content a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          font-size: 18px;
          text-transform: uppercase;
          color: #ecf0f1;
          padding: 10px 20px;
          text-align: center;
          margin-top: 10px;
          border: 2px solid #82BE10;
          overflow: hidden;
          transition: 1s all  ease; }
          .slider-area .slider-all .slider-item .slider-content a:hover {
            border: 2px solid #82BE10;
            color: #192330; }
          .slider-area .slider-all .slider-item .slider-content a:before {
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #82BE10;
            z-index: -2;
            transition: all .6s ease;
            width: 100%;
            height: 0%;
            transform: translate(-50%, -50%) rotate(-45deg); }
          .slider-area .slider-all .slider-item .slider-content a:hover::before {
            height: 380%; }

/*=====home slider section end======*/
/*=====service section start======*/
.service-home {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: -7px;
  background: #072227;
  color: #faf3dd; 
}
  .service-home .service-home-left h1 {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center; }
  .service-home .service-home-left h1 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    text-align: center; }
    .service-home .service-home-left h1 span {
      color: #FFDE40 !important; }
    /*.service-home .service-home-left h1:before {
      position: absolute;
      content: '';
      bottom: -15px;
      left: 0px;
      width: 80px;
      height: 5px;
      border-radius: 1px;
      background: #82BE10; }*/
      .service-home .service-home-left img{

        width: 200px;
        height: 200px;
        border:2px solid #FFDE40 ;
        border-radius: 50%;
        margin-left: 50%;
        transform: translateX(-50%);

      }
  .service-home .service-home-left p {
    /*margin-top: 60px;*/
    line-height: 25px;
    text-align: center;
    margin-top: 35px; }
  .service-home .service-home-left a {
    margin-top: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-decoration: none; }
    .service-home .service-home-left a:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 30px;
      width: 30px;
      border-left: 2px solid #82BE10;
      border-top: 2px solid #82BE10;
      content: "";
      z-index: -1;
      -webkit-transition: all, 0.7s;
      -o-transition: all, 0.7s;
      transition: all, 0.7s; }
    .service-home .service-home-left a:after {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 30px;
      width: 30px;
      border-right: 2px solid #82BE10;
      border-bottom: 2px solid #82BE10;
      content: "";
      z-index: -1;
      -webkit-transition: all, 0.7s;
      -o-transition: all, 0.7s;
      transition: all, 0.7s; }
    .service-home .service-home-left a:hover:before {
      height: 100%;
      width: 100%; }
    .service-home .service-home-left a:hover:after {
      height: 100%;
      width: 100%; }
      .skill-imran h4{
        letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    /*text-align: center;*/
    margin-bottom: 30px;
    color: #FFDE40;
      }
  .service-home .service-home-right {
    margin-bottom: 20px;
    cursor: pointer; }
     .skill-imran{
      background-color: #2C3333;
      border-radius: 10%;
      padding: 20px;
      
     }
      .skill-imran li{

        list-style: none;
      }
    .service-home .service-home-right .icon a {
      text-decoration: none;
      display: inline-block;
      font-size: 40px;
      color: white;
      position: relative;
      padding: 7px 12px; }
    .service-home .service-home-right .icon a span {
      background: white;
      transition: 0.5s; }
    .service-home .service-home-right .icon a span:nth-child(2) {
      position: absolute;
      height: 2px;
      top: 0px;
      left: 0px;
      right: 0px;
      display: block; }
    .service-home .service-home-right .icon a span:nth-child(3) {
      position: absolute;
      width: 2px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      display: block; }
    .service-home .service-home-right .icon a span:nth-child(4) {
      position: absolute;
      height: 2px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      display: block; }
    .service-home .service-home-right .icon a span:nth-child(5) {
      position: absolute;
      width: 2px;
      left: 0px;
      top: 0px;
      bottom: 0px;
      display: block; }
    .service-home .service-home-right:hover span:nth-child(2) {
      transform: skewY(-30deg); }
    .service-home .service-home-right:hover span:nth-child(3) {
      transform: skewX(30deg); }
    .service-home .service-home-right:hover span:nth-child(4) {
      transform: skewY(-30deg); }
    .service-home .service-home-right:hover span:nth-child(5) {
      transform: skewX(30deg); }
    .service-home .service-home-right h4 {
      text-transform: capitalize;
      margin-top: 30px; }
    .service-home .service-home-right p {
      margin-bottom: 50px; }
  

/*=====service section end======*/
/*=====parallax section start======*/
.parallax-section {
  text-align: center;
  border-bottom: 4px solid #206A5D;
  background-image: url("assets/images/background/2822.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
  transition: all .6s ease; }
  .parallax-section:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7); }
  .parallax-section h3 {
    letter-spacing: 1px;
    line-height: 1.8;
    color: #82BE10;
    font-size: 30px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase; }
  .parallax-section a {
    text-decoration: none;
    position: relative;
    background: #206A5D;
    color: #faf3dd;
    text-transform: uppercase;
    padding: 16px 80px 16px 80px;
    border-radius: 50px;
    font-size: 18px;
    display: inline-block;
    transform: translateY(-50%);
    top: 100%;
    overflow: hidden !important;
    z-index: 3; }
    .parallax-section a:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #82BE10;
      z-index: -2;
      transition: all .6s ease;
      width: 100%;
      height: 0%;
      left: 0px;
      top: 0px;
      transform: none; }
    .parallax-section a:hover::before {
      height: 100%;
      width: 100%; }

.border-add {
  border-bottom: 4px solid #82BE10 !important; }

/*=====parallax section end======*/
/*=====recent work start======*/
.recent-work {
  padding-bottom: 60px;
  background-image: url("assets/images/background/OGA3ET0.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .recent-work .recent-work-top .recent-work-head {
    text-align: center;
    margin-top: 60px;
    color: #faf3dd; }
    .recent-work .recent-work-top .recent-work-head h1 {
      display: inline;
      margin: 0px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      color: #faf3dd; }
      .recent-work .recent-work-top .recent-work-head h1 span {
        color: #82BE10; }
    .recent-work .recent-work-top .recent-work-head .underline-style {
      width: 80px;
      height: 2px;
      background: #ffff;
      margin: 20px auto;
      border-radius: 5px;
      position: relative; }
      .recent-work .recent-work-top .recent-work-head .underline-style:after {
        position: absolute;
        content: '';
        width: 40px;
        height: 4px;
        left: 50%;
        top: -1px;
        border-radius: 5px;
        transform: translateX(-50%);
        background: #82BE10; }
      .recent-work .recent-work-top .recent-work-head .underline-style:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #82BE10;
        left: 50%;
        transform: translateX(-50%);
        top: -7px;
        border: 2px solid #282923;
        z-index: +9; }
    .recent-work .recent-work-top .recent-work-head p {
      margin-top: 10px; }
  .recent-work .recent-work-top .recent-work-menu {
    margin-top: 30px; }
    .recent-work .recent-work-top .recent-work-menu ul {
      display: flex;
      justify-content: center; }
      .recent-work .recent-work-top .recent-work-menu ul li {
        list-style: none;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #82BE10;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        display: inline-block;
        text-decoration: none;
        color: #faf3dd;
        text-transform: uppercase;
        padding: 5px 10px;
        transition: all .5s ease;
        cursor: pointer; }
        .recent-work .recent-work-top .recent-work-menu ul li:hover {
          background: #82BE10;
          box-shadow: 0px 0px 10px #82BE10;
          color: #ffff; }
      .recent-work .recent-work-top .recent-work-menu ul .mixitup-control-active {
        background: #82BE10; }
  .recent-work .work-gellary {
    margin-top: 30px; }
    .recent-work .work-gellary .single-photo {
      position: relative;
      margin-top: 30px;
      border-radius: 5px;
      transition: all .3s ease;
      overflow: hidden; }
      .recent-work .work-gellary .single-photo:hover {
        box-shadow: 0 0 10px #82BE10; }
      .recent-work .work-gellary .single-photo img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 220px;
        position: relative; }
      .recent-work .work-gellary .single-photo .single-photo-hover {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgba(130, 190, 16, 0.6);
        transform: scale(0);
        transition: .3s; }
        .recent-work .work-gellary .single-photo .single-photo-hover img {
          display: none; }
        .recent-work .work-gellary .single-photo .single-photo-hover svg {
          font-size: 50px;
          color: #faf3dd;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .recent-work .work-gellary .single-photo:hover .single-photo-hover {
        transform: scale(1); }
          .undergrad-thesis{
         background: #2C3333;
         padding: 20px;
         border-radius: 10%;
         margin-bottom: 10px;

    }
    .undergrad-thesis h4{
          text-transform: uppercase;
          font-weight: 400;
          font-size: 20px;
         }
    .undergrad-thesis img{
      max-width: 100%;
    }
.undergrad-thesis p{
  background: #395B64;
  margin-bottom: 0px;
  padding: 5px;
  color: white;
}
.research-right{
 
  margin-top: 50px;
}
.project-start{
  background-color:#35858B !important;
}
.project-list ul li{
  list-style: none;
  color: white;
  margin-top: 20px;
  padding:10px;
  background-color: #072227;
}
/*=====recent work end======*/
/*---------------------
 


/*=====blog section start======*/
.blog-section {
  padding-top: 40px;
  padding-bottom: 120px;
  background: #072227; }
  .blog-section .blog-head {
    color: #faf3dd; }
    .blog-section  h3 {
      letter-spacing: 1px;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 20px;
      color: #faf3dd;
    
      top: 20px; }
    .blog-section .blog-head h1 {
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative; }
      .blog-section .blog-head h1 span {
        color: #82BE10 !important; }
      .blog-section .blog-head h1:before {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 0px;
        width: 50px;
        height: 5px;
        border-radius: 1px;
        background: #82BE10; }
        .blog-section .research .research-left{
             margin-top: 20px;
          color: white;
        }
        .blog-section .research .research-Right{
          margin-top: 20px;
          color: white;
        }
  .blog-section .blog-area {
    margin-top: 20px;
    color: #faf3dd; 
             }

    .blog-section .blog-area .blog-content-left img {
      width: 100%;
      display: block;
     height: 200px;
      margin-bottom: 30px; }
    .blog-section .blog-area .blog-content-left .blog-left-box {
      background: #395B64;
      margin-top: -40px;
      padding: 10px; 
     }
     .blog-content-left{
      padding: 10px;
      background: #2C3333;
      border-radius: 10px;
     }
      .blog-section .blog-area .blog-content-left .blog-left-box h4 {
        margin-top: 10px;
        color: #faf3dd;
        font-size: 15px; }
      .blog-section .blog-area .blog-content-left .blog-left-box p {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 16px;
          text-decoration: none;
          color: #faf3dd; }
      
    .blog-section .blog-area .blog-content-left .blog-img {
      position: relative; }
      .blog-section .blog-area .blog-content-left .blog-img .date-show {
        width: 50px;
        height: 80px;
        text-align: center;
        background: #82BE10;
        bottom: 25px;
        left: 25px;
        box-shadow: 10px 10px #d2e603;
        position: absolute; }
        .blog-section .blog-area .blog-content-left .blog-img .date-show h4 {
          margin-top: 15px;
          margin-bottom: 2px;
          font-weight: 600;
          color: #faf3dd;
          font-size: 20px; }
        .blog-section .blog-area .blog-content-left .blog-img .date-show p {
          font-size: 15px;
          color: #faf3dd;
          font-weight: 600;
          
           }
    .blog-section .blog-area .blog-right-item1 .blog-right-image {
      position: relative; }
      .blog-section .blog-area .blog-right-item1 .blog-right-image img {
        max-width: 100%; }
    .blog-section .blog-area .blog-right-item1 .blog-right-content {
      background: #50bda1;
      padding: 10px;
      position: absolute;
      bottom: -35%;
      left: 0;
      right: 0; }
      .blog-section .blog-area .blog-right-item1 .blog-right-content h5 {
        font-size: 14px;
        color: #faf3dd; }
      .blog-section .blog-area .blog-right-item1 .blog-right-content p {
        margin-bottom: 0px; }
      .blog-section .blog-area .blog-right-item1 .blog-right-content a {
        color: #8bc34a;
        text-decoration: none;
        color: #faf3dd; }
    .blog-section .blog-area .blog-right-item2 {
      margin-top: 30%; }
      .blog-section .blog-area .blog-right-item2 .blog-right-image {
        position: relative; }
        .blog-section .blog-area .blog-right-item2 .blog-right-image img {
          max-width: 100%; }
      .blog-section .blog-area .blog-right-item2 .blog-right-content {
        background: #50bda1;
        padding: 10px;
        position: absolute;
        bottom: -35%;
        left: 0;
        right: 0; }
        .blog-section .blog-area .blog-right-item2 .blog-right-content h5 {
          font-size: 14px;
          color: #faf3dd; }
        .blog-section .blog-area .blog-right-item2 .blog-right-content p {
          margin-bottom: 0px; }
        .blog-section .blog-area .blog-right-item2 .blog-right-content a {
          color: #faf3dd;
          text-decoration: none; }

.blog-content-left:last-child {
  font-size: 14px;
  line-height: 1.6; }

/*=====blog section end======*/
/* ==========footer start====== */
footer .footer-bar {
  background: #000000;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer .footer-bar .footer-top-left {
    float: left; }
    footer .footer-bar .footer-top-left p {
      margin: 0px;
      margin-left: 15px;
      color: #82BE10;
      display: inline-block; }
      footer .footer-bar .footer-top-left p:first-child {
        margin-left: 0px; }
  footer .footer-bar .header-top-right {
    float: right; }
    footer .footer-bar .header-top-right a {
      text-decoration: none;
      margin-left: 15px;
      color: #82BE10; }
      footer .footer-bar .header-top-right a svg {
        font-size: 20px; }
      footer .footer-bar .header-top-right a:hover {
        text-shadow: 0 0 10px #82BE10; }
footer .footer-widget {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #160040;
  color: #faf3dd; }
  footer .footer-widget h4 {
    border-bottom: 2px solid #50BDA1;
    border-right: 2px solid #50BDA1;
    border-radius: 50%;
    /* display: inline-block; */
    margin-bottom: 40px;
    box-shadow: 0 4px  #50BDA1;
    text-align: center;
    padding: 5px 15px; }
  footer .footer-widget .about-us a {
    text-decoration: none;
    color: #82BE10; }
  footer .footer-widget .footer-services a {
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 20px;
    display: block; }
    footer .footer-widget .footer-services a h6 {
      color: #faf3dd;
      text-transform: capitalize; }
      footer .footer-widget .footer-services a h6 svg {
        color: #82BE10; }
footer .subscribe {
  margin-top: 22px; }
  footer .subscribe p {
    font-size: 14px; }
  footer .subscribe .subscriber-email {
    position: relative;
    margin-top: 30px; }
    footer .subscribe .subscriber-email input {
      width: 100%;
      border-radius: 30px;
      height: 35px;
      border: 1px solid #82BE10;
      background: transparent;
      color: #faf3dd;
      padding-left: 10px;
      padding-right: 50px;
      position: relative; }
      footer .subscribe .subscriber-email input:focus {
        outline: 0; }
    footer .subscribe .subscriber-email input:last-child {
      width: 15%;
      position: absolute;
      background: #82BE10;
      right: 2px;
      padding: 0px;
      height: 31px;
      top: 2px;
      bottom: 2px;
      font-size: 0px;
      border: 1px solid #132743;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    footer .subscribe .subscriber-email:after {
      position: absolute;
      right: 15px;
      top: 50%;
      color: #faf3dd;
      font-size: 16px;
      transform: translateY(-50%);
      content: "\f1d8";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      pointer-events: none; }
footer .footer-bottom {
  background: #07031a;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 10px; }
  footer .footer-bottom p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: #faf3dd;
    opacity: .5; }
  footer .footer-bottom a {
    font-family: 'Courgette';
    color: #faf3dd;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px; }
    footer .footer-bottom a h3 {
      margin: 0px;
      padding: 0px;
      display: inline-block; }
      footer .footer-bottom a h3 span {
        color: #00b7c2; }

/* ==========footer end====== */
.project-start{
  background-color:#4C0027;
}
.material-scrolltop{

  background-color: #82BE10;
  font-size: 40px;
  color: white;
}
