.service-section .team-btn {
    padding-top: 45px;
}

.service-section .service-wrapper > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
    
}
.service-section .service-wrapper > ul > li {
    width: 25%;
    float: left;
    display: inline-block;
    
}
.service-section .service-wrapper > ul > li a {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 60px 30px;
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,255,255,0.7),
            1px 2px 4px 0px rgba(0,255,255,0.7),
            2px 4px 8px 0px rgba(0,255,255,0.7),
            2px 4px 16px 0px rgba(0,255,255,0.7);
    background-color: #000;
}
.service-section .service-wrapper > ul > li a .icon {
    display: table;
    margin: 0 auto 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-section .service-wrapper > ul > li a .icon i {
    font-size: 54px;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(rgba(9,9,121,1)),
        to(rgba(0,212,255,1))
    );
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: -o-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.service-section .service-wrapper > ul > li a .service-title {
    width: 100%;
    display: block;
    font-weight: 900;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}
.service-section .service-wrapper > ul > li a .service-sub-title {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}
.service-section .service-wrapper > ul > li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(rgba(9,9,121,1)),
        to(rgba(0,212,255,1))
    );
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: -o-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-section .service-wrapper > ul > li a:hover {
    z-index: 2;
    color: #ffffff;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}
.service-section .service-wrapper > ul > li a:hover .icon i {
    background: transparent !important;
    -webkit-text-fill-color: #ffffff !important;
}
.service-section .service-wrapper > ul > li a:hover:before {
    opacity: 1;
}

.award-section .company-age {
    height: 620px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.award-section .company-age .banner-img {
    top: 50%;
    left: 50%;
    width: 390px;
    height: 430px;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.award-section .awaed-item-area {
    position: relative;
}
.award-section .awaed-item-area:before {
    top: 0;
    bottom: 0;
    left: 13px;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #878787;
}
.award-section .awaed-item-area .arrow-up,
.award-section .awaed-item-area .arrow-down {
    left: 0px;
    z-index: 2;
    position: absolute;
    color: #878787;
    font-size: 30px;
}
.award-section .awaed-item-area .arrow-up {
    top: -22px;
}
.award-section .awaed-item-area .arrow-down {
    bottom: -22px;
}
.award-section .awaed-item-area .awaed-wrapper {
    max-height: 425px;
    overflow-y: scroll;
    position: relative;
}
.award-section .awaed-item-area .awaed-wrapper .awaed-item {
    padding: 30px 0px;
    position: relative;
    padding-left: 120px;
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title {
    font-weight: 700;
    position: relative;
    font-size: 24px;
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title
    .awaed-date {
    top: 5px;
    left: -105px;
    padding-left: 10px;
    position: absolute;
    padding-bottom: 10px;
    color: #F26B25;
    font-size: 16px;
    text-transform: uppercase;
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title
    .awaed-date:before {
    left: -6px;
    z-index: 1;
    content: "";
    width: 10px;
    bottom: -4px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    background-color: #F26B25;
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title
    .awaed-date:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #878787;
}
.award-section .awaed-item-area .awaed-wrapper .awaed-item .awaed-content p {
    font-size: 14px;
}

.awaed-wrapper::-webkit-scrollbar {
    display: none;
}

.award-section .company-age .banner-img {
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
}
.award-section .company-age {
    height: auto;
    padding: 30px;
}
.award-section .company-age .banner-img {
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    position: unset;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title {
    font-size: 18px;
}

.absolute-sponsor-section ul {
    width: 100%;
    display: table;
}
.award-section
    .awaed-item-area
    .awaed-wrapper
    .awaed-item
    .awaed-content
    .awaed-title {
    font-size: 14px;
}

.service-section .service-wrapper .service-item .service-image .small-image {
    width: 150px; }
  .service-section .service-wrapper .service-item .service-content .service-title .title-text {
    font-size: 24px; }
  .service-section .service-wrapper .service-item .service-content .service-type-list ul li {
    width: 100%;
    padding-right: 0px; }
  .service-section .service-wrapper .service-item .service-content .custom-btn {
    margin-bottom: 10px; }


.service-section .service-wrapper .service-item {
    margin-bottom: 50px; }
    .service-section .service-wrapper .service-item:last-child {
      margin-bottom: 0px; }
    .service-section .service-wrapper .service-item .service-image {
      width: 48%;
      position: relative;
      padding-right: 70px;
      padding-bottom: 70px; }
      .service-section .service-wrapper .service-item .service-image .big-image {
        overflow: hidden;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2); }
      .service-section .service-wrapper .service-item .service-image .small-image {
        z-index: 1;
        right: 0px;
        bottom: 0px;
        overflow: hidden;
        border-radius: 3px;
        position: absolute;
        -webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.2); }
    .service-section .service-wrapper .service-item .service-content {
      width: 52%;
      padding: 30px 30px; }
      .service-section .service-wrapper .service-item .service-content .service-title {
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0f0; }
        .service-section .service-wrapper .service-item .service-content .service-title .title-text {
          font-weight: 400;
          font-size: 30px; }
          .service-section .service-wrapper .service-item .service-content .service-title .title-text strong {
            font-weight: 900; }
        .service-section .service-wrapper .service-item .service-content .service-title .service-price {
          font-weight: 900;
          color: #F26B25; }
      .service-section .service-wrapper .service-item .service-content .service-type-list ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: table; }
        .service-section .service-wrapper .service-item .service-content .service-type-list ul li {
          width: 50%;
          float: left;
          list-style: none;
          font-weight: 700;
          margin-bottom: 5px;
          padding-right: 15px;
          color: #333333;
          display: inline-block;
          font-size: 14px;
          text-transform: uppercase; }
          .service-section .service-wrapper .service-item .service-content .service-type-list ul li .icon {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 5px;
            text-align: center;
            color: #ffffff;
            border-radius: 100%;
            font-size: 14px;
            background-color: #F26B25; }
      .service-section .service-wrapper .service-item .service-content .custom-btn {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .service-section .service-wrapper .service-item .service-content .conference-btn {
        font-weight: 700;
        padding: 12px 35px;
        border-radius: 30px;
        color: #F26B25;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #ffffff;
        border: 3px solid #F26B25; }
        .service-section .service-wrapper .service-item .service-content .conference-btn:hover {
          color: #ffffff;
          background-color: #F26B25; }
  