h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px; }

.portfolio-card {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer; }
  .portfolio-card .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.6/1;
    position: relative; }
    .portfolio-card .portfolio-thumbnail img {
      position: absolute;
      height: 100%;
      object-fit: cover; }
  .portfolio-card .text-area {
    position: relative;
    height: 158px;
    overflow: hidden; }
    .portfolio-card .text-area h5 {
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      color: #0F2137; }
    .portfolio-card .text-area .catagory-name {
      font-weight: 500;
      line-height: 24px;
      color: #88A309; }
    .portfolio-card .text-area .text {
      font-weight: normal;
      line-height: 24px;
      color: rgba(22, 25, 34, 0.7); }

.port-buttons .btn-left {
  border: 1px solid #001A49;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  color: #0F2137; }
  .port-buttons .btn-left:hover {
    filter: drop-shadow(0px 0px 10px #A4E6EF); }

.port-buttons .systech-btn {
  border-radius: 5px;
  font-weight: 500; }
  .port-buttons .systech-btn:hover {
    box-shadow: 0px 0px 10px #A4E6EF; }

.portfolio-content-expander {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative; }
  .portfolio-content-expander .content-top {
    position: relative; }
    .portfolio-content-expander .content-top .left-text .overview p,
    .portfolio-content-expander .content-top .left-text .overview li,
    .portfolio-content-expander .content-top .left-text .overview span {
      font-family: 'Lato', sans-serif;
      font-style: normal;
      font-weight: normal;
      line-height: 31px;
      color: rgba(22, 25, 34, 0.7); }
    .portfolio-content-expander .content-top .left-text .overview h1,
    .portfolio-content-expander .content-top .left-text .overview h2,
    .portfolio-content-expander .content-top .left-text .overview h3,
    .portfolio-content-expander .content-top .left-text .overview h4,
    .portfolio-content-expander .content-top .left-text .overview h5 {
      color: rgba(22, 25, 34, 0.7);
      margin-bottom: 12px; }
    .portfolio-content-expander .content-top .right-image {
      background: #FFFFFF;
      border: 1px solid rgba(136, 163, 9, 0.21);
      box-sizing: border-box;
      border-radius: 5px; }
  .portfolio-content-expander h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #88A309; }
  .portfolio-content-expander p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: rgba(22, 25, 34, 0.7); }
    .portfolio-content-expander p i {
      color: #88A309;
      margin-right: 6px; }
  .portfolio-content-expander .points {
    line-height: 36px;
    margin-bottom: 8px; }

.close-portfolio {
  height: 18px;
  width: 18px;
  position: absolute;
  right: 18px;
  opacity: 0.7;
  z-index: 5;
  cursor: pointer; }

.page-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
  .page-banner .banner-color {
    background: linear-gradient(180deg, rgba(15, 33, 55, 0.8) 0%, rgba(15, 33, 55, 0.8) 100%); }
    .page-banner .banner-color h1 {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      color: white; }
    .page-banner .banner-color p {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 30px;
      color: white; }
      .page-banner .banner-color p span {
        color: #88a309; }

.page-search-area {
  padding: 20px 0px;
  z-index: 7; }
  .page-search-area .page-header {
    padding-bottom: 15px; }
    .page-search-area .page-header h3 {
      font-size: 2em;
      font-weight: bold;
      color: #0F2137; }
  .page-search-area .key-word-search {
    position: relative; }
    .page-search-area .key-word-search .search-icon {
      position: absolute;
      top: 0px;
      right: 0px;
      height: 41px;
      width: 54px;
      background-color: #095dc7;
      border-radius: 0px 5px 5px 0px;
      cursor: pointer; }
      .page-search-area .key-word-search .search-icon i,
      .page-search-area .key-word-search .search-icon svg {
        right: 11px;
        color: white;
        font-size: 23px;
        display: block;
        margin: auto;
        margin-top: 10px; }
  .page-search-area input {
    padding: 8px 15px;
    border: 1px solid #dedede;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #dedede; }
    .page-search-area input::placeholder {
      color: #dedede; }
  .page-search-area input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.6; }
  .page-search-area select {
    padding: 8px 15px;
    border: 1px solid #dedede;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #150f11; }
  .page-search-area button {
    padding: 8px 15px;
    border: 0;
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: black; }
  .page-search-area hr {
    opacity: 0.3;
    border: 0.5px solid #514b4b; }

.gallery-container .row .photo-col .photo-card {
  position: relative;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  border-radius: 7px;
  margin-bottom: 30px; }
  .gallery-container .row .photo-col .photo-card img {
    border-radius: 7px 7px 0px 0px; }
  .gallery-container .row .photo-col .photo-card .btm-card {
    padding: 10px 20px 20px 20px; }
    .gallery-container .row .photo-col .photo-card .btm-card .card-headline {
      height: 35px;
      margin-bottom: 5px;
      overflow: hidden; }
      .gallery-container .row .photo-col .photo-card .btm-card .card-headline a,
      .gallery-container .row .photo-col .photo-card .btm-card .card-headline h4 {
        color: #212529;
        text-decoration: none;
        font-weight: 700;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: -0.01em; }
    .gallery-container .row .photo-col .photo-card .btm-card p {
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: rgba(17, 17, 17, 0.56); }
  .gallery-container .row .photo-col .photo-card .album-thum {
    height: 200px;
    overflow: hidden; }
  .gallery-container .row .photo-col .photo-card .album-thum img {
    object-fit: cover;
    width: 100%;
    height: 200px; }
  .gallery-container .row .photo-col .photo-card .card-headline {
    height: 40px;
    overflow: hidden; }

.gallery-container .row .light-gallery-link {
  width: 100%; }

.pagination {
  justify-content: center; }
  .pagination .page-item .page-link {
    margin: 5px 4px;
    padding: 2px 12px;
    color: #02073E;
    font-weight: 700;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    box-sizing: border-box;
    border-radius: 4px;
    color: #02073E;
    font-size: 16px;
    font-family: 'Heebo', sans-serif; }
  .pagination .page-item:first-child .page-link {
    color: #C4CDD5; }
  .pagination .page-item:last-child .page-link {
    color: #C4CDD5; }
  .pagination .active .page-link {
    color: white;
    background: #88A309 !important;
    border: 1px solid !important; }
  .pagination .disabled .page-link {
    background: #919EAB;
    opacity: 0.5;
    color: white; }

.news-catagories div {
  display: inline-block;
  width: auto; }
  .news-catagories div span {
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #161922; }
    .news-catagories div span:hover {
      background: #819527;
      border: 1px solid #E4E4E4;
      color: white; }
  .news-catagories div .active {
    background: #819527;
    border: 1px solid #E4E4E4;
    color: white; }

.common-card {
  background: #FFFFFF;
  border: 1.5px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 0px; }
  .common-card .common-card-img {
    margin: 0px;
    padding: 0px;
    height: 250px;
    overflow: hidden;
    position: relative; }
    .common-card .common-card-img img {
      object-position: 50% 50%;
      height: 250px;
      width: 100%;
      object-fit: cover; }
  .common-card .catagory-name {
    font-weight: 400;
    line-height: 35px;
    color: #88A309;
    opacity: 0.7;
    cursor: pointer; }
    .common-card .catagory-name:hover {
      opacity: 1;
      color: #88A309;
      font-weight: 500; }
  .common-card .title {
    max-height: 52px;
    overflow: hidden; }
    .common-card .title h4 {
      color: rgba(15, 33, 55, 0.9);
      font-weight: 600;
      line-height: 25px;
      height: 50px; }
      .common-card .title h4:hover {
        color: #88A309; }
  .common-card .description p {
    color: rgba(15, 33, 55, 0.7);
    line-height: 26px;
    font-weight: 400; }
  .common-card .info p {
    color: rgba(15, 33, 55, 0.65); }

.news-single .news-header .infos p {
  color: #0F2137;
  opacity: 0.8; }

.news-single .news-header h3 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #88A309; }

.news-single .news-paragraph {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  color: rgba(22, 25, 34, 0.7);
  font-size: 16px; }

.news-sidebar {
  background: #FFFFFF;
  border: 1px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  position: absolute;
  height: 100%;
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .news-sidebar .head-line {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    background: white; }
  .news-sidebar h4 {
    line-height: 50px;
    color: #161922; }
  .news-sidebar .related-news-card {
    background: #FFFFFF;
    border: 1px solid #E9EDF5;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px; }
    .news-sidebar .related-news-card .img-div {
      border-radius: 5px 0px 0px 5px; }
    .news-sidebar .related-news-card .p1 {
      line-height: 35px;
      color: rgba(22, 25, 34, 0.7);
      font-size: 15px; }
      .news-sidebar .related-news-card .p1:hover {
        color: #88a309; }
    .news-sidebar .related-news-card h5 {
      font-weight: 600;
      font-size: 17px;
      line-height: 21px;
      color: #161922; }
      .news-sidebar .related-news-card h5:hover {
        color: #88a309; }
    .news-sidebar .related-news-card .p2 {
      font-size: 15px;
      line-height: 35px;
      color: rgba(136, 163, 9, 0.9); }

.comment-section h5 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #0F2137; }

.comment-section .comment-item div {
  display: inline-block; }

.comment-section .comment-item .comment-image {
  width: 60px;
  position: relative;
  min-height: 60px; }
  .comment-section .comment-item .comment-image div {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(223, 234, 252, 0.53);
    box-sizing: border-box;
    margin: 0;
    position: relative; }
    .comment-section .comment-item .comment-image div img {
      width: 60px; }
  .comment-section .comment-item .comment-image .bord {
    background-color: rgba(0, 0, 0, 0.432); }
    .comment-section .comment-item .comment-image .bord h2 {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: blanchedalmond; }

.comment-section .comment-item .comment-text {
  width: 100%; }
  .comment-section .comment-item .comment-text h4 {
    font-weight: bold;
    line-height: 26px;
    color: #0F2137;
    display: inline-block; }
  .comment-section .comment-item .comment-text .reply-btn {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
    color: rgba(15, 33, 55, 0.37);
    font-size: 14px;
    display: inline-block; }
  .comment-section .comment-item .comment-text .comment-time {
    line-height: 40px;
    color: rgba(15, 33, 55, 0.8);
    opacity: 0.8; }
  .comment-section .comment-item .comment-text .comment {
    line-height: 32px;
    color: rgba(15, 33, 55, 0.9); }

.comment-section .reply {
  padding-left: 30px; }

.comment-form h4 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #88A309; }

.comment-form .form-control {
  background: rgba(224, 231, 255, 0.1);
  border: 0.5px solid #E0E7FF;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 12px; }

.comment-form label {
  font-size: 14px;
  line-height: 17px;
  color: #0F2137; }

.career-galery .galery-img1 {
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin-top: 71px; }
  .career-galery .galery-img1 img {
    object-position: 50% 50%;
    height: 320px;
    width: 100%;
    object-fit: cover; }

.career-galery .galery-img2 {
  height: 208px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .career-galery .galery-img2 img {
    object-position: 50% 50%;
    height: 208px;
    width: 100%;
    object-fit: cover; }

.career-galery .galery-img3 {
  height: 274px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .career-galery .galery-img3 img {
    object-position: 50% 50%;
    height: 274px;
    width: 100%;
    object-fit: cover; }

.career-galery .galery-img4 {
  height: 325px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .career-galery .galery-img4 img {
    object-position: 50% 50%;
    height: 325px;
    width: 100%;
    object-fit: cover; }

.career-cards-section-bg {
  background: linear-gradient(106.43deg, rgba(255, 253, 230, 0.5) -1.4%, rgba(230, 255, 248, 0.1) -1.39%, rgba(240, 246, 240, 0.297896) 27.9%, rgba(224, 239, 250, 0.5) 100.87%);
  position: absolute;
  height: calc(100% + 100px);
  margin-top: -100px;
  z-index: -2; }

.career-cards-section .carrer-card-big .card {
  background: #ffffff;
  border: 1.5px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px; }
  .career-cards-section .carrer-card-big .card h5 {
    font-weight: 700;
    line-height: 45px;
    color: #0F2137; }
  .career-cards-section .carrer-card-big .card p {
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: #02073E; }

.career-cards-section .carrer-card-small {
  position: relative; }
  .career-cards-section .carrer-card-small .card {
    background: #FFFFFF;
    border: 1.5px solid #E9EDF5;
    box-sizing: border-box;
    border-radius: 5px; }
    .career-cards-section .carrer-card-small .card .bord img {
      height: 95px;
      width: 95px; }
    .career-cards-section .carrer-card-small .card .child-1 {
      background-color: rgba(174, 236, 95, 0.1); }
    .career-cards-section .carrer-card-small .card .child-2 {
      background-color: rgba(254, 205, 78, 0.1); }
    .career-cards-section .carrer-card-small .card .child-3 {
      background-color: rgba(48, 242, 196, 0.1); }
    .career-cards-section .carrer-card-small .card .child-4 {
      background-color: rgba(188, 15, 88, 0.1); }
    .career-cards-section .carrer-card-small .card .child-5 {
      background-color: rgba(161, 176, 255, 0.1); }
    .career-cards-section .carrer-card-small .card .child-6 {
      background-color: rgba(83, 214, 255, 0.1); }
    .career-cards-section .carrer-card-small .card p {
      font-weight: normal;
      line-height: 25px;
      letter-spacing: -0.5px;
      color: #0F2137;
      opacity: 0.7; }

.career-title {
  font-weight: 600;
  line-height: 45px;
  color: #0F2137; }

.job-sidebar {
  background: #FFFFFF;
  border: 1.5px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px; }
  .job-sidebar h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #0F2137; }
  .job-sidebar label,
  .job-sidebar p {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.17px;
    color: rgba(51, 51, 51, 0.9); }
  .job-sidebar h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #2C2C2C; }

.job-card {
  background: #FFFFFF;
  border: 1.5px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px; }
  .job-card h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #0F2137; }
    .job-card h4:hover {
      color: #88a309; }
  .job-card .job-time {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(15, 33, 55, 0.9); }
  .job-card p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #0F2137;
    opacity: 0.9; }
  .job-card span {
    background: rgba(136, 163, 9, 0.05);
    border-radius: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    color: #0F2137; }
    .job-card span img {
      height: 18px; }
  .job-card span:nth-child(2) {
    background: rgba(211, 38, 91, 0.05); }
  .job-card span:nth-child(3) {
    background: rgba(83, 214, 255, 0.05); }
  .job-card .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #88A309;
    background: #FFFFFF;
    border: 1px solid #88A309;
    box-sizing: border-box;
    border-radius: 5px; }
    .job-card .btn:hover {
      color: white;
      border: 1px solid #88a309;
      background: #88a309; }

.job-single {
  background: #FFFFFF;
  border: 1.5px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 5px; }
  .job-single .job-single-top p {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: #0F2137; }
  .job-single .job-single-top h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #161922; }
  .job-single .content {
    color: #0F2137; }
    .job-single .content p,
    .job-single .content li {
      font-size: 16px;
      line-height: 28px; }

.btn-job-single {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: white;
  background: #88a309;
  border: 1px solid #88a309;
  box-sizing: border-box;
  border-radius: 4px; }
  .btn-job-single:hover {
    color: white; }

.career-form .form-menu-item .form-menu {
  cursor: pointer; }
  .career-form .form-menu-item .form-menu p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: rgba(15, 33, 55, 0.54); }
    .career-form .form-menu-item .form-menu p span {
      background: rgba(15, 33, 55, 0.08);
      border-radius: 5px;
      font-family: 'Lato', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #0F2137;
      padding: 5px 10px; }
      .career-form .form-menu-item .form-menu p span img {
        height: 12px; }

.career-form .form-menu-item .active p {
  color: #0F2137;
  font-weight: 500; }
  .career-form .form-menu-item .active p span {
    background: #88A309;
    color: white; }
    .career-form .form-menu-item .active p span img {
      filter: brightness(0) invert(1); }

.career-form .profile-image img {
  height: 124px;
  width: 124px;
  border-radius: 100%; }

.career-form .plus {
  position: absolute;
  margin-top: -75px; }
  .career-form .plus img {
    cursor: pointer; }

.career-form h5 {
  font-weight: 800;
  color: #0F2137;
  font-size: 24px; }

.career-form h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: rgba(15, 33, 55, 0.69); }

.career-form label {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #0F2137; }

.career-form .form-control {
  background: rgba(224, 231, 255, 0.1);
  border: 0.5px solid #E0E7FF !important;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  padding: 12px 14px; }
  .career-form .form-control p {
    color: rgba(15, 33, 55, 0.3); }
  .career-form .form-control input {
    color: #0F2137 !important;
    font-size: 17px; }

.about-us-vision .background-color {
  background: linear-gradient(80.22deg, #262626 0%, rgba(38, 38, 38, 0.927695) 31.49%, rgba(38, 38, 38, 0.884679) 46.71%, rgba(38, 38, 38, 0.8) 68.39%, rgba(38, 38, 38, 0.453245) 100.78%); }
  .about-us-vision .background-color h3 {
    font-style: normal;
    font-weight: bold;
    line-height: 41px; }
  .about-us-vision .background-color p {
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    margin-top: 14px; }

.about-us-cover-img1 {
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  height: 350px;
  position: relative; }
  .about-us-cover-img1 img {
    object-position: 50% 50%;
    height: 350px;
    width: 100%;
    object-fit: cover; }

.about-us-statistics img {
  height: 55px;
  margin-bottom: 8px; }

.about-us-statistics h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #0F2137; }

.about-us-statistics p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px; }

.about-us-statistics-col {
  padding-top: 45px; }

.about-us-text1 h5 {
  font-style: normal;
  line-height: 40px;
  color: #0F2137; }

.about-us-text1 p {
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: rgba(15, 33, 55, 0.9);
  font-family: 'poppins'; }

.about-us-text1 a.btn {
  color: white;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5px;
  transition: .5s; }
  .about-us-text1 a.btn:hover {
    color: white; }

.about-us-text1 .a-btn-1:hover {
  background: #728a08; }

.about-us-text1 .a-btn-2 {
  background: #0082C9; }
  .about-us-text1 .a-btn-2:hover {
    background: #0069a1; }

.about-us-text1 .a-btn-3 {
  background: #F29100; }
  .about-us-text1 .a-btn-3:hover {
    background: #c27501; }

.about-us-text1 .a-btn-4 {
  background: #00A138; }
  .about-us-text1 .a-btn-4:hover {
    background: #00802d; }

.about-us-text1 .systech-btn-outline {
  color: #88A309 !important;
  border: 1px solid #88A309; }
  .about-us-text1 .systech-btn-outline:hover {
    color: #88A309 !important;
    border: 1px solid #88A309;
    background: white; }

.about-us-galery .galery-img1 {
  height: 330px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  margin-top: 71px; }
  .about-us-galery .galery-img1 img {
    object-position: 50% 50%;
    height: 330px;
    width: 100%;
    object-fit: cover; }

.about-us-galery .galery-img2 {
  height: 208px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .about-us-galery .galery-img2 img {
    object-position: 50% 50%;
    height: 208px;
    width: 100%;
    object-fit: cover; }

.about-us-galery .galery-img3 {
  height: 280px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .about-us-galery .galery-img3 img {
    object-position: 50% 50%;
    height: 280px;
    width: 100%;
    object-fit: cover; }

.about-us-galery .galery-img4 {
  height: 330px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  position: relative; }
  .about-us-galery .galery-img4 img {
    object-position: 50% 50%;
    height: 330px;
    width: 100%;
    object-fit: cover; }

.about-us-card {
  height: 334px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
  border-radius: 5px;
  border: 1px solid white;
  cursor: pointer;
  transition: 1.2s; }
  .about-us-card .bord {
    box-shadow: 0px 15px 24px rgba(69, 88, 157, 0.02);
    transition: 1s; }
    .about-us-card .bord img {
      height: 86px;
      width: 86px;
      transition: .8s; }
  .about-us-card h5 {
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.17px;
    color: #0F2137;
    transition: 1s; }
  .about-us-card p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 155%;
    color: rgba(15, 33, 55, 0.9);
    font-style: normal;
    font-weight: normal;
    transition: 1.2s; }

.about-us-card1 .bord {
  background-color: rgba(0, 147, 186, 0.1); }

.about-us-card1:hover {
  border: 1px solid #0093ba; }
  .about-us-card1:hover .bord {
    background-color: #0093ba; }
    .about-us-card1:hover .bord img {
      filter: brightness(0.5) invert(0.9); }
  .about-us-card1:hover h5 {
    color: #0093ba; }
  .about-us-card1:hover p {
    color: rgba(0, 147, 186, 0.8); }

.about-us-card2 .bord {
  background-color: rgba(248, 236, 125, 0.19); }

.about-us-card2:hover {
  border: 1px solid #f8ec0c; }
  .about-us-card2:hover .bord {
    background-color: #f8ec0c; }
    .about-us-card2:hover .bord img {
      filter: brightness(0.5) invert(0.9); }
  .about-us-card2:hover h5 {
    color: #cec403; }
  .about-us-card2:hover p {
    color: rgba(172, 163, 7, 0.8); }

.about-us-card3 .bord {
  background-color: rgba(255, 70, 70, 0.13); }

.about-us-card3:hover {
  border: 1px solid #ff4646; }
  .about-us-card3:hover .bord {
    background-color: #ff4646; }
    .about-us-card3:hover .bord img {
      filter: brightness(0.5) invert(0.9); }
  .about-us-card3:hover h5 {
    color: #ff4646; }
  .about-us-card3:hover p {
    color: rgba(255, 70, 70, 0.8); }

.ir-card .ir-image .ir-image-container {
  padding-top: 30px;
  padding-right: 60px; }
  .ir-card .ir-image .ir-image-container .back-ractangle {
    position: absolute;
    right: 30px;
    margin-top: -30px;
    height: 375px;
    width: 75%;
    z-index: -1; }
  .ir-card .ir-image .ir-image-container .img-cover {
    height: 450px;
    overflow: hidden;
    justify-content: center;
    border-radius: 4px; }
    .ir-card .ir-image .ir-image-container .img-cover img {
      object-position: 50% 50%;
      height: 450px;
      width: 100%;
      object-fit: cover; }

.ir-card .ir-image2 .ir-image-container {
  padding-top: 30px;
  padding-right: 30px; }
  .ir-card .ir-image2 .ir-image-container .back-ractangle {
    position: absolute;
    right: 0;
    margin-top: -30px;
    height: 375px;
    width: 75%;
    z-index: -1; }
  .ir-card .ir-image2 .ir-image-container .img-cover {
    height: 450px;
    overflow: hidden;
    justify-content: center;
    border-radius: 4px; }
    .ir-card .ir-image2 .ir-image-container .img-cover img {
      object-position: 50% 50%;
      height: 450px;
      width: 100%;
      object-fit: cover; }

.ir-card .ir-text {
  order: 2;
  position: relative; }
  .ir-card .ir-text .text-content {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ir-card .ir-text .text-content img {
      position: absolute;
      width: 90%;
      max-height: 320px;
      opacity: 0.2;
      z-index: -1; }
    .ir-card .ir-text .text-content h5 {
      font-weight: 600;
      line-height: 40px;
      color: #150F11; }
    .ir-card .ir-text .text-content p {
      font-weight: 400;
      line-height: 28px;
      color: rgba(15, 33, 55, 0.9); }

.what-we-do-table thead tr {
  border: none;
  border-radius: 5px 5px 0px 0px;
  background: rgba(129, 149, 39, 0.05);
  border-radius: 5px 5px 0px 0px;
  color: #819527; }
  .what-we-do-table thead tr th {
    border: none; }

.what-we-do-table tbody tr {
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(15, 33, 55, 0.9);
  border: 1px solid rgba(134, 146, 166, 0.15); }

.what-we-do-table tbody tr:nth-child(odd) {
  background: rgba(41, 167, 74, 0.01); }
  .what-we-do-table tbody tr:nth-child(odd):hover {
    background: rgba(41, 167, 74, 0.035); }

.what-we-do-table tbody tr:nth-child(even) {
  background: rgba(227, 93, 42, 0.01); }
  .what-we-do-table tbody tr:nth-child(even):hover {
    background: rgba(227, 93, 42, 0.035); }

.tech-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 10px 0px;
  border-bottom: 2px solid rgba(134, 134, 134, 0.15); }
  .tech-menu ul li {
    display: inline;
    margin: 0;
    padding: 0; }
    .tech-menu ul li button {
      font-weight: 400;
      color: #0F2137;
      border: 2px solid rgba(255, 255, 255, 0);
      padding: 10px 12px;
      background: transparent; }
    .tech-menu ul li .mixitup-control-active {
      font-weight: 600;
      color: #88A309;
      border-bottom: 2px solid #88A309; }

.tech-item .card {
  background: #FFFFFF;
  border: 0.8px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 5px; }
  .tech-item .card p {
    line-height: 22px;
    font-weight: 400;
    color: rgba(15, 33, 55, 0.9); }

body {
  overflow-x: hidden; }

.it_work_section {
  background: linear-gradient(180deg, #ebf9ff80 0%, #f6f6ff81 100%); }
  .it_work_section .how_work .circle {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 14px 20px rgba(76, 119, 171, 0.1);
    justify-content: center;
    position: relative; }
    .it_work_section .how_work .circle div {
      margin: 0;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 30px;
      font-family: Lexend Deca;
      font-style: normal;
      font-weight: normal; }
    .it_work_section .how_work .circle .t1 {
      color: #FECD4E; }
    .it_work_section .how_work .circle .t2 {
      color: #53D6FF; }
    .it_work_section .how_work .circle .t3 {
      color: #AEEC5F; }
    .it_work_section .how_work .circle .t4 {
      color: #D3265B; }
    .it_work_section .how_work .circle .t5 {
      color: #06FFB2; }
  .it_work_section .how_work img {
    margin-top: -60px;
    position: absolute;
    padding-left: 75px;
    padding-right: 12px;
    width: 100%;
    z-index: -1; }
  .it_work_section .how_work .img-arrow2 {
    margin-top: -40px; }
  .it_work_section .how_work h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #0F2137; }
  .it_work_section .how_work li {
    font-size: 17px;
    line-height: 28px;
    color: rgba(15, 33, 55, 0.9);
    text-transform: capitalize; }

.how_work {
  width: 95%;
  display: inline-block; }

.how-we-work-squre {
  border-radius: 20px !important;
  height: 200px;
  width: 200px;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(180deg, #E0C4FC 0%, #90C6FD 100%);
  background-color: white;
  opacity: 0.3;
  position: absolute;
  z-index: -1; }

.team-card {
  background: #FFFFFF;
  border: 1px solid #E9EDF5;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer; }
  .team-card .team-card-body .team-img {
    height: 267px;
    overflow: hidden;
    justify-content: center;
    border-radius: 5px; }
    .team-card .team-card-body .team-img img {
      object-position: 50% 50%;
      height: 267px;
      width: 100%;
      object-fit: cover;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .team-card .team-card-body h5 {
    font-weight: bold;
    line-height: 24px;
    color: #0F2137; }
  .team-card .team-card-body p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #88A309; }
  .team-card .team-card-body .social {
    background-color: #F1F2F1 !important; }
    .team-card .team-card-body .social i {
      color: #7C857C; }
  .team-card .team-card-body #social-facebook:hover {
    background-color: #375488 !important; }
    .team-card .team-card-body #social-facebook:hover i {
      color: #FFFFFF !important; }
  .team-card .team-card-body #social-twitter:hover {
    background-color: #1DA1F2 !important; }
    .team-card .team-card-body #social-twitter:hover i {
      color: #FFFFFF !important; }
  .team-card .team-card-body #social-instagram:hover {
    background-color: #8a3ab9 !important; }
    .team-card .team-card-body #social-instagram:hover i {
      color: #FFFFFF !important; }
  .team-card:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.02), 0px 0px 20px rgba(0, 0, 0, 0.04), 0px 30px 30px rgba(0, 0, 0, 0.06); }
    .team-card:hover img {
      -webkit-filter: grayscale(0%) !important;
      filter: grayscale(0%) !important; }

.happy-team {
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  background: #F7FAFE; }
  .happy-team .row {
    position: relative; }
    .happy-team .row div img {
      object-position: 50% 50%;
      height: 420px;
      width: 100%;
      object-fit: cover; }
    .happy-team .row .big-height {
      min-height: 876px; }
      .happy-team .row .big-height img {
        object-position: 50% 50%;
        height: 865px;
        width: 100%;
        object-fit: cover; }

.map-container {
  background: rgba(117, 207, 240, 0.12); }
  .map-container .container {
    position: relative; }
  .map-container button {
    position: absolute;
    z-index: 5;
    right: 0;
    background: #0082C9;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 14px; }
    .map-container button:hover {
      color: lavenderblush; }
  .map-container img {
    width: 100%; }

#google-map {
  height: 420px;
  width: 100%; }

.hover-shadow:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.query-section {
  position: relative; }
  .query-section .query-background {
    position: absolute;
    height: 150%;
    width: 100%;
    z-index: -2;
    background: linear-gradient(106.43deg, rgba(255, 253, 230, 0.8) -1.4%, rgba(230, 255, 248, 0.16) -1.39%, rgba(240, 246, 240, 0.476634) 100.86%, rgba(224, 239, 250, 0.8) 100.87%); }
  .query-section .query-form {
    background: #FFFFFF;
    border: 1px solid #EDEFF6;
    box-sizing: border-box;
    border-radius: 20px; }
    .query-section .query-form .form-control {
      background: rgba(224, 231, 255, 0.1);
      border: 0.5px solid #E0E7FF;
      box-sizing: border-box;
      padding: 12px 14px;
      border-radius: 5px;
      font-family: 'Lato', sans-serif; }
    .query-section .query-form label {
      font-weight: normal;
      line-height: 30px;
      color: #0F2137; }
      .query-section .query-form label .optional {
        font-size: 14px;
        line-height: 30px;
        color: rgba(15, 33, 55, 0.65); }
    .query-section .query-form button {
      font-weight: 500;
      font-size: 15px; }

#page-location p {
  text-align: center;
  margin-bottom: 1rem; }

#page-location .footer-nav {
  text-align: center;
  position: relative; }
  #page-location .footer-nav a {
    color: #4F596A;
    position: relative;
    margin-right: 4px;
    padding-right: 8px; }
  #page-location .footer-nav .social-contact1:hover {
    color: #0077B5; }
  #page-location .footer-nav .social-contact2:hover {
    color: #1DA1F2; }
  #page-location .footer-nav .social-contact3:hover {
    color: #0e76a8; }
  #page-location .footer-nav .social-contact4:hover {
    color: #8a3ab9; }
  #page-location .footer-nav .social-contact5:hover {
    color: #FF0000; }
  #page-location .footer-nav .social1:after {
    content: '';
    height: 70%;
    width: 1px;
    background-color: rgba(2, 7, 62, 0.3);
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.contact-address-section h2 {
  font-weight: 500;
  line-height: 55px;
  color: #0F2137; }

.contact-address-section p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: rgba(15, 33, 55, 0.7); }
  .contact-address-section p span {
    color: #88A309;
    font-weight: 600; }

.contact-address-section .box-1 {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  box-sizing: border-box;
  border-radius: 5px; }
  .contact-address-section .box-1 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0F2137;
    margin-bottom: 12px; }

.contact-address-section .box-2 {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  box-sizing: border-box;
  border-radius: 5px; }
  .contact-address-section .box-2 h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: rgba(15, 33, 55, 0.9); }

.sales-section .box-3 {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  box-sizing: border-box;
  border-radius: 5px; }
  .sales-section .box-3 h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: rgba(15, 33, 55, 0.9); }
  .sales-section .box-3 p {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: rgba(15, 33, 55, 0.7); }
    .sales-section .box-3 p span {
      color: #88A309;
      font-weight: 600; }

.ir-box-text h4 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: #150F11; }

.ir-box-text h5 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  font-size: 15px;
  margin-top: 14px; }

.ir-box-text p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  font-size: 15px;
  color: rgba(15, 33, 55, 0.9); }
  .ir-box-text p i {
    display: table-cell;
    margin-right: 14px; }
  .ir-box-text p span {
    padding-left: 12px;
    display: table-cell;
    line-height: 25px; }

.ir-background {
  background: rgba(0, 130, 201, 0.03); }

.ir-image-cover {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 200px;
  overflow: hidden; }
  .ir-image-cover img {
    position: absolute;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.ir-solution-card {
  background: #F9FBFD;
  border: 1px solid #EDEEF0;
  box-sizing: border-box;
  padding: 18px; }
  .ir-solution-card .bord {
    margin-bottom: 12px; }
    .ir-solution-card .bord img {
      width: 70px;
      height: 70px; }
  .ir-solution-card .iricon1 {
    background-color: #20B2D0; }
  .ir-solution-card .iricon2 {
    background: #BC0F58; }
  .ir-solution-card .iricon3 {
    background: #250F50; }
  .ir-solution-card .iricon4 {
    background: #E4872A; }
  .ir-solution-card h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #0F2137; }
  .ir-solution-card .ir-p-box {
    position: relative;
    height: 120px;
    overflow: hidden;
    margin-bottom: 8px; }
  .ir-solution-card p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(15, 33, 55, 0.7); }
  .ir-solution-card a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #88A309; }
  .ir-solution-card:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(59, 90, 136, 0.05); }

.ask_for_quoatation_area .quatation_title {
  color: #0F2137;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 50px; }

.ask_for_quoatation_area .quotation-text h3 + p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #0F213780;
  line-height: 23px; }

.ask_for_quoatation_area .quatation_follow h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0F2137; }

.ask_for_quoatation_area .quatation_follow a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4267B2;
  color: white;
  display: inline-block;
  margin-right: 10px; }
  .ask_for_quoatation_area .quatation_follow a i {
    padding: 3px;
    font-size: 22px; }

.ask_for_quoatation_area .quatation_follow a:nth-child(2) {
  background-color: #FF0000;
  position: relative;
  top: -3px; }
  .ask_for_quoatation_area .quatation_follow a:nth-child(2) i {
    padding: 0px; }

.ask_for_quoatation_area .quatation_follow a:nth-child(3) {
  background-color: #1DA1F2; }

.ask_for_quoatation_area .quatation_follow a:nth-child(4) {
  background-color: #0077B5; }

.ask_for_quoatation_area .quatation_follow a:nth-child(5) {
  background-color: #7446AC; }

.ask_for_quoatation_area .quotation-form {
  background: #FFFFFF;
  border: 1px solid #EDEFF6;
  border-radius: 20px; }
  .ask_for_quoatation_area .quotation-form label {
    color: #0F2137;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px; }
  .ask_for_quoatation_area .quotation-form input[type="text"] {
    background: rgba(224, 231, 255, 0.1);
    border: 0.5px solid #E0E7FF;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px; }
  .ask_for_quoatation_area .quotation-form input[type="email"] {
    background: rgba(224, 231, 255, 0.1);
    border: 0.5px solid #E0E7FF;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px; }
  .ask_for_quoatation_area .quotation-form textarea {
    background: rgba(224, 231, 255, 0.1);
    border: 0.5px solid #E0E7FF;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 17px; }
  .ask_for_quoatation_area .quotation-form select {
    background: rgba(224, 231, 255, 0.1);
    border: 0.5px solid #E0E7FF;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px; }
  .ask_for_quoatation_area .quotation-form ::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(15, 33, 55, 0.3); }
  .ask_for_quoatation_area .quotation-form button {
    margin-bottom: 25px; }
  .ask_for_quoatation_area .quotation-form hr {
    background: #FFFFFF;
    border: 1px solid #b7bbcb;
    border-radius: 20px; }

.establish-text-area p {
  margin-left: 12px;
  margin-top: -3px;
  font-family: 'poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: #0F2137; }
  .establish-text-area p span {
    margin-left: 17px;
    font-weight: 700; }

.logo_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .logo_area .item:nth-child(1n) {
    margin-top: 0px; }
  .logo_area .item:nth-child(2n) {
    margin-top: -2px; }
  .logo_area .item:nth-child(3n) {
    margin-top: 5px; }

.leadership-area {
  margin-top: 22px;
  margin-bottom: 15px; }
  .leadership-area .leadership {
    position: relative;
    border: 1px solid #E9EDF5;
    border-radius: 8px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 42px;
    padding-right: 20px; }
    .leadership-area .leadership .shape {
      position: absolute;
      bottom: 50px;
      right: 150px; }
    .leadership-area .leadership hr {
      border: 1px solid rgba(236, 236, 251, 0.69);
      margin-bottom: 20px; }
    .leadership-area .leadership .leadership-img-area .leadership-img {
      margin-bottom: 15px;
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: contain;
      max-width: 200px; }
      .leadership-area .leadership .leadership-img-area .leadership-img img {
        width: 90%; }
    .leadership-area .leadership .leadership-img-area p {
      font-family: 'Poppins', sans-serif;
      font-style: normal;
      font-weight: 250;
      font-size: 16px;
      line-height: 24px;
      text-transform: capitalize;
      color: #4F596A; }
    .leadership-area .leadership .leadership-content-area {
      margin-top: -7px; }
      .leadership-area .leadership .leadership-content-area h4 {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        text-transform: capitalize;
        color: #819527; }
        .leadership-area .leadership .leadership-content-area h4 p {
          line-height: 16px; }
      .leadership-area .leadership .leadership-content-area p {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(15, 33, 55, 0.9);
        margin-bottom: 5px; }

.testimonial-single-area .testimonial-company-logo {
  height: 35px;
  margin-bottom: 10px; }
  .testimonial-single-area .testimonial-company-logo img {
    height: 100%; }

.testimonial-single-area .leadership::after {
  background-image: none !important; }

.testimonial-single-area .leadership::before {
  background-image: none !important; }

.testimonial-single-area .testimonial-img-area {
  border-right: 1px solid rgba(236, 236, 251, 0.69) !important; }

.testimonial-single-area .testimonial-single-img {
  width: 170px !important;
  height: 170px !important;
  background-image: none !important; }
  .testimonial-single-area .testimonial-single-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important; }

.testimonial-single-area .about-content {
  position: relative; }

.social-links-area a i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 10px;
  background-color: #F1F2F1;
  color: #7C857C;
  margin-right: 5px;
  transition: .5s; }

.social-links-area a:hover i {
  color: white; }

.social-links-area .facebook i {
  padding: 11px 11px 11px 13px; }

.social-links-area .facebook:hover i {
  background-color: #1077F0; }

.social-links-area .url i {
  padding-left: 7px; }

.social-links-area .url:hover i {
  background-color: #88a309; }

.social-links-area .twitter:hover i {
  background-color: #229AF0; }

.social-links-area .linkedin:hover i {
  background-color: #2C67B3; }

.social-links-area .youtube:hover i {
  background-color: #FE0000; }

.social-links-area .instagram:hover i {
  background-color: #405DE6; }

/*# sourceMappingURL=main.css.map */