﻿.top-banner{
	position: relative;
    background: var(--pc);
    padding: 180px 0 120px;
}
.top-banner.container{
	position: relative!important;
}
.top-banner.container > h1{
    font-size: 100px;
}
.bg-img-top{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.path-child{
    display: flex;
    justify-content: center;
}
.path a{
    color: #ffffff;
    font-size: 18px!important;
}
.path-link::before {
    content: "/";
    margin-right: 5px;
}
.section-padding {
    padding: 120px 0;
}
.list-point > li:before {
    content: "";
    width: 8px;
    background-color: #bbbbbb;
    height: 1.5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
.text-section .sub li {
    position: relative;
    padding-left: 18px;
}
.text-section .sub {
    max-width: none;
    margin: 10px 0 30px;
    list-style-type: none;
    padding: 0;
}
.slide-img{
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
}
.slide-img-dotted {
    position: absolute;
    top: -39px;
    left: -39px;
    z-index: -1;
}
.slide-img-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-90 {
    padding: 90px 0;
}
.z-index-1{
    z-index: 1;
}
.bg-gray-custem{
    background-color: #f9f9f9;
}
.team-slider{
    position: relative;
}
.team-slider .swiper-wrapper .swiper-slide .team-list {
    padding: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #d0d7e5, 0 7px 30px rgba(216,224,241,0.4);
    transition: ease all 0.3s;
    overflow: hidden;
}
.section-py {
    padding: 80px 0px 30px;
}
.team-slider .swiper-wrapper .swiper-slide .team-list:hover{
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.team-slider .swiper-wrapper .swiper-slide .team-list img {
    width: 100%;
    margin: 0 0px 20px;
}
.team-slider .swiper-wrapper .swiper-slide .team-list h5 {
    color: var(--pc);
}
.team-slider .swiper-container {
    padding: 40px 20px;
    margin: 0 -20px;
}
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: -40px;
    left: auto;
    filter: grayscale(100%);
    color: #000;
}
.swiper-button-next, .swiper-button-prev {
    height: 20px;
    margin-top: -22px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: auto;
    color: #000;
    filter: grayscale(100%);
    left: -40px;
}*/
.client-main .client-grid .client-items:hover{
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.client-main .client-grid .client-items{
    transition: ease all 0.3s;
    border:1px solid #e8e8e8;
}
.client-main .client-grid .client-items{
    transition: ease all 0.3s;
    border:1px solid #e8e8e8;
}
.client-main .client-items img {
    filter: grayscale(0);
    transition: ease all 0.3s;
}
.title-client{
    margin: 0px 0px 40px;
}
/*--------------------tab start-----------*/
/* Style the tab */
.tab {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
}

/* Style the buttons inside the tab */
.tab button {
    color: black;
    padding: 22px 16px;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 17px;
    text-align: start;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
}
/*--------------------tab end-----------*/
.nav-details .nav-tabs {
    display: flex;
    border-bottom: none;
    padding: 10px;
    background: #f2f6fb;
    border-radius: 10px;
    position: sticky;
    top: 79px;
    z-index: 1;
}
.nav-details .nav-link.active.show {
    background-color: var(--pc);
    color: #ffffff;
}
.nav-details .nav-link{
    color: gray;
    border:none!important;
    font-size: 16px;
}
.nav-details .nav-link:hover{
    color: gray;
    border:none;
}
.pt-50 {
    padding-top: 50px;
}
.client-container .nav-item {
    flex: 1;
    text-align: center;
}
.section-client {
    padding: 50px 0px;
}
.list-container{
    padding: 20px;
    transition: ease all 0.3s;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    filter: grayscale(100%);
}
.list-container:hover{
    filter: none;
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.list-img img {
    max-width: 160px;
}
.list-p p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 95%;
}
.list-p > p > strong{
    color: var(--pc)
}
.list-title {
    color: var(--pc);
    font-size: 20px;
}
.contact-map, #map{
    height: 60vh;
    width: 100%;
}
.card-contact-img {
    width: 80px;
}
.contact-container .access-inner {
    max-width: none;
    flex: none;
}
.contact-container form,
.contact-container .form {
    box-shadow: 0px 0px 0px 1px #d0d7e5, 0 30px 30px -8px rgba(216,224,241,0.65);
    border-radius: 10px;
    padding: 40px;
}
.contact-container .slide-img-bg {
    border-radius: 10px;
}








.story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.story-grid-main {
    grid-template-columns: repeat(3, 1fr);
}
.story-items {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 7px 30px rgba(216,224,241,0.4);
}
.story-container {
    flex-direction: row !important;
}
.story-container .story-container-sub {
    display: flex;
    flex-direction: column;
}
.story-flex {
    align-items: unset;
    justify-content: space-between;
}
.story-flex h6 {
    color: var(--pc);
}
.section-story {
    background: #f2f6fb;
}
.section-story {
    padding: 90px 0 70px;
}
.section-story-top {
    padding: 90px 0 60px;
}
.story-grid-main .story-items {
    padding: 20px 20px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 0 1px #d0d7e5, 0 7px 30px rgba(216,224,241,0.4);
}
.story-grid-main .story-items::before {
    width: 20px;
    height: 20px;
}
.story-grid-main .story-items::after {
    width: 30px;
    height: 30px;
}
.course-data {
    color: var(--sc);
    font-weight: 800;
    font-size: 16px !important;
    margin: 0 0 10px;
}
.course-data::before,
.course-data::after {
    content: "" !important;
}
.story-img {
    position: relative;
    background: rgba(0, 0, 255, 0);
    padding: 180px 0 120px;
}
.story-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.course-list-details-p{
    padding: 20px;
}
.read-btn{
    position: absolute;
    bottom: -42px;
    right: -14px;
    transition: 0.3s;
}
.story-items:hover .read-btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.cld-ft2.story-ft2 .btn.btn-secondary {
    padding: 8px 10px 5px;
    font-size: 14px;
    border-radius: 10px 0px;
}
.course-list-details-p .cld-dec{
    margin: 10px 0px 20px;
    font-size:16px;
}
.course-list-details-p .cld-title{
    font-size:22px;
}
.story-link-card{
    display: block;
    color: rgba(64, 64, 255, 0.25);
}
.story-link-card:hover{
    color: rgba(64, 64, 255, 0.25);

}
.read-btn-2{
    padding: 10px 10px 5px;
    border-radius: 10px 0px;
    bottom: -45px;
}
.story-details-content .blog-title_inner {
    text-align: unset;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}
span.has-dot::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: -3px;
    border-radius: 50%;
}
.mr-10 {
    margin-right: 10px!important;
}
.story-time > span{
    font-size: 12px;
}
.story-own-name{
    font-size: 16px!important;
}
.social-icons-story img{
    margin-right: unset;
}
.img-container {
    position: relative;
    background: rgba(0, 0, 255, 0);
}
.img-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    background-size: cover !important;
    background-position: center !important;
}
.vh-60{
    height: 60vh;
}
.cover-story img {
    border-radius: 0;
}
.border-20{
    border-radius: 20px;
    overflow: hidden;
}
.dropcap {
    text-transform: uppercase;
    padding: 0 14px 0 0;
    float: left;
    font-size: 72px;
    line-height: 1;
}
.story-small-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 20px 0px 20px;
}
.story-small img{
    border-radius: 10px;
}
img.slide-profile {
    max-width: 200px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 10px;
}
.wp-block-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
}
.related-story{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.related-story-mt{
    margin-top: 30px
}
.related-img-h{
    min-height: 160px;
    display: block;
}
.related-title{
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #E2E9F8;
    padding-bottom: 10px;
    position: relative;
}
.related-title::after {
    content: "";
    background: var(--pc);
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-story-related {
    padding: 60px 0;
}
.story-details-grid{
    grid-template-columns: repeat(3, 1fr);
}
.my-social {
    margin: 20px 0;
}





.work-container{
    background-color: var(--pc)
}
.work-grid, .work-grid-2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
}
.work-grid img,.work-grid-2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.work-grid div:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.work-title {
    padding: 170px 0 100px;
    text-align: center;
}
.work-item{
    color: #ffffff;
}
.work-p {
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
    justify-content: center;
    display: flex;
    padding-bottom: 30px;
    font-size: 18px;
}
.work-p::after {
    content: "";
    width: 20%;
    height: 3px;
    background: var(--sc);
    display: block;
    position: absolute;
    bottom: 0;
}
.work-icon-container{
    display: flex;
    align-items: center;
}
.work-icon-container img{
    width: 55px;
}
.work-img-m{
    margin: 0 0 0 20px;
}
.work-icon-container {
    display: flex;
    align-items: center;
    padding: 40px 0 0;
}
.work-img-p{
    color: #949494;
    margin-bottom: 0;
}
.work-img-title{
    margin-bottom: 0;
    font-size: 18px;
    color: var(--pc);
    font-weight: 600;
}
.work-icon-bg {
    padding: 20px;
    background: #f2f6fb;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}
.work-border-t{
    border-top: 1px solid #d0d7e5;
}
.contact-container-work{
    padding: 60px 0 70px;
}
.btn-blog {
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 0, 0);
    transition: 0.3s;
    color: var(--pc);
    margin: 0 5px 0 0;
}
.btn-blog:hover {
    border: 1px solid var(--pc);
    color: var(--pc);
}
.btn-blog-active{
    background: var(--pc);
    color: #ffffff;
}
.btn-blog-active:hover{
    color: #ffffff;
}
.blog-mb {
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d7e5;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-pattern{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-pattern-r-t {
    position: absolute;
    right: 0px;
    max-width: 28%;
    top: -10%;
    opacity: 0.05;
    z-index: -1;
}
/*----------blog-detail----------*/
.bg-pattern-r-t-p {
    position: absolute;
    right: 0px;
    max-width: 28%;
    top: -10%;
    opacity: 0.09;
    z-index: -1;
}
/*----------blog-detail----------*/
.bg-pattern-l-b {
    position: absolute;
    left: 0px;
    max-width: 20%;
    top: 20%;
    opacity: 0.15;
    transform: rotate(180deg);
    z-index: -1
}
.bg-pattern-r-b {
    position: absolute;
    right: 0px;
    max-width: 30%;
    top: 50%;
    opacity: 0.1;
    z-index: -1;
}
.bg-pattern-r-t-l {
    position: absolute;
    right: 0px;
    max-width: 28%;
    top: -65%;
    opacity: 0.05;
    z-index: -1;
}  
.bna-items-2:nth-child(1),.bna-items-2:nth-child(2) {    
    display: flex;  
    align-items: center;    
}   
.bna-card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(216,224,241,0.7);
    background: #ffffff;
}
.bna-text{
    padding: 20px;
}
.bna-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-gap: 30px;
}
.bna-items-2:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 450px;
}
.blog-category{
    color: var(--sc);
    font-weight: 700;
    display: block;
}
.stories-items:nth-child(2){
    padding: 0 0 0 40px;
}
.bna-items-2:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 3;
}
.bg-img-patents{
    position: relative;
    overflow: hidden;
}
.bg-img-patents-child {
    position: absolute;
    top: -100px;
    left: -220px;
    width: 80%;
    z-index: -1;
}
.bg-img-patents-child-2 {
    position: absolute;
    top: 270px;
    right: -570px;
    width: 46%;
    z-index: -1;
    transform: rotate(-25deg);
}
.border-b{
    position: relative;
}
.border-b::after {
    content: "";
    background-color: var(--pc);
    height: 3px;
    width: 20%;
    display: block;
    left: 0;
    margin-top: 10px;
}
.bna-items p {
    margin-top: 5px;
}
.blog-title_inner span.blog-category{
    opacity: unset;
}
.blog-category-bg{
    display: inline-block;
    background: var(--sc);
    padding: 1px 10px;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.blog-title_inner span {
    font-size: 18px;
}
.line-left-blog {
    color: var(--sc);
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 60px 0 0;
}
.line-left-blog::after {
    content: "";
    height: 8px;
    width: 8px;
    background: #888888;
    position: absolute;
    right: -35px;
    display: block;
    border-radius: 50px;
}

/*---------------------------------------team-card--------------------------------------*/

.team{
  margin:40px;
}

.team-member {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    max-width: 90%;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(61, 125, 214, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    justify-content: center;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*---------------------------------------team-card--------------------------------------*/

.title-between{
    display: flex;
    justify-content: space-between;
}
.text-none-sc{
    color: var(--sc);
    text-decoration: none!important;
}
.social-icons-card a > img {
    width: 25px;
    height: auto;
    filter: brightness(20.5);
}
.social-icons-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
}
.team-member p {
    opacity: 0.6;
    margin: 0;
}
.team-grid {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
    max-width: 1000px;
    margin: auto;
}
.team-item-span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.team-item {
    background-color: #ffffff;
    transition: ease all 0.3s;
    padding: 30px 60px;
    position: relative;
    color: unset;
    border-radius: 10px;
}
.team-item:hover {
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
    border: none;
    color: unset;
}

/*----------------team member------------------------*/
.team-members {
    transform: rotate(-45deg);
}
.team-members li > div {
    float: left;
    width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
    margin-left: 20%;
}

.team-members li:last-child > div:first-child {
    margin-left: 40%;
}

.member-details > div {
    background-color: #9ca2ad;
    margin: 5px;
}
.member-details img {
    transform: rotate(45deg) translate(0, 15px) scale(1.2);
    display: block;
    width: 100%;
    height: 100%;
}

/* hover content - style */
.member-details > div {
    position: relative;
    overflow: hidden;
}

.member-info {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-12px, 15px);
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

.member-info h3,
.member-info p {
    margin: 0;
    color: #fff;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.member-info h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    top: -100px;
}

.member-info p {
    font-weight: 300;
    font-size: 12px;
    bottom: -150px;
}

.member-details > div:after {
    content: '';
    background-image: linear-gradient(45deg, rgba(175, 193, 199, 0.18) 50%, transparent 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
    cursor: pointer;
    transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
    opacity: 1;
    visibility: visible;
}

.member-details:hover .member-info h3 {
    top: 0;
}

.member-details:hover .member-info p {
    bottom: 0;
}

/* Team overview */
.team-overview {
    padding-right: 15px;
}

.team-overview > a {
    margin-bottom: 30px;
    display: block;
}

.team-overview > a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: relative;
    top: -3px;
    margin-right: 5px;
    background-color: #ccc;
    display: inline-block;
}


/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-center > div:first-child {
    order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
    .sm-no-flex {
        display: block;
    }
    .sm-no-float {
        float: none !important;
    }
    .sm-text-center {
        text-align: center;
    }
}

@media only screen and (max-width : 550px) {
    .team-members li {
        text-align: center;
    }
    .team-members li > div {
        float: none;
        display: inline-block;
        width: 30%;
        margin: 0 !important;
    }
    .team-members {
        transform: rotate(0);
    }
    .member-details img {
        transform: rotate(0) translate(0, 0);
    }
    .team-overview {
        padding: 15px;
    }
    
}

@media only screen and (max-width : 399px) {
    .team-members li > div {
        width: 48%;
    }
}

/* extra */
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
    background-color: #eee;
}
.copyright a {
    display: inline-block;
    padding: 10px 2px;
}
.upwork {
    color: #37a000;
}
.upwork:after {
    content: '/';
    margin-left: 10px;
}
.fiverr {
    color: #1dbf73;
}
.copyright .triplebyte {
    display: block;
    padding-top: 0;
    color: #344759;
    text-decoration: underline;
}
li.clearfix {
    list-style-type: none;
}
/*----------------team member------------------------*/
.section-member {
    background: #f2f6fb;
    padding: 90px 0 40px 0;
}
.team-section {
    padding: 60px 0;
}
.section-60-f {
    padding:60px 0;
    background-color: #f2f6fb;
}
.section-title-60 {
    margin-bottom: 60px;
}
/*.top-items {
    padding: 20px 30px;
    transition: ease all 0.3s;
    border: 1px solid #e8e8e8!important;
    margin: 10px 0;
    border-radius: 10px!important;
    display: flex;
    align-items: center;
}
.top-items p{
    margin: 0;
    color: gray;
}
.top-items:hover{
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.top-member {
    display: flex;
    flex-direction: column;
    margin: 60px 0 0;
    max-width: 70%;
}
.top-member .nav-link{
    text-align: unset;
}
.top-img img{
    max-width: 80px;
    border-radius: 100px;
}
.top-text {
    margin: 0 0 0 20px;
}
.img-profile {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f2f6fb;
    padding: 20px;
    border-radius: 10px;
}
.profile-img{

}
.team-title-pr{
    color: var(--pc);
}

.top-member .active{
    transform: scale(1.01) translateY(-5px);
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.top-member-container .nav-tabs {
    border-bottom: unset;
}
.team-max-w-p img:hover {
    box-shadow: 0px 0px 0 var(--pc);
}
.team-max-w-p img {
     width: 320px;
    border-radius: 100%;
    box-shadow: 13px 5px 0 var(--pc);
    transition: 0.3s;
}
.img-text-team {
    margin: 20px 0 0;
}*/
.member-text {
    padding: 30px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.team-item:nth-child(even) .team-content {
    flex-direction: row-reverse;
}
.team-inner {
    flex: 1;
}
.team-content .sub{
    color: #555c62;
}
.team-img img {
    width: 200px;
    border-radius: 100%;
}
.team-img {
    margin: 0 40px 0 0;
}
.team-item:nth-child(even) .team-img {
    margin: 0 0 0 40px;
}
.team-item-span span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--sc);
}
.member-text::after {
    content: "";
    display: block;
    height: 2px;
    width: 30%;
    background: var(--sc);
    margin: 10px 0 0;
}
.consultancy-top .title {
    position: relative;
}
.consultancy-top .title::after {
    content: "";
    display: block;
    width: 34%;
    height: 2px;
    background-color: var(--sc);
    bottom: 0;
    left: 0;
    margin: 10px 0 0;
}
/*.consultancy-section-main::after {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    background-color: var(--pc);
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    border-top-left-radius: 190px;
}*/
.consultancy-section-main {
    position: relative;
    /*padding: 50px 0;*/
}
.consultancy-section-main .sub li {
    position: relative;
    padding: 18px 0 0 36px;
}
.consultancy-section-main .list-point > li:before {
    top: 18px;
    width: 23px;
    height: 23px;
    background: url(../images/check.svg) no-repeat;
}
.consultancy-img{
    max-width: 90%;
}
.cat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cate-item {
    padding: 40px;
    background-color: var(--pc);
    margin-bottom: 30px;
    width: 100%;
    min-height: 40vh;
    max-height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.cate-inner{
    height: 100%;
    width: 100%;
}
.cate-img-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;   
}

/*------------hover-card-cate-------------------*/
:root {
  --d: 900ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}
.card-cate {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  color: whitesmoke;
  background-color: whitesmoke;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);*/
}
@media (min-width: 600px) {
  .card-cate {
    height: 350px;
  }
}
.card-cate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card-cate:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.07) 11.7%, 
    rgba(0, 0, 0, 0.14) 22.1%, 
    rgba(0, 0, 0, 0.21) 31.2%, 
    rgba(0, 0, 0, 0.28) 39.4%, 
    rgba(0, 0, 0, 0.38) 46.6%, 
    rgba(0, 0, 0, 0.42) 53.1%, 
    rgba(0, 0, 0, 0.49) 58.9%, 
    rgba(0, 0, 0, 0.56) 64.3%, 
    rgba(0, 0, 0, 0.63) 69.3%, 
    rgba(0, 0, 0, 0.70) 74.1%, 
    rgba(0, 0, 0, 0.77) 78.8%, 
    rgba(0, 0, 0, 0.84) 83.6%, 
    rgba(0, 0, 0, 0.91) 88.7%, 
    rgba(0, 0, 0, 0.95) 94.1%, 
    rgba(0, 0, 0, 1) 100%);
 /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, 
    rgba(30, 61, 125, 7%) 11.7%, 
    rgba(30, 61, 125, 14%) 22.1%, 
    rgba(30, 61, 125, 21%) 31.2%, 
    rgba(30, 61, 125, 28%) 39.4%, 
    rgba(30, 61, 125, 35%) 46.6%, 
    rgba(30, 61, 125, 42%) 53.1%, 
    rgba(30, 61, 125, 49%) 58.9%,
    rgba(30, 61, 125, 56%) 64.3%, 
    rgba(30, 61, 125, 63%) 69.3%, 
    rgba(30, 61, 125, 70%) 74.1%, 
    rgba(30, 61, 125, 77%) 78.8%, 
    rgba(30, 61, 125, 84%) 83.6%, 
    rgba(30, 61, 125, 91%) 88.7%, 
    rgba(30, 61, 125, 95%) 94.1%, 
    rgba(30, 61, 125, 100%) 100%);*/
    transform: translateY(-50%);  
    transition: transform calc(var(--d) * 2) var(--e);
}


.content {
  position: relative;
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}


@media (hover: hover) and (min-width: 600px) {
  .card-cate:after {
    transform: translateY(-20%);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card-cate:hover,
.card-cate:focus-within {
    align-items: center;
  }
  .card-cate:hover:before,
.card-cate:focus-within:before {
    transform: translateY(-4%);
  }
  .card-cate:hover:after,
.card-cate:focus-within:after {
    transform: translateY(-50%);
  }
  .card-cate:hover .content,
.card-cate:focus-within .content {
    transform: translateY(0);
  }
  .card-cate:hover .content > *:not(.title),
.card-cate:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card-cate:focus-within:before, .card-cate:focus-within:after,
.card-cate:focus-within .content,
.card-cate:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}
.content .title,.content .copy{
    color: white;
}
/*.content .title{
    font-size: 24px;
}*/
.card-cate-1:before {
  background-image: url(../images/about/consultancy/card-cate-1.jpg);
}
.card-cate-2:before {
  background-image: url(../images/about/consultancy/card-cate-2.jpg);
}
.card-cate-3:before {
  background-image: url(../images/about/consultancy/card-cate-3.jpg);
}
.card-cate-4:before {
  background-image: url(../images/about/consultancy/card-cate-4.jpg);
}
.card-cate-5:before {
  background-image: url(../images/about/consultancy/card-cate-5.jpg);
}
.card-cate-6:before {
  background-image: url(../images/about/consultancy/card-cate-6.jpg);
}
.card-cate-7:before {
  background-image: url(../images/about/consultancy/card-cate-7.jpg);
}
.card-cate-8:before {
  background-image: url(../images/about/consultancy/card-cate-8.jpg);
}
.card-cate-9:before {
  background-image: url(../images/about/consultancy/card-cate-9.jpg);
}
/*------------hover-card-cate-------------------*/
.team-card-btn {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 5px;
    margin-top: 10px;
    color: #ffffff;
    justify-content: center;
}
.team-card-btn:hover{
    background-color: #ffffff;
    color: var(--pc);
}

.section-50 {
    margin: 50px 0;
}
.border-10{
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px var(--pc), 0 30px 30px -8px rgb(216 224 241);
}
.contect-d {
    padding: 20px;
    margin: 42px 0 0;
    border-radius: 10px;
    background-color: #f2f6fb;
}
.title-contect{
    margin: 0 0 20px;
}
.contect-d .my-social {
    margin: 20px 0 0;
}
.contect-d .git-links .con-info a {
    background: #ffffff;
}
.progress-bar-container .progress-bar {
    background-color: var(--pc);
}
.progress-bar-container .progress {
    height: 8px;
    border-radius: 15px;
}
.title-pc {
    color: var(--pc);
    margin: 0;
}
.progress-conteaner {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 100;
    align-items: center;
}
.progress-span-2{
    color: var(--pc);
    font-size: 14px;
    font-weight: 900;
}
.progress-items {
    margin: 30px 0 0;
}
.cate-item .sub,.progress-main .sub{
    max-width: unset;
}
.profile-text{
    margin: 40px 0 0;
}
.profile-social b{
    margin: 0 0 0 10px;
    font-size: 16px;
}
.profile-social a{
    color: var(--pc);
}
.git-links-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-main{
    padding: 0 10px;
}
.designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--sc);
}

.profile-social {
    display: flex;
}

.profile-d-list {
    max-width: none;
    margin: 10px 0 30px;
    list-style-type: none;
    padding: 0;
}
.profile-d-list li {
    position: relative;
    padding: 18px 0 0 36px;
}

.profile-d-list > li:before {
    content: "";
    top: 18px;
    width: 23px;
    height: 23px;
    background: url(../images/check.svg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 10px;
}
.download-btn{
    transform: translateX(-5px) translateY(2px);
}
.team-item:nth-child(even) .team-inner {
    /*text-align: right;*/ /*Amer*/
}
.webinar-blog .featured-list-wrapper {
    margin-top: 30px;
}
.webinar-blog .featured-list + .featured-list {
    margin-top: 15px;
}
.webinar-blog .featured-list img {
    width: 35px;
    margin-right: 20px;
}
.webinar-blog .section-title .title {
    font-size: 25px;
    color: #000;
    margin: 0;
    font-weight: 600;
}
.webinar-blog .sub {
    margin: 5px 0 0;
}
.webinar-blog .featured-list .webinar-text {
    margin-bottom: 0;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.webinar-blog .featured-list {
    display: flex;
    align-items: center;
}
.blog-item:nth-child(even) .w-row{
    flex-direction: row-reverse;
}
.styled-image:before{
    display: none;
}
.styled-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.styled-image {
    height: 260px;
}
.mt-list{
    margin: 0 0 0 0;
}
.list-view .webinar-row {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.list-view .webinar-row .imgHolder {
	padding-top: 15px;
}
/* Amer: 2022-10-15 */
@media (min-width: 768px) {
    .list-view .webinar-row {
		align-items: flex-start;
    }
	.list-view .webinar-row > div {
		max-width: 45%;
	}
}
.list-view .styled-image {
    height: 100%;
}
.list-view .mt-list {
    margin: 0 30px 0 30px;
}
.list-view .blog-item:nth-child(n + 2) .w-row{
   margin-top: 50px;
}
/*.team-members-hero {
    margin: 40px 0 0 0;
}*/
.departments-container {
    padding: 50px 0 0;
}
.webinar-blog .featured-list-wrapper{
    display: none;
}
.list-view .featured-list-wrapper{
    display: block;
}
.webinar-blog .section-title p {
    margin: 10px 0 0 0;
}


/* ███████████████████████████████████████████████████████████████████████████████████████ */

.truncate {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.resultsCount {
	font-size: 16px;
	color: var(--sc);
}

.otherLanguage {
	margin: 1rem auto;
	color: var(--pc);
	font-size: large;
}


.scrolldown {
	position: absolute;
	left: 50%;
	color: #fff;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease all 0.3s;
	opacity: 0;
}

.scrolldown:hover {
        color: #fff;
	    background: rgba(30,61,125,0.4);
    }

.scrolldown.visible {
	opacity: 0.6;
}
	/*
    .scrolldown svg {
        width: 100%;
        height: 100%;
    }
    */
	.scrolldown i {
		font-size: 3.5em;
	}

.animation.MoveUpDown {
	-moz-animation: MoveUpDown 3s infinite;
	-webkit-animation: MoveUpDown 3s infinite;
	animation: MoveUpDown 3s infinite;
}


@-moz-keyframes MoveUpDown {
	

	50% {
		top: 78vh;
	}
    0%, 100% {
        top: 80vh;
    }
}

@-webkit-keyframes MoveUpDown {
	50% {
		top: 78vh;
	}

	0%, 100% {
		top: 80vh;
	}
}

@keyframes MoveUpDown {
    50% {
        top: 78vh;
    }

    0%, 100% {
        top: 80vh;
    }
}

/*//───────────────────────────────────────────────────────────────────────────────────────\\*/
@media (min-width: 768px) {
    .scrolldown {
		width: 80px;
		height: 80px;
		margin-left: -40px;
		border-radius: 40px;
	}

	.otherLanguage {
		margin: 4rem auto;
	}
}
/*//───────────────────────────────────────────────────────────────────────────────────────\\*/

.tamaraWidgetLink {
    display: flex;
	align-items: center;
    cursor: pointer;
}
    .tamaraWidgetLink:hover span {
	    color: var(--sc);
    }

.tamaraWidgetLink img {
    height: 22px;
}
    .tamaraWidgetLink span {
        padding-inline-start: 5px;
    }

/* styles.css or LoadingIndicator.razor.css */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* styles.css */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
