:root {
    --ch:262;
    --cs: 52%;
    --menuheader: var(--l4);
    --menushadow: rgba(0,0,0,0.6);
    --menuborder: #ebebeb;
    --menucolor: var(--th9);
    --menubhover: var(--th2);
    --menuchover: #fff;
    --menuptb: 31px;
    --menuprl: 17px;
    --menuptbm: 22px;
}
.bgimg {
    background-image: url(img/hexagon-pattern.png);
}
body {
    font-family: 'Trebuchet MS';
    color: #474747;
    background-color: var(--l9)!important;
}
.grids > * {
    background-color:inherit;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
header .aimnavnav > li {
    background-color: transparent;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
    position: relative;

}
header .aimnavnav > li > a:hover {
    background-color: transparent;
}
p {color:var(--l9);}

header .aimnavnav > li::before {
    background-color: var(--menubhover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .25s;
    content: '';
    z-index: -2;
}
header .aimnavnav > li:hover {
    color: #fff;
}
header .aimnavnav > li:hover::before {
    height: 100%;
}
header .aimnavnav>li.active>a,header .aimnavnav>li.active>a:hover {
    background-color: transparent;
}

.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
}
header a:active {
    background-color: blue;
    color: white;
}

.h0 {
    text-shadow:
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 2px #0ff,
    0 0 2px #0ff,
    0 0 2px #0ff,
    0 0 2px #0ff,
    0 0 4px #0ff;
    margin: 0;
}
::before, ::after, .aigdiv1 > div, .aigdiv2 > div {
    --hbtn: hsl(var(--ch1),var(--cs1),calc(var(--cl1) - 22%));
    --btn: hsl(var(--ch1),var(--cs1),var(--cl1));
    --lbtn: hsl(var(--ch1),var(--cs1),calc(var(--cl1) + 22%));
    --gdiv: hsl(var(--ch1),var(--cs1),var(--cl1));
    --ghdiv: hsl(var(--ch1),var(--cs1),calc(var(--cl1) + 22%));
    --f1btn: hsla(var(--ch1),var(--cs1),var(--cl1),0.7);
    --f2btn: hsla(var(--ch1),var(--cs1),var(--cl1),0.3);

}
.aigdiv1 > div {
    text-align: center;
    position: relative;
    cursor: pointer;
}
.aigdiv1 > div > div:first-child {
    width: 130px;
    height: 140px;
    line-height: 145px;
    background: linear-gradient(to bottom,transparent 49%,var(--gdiv) 50%);
    margin: 0 auto 15px;
    font-size: 45px;
    color: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    transition: all 0.3s ease 0s;
}
.aigdiv1 > div:hover > div:first-child {
    font-size: 60px;
}
.aigdiv1 > div > div:first-child:before,
.aigdiv1 > div > div:first-child:after {
    content: "";
    width: 93%;
    height: 93%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: translate(-50%, -50%);
}
.aigdiv1 > div > div:first-child:after {
    width: 85%;
    height: 85%;
    background: var(--gdiv);
    transition: all 0.3s ease 0s;
}
.aigdiv1 > div:hover > div:first-child:after {
    box-shadow: 0 0 40px rgba(0,0,0,0.2) inset;
}
.aigdiv1 > div h4 {
    color: #505050;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.aigdiv1 > div:hover h4 {
    color: var(--gdiv);
}
.aigdiv1 > div h4:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--gdiv);
    background: var(--gdiv);
    box-shadow: 0 0 0 3px #fff inset;
    position: absolute;
    top: -50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}
.aigdiv1 > div:hover h4:before {
    opacity: 1;
    top: -24px;
}
.aigdiv1 > div p {
    font-size: 15px;
    color: #505050;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px) {
    .aigdiv1 {
        margin-bottom: 10px;
    }
}

.aigdiv2 > div {
    cursor: pointer;
}
.aigdiv2 > div > div {
    border-bottom: 1px solid var(--gdiv);
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    position: relative;
}
.aigdiv2 > div:hover > div {
    border-bottom: 1px solid var(--ghdiv);
}
.aigdiv2 > div > div > i {
    width: 75px;
    height: 75px;
    background: var(--gdiv);
    border-radius: 5px;
    display: block;
    text-align: center;
    transform: rotate(60deg);
    position: relative;
    left: 22px;
    top: 12px;
    transition: all 300ms ease-in-out 0s;
}
.aigdiv2 > div:hover > div > i {
    background: var(--ghdiv);
}
.aigdiv2 > div > div > i {
    font-size: 30px;
    color: var(--l9);
    transform: rotate(-60deg);
    line-height: 72px;
}
.aigdiv2 > div > h4 {
    color: var(--gdiv);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.aigdiv2 > div:hover > h4 {
    color: var(--ghdiv);
}
.aigdiv2 > div > p {
    color: var(--th9);
    line-height: 25px;
}
@media screen and (max-width: 990px) {
    .aigdiv2 > div {
        margin-bottom: 25px;
    }
}

.aigidiv1 > div {
    position: relative;
}
.aigidiv1 > div img {
    width: 100%;
    height: auto;
    z-index: 1;
    transform: translateY(0px);
    transition: all 0.50s ease;
}
.aigidiv1 > div:hover img {
    transform: translateY(-40px);
}
.aigidiv1 > div > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #2b2f3e;
    text-align: center;
    background: #fff;
    transform: translateY(0px);
    transition: all 0.50s ease-in-out 0s;
}
.aigidiv1 > div:hover > div {
    transform: translateY(17px);
    opacity: 1;
}
.aigidiv1 > div .team-title {
    font-size: 19px;
    color: #444;
    margin: 0;
    letter-spacing: 1px;
}
.aigidiv1 > div .team-title small {
    display: block;
    color: #444;
    margin: 1% 0 3% 0;
    font-size: 12px;
    text-transform: capitalize;
}
.aigidiv1 > div .social-link {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aigidiv1 > div .social-link li {
    display: inline-block;
    margin-right: 2%;
}
.aigidiv1 > div .social-link li a {
    color: #444;
    transition: all 0.50s ease;
}
.aigidiv1 > div .social-link li a:hover {
    color: #e143eb;
}
@media screen and (max-width: 767px) {
    .aigidiv1 > div {
        margin-bottom: 15%;
    }
}