/* seoprominds */

/*-- page header --*/
.page__header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 20px;
    margin: auto;
    z-index: 5;
    background: #ffffff;
    padding-bottom: 18px;
    border-bottom: 1px solid #134262;
}

.page__header ol,
.page__header ul {
    list-style: none;
}

.page__header a,
.page__header a:hover {
    text-decoration: none;
    color: var(--white);
}

.page__header .page__header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page__header .header-logo {
    width: 240px;
}

.page__header .header-logo img {
    display: block;
    width: 100%;
}

.mobile-menu {
    position: absolute;
    z-index: 999;
    display: none;
}

.slide-nav-trigger {
    z-index: 999;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.slide-nav-trigger span {
    display: block;
    width: 42px;
    height: 2px;
    background: var(--black);
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    transition: all 200ms ease-in;
}

.slide-nav-trigger span::before,
.slide-nav-trigger span::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 28px;
    background: var(--black);
    transition: all 200ms ease-in;
}

.slide-nav-open .slide-nav-trigger span::before,
.slide-nav-open .slide-nav-trigger span::after {
    background: var(--white);
    transition: all 200ms ease-in;
}

.slide-nav-trigger span::before {
    -webkit-transform: rotate(0) translate(0px, 8px);
    transform: rotate(0) translate(0px, 8px);
}

.slide-nav-trigger span::before,
.slide-nav-trigger span::after {
    content: "";
}

.slide-nav-trigger span::after {
    -webkit-transform: rotate(0) translate(0px, -8px);
    transform: rotate(0) translate(0px, -8px);
}

.page__header .cust-navbar ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.page__header .cust-navbar ul li {
    margin-right: 45px;
}

.page__header .cust-navbar ul a {
    color: var(--black);
    font-size: 18px;
    line-height: 25px;
    position: relative;
    transition: all 200ms ease-in;
    font-weight: 400;
}

.page__header .cust-navbar ul a:hover {
    color: #15b8a7;
}

.page__header .cust-navbar ul .active a {
    color: #15b8a7;
}

.page__header .cust-navbar ul a::before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    height: 2px;
    background: var(--white);
    bottom: -5px;
    transition: all 200ms ease-in;
}

.join-us-at-discord img {
    width: 20px;
    margin-bottom: -2px;
    margin-left: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: max-content;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    top: 50px;
}

.dropdown-content a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown.show .dropdown-content {
    display: block;
}


/*---- footer ---*/
.page-footer {
    border-top: 3px solid transparent;
    border-image: linear-gradient(#bf90f8 0%, #926ff2 9.85%, #8770e9 100%);
    border-image-slice: 1;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.page-footer .container-lg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 100px;
}

.page-footer .logo {
    padding: 0px;
    display: block;
    margin-top: -1px;
    position: inherit;
    z-index: -1;
}

.page-footer .left {
    display: flex;
    width: 400px;
    justify-content: flex-start;
    align-items: flex-end;
}

.page-footer .right {
    margin-bottom: -40px;
    margin-right: 73px;
}

.page-footer .social-list {
    padding-left: 121px;
}

.page-footer .social-list li {
    display: inline-block;
}

.page-footer .social-list li a {
    width: 32px;
    height: 32px;
}

.page-footer .social-list li .social-icon {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 22px;
}

.page-footer .right .top {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
}

.page-footer .foter-right-one {
    margin-left: 66px;
}

.page-footer .right .bottom {
    font-size: 15px;
    line-height: 25px;
}

.page-footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-footer .copyright {
    font-size: 15px;
    line-height: 25px;
    color: #888993;
    margin-top: 17px;
}

.page-footer .copyright span {
    display: block;
}

.footer-menu {
    display: flex;
    align-items: center;
}

.footer-menu li {
    margin-right: 45px;
}

.footer-menu li a {
    color: #281149;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    transition: all 200ms ease-in;
}

.footer-menu li a:hover {
    color: #bd86fc;
}

.page-footer .social-list li .social-icon:hover {
    filter: opacity(0.5);
}

.page-footer .bottom-border {
    border-top: 1px solid transparent;
    border-image: linear-gradient(#bf90f8 0%, #926ff2 9.85%, #8770e9 100%);
    border-image-slice: 1;
    padding: 38px 0 50px;
}

.our-work-slider .owl-dots.disabled,
.our-work-slider .owl-nav.disabled {
    display: block !important;
}

.our-work-slider {
    position: relative;
}

.our-work-slider .owl-nav.disabled {
    position: absolute;
    right: 12.9%;
    top: -30%;
}

.our-work-slider .owl-prev {
    position: relative;
    height: 56px;
    width: 56px;
    border: 3px solid #888992 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in
}

.our-work-slider .owl-prev span {
    opacity: 0 !important;
}

.our-work-slider .owl-prev::before {
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.our-work-slider .owl-next {
    position: relative;
    height: 56px;
    width: 56px;
    border: 3px solid #888992 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in
}

.our-work-slider .owl-next span {
    opacity: 0 !important;
}

.our-work-slider .owl-next::before {
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.our-work-slider .owl-nav [class*=owl-]:hover {
    background: #8b72ea !important;
    color: #FFF;
    text-decoration: none;
    border: 3px solid #8b72ea !important;
}

.mobile-header {
    display: none;
}

.home-page-wrap {
    position: relative;
}

.cust-dropdown {
    display: none;
}

/* mobile menu */
.slide-nav-open .slide-nav-container {
    transform: translateY(0);
}

.slide-nav-container {
    padding: 150px 25px 60px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-nav-container {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 0px 70px 0px #000;
    max-width: 100%;
    background: #28293C;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    background-size: 100% 100%;
}

.body-fix {
    overflow-y: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.slide-nav-container-inner .slide-nav {
    text-align: center;
    list-style: none;
    padding-left: 0;
}

.slide-nav-container-inner .slide-nav a {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
}

.slide-nav-open .slide-nav-trigger span {
    background: transparent;
}

.slide-nav-open .slide-nav-trigger span::before {
    -webkit-transform: rotate(-45deg) translate(0px, 0);
    transform: rotate(-45deg) translate(0px, 0);
    top: 0;
}

.slide-nav-open .slide-nav-trigger span::after {
    -webkit-transform: rotate(45deg) translate(0, 0px);
    transform: rotate(45deg) translate(0, 0px);
    bottom: 0;
}

.coming-soon .coming-soon-slider {
    display: none;
}

.our-work-slider {
    display: block;
    z-index: 8;
}

.page-footer .foter-right-cion {
    margin-bottom: -6px;
}

.social-list .discord-icon {
    background-image: url(../images/Discord2icon.png);
    width: 36px;
    height: 28px;
    display: block;
    background-size: contain;
    margin-right: 26px;
}

.social-list .discord-icon:hover {
    background-image: url(../images/Discord--icon.png);
}

.social-list .icon-twitter {
    background-image: url(../images/Icon-twitter-square.png);
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    margin-right: 26px;
}

.social-list .icon-twitter:hover {
    background-image: url(../images/Icon-awesome.png);
}

.social-list .iconfooter {
    background-image: url(../images/iconfooter.png);
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
}

.social-list .iconfooter:hover {
    background-image: url(../images/iconfooteras.png);
}

.home-banner .cta .mr-20 {
    margin-right: 15px;
}

.home-collection-title .nav-pills .nav-link:hover {
    border-bottom: 1px solid var(--white) !important;
}


/* footer menu */
/*--- footer menu ---*/
.main-menu-bottom .mobile-menu {
    position: absolute;
    z-index: 999;
    display: block;
    right: 50%;
    transform: translate(50%);
}

.main-menu-bottom .opensea {
    z-index: 999;
    display: block;
}

.main-menu-bottom .discord {
    z-index: 999;
    display: block;
}

.main-menu-bottom {
    display: flex;
    justify-content: space-around;
}

.main-menu-bottom .left {
    display: block;
    height: 30px;
    width: 30px;
    margin-top: 14px;
    margin-right: 10px;
}

.main-menu-bottom .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-menu-bottom .right {
    display: block;
    height: 30px;
    width: 30px;
    margin-top: 14px;
    margin-left: 10px;
}

.main-menu-bottom .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footermenu {
    display: none;
}

.page-footer .copyright span {
    display: block;
}

.join-us-at-discord {
    font-family: var(--neue-machina);
    line-height: 14px;
    font-size: var(--btn-font-size);
    letter-spacing: var(--btn-lspacing);
    border: 1px solid var(--whitea);
    font-weight: 400;
    text-align: center;
    padding: 15px 30px;
    color: #104060 !important;
    display: inline-block;
    background: var(--whitea);
    border-radius: 60px;
    transition: all 200ms ease-in;
}

.join-us-at-discord img {
    width: 18px;
    margin-bottom: 2px;
    margin-left: 4px;
}

.join-us-at-discord:hover {
    background: var(--black);
    color: var(--white) !important;
    border-color: var(--black);
}

.join-us-at-discord:hover img {
    filter: grayscale(1);
}

.slide-nav-container {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-nav-container .theme-btn {
    margin-top: 45px;
    margin-bottom: 70px;
}

.slide-nav-container-inner .slide-nav li {
    padding: 5px;
}

/*mobile menu */

.slide-nav-container {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-nav-container .theme-btn {
    margin-top: 45px;
    margin-bottom: 70px;
}

.slide-nav-container-inner .slide-nav li {
    padding: 5px;
}

.social-list .discord-icon {
    width: 22px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.social-list .icon-twitter {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 9px;
}

.social-list .iconfooter {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0px;
}

.team-slider .owl-stage {
    padding-left: 0px !important;
}

.the-team .team-bottom .name {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 5px;
}

.page-footer .bottom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-footer .copyright {
    font-size: 12px;
    line-height: 19px;
    color: #888993;
    margin-top: 0;
}

.the-team .container-md {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 0;
}

/*---- end footer menu ---*/



/**** home banner **/
.home-banner {
    height: 800px;
    width: 100%;
    padding: 260px 0 100px;
    position: relative;
    background: linear-gradient(135deg, #f9761b6e, #fbac7569, #0b3c5dd1);
}

.home-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Mask-Group.png);
    opacity: 0.2;
    background-size: cover;
    z-index: 1;
}

.home-banner .home-banner-content {
    position: relative;
    z-index: 2;
}

.home-banner .home-banner-content .title {
    color: var(--black);
    width: 100%;
}

.home-banner .banner-cta {
    display: block;
    margin-top: 10px;
}

.home-banner .banner-cta .left {
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    width: 100%;
    max-width: 70%;
    padding-bottom: 16px;
}

.home-banner .banner-cta .cta {
    position: relative;
}

.home-banner .banner-cta .cta a {
    margin-right: 10px;
}

.home-about {
    background: var(--whitea);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 135px;
}

.home-about .about-bg {
    background: var(--white);
    border-radius: 35px;
}

.home-about .title {
    color: var(--black);
    width: 100%;
    margin-bottom: 26px;
}

.home-about .content {
    padding: 90px 0;
}

.home-about .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-about .main .left {
    width: 40%;
    padding-right: 20px;
}

.home-about .main .right {
    width: 60%;
    padding-left: 25px;
}

.home-about .main .right .detail {
    font-size: 16px;
    line-height: 26px;
}

.home-about .main .right .cta {
    text-align: right;
    position: relative;
    padding-top: 25px;
}

.home-about .main .right .cta a:first-child {
    margin-right: 10px;
}

.home-about .main .right .cta::after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid var(--black);
    width: 185px;
    left: 0px;
    top: 52px;
    opacity: 25%;
    display: none;
}

.about-img {
    position: relative;
    overflow: hidden;
    margin-top: -210px;
    padding: 150px 0 0px;
}

.about-img .first-row {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-img .first-row .img-1 {
    height: 260px;
    width: 260px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
}

.about-img .first-row .img-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-img .first-row .img-2 {
    height: 320px;
    width: 320px;
    border-radius: 15px;
    overflow: hidden;
}

.about-img .first-row .img-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-whitea {
    background: var(--whitea);
}

.home-client .title {
    color: var(--black);
    margin-bottom: 25px;
}

.home-client .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-client .data .left {
    width: 40%;
    padding-right: 30px;
}

.home-client .data .right {
    width: 60%;
    padding-left: 25px;
}

.home-client .left .images .img-2 {
    width: 350px;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
}

.home-client .left .images .img-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-client .left .img-2 {
    margin-top: 85px;
    position: relative;
    z-index: 55;
}

.home-client .right .top p:first-child {
    margin-bottom: 35px;
}

.home-client .right .cta {
    margin-top: 28px;
}

.home-client {
    padding: 50px 0 100px;
    position: relative;
}

.home-client .bg-bottom {
    position: relative;
}

.home-candidates {
    background: #eff1f4;
    position: relative;
    padding: 100px 0;
}

.home-candidates .can-width {
    position: relative;
}

.home-candidates .title {
    color: var(--black);
    margin-bottom: 0px;
}

.home-candidates .cust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 40px;
}

.home-candidates .cust-row .left {
    width: 60%;
    color: #666565;
}

.home-candidates .cust-row .righ {
    width: 40%;
    text-align: right;
}

.home-candidates .cust-row .cta {
    position: relative;
}

.home-candidates .cust-row .cta::after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid var(--white);
    width: 64%;
    left: 18px;
    top: 28px;
    opacity: 25%;
}

.home-candidates .cust-row .cta a:first-child {
    margin-right: 10px;
}

.candidate-slider .owl-stage-outer {
    height: 500px;
}

.candidate-slider .item-cell {
    border: 1px solid #1b4999;
    border-radius: 25px;
    padding: 300px 40px 50px 70px;
    position: relative;
    overflow: hidden;
    background: #4786ee;
}

.candidate-slider .item-cell::after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    background: #00000082;
    left: 0;
    top: 0;
    z-index: 1;
    mix-blend-mode: color-burn;
}

.candidate-slider .portfolio_image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.candidate-slider .portfolio_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease;
}

.candidate-slider .item-cell:hover .portfolio_image img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.candidate-slider .owl-stage {
    padding-left: 226px !important;
}

.candidate-slider .item-cell .ref {
    color: #EFF1F4;
    opacity: 38%;
    font-size: 14px;
    line-height: 26px;
}

.home-candidates .candidate-slider .title {
    color: #fff;
    position: relative;
    z-index: 3;
}

.candidate-slider table {
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}

.candidate-slider .dtable {
    position: relative;
    z-index: 3;
}

.candidate-slider table span.annum {
    margin-left: 15px;
}

.candidate-slider .detail {
    color: #fff;
    padding: 20px 0;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 3;
}

.candidate-slider .cta {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
}

.candidate-slider .cta i {
    transform: rotate(310deg);
    transition: all 0.3s ease;
    ;
}

.candidate-slider .cta:hover i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
    ;
}

.candidate-slider .cta a {
    background: #e3e3e3;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: var(--black);
    font-size: 50px;
    line-height: 51px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

.candidate-slider {
    position: relative;
}


.latest-ins {
    background: linear-gradient(213deg, #002460 0%, #180E47 100%);
    padding: 100px 0;
    position: relative;
}

.latest-ins::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../images/MaskGroup.png');
    top: 0;
    left: 0;
    mix-blend-mode: normal;
    background-size: cover;
}

.latest-ins-slide .item-cell {
    border: 2px solid var(--whitea);
    border-radius: 35px;
    padding: 50px 70px 55px;
}

.latest-ins-slide .date {
    font-size: 14px;
    line-height: 26px;
    color: var(--whitea);
    margin-bottom: 20px;
}

.latest-ins-slide .title {
    color: var(--whitea);
}

.latest-ins-slide .detail {
    color: var(--whitea);
    padding: 20px 0;
}

.latest-ins-slide {
    position: relative;
}

.latest-ins-slide .cta {
    position: absolute;
    bottom: -20px;
    left: 70px;
}

.latest-ins-slide .owl-stage-outer {
    height: 400px;
}

.latest-ins .bottomcta {
    text-align: center;
    position: relative;
    margin-top: 70px;
}

.latest-ins .bottomcta::after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid var(--white);
    width: 41%;
    right: 0px;
    top: 28px;
    opacity: 25%;
}

.latest-ins .bottomcta::before {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid var(--white);
    width: 41%;
    left: 0px;
    top: 28px;
    opacity: 25%;
}

.latest-ins .title-top {
    text-align: center;
    color: var(--whitea);
    margin-bottom: 41px;
}

.feel-free {
    position: relative;
    background: var(--whitea);
    padding: 100px 0;
}

.feel-free .first-img {
    height: 120px;
    width: 120px;
    overflow: hidden;
    position: absolute;
    top: -25px;
    left: 0;
}

.feel-free .first-img img {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.feel-free .second-img {
    position: absolute;
    right: 0px;
    top: -52px;
    width: 341px;
    height: 451px;
    overflow: hidden;
}

.feel-free .second-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-left: 50px;
}

.feel-free .cust-row {
    display: grid;
    grid-template-columns: 26% 17% 17% 28%;
    gap: 4%;
    justify-content: space-between;
    margin: 0;
    align-items: self-start;
}

.feel-free .left .title {
    width: 100%;
    max-width: 56%;
}

.feel-free .left .title span {
    color: var(--red);
}

.feel-free .left .mass {
    padding: 15px 50px 30px;
    border: 2px solid var(--red);
    border-radius: 25px;
    position: relative;
    width: 100%;
    max-width: 92%;
    margin-top: 35px;
    font-weight: 500;
}

.feel-free .left .mass::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: var(--red);
    border-width: 2px 0 0 2px;
    width: 22px;
    height: 32px;
    bottom: -17px;
    left: 44px;
    background: var(--whitea);
    -webkit-transform: rotate(236deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(237deg);
}

.home-form .cust-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-form .cust-form-group {
    margin-bottom: 0px;
}

.home-form .w-80 {
    width: 75%;
}

.home-form .w-20 {
    width: 25%;
    text-align: right;
}

.home-form .top {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
}

.page__footer .social-links {
    display: flex;
    padding-top: 11px;
    list-style: none;
}

.social-links li {
    height: 21px;
    width: 21px;
    transition: all 200ms ease-in;
    margin-right: 21px;
}

.social-links .facebook-ico a {
    background: url("../images/facebook-f.png") no-repeat center;
    background-size: contain;
    transition: all 200ms ease-in;
}

.social-links .facebook-ico a:hover {
    background: url("../images/facebook-f-hover.png") no-repeat center;
    background-size: contain;
}

.social-links .linkedin-ico a {
    background: url("../images/linkedin-in.png") no-repeat center;
    background-size: contain;
}

.social-links .linkedin-ico a:hover {
    background: url("../images/linkedin-in-hover.png") no-repeat center;
    background-size: contain;
}

.social-links .twitter-ico a {
    background: url("../images/twitter.png") no-repeat center;
    background-size: contain;
    transition: all 200ms ease-in;
}

.social-links .twitter-ico a:hover {
    background: url("../images/twitter-hover.png") no-repeat center;
    background-size: contain;
}

.social-links .insta-ico a {
    background: url("../images/instagram.png") no-repeat center;
    background-size: contain;
    transition: all 200ms ease-in;
}

.social-links .insta-ico a:hover {
    background: url("../images/instagram-hover.png") no-repeat center;
    background-size: contain;
}

.footer-cell-sub span,
.footer-cell-sub li a,
.footer-cell-sub a {
    font-size: var(--sm-font-size);
    line-height: var(--sm-line-height);
    letter-spacing: var(--sm-lspacing);
    font-weight: 300;
}

.social-links li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-in;
}

footer.page__footer {
    background: #fff;
    padding: 20px 0 17px;
}

footer.page__footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer.page__footer .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

footer.page__footer .left li {
    display: inline-block;
}

footer.page__footer .left li a:hover {
    color: var(--red);
}

footer.page__footer .left li:first-child {
    margin-right: 30px;
}

.home-candidates .slider {
    margin-top: 60px;
}

.feel-free .right .address {
    padding-top: 10px;
}

.feel-free .right .bottomdet {
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.feel-free .right .address span {
    display: block;
    font-size: 18px;
    line-height: 32px;
}

.feel-free .right .bottomdet a {
    display: block;
}

.home-banner .banner-cta .cta a:last-child {
    margin-right: 0px;
}

.social-links li:last-child {
    margin-right: 0px;
}

.home-client .left .detail {
    font-weight: 500;
}

.home-about .main .left .detail {
    font-weight: 400;
}

.candidate-slider button.owl-prev {
    background: transparent !important;
    height: 50px;
    width: 50px;
    border-radius: 100% !important;
    border: 1px solid #9e9fa1 !important;
    position: relative;
    display: block;
}

.candidate-slider button.owl-prev::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-image: url('../images/perview.png');
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.candidate-slider button.owl-prev span {
    opacity: 0;
}

.candidate-slider button.owl-next {
    background: transparent !important;
    height: 50px;
    width: 50px;
    border-radius: 100% !important;
    border: 1px solid #9e9fa1 !important;
    position: relative;
    display: block;
}

.candidate-slider button.owl-next span {
    opacity: 0;
}

.candidate-slider button.owl-next::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-image: url('../images/next.png');
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.page__footer .copy-write {
    font-weight: 400;
    font-size: 13px;
}

.page__footer .footer-menu {
    font-weight: 400;
}

.feel-free .left .mass span {
    display: block;
}

/* new service service */
.our_services {
    position: relative;
    padding: 100px 0;
}

.our_services .service-top {
    display: grid;
    grid-template-columns: 37% 50%;
    gap: 4%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.our_services .service_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service_card {
    position: relative;
    border: 1px solid #80808042;
    border-radius: 12px;
    padding: 45px;
}

.service_card .s_card_icon {
    position: relative;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #7e7b7b47;
    max-width: 100px;
    height: 100px;
    padding: 20px;
}

.service_card .s_card_icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service_card.keyword {
    background: #dae7fc;
}

.service_card.on_page {
    background: #ffe4dc;
}

.service_card.off_page {
    background: #e7defa;
}

.service_card.keyword .s_card_icon {
    background: #4786ee;
}

.service_card.on_page .s_card_icon {
    background: #ff7851;
}

.service_card.off_page .s_card_icon {
    background: #8559e6;
}

.serv_card_title {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

.mini_sub_title {
    position: relative;
    background: #0b3c5d;
    width: max-content;
    padding: 2px 12px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}

.mini_sub_title p {
    margin: 0;
    padding: 0;
}

.our_services .service-top .right {
    padding-top: 25px;
}

.about_v1 {
    position: relative;
    padding: 100px 0;
}

.bg_whitea {
    background: var(--whitea);
}

.about_v1 .about_row {
    display: grid;
    grid-template-columns: 40% 40%;
    gap: 4%;
    justify-content: space-between;
    align-items: center;
}

.about_v1 .about_row .about_right_img {
    width: 100%;
    height: 561px;
}

.ul-check {
    padding: 0;
    list-style: none;
}

.ul-check li {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 0px;
    padding-left: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1.6em;
}

.ul-check li:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #0b3c5d;
    margin-right: 12px;
    width: 20px;
    line-height: 1;
    padding: 4px 0;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: bold;
}

.feel-free .ul-check {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.feel-free .ul-check li:before {
    margin-right: 12px;
    width: 15px;
    padding: 4px 0;
    font-size: 12px;
    transition: all 200ms ease-in;
}

.feel-free .ul-check li {
    padding-left: 22px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1.6em;
    transition: all 200ms ease-in;
}

/* Dropdown container */
.page__header .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.page__header .dropbtn {
    background: none;
    border: none;
    color: var(--black);
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    font-weight: 400;
}

.page__header .dropbtn:hover {
    color: #15b8a7;
}

/* Dropdown container mobile */
.mobile-header .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.mobile-header .dropbtn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 8px;
}

.mobile-header .dropbtn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.feel-free .ul-check li:hover::before {
    transition: all 200ms ease-in;
    color: #e93266;
}

.feel-free .ul-check li:hover a {
    transition: all 200ms ease-in;
    color: #e93266;
}

.footer_title {
    position: relative;
    margin-bottom: 15px;
    width: max-content;
    padding-right: 5px;
}

.footer_title::after {
    position: absolute;
    left: 0px;
    bottom: -3px;
    height: 2px;
    background: var(--red);
    content: "";
    width: 100%;
}

.why_choose_v1 {
    position: relative;
    padding: 150px 0;
}

.why_choose_v1 .choose_row {
    display: grid;
    grid-template-columns: 34% 29% 29%;
    gap: 3%;
    justify-content: space-between;
    align-items: self-start;
}

.why_choose_v1 .title {
    position: relative;
    padding: 10px 0 30px;
}

.why_choose_v1 ol.ol-style-1 {
    list-style-type: none;
    counter-reset: ordered;
    margin-left: 15px;
}

.why_choose_v1 ol.ol-style-1 li {
    font-weight: 400;
    margin-bottom: 20px;
}

.why_choose_v1 ol.ol-style-1 li::before {
    background: var(--red);
    border-radius: 50%;
    color: #ffffff;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    font-weight: 400;
    margin-left: -50px;
    margin-top: -5px;
    padding: 8px 5px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
}

.why_choose_v1 ol.ol-style-1.color-2 li::before {
    background: var(--black);
}

.why_choose_v1 .ell_errow img {
    max-width: 190px;
}

.why_choose_v1 .ell_errow {
    position: absolute;
    right: 14px;
    top: 150px;
}

.why_choose_v1 .choose_row .choose_coll {
    position: relative;
}

.why_choose_v1 .choose_row .col_title {
    position: relative;
    margin-bottom: 20px;
    width: max-content;
}

.why_choose_v1 .choose_row .col_title::after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--black);
}

.service_card.keyword .theme-btn {
    background: #4786ee;
    border-color: #4786ee;
}

.service_card.keyword .theme-btn:hover {
    background: transparent;
    color: #4786ee;
}

.service_card.on_page .theme-btn {
    background: #ff7851;
    border-color: #ff7851;
}

.service_card.on_page .theme-btn:hover {
    background: transparent;
    color: #ff7851;
}

.service_card.off_page .theme-btn {
    background: #8559e6;
    border-color: #8559e6;
}

.service_card.off_page .theme-btn:hover {
    background: transparent;
    color: #8559e6;
}

.service_card .serv_card_cta {
    padding-top: 15px;
}

.home-banner .hero_row {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 5%;
    justify-content: center;
    align-items: center;
}

.home-banner .hero_row .hero_banner_image {
    width: 536px;
    height: 450px;
    position: relative;
    z-index: 2;
}

footer.page__footer .footer-wrap p {
    margin: 0;
    padding: 0;
}

footer.page__footer .footer-wrap ul {
    margin: 0;
    padding: 0;
}

.get_in_form {
    background: #4786ee36;
    padding: 30px;
    border-radius: 19px;
}

.get_in_form .cust-form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.get_in_form .cust-form-row .cust-w-50 {
    width: 49%;
}

.get_in_form .cust-form-row .cust-w-100 {
    width: 100%;
}

.get_in_form .form_row {
    display: grid;
    grid-template-columns: 36% 60%;
    gap: 4%;
}

.form_wrap {
    padding: 100px 0;
}

.form_wrap .form_top_row {
    margin-bottom: 40px;
}

.form_wrap .form_row {
    display: grid;
    grid-template-columns: 35% 61%;
    gap: 4%;
    justify-content: space-between;
    align-items: self-start;
}

.form_wrap .address {
    background: #ff7851;
    border-radius: 15px;
    padding: 30px;
}

.form_wrap .address {
    background: #ff7851bd;
    border-radius: 15px;
    padding: 30px;
    height: 375px;
}

.form_wrap .form_row .address_row {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.form_wrap .form_row .address_row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.form_wrap .form_row .address_row .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
    color: var(--black);
    border-radius: 8px;
}

.form_wrap .address_row .heading-h6 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    color: #0b3c5d;
}

.form_wrap .address_row a {
    color: #0b3c5d;
    font-size: 17px;
}

.bottomdet a {
    display: block;
    font-weight: 400;
}

.out_news_main {
    position: relative;
    padding: 100px 0 30px;
}

.out_news_main .blog_top {
    position: relative;
    text-align: center;
}

.out_news_main .blog_top .mini_sub_title {
    margin: 0 auto 15px;
}

.out_news_main .blog_top .title {
    max-width: 550px;
    margin: 0 auto 20px;
}

.out_news_main .blog_top .title .heading-h2 {
    line-height: 1.5rem;
}

.out_news_main .blog_top .title .heading-h2 {
    line-height: 1.1em;
}

.out_news_main .blog_top .top_datil {
    max-width: 950px;
    margin: 0 auto 25px;
}

.blog_news_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: self-start;
}

.blog_card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog_card .blog_image {
    position: relative;
    height: 350px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.blog_card .blog_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center center;
    transition: all 0.3s ease;
}

.blog_card:hover .blog_image img {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.blog_card .blog_degail {
    border-radius: 16px;
    position: relative;
    margin: -50px 25px 45px;
    z-index: 1;
    box-shadow: 0px 5px 9px -0.92px rgba(57, 25, 82, 0.1019607843);
    background: #fff;
    padding: 25px;
}

.blog_card .blog_analytics {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog_card .blog_author p {
    background: var(--black);
    border-radius: 8px;
    margin: 0;
    padding: 2px 15px;
    color: #fff;
    font-size: 14px;
}

.blog_card .blog_publis_date p {
    margin: 0;
    font-size: 14px;
}

.blog_card .blog_title {
    font-size: var(--h5-font-size);
    line-height: 1.1em;
    letter-spacing: var(--h5-lspacing);
    font-weight: 400;
    margin: 20px 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_card .blog_title p {
    margin-bottom: 6px;
}

.home-banner.blog_banner {
    padding: 100px 0 0;
    height: max-content;
}

.home-banner.blog_banner .hero_banner_image {
    width: 557px;
    height: 330px;
    position: relative;
    z-index: 2;
}

.blog_pagination {
    position: relative;
    padding: 20px 0 100px;
}

.faq_main_wrap {
    position: relative;
    padding: 100px 0;
    background: #eff1f4;
}

.faq_main_wrap .faq_row {
    position: relative;
    display: grid;
    grid-template-columns: 36% 60%;
    gap: 4%;
}

.faq_main_wrap .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.banner.about_us {
    height: max-content;
    padding: 150px 0 60px;
}

.banner.about_us .hero_row .hero_banner_image {
    width: 440px;
    height: 370px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.banner.blog_banner.detail {
    padding: 200px 0 70px;
}

.blog_detail_main {
    position: relative;
    padding: 100px 0;
}

.blog_detail_main .blog_detail_row {
    display: grid;
    grid-template-columns: 68% 28%;
    gap: 4%;
    justify-content: space-between;
    align-items: start;
}

.blog_detail_main .blog_detail_img1 {
    height: 480px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.blog_detail_main .blog_detail_img1 img {
    transition: all 0.3s ease;
}

.blog_detail_main .blog_detail_img1:hover img {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.blog_detail_main .recent_post_card img {
    transition: all 0.3s ease;
}

.blog_detail_main .recent_post_card:hover img {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.blog_detail_main .detail_card_right {
    background: var(--whitea);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog_detail_main .recent_post_card {
    position: relative;
    background: #fff;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 20px;
}

.blog_detail_main .recent_post_card .content_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog_detail_main .recent_post_card .content_date {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #4786ee;
}

.about_us.blog_detail .hero_row {
    display: grid;
    grid-template-columns: 63% 32%;
    gap: 5%;
    justify-content: center;
    align-items: center;
}

.about_us.blog_detail .home-banner-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about_us.blog_detail .hero_row .hero_banner_image {
    width: 440px;
    height: 286px;
}

.blog_detail_main .detail_card_right .detail_card_title {
    border-bottom: 2px solid #4786ee;
    margin-bottom: 25px;
    width: max-content;
    padding-right: 10px;
}

.blog_detail_main .blog_detail_title {
    margin-bottom: 20px;
}

.blog_detail_main .blog_detail_text {
    margin-bottom: 20px;
}

.blog_detail_main .blog_detail_list {
    margin-bottom: 20px;
}

.blog_detail_main blockquote {
    position: relative;
    padding: 35px 30px;
    background: #e3e6ed;
    background-blend-mode: luminosity;
    border: 2px solid #4786ee;
    margin-top: 35px;
    margin-bottom: 50px;
    z-index: 2;
    border-radius: 16px;
    margin-bottom: 25px;
}

.blog_detail_main blockquote::before {
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 40px;
    color: #4572d1;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1;
}

.blog_detail_main blockquote cite {
    width: max-content;
    display: block;
    text-align: right;
    margin-left: auto;
    position: relative;
    margin-top: 20px;
}

.blog_detail_main blockquote cite::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 1px;
    background: #4572d1;
    left: -185px;
    top: 50%;
}

.blog_author_detail {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}

.blog_author_detail .social-links {
    display: flex;
    list-style: none;
}

.blog_author_detail .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #4786ee;
    text-transform: capitalize;
}

.all_project_row .item-cell {
    position: relative;
}

/* project detail */
.all_project_page {
    position: relative;
    padding: 100px 0;
}

.all_project_page .project_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.projcet_card {
    position: relative;
    width: 100%;
    background: #80808026;
    border-radius: 20px;
    box-shadow: 0 0 10px #1520345c;
    overflow: hidden;
}

.projcet_card .project_image.img-box {
    height: 350px;
}

.projcet_card .project_image.img-box img {
    transition: all 0.3s ease;
}

.projcet_card .project_image.img-box:hover img {
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.projcet_card .project_detail {
    padding: 30px;
}

.projcet_card .project_cta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.projcet_card .project_cta .project_btn {
    display: block;
    background: #141f33;
    border: 1px solid #141f33;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 10px 2px;
    transition: all 200ms ease-in;
    font-size: 14px;
}

.projcet_card .project_cta .project_btn:hover {
    background: transparent;
    color: #141f33;
    font-weight: 400;
    transition: all 200ms ease-in;
}

.accordion-header button.accordion-button {
    font-weight: 600;
}

.faq_main_wrap .accordion-header .accordion-button {
    font-size: var(--h6-font-size) !important;
    line-height: var(--h6-line-height) !important;
    font-weight: 500 !important;
}

.feel-free .ul-check li a {
    color: var(--black);
    font-weight: 500;
}


.inner-baner {
    height: max-content;
    width: 100%;
    padding: 190px 0 60px;
    position: relative;
    background: linear-gradient(135deg, #f9761b6e, #fbac7569, #0b3c5dd1);
}


.fix-cta {
    position: fixed;
    bottom: 50px;
    right: 14px;
    z-index: 999;
    display: grid;
    row-gap: 10px;
    grid-template-columns: 100%;
}

.fix-cta a {
    display: block;
}

.fix-cta a img {
    width: 50px;
}

/* service detail */

.banner.service_detial {
    height: max-content;
    padding: 250px 0 160px;
    position: relative;
    background: linear-gradient(135deg, #f9761b6e, #fbac7569, #0b3c5dd1);
    text-align: center;
}

.banner.service_detial .home-banner-content {
    max-width: 80%;
    margin: 0 auto;
}

.banner.service_detial .banner-cta {
    max-width: 75%;
    margin: 0 auto;
    margin-top: 15px;
}

.service_row.detail_v1 {
    grid-template-columns: repeat(4, 1fr);
}

.service_row.detail_v1 .service_card.perplexity {
    background: #15b8a729;
}

.service_card.perplexity .s_card_icon {
    background: #15bbb5;
}

.service_row.detail_v1 .service_card .s_card_icon {
    border-radius: 8px;
    max-width: 175px;
    height: 57px;
    padding: 9px;
}

.service_row.detail_v1 .service_card .s_card_icon img {
    object-fit: fill;
}

.service_row.detail_v1 .s_card_icon {
    background: transparent;
}

.bg_gray_v1 {
    background: #eff1f4 !important;
}

.home-client.bg_gray_v1 {
    padding: 100px 0;
}

.seo_process .process_word_image {
    clip-path: polygon(25% 0%, 100% 0, 100% 65%, 65% 100%, 0 100%, 0 0);
    max-height: 250px;
}

.seo_process .process_word_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.seo_process .latest-ins-slide .item-cell {
    border-radius: 15px;
    padding: 25px 40px 25px;
}

.seo_process .latest-ins-slide .card_number {
    position: absolute;
    right: 61px;
    color: #fff;
    bottom: 25px;
    font-size: 33px;
    font-weight: 400;
    font-style: italic;
}

.latest-ins.seo_process {
    background: #0b3c5d !important;
}

.latest-ins.seo_process::before {
    display: none !important;
}

.latest-ins.seo_process .detail {
    color: var(--whitea);
    padding: 10px 0;
}

.home-candidates .candidate-slider .title .heading-h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.latest-ins.seo_process .owl-stage-outer {
    height: 510px;
}

.latest-ins.seo_process .item-cell .title {
    height: 93px;
    overflow: hidden;
}