/*
Theme Name: Tristar
Author: Cyberworx
Author URI: https://cyberworx.in
Version: 1.0
*/
html, body {
    font-size: 16px;
    font-weight: 400;
    color: #080415;
    font-family: "DM Sans", serif;
    background: #f6f7f7;
}
header {
    background: #fff;
}
.top-bar {
    background: #1C96D6;
    padding: 12px 0;
}

.top-bar .top-detail {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links a {
    position: relative;
}

.social-links a:not(:last-child):after {
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.top-bar .contact-cta a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar .contact-cta a span.icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top-bar .contact-cta a span.icon svg {
    width: 14px;
}

.top-bar .contact-cta {
    display: flex;
    gap: 50px;
}

.top-bar .contact-cta a:not(:last-child):after {
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.social-links a svg {
    width: 15px;
    height: auto;
}
header .main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 36px;
}

header .main-menu ul.nav {gap: 36px;}

header .main-menu ul.nav li a {
    text-decoration: none;
    color: #080415;
}
header .main-menu ul.nav li a:hover {
    color: #1c96d6;
}
header .menu-header {
    padding: 10px 0;
}
.btn {
    min-width: 133px;
    border-radius: 0;
    padding: 11px 15px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.btn.btn-primary {
    background: #1C96D6;
}

.btn.btn-primary:hover {
    background: #0D3153;
}
.top-bar .contact-cta a:hover {
    color:#0D3153;
}


.top-bar .contact-cta a:hover span {
    background: #0D3153;
}
footer {
    background: #1D6E97;
    color: #fff;
    padding-top: 72px;
}

footer .footer-widget {}

footer .footer-widget h2.widgettitle, footer .footer-widget h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
}

footer .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-widget ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    transition: 0.4s;
}

footer .footer-widget ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

footer .footer-widget ul li {
    width: 100%;
    transition: 0.4s;
}

footer .footer-widget p:last-child {
    margin: 0;
}

footer .copyright {
    width: 93%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid;
    margin-top: 32px;
    padding-top: 14px;
    padding-bottom: 20px;
}

footer .copyright p {
    margin: 0;
}

footer .footer-widget h2.wp-block-heading {
    font-family: DM Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.66px;
    margin-bottom: 43px;
}
section.section-space.cta-section {
    position: relative;
    padding: 0;
}

section.section-space.cta-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

section.section-space.cta-section .container {
    position: relative;
}
section .title {
    margin-bottom: 35px;
}

section .title h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    color: #0D3153;
    text-transform: uppercase;
    margin-bottom: 13px;
}

section .title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.66px;
    text-transform: capitalize;
}
.blog-block {
    background: #fff;
    padding: 30px;
    display: flex;
    gap: 30px;
    transition: 0.4s;
}

.blog-block .image {
    min-width: 230px;
    position: relative;
    overflow: hidden;
}

.blog-block .image img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
    height: 205px;
    object-position: center;
}

.blog-block .content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
}

.blog-block .content p {
    margin-bottom: 11px;
}

.blog-block .content .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #248EC2;
    margin-bottom: 23px;
}
.homebanner-swiper .banner-image img {
    width: 100%;
    height: auto;
}

.homebanner-swiper .swiper-slide {
    position: relative;
}

.homebanner-swiper .swiper-slide .banner-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.homebanner-swiper .swiper-slide .banner-content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    max-width: 555px;
    margin-bottom: 32px;
}
.theme-swiper-arrow {
    right: 8px;
    left: auto;
    bottom: 15px;
    top: auto;
    width: 32px;
    height: 24px;
    background: #248EC2;
    margin: 0;
}

.theme-swiper-arrow:after {
    display: none;
}


.theme-swiper-arrow svg {
    width: 18px;
}

.theme-swiper-arrow svg path {
    fill: #fff;
}

.theme-swiper-arrow:hover svg path {
    fill: #023859;
}

.theme-swiper-arrow:hover {
    background: #fff;
}

.swiper-button-prev.theme-swiper-arrow {
    right: 40px;
}
.theme-swiper-pagination span.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    transition: 0.6s;
    margin: 0 2px !IMPORTANT;
}

.theme-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    position: relative;
    overflow: hidden;
}
.homebanner-swiper .swiper-slide .banner-content a.btn {
    padding: 14px 24px;
}
section .title p {
    margin-top: 28px;
    margin-bottom: 0;
}
section.section-space {
    padding: 80px 0;
}
.section-image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}
.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.btn.circle {
    padding: 0;
    color: #248EC2;
}

.btn.btn-primary.circle {
    background: transparent;
}

.btn.circle span {
    align-items: center;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #248EC2;
    position: relative;
    transition: 0.4s;
}
.btn.circle span svg {
    transition: 0.4s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn.circle:hover span svg {
    left: 50%;
}
section .title .btn {
    margin-top: 30px;
}
a.btn.w-0 {
    min-width: auto;
}
.logo-row .logo-block {
    max-width: 100%;
}
.blue-bg-opacity {
    background-color: #1c96d6;
}
section .title.text-white h5 {
    color: rgb(255 255 255 / 37%);
}
.usp-block {
    border: 2px solid #fff;
    padding: 33px 12px;
    text-align: center;
    transition: 0.4s;
}

.usp-block h3 {
    font-family: DM Sans;
    font-size: 24px;
    line-height: 31.25px;
    margin-bottom: 20px;
}

.usp-block img {
    margin-bottom: 30px;
    height: 35px;
    width: auto;
}

.usp-block p {
    margin: 0;
}
.product_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_row .product-info {
    padding: 23px;
    width: 35%;
}

.product_row .product-image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.product_row .product-image {
    width: 65%;
    overflow: hidden;
    position: relative;
}

.product_row:nth-child(even) {
    flex-direction: row-reverse;
}
.desktop-width{
    max-width: 1366px;
}
footer .footer-widget ul li a:hover {
    color: #173d5c;
    font-weight: bold;
}
.blog-block .image span.cat-name {
    z-index: 10;
    position: absolute;
    background: #fff;
    padding: 5px 12px;
    top: 13px;
    color: #248EC2;
}
.section-image {
    overflow: hidden;
}

.section-image:hover img {
    scale: 1.1;
}

.product-image:hover img {
    scale: 1.1;
}

.usp-block:hover {
    box-shadow: 0px 10px 15px 3px #00000054;
    transform: translateY(-10px);
}

.blog-block:hover {
    transform: translateY(-5px);
    box-shadow: 0px 7px 10px 0px #00000040;
}

.blog-block:hover .image img {
    scale: 1.1;
}
.btn svg {
    transition: 0.4s;
}

.btn:hover svg {
    transform: translateX(5px);
}

footer .footer-widget ul li a:hover {
    padding-left: 5px;
}
.page-banner {
    position: relative;
    height: 365px;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    max-width: 519px;
    transform: translate(-50%, -50%);
}

.page-banner .title h2 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 62.5px;
    margin-bottom: 17px;
}

.page-banner .title p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.why-choose-block {
    background: #fff;
    padding: 32px 44px;
    min-height: 230px;
    transition: 0.4s;
}

.why-choose-block img {
    margin-bottom: 14px;
}

.why-choose-block  h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 11px;
}

.why-choose-block  p {
    margin: 0;
}
.page-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
}
.team-block {
    transition: 0.4s;
}

.team-block .image {
    position: relative;
    display: flex;
    overflow: hidden;
}

.team-block .image img {
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.team-block .info {
    padding: 20px;
    text-align: center;
}

.team-block .info h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #080415;
    margin-bottom: 5px;
}

.team-block .info p {
    margin: 0;
    color: #0D3153;
    font-weight: 500;
}

.team-block .image a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    place-content: center;
}

.team-block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 5px 7px #00000017;
}

.team-block:hover .image img {
    scale: 1.05;
}
.team-full-block .image {
    display: flex;
}

.team-full-block .image img {
    width: 100%;
    height: auto;
}

.team-full-block .content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}

.team-full-block .content h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0D3153;
}

.team-full-block .content p {
    margin: 0;
}
.team-full-block {
    background: #fff;
    width: 87%;
    margin: 0 auto;
    padding: 20px 30px;
}

.team-full-block .row {
    align-items: center;
}
.blog-block.large {
    align-items: center;
}

.blog-block.large .image {
    min-width: 390px;
}
.blog-block.large .image img {
    height: 260px;
    object-fit: cover;
}
.swiper-container {
    display: flex;
}
.blog-block:not(.large) .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-block.large:hover {
    box-shadow: none;
    transform: none;
}
.swiper-container.blog-slider {
    box-shadow: 0px 0px 35px 0px #00000014;
}
.swiper-pagination.theme-swiper-pagination.blue {
    text-align: right;
}

.swiper-pagination.theme-swiper-pagination.blue span.swiper-pagination-bullet {
    border-color: #1c96d6;
}
.theme-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    width: 100%;
    height:100%;
    background:#fff;
    position:absolute;
    left:0;
    top:0;
    transform: translateX(-100%);
    animation:fillPagination 5s linear;
}
.theme-swiper-pagination.blue span.swiper-pagination-bullet.swiper-pagination-bullet-active:before { 
    background: #1c96d6;
    animation:fillPagination 7s infinite linear;
}
@keyframes fillPagination {
    0% {transform: translateX(-100%)}
    100% {transform: translateX(0px)}
}
.swiper-container.blog-slider .swiper-pagination {
    position: absolute;
    right: 40px;
    bottom: 50px;
    width: auto;
}
.youtube-video-block {
    position: relative;
}

.youtube-video-block iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.youtube-video-block .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.youtube-video-block button.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: none;
    background: transparent;
    outline: n;
}
.journey-content {
    background: #248EC2;
    position: relative;
    padding: 55px 43px;
    color: #fff;
    width: 587px;
    z-index: 20;
}
.journey-content .journey-block h3 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
}

.journey-content .journey-block h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
}

.journey-content .journey-block p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9ADCFC;
}
.swiper-container.journey-slider {
    padding-bottom: 75px;
}
.swiper-control {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    align-items: center;
}

.swiper-control .swiper-pagination {
    position: static;
}
.swiper-control .navigation {
    display: flex;
    gap: 14px;
}
.swiper-control .navigation .theme-swiper-arrow.round {
    position: static;
    width: 60px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.why-choose-block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 5px 4px #0000001c;
}
header .main-menu ul.nav li.current-menu-item a {
    color: #1c96d6;
}
.theme-bg {
    background: #248EC2;
}
.contact-info-section {
    padding: 40px 50px;
    color: #fff;
}


.contact-info-section .contact-info h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    max-width: 373px;
}

.contact-info-section .contact-info  hr {
    opacity: 1;
    margin: 40px 0;
}

.contact-info-section .contact-info .contact-block {
    margin-bottom: 21px;
}

.contact-info-section .contact-info .contact-block h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact-info-section .contact-info .contact-block .contact-info a {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    position: relative;
}

.contact-info-section .contact-info .contact-block .contact-info a:after {
    content: "|";
}

.contact-info-section .contact-info .contact-block .contact-info a:last-child:after {
    display: none;
}


.contact-info-section .contact-info .contact-block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.contact-info p.map-link {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.contact-info p.map-link a {
    color: #fff;
}
.form-control {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}

.form-control::placeholder {
    color: #fff;
}

.form-control:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

textarea.form-control {
    max-height: 100px;
}

.btn.btn-white {
    background: #fff;
    color: #248EC2;
}

.wpcf7-submit {
    width: 100%;
    padding: 14px 0;
}
span.wpcf7-not-valid-tip {
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.blog-info-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 43px;
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 34px;
}

.blog-info-detail .share-block {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1C96D6;
}
.blog-info-detail .share-block .social-links a {
    width: 31px;
    height: 31px;
    border: 1px solid #68655E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.blog-info-detail .share-block .social-links a:hover {
    transform: translateY(-10px);
}

.blog-info-detail .date {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1C96D6;
}
.half-blue-bg-opacity {
background: rgb(28,150,214);
background: linear-gradient(180deg, rgba(28,150,214,1) 66%, rgba(246,247,247,1) 65%);
}

.blog-detail-content {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 14px;
    margin-bottom:28px;
}

.blog-detail-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #535353;
}
.section-image.blog-detail img {
    max-height: 462px;
    object-fit: contain;
}
.list-group  a.list-group-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 18px 26px;
    border-radius: 0;
}

.list-group a.list-group-item.list-group-item-action.active {
    background: #248EC2;
    font-weight: 600;
}
.page-banner.category .title {
    max-width: 800px;
}
.product-block {
    background: #fff;
    padding: 14px 14px 24px 14px;
    transition: 0.3s;
}
.product-block:hover {
    box-shadow: 0px 0px 5px 7px #0000000d;
}
.product-block .content {
    padding: 8px;
    min-height: 175px;
}

.product-block .content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 4px;
}

.product-block .content p {
    margin-bottom: 22px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.product-block .content a.btn {
    font-size: 16px;
    font-weight: 500;
    justify-content: start;
}

.product-block .image img {
    border: aliceblue;
    height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.product-block .image {
    border: 1px solid #E9E9E9;
    padding: 12px;
    margin-bottom: 17px;
}
svg.loader-spin {
    position: absolute;
    width: 20px;
    right: -30px;
    animation: spin 1s infinite linear;
}
.product-image-gallery {
    border: 2px solid #EEEEEE;
    padding: 70px 30px 30px 30px;
    background: #fff;
    position: sticky;
    top: 40px;
}
.product-image-gallery .thumbnail {
    border: 2px solid #EEEEEE;
    width: 64px;
    text-align: center;
    cursor:pointer;
}

.product-image-gallery .thumbnail img {
    width: auto;
    height: 47px;
    padding: 10px;
}
.product-image-gallery .thumbnail.swiper-slide-thumb-active {
    border-color: #1C96D6;
}
.product-image-gallery .placeholder-image {
    height: 311px;
    max-width: 346px;
    margin: 0 auto;
    display: grid;
    place-content: center;
}

.product-image-gallery .placeholder-image img {
    max-height: 100%;
    width: auto;
}

.product-large-image-showcase-slider {
    margin-bottom: 40px;
}
.product-thumb-image-showcase-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
}
.product-large-image-showcase-slider .swiper-button-next:after,
.product-large-image-showcase-slider .swiper-button-prev:after {
    filter: brightness(0);
    opacity: 0.3;
    font-size: 20px;
}
.product-detail-info button.accordion-button {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.83px;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #EEEEEE;
    color: #080415;
}

.product-detail-info .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.product-detail-info .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-detail-info .accordion-body h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 2px 0;
}
.product-detail-info button.accordion-button.collapsed {
    border-bottom: none;
}
.product_row .product-image:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    z-index: 20;
    transition: 0.3s;
}

.product_row .product-image:hover:before {
    scale: 0.95;
}
a.no-impact {
    text-decoration: none;
    color: inherit;
}
.logo-block.border-box {
    border: 1px solid #11111152;
    border-radius: 10px;
    height: 158px;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    background: #fff;
}

.logo-block.border-box img {
    max-width: 80%;
    height: auto;
}
.swiper-pagination.normal {
    position: absolute;
    bottom: 0;
}

.swiper-container.logo-row-box {
    padding-bottom: 30px;
}

.swiper-pagination.normal span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D6D6D6;
    opacity: 1;
}

.swiper-pagination.normal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #248EC2;
}
.category-dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: no-repeat;
    border: none;
    outline: none;
    height: 70px;
    width: 80px;
    z-index: 50;
}
.category-wrapper {
    position: relative;
}
.category-dropdown-btn svg {
    width: 20px;
}
.category-wrapper ul.child-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display:none;
}

.category-wrapper ul.child-category-list li a {
    padding-left: 45px;
}
.category-wrapper ul.child-category-list.show {
    display: block;
}