/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
span.highlight{
	color:#094381; font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
.hm_main_tech {
    display: flex
;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 6px;
}
.hm_tech_li ul {
    display: flex
;
    flex-direction: column;
    padding: 37px 80px 37px 20px;
    gap: 20px;
}
.hm_tech_li {
    width: 45%;
    background-color: #0044a8;
    border-radius: 6px 0 0 6px;
}
.hm_tech_li li {
    color: #fff;
    padding: 12px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
	  font-family: "Poppins", sans-serif;
}
}
.hm_li_item {
    transition: 0.3s;
}
.hm_tech_li li img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7465%) hue-rotate(195deg) brightness(107%) contrast(110%);
}
.hm_li_item.actv {
    background: #fff;
    color: #0044A8;
}
.hm_tech_icons {
    width: 55%;
}
.hm_tech_icons>div {
    height: 100%;
    padding: 25px 30px;
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hm_tech_icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    height: 100%;
}

.hm_tech_icons ul li {
    width: calc(100%/2 - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    gap: 20px;
    text-align: center;
}



.ind_txt {
    color: #fff;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.ind_content_itm {
    height: 620px;
    padding: 30px;
    align-items: flex-end;
    position: relative;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important
}

.ind_txt_inner {
    -webkit-animation-delay: 0.2s!important;
    animation-delay: 0.2s!important;
    -webkit-animation-delay: 0.2s!important;
    animation-delay: 0.2s!important
}

.ind_txt h4 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 800;
		 font-family: "Poppins", sans-serif;
}
.ind_txt p{
	font-size: 18px;
    font-weight: 500;
		font-family: 'Inter', sans-serif;
}
.industries_main_wrap {
    position: relative
}

span.ind_owl_btn {
    display: block;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    cursor: pointer
		    height: 50px;
}

.ind_btn_wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: 15px;
    justify-content: center;
    height: 100%
}

span.ind_owl_btn.ind_prev>img {
    rotate: 180deg
}

.ind_itm_wrap {
    cursor: pointer
}

@media(min-width: 1025px) {
    .ind_itm_wrap {
        transition:0.5s
    }

    .ind_txt p {
        margin: 0
    }

    .ind_txt_inner {
        display: none
    }

    .ind_itm_wrap.ind_active .ind_txt_inner {
        display: block
    }

    .ind_active .ind_txt>h4 {
        display: none
    }

    .ind_itm_wrap.slick-active:not(.slick-current) {
        margin-left: 20px
    }

    .ind_itm_wrap.ind_active.slick-active {
        width:40vw!important;
    }

    .ind_itm_wrap.slick-active:not(.ind_active) {
        width: calc(85vw / 4 - 20px)!important
    }

    section#page_banner {
        padding-top: 70px
    }
}

.slick-track {
    display: flex!important
}

.ind_btn_wrap .slick-disabled {
    background: #ccc;
    opacity: .8
}

a._hn_ind_link {
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 10px;
    display: block;
    width: max-content;
    margin-top: 12px;
    font-weight: 500
}

a._hn_ind_link:hover {
    background: #f0f0f0c7;
    color: #000
}

.slick-slide:focus-visible {
    outline: none
}

@media (max-width: 1024px) {
    .ind_itm_wrap .slick-list {
        margin:0 -5px!important
    }

    .ind_itm_wrap {
        margin: 5px
    }
}
.hm_portfolio_main {
    display: flex
}

.hm_port_itm {
    width: 100%;
    display: flex;
    height: 50%;
	flex-direction:row-reverse;
		
}

.hm_portfolio_main>div {
    width: 50%
}

.hm_port_itm>div {
    width: 50%
}

.hm_port_itm>img {
    width: 50%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

.hm_port_cnt {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hm_port_itm_wrap span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin-bottom: 12px;
    color: #fff
}

.hm_port_itm_wrap h4 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
	    font-family: "Poppins", sans-serif;
}

.hm_port_itm_wrap p {
        font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}

a.port_link {
    padding: 13px 25px;
    color: #fff;
    font-weight: 800;
    border: 1px solid;
    display: block;
    width: max-content;
    text-transform: uppercase
}

.hm_port_2 {
    min-height: 100%
}

.hm_port_fw {
    height: 50%;
    background: url(/wp-content/themes/technocrats/images/2024/homepage-v2/portfolio/portfolio5.webp),rgb(36 34 35 / 40%);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 33px
}

.hm_port_fw * {
    color: #fff!important
}

.hm_port_1.hm_port_itm_wrap {
    background: #0044A8
}

.hm_port_2 .hm_port_itm .port_link {
    color: #CE3800!important
}

.hm_port_2 .hm_port_itm * {
    color: #232323
}
.hm_port_1.hm_port_itm_wrap .hm_port_itm:nth-child(2) {
    flex-direction: row;
}
.hm_port_2.hm_port_itm_wrap .hm_port_itm:nth-child(2) {
    flex-direction: row;
}

.hm_testimonial {
    position: relative;
}
.hm_testimonial::before, .hm_testimonial::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 90px;
    z-index: 2;
    background: linear-gradient(90deg, rgb(247, 250, 255) 0%, rgba(0, 212, 255, 0) 100%);
}
.hm_client_itm {
    position: relative;
}
.hm_client_itm {
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}
.hm_client_itm {
    background: #fff;
    margin: 8px;
    padding: 26px 22px;
    border: 1px solid #00000024;
    box-shadow: 0 1px 4px 0 #00000040;
    border-radius: 11px;
}
.hm_client_itm:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 26px;
    top: -10px;
    left: 10px;
    background-image: url(https://kronxweb.com/wp-content/uploads/2025/05/quote.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.hm_feedback {
    text-align: center;
    margin-bottom: 40px;
}
.hm_client_itm p, .hm_client_itm span {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 400;
	    font-family: 'Inter';
}
.hm_client_details {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.hm_cl_img {
    width: calc(65% - 8px);
}
.hm_cl_img {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hm_cl_img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.hm_cl_img h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
}
.hm_cl_name p {
    margin: 0;
    font-size: 13px;
    text-align: left;
	font-family: 'Inter';
}
.hm_client_itm p, .hm_client_itm span {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.logo_rating {
    width: 35%;
}
.logo_rating img {
    max-width: 94px;
}
.logo_rating i {
    position: relative;
    display: inline-block;
}
[data-star-rating]::before {
    display: block;
    content: "\2605\2605\2605\2605\2605";
    color: #ddd;
    text-align: center;
    font-style: normal;
    font-size: 25px;
}
.google-rating[data-star-rating]::after {
    color: #fbbe01;
}
[data-star-rating]::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2605\2605\2605\2605\2605";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 25px;
    z-index: 2;
}
.hm_test_slider .slick-slide {
    height: auto;
}
.hm_testimonial::after {
    right: 0!important;
    left: unset;
    background: linear-gradient(270deg,rgba(247,250,255,1) 0%,rgba(0,212,255,0) 70%);
}
@media screen and (max-width: 1200px) {
    img {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
	.hm_port_itm_wrap h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
    .ind_itm_wrap {
        margin: 5px;
    }
	.ind_content_itm {
    height: 500px;
}
	.ind_txt>h4 {
    display: none;
}
}
@media (max-width: 991px) {
	.hm_port_fw_cnt a.port_link {
    color: #ce3800!important;
}
    .hm_main_tech {
        flex-direction: column;
    }
	.hm_tech_li {
        width: 100%;
    }
	    .hm_tech_li ul {
        padding: 25px;
        gap: 10px;
    }
	.hm_tech_icons {
        width: 100%;
    }
	.hm_tech_icons ul li {
    font-size: 18px;
}
	.hm_tech_icons ul {
    padding: 0;
}
	.hm_portfolio_main {
    flex-direction: column;
}
	.hm_portfolio_main>div {
    width: 100%;
}
	.hm_port_fw_cnt {
    padding: 40px 20px;
    background: #fff;
    width: 50%;
}
	.hm_port_fw_cnt span, .hm_port_fw_cnt h4, .hm_port_fw_cnt p {
    color: #232323!important;
}
	.hm_port_fw {
    padding: 0;
    flex-direction: row;
}
}
@media (max-width: 767px) {
	.hm_port_2 .hm_port_itm {
    flex-direction: column-reverse;
}
	.hm_port_1 .hm_port_itm:nth-child(2) {
    flex-direction: column-reverse;
}
	
	.hm_port_fw {
    flex-direction: column !important;
}
	.hm_port_fw {
    min-height: 350px;
}
	.hm_port_fw_img {
    min-height: 345px;
    width: 100%;
}
	.hm_port_fw_cnt {
    width: 100%;
}
	.hm_port_itm {
    flex-direction: column !important;
}
	.hm_port_itm>img {
    width: 100%;
}
	.hm_port_itm>div {
    width: 100%;
}
    .hm_tech_li ul {
        padding: 20px;
    }
	.hm_tech_li li {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
	.hm_tech_icons>div {
    padding: 15px 20px;
}
	.hm_tech_icons ul {
    padding: 0;
}
	.hm_tech_icons ul li {
    font-size: 15px;
}
	.ind_btn_wrap {
    flex-direction: row;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: max-content;
    bottom: 30px;
    top: auto;
    margin: 0;
}
	span.ind_owl_btn {
    width: 40px;
}
	.ind_txt {
    text-align: center;
    padding-bottom: 45px;
}
}

/*Portfolio Page */

#portfolio_banner {
    padding: 70px 0px;
    background: #232323;
    color: #fff;
}
.page-id-411 .e-container {
    max-width: 1480px !important;
    width: 70%;
    margin: auto !important;
}
.dg_hndl_out {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.dg_one:nth-child(2), .dg_one:nth-child(3), .dg_one:nth-child(4), .dg_one:nth-child(5), .dg_one:nth-child(6), .dg_one:nth-child(7) {
    display: block !important;
}

.dg_one {
    width: 32%;
    margin-bottom: 35pX;
    overflow: hidden;
    margin-left: .5%;
    margin-right: .5%;
}
.cnt_img {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    transition: all 0.5s ease;
    position: relative;
}
.cnt_dt {
    padding: 25px 15px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
}
a.abs_hvr {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
     font-family: "Poppins", sans-serif;
}

.cnt_prt {
    width: 90%;
}
span.cat_nm {
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
}
.cnt_prt h3 {
    text-transform: capitalize;
    font-size: 28px;
     font-family: "Poppins", sans-serif;
}
.cnt_prt p:last-child {
    margin-bottom: 0;
}
.cnt_prt p{
    font-family: "Inter", sans-serif;
}
.svg_arrow {
    display: flex
;
    flex-direction: column;
    color: inherit;
    overflow: hidden;
}
.svg_arrow svg {
    width: 20px;
    height: 20px;
}

.dg_one:hover .cnt_img {
    transform: scale(1.1);
}
.btn_prt {
    width: 10%;
    text-align: center;
    margin-top: 35px;
    padding: 0 10px;
}
._c66dff51c {
    opacity: 0;
    transform: translate(-100%, 0);
}
.x-vubbuv {
    user-select: none;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    font-size: 1.5rem;
}
.dg_one:hover ._c66dff51c, .dg_one:hover ._c66dff51c {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
@media screen and (max-width: 767px) {
    .dg_one, .dsg_lft {
        width: 100%;
    }
    .cnt_img {
        height: 200px;
    }
    .cnt_dt {
        background-color: #f4f4f4;
    }
    .cnt_prt {
        width: 85%;
    }
        .btn_prt {
        width: 15%;
    }
}
