/*
Theme Name: Custom Theme
Text Domain: Custom Theme
Version: 1.0
Tested up to: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Description: Customized Theme for Wordpress
Author: Canisys
Author URI: https://dtgallery.net/
Theme URI: 
*/

html,body{
	margin:0px;
	padding:0px;
}
a:focus-visible{
	outline:1px solid #FFB751;
}
/* img, video, canvas {
    overflow: hidden !important; 
} */
@font-face {
    font-family: 'slick'; 
    font-display: swap;
}

body{
    overflow-x: hidden;
	counter-reset: count !important;
}

.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    color: white;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 1000;
}

.ekit-wid-con svg {
    width: 3em !important;
    height: 3em !important;
}

.banner-slider .elementor-swiper-button {
	border: 2px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px;
}



.banner-slider .swiper-pagination {
	display: none;
}

.banner-slider .elementor-image-carousel-caption {
	position: absolute;
    bottom: 41%;
  	width: 100%;
	text-align: center !important;
	padding-left: 50px;
    padding-right: 50px;
	min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.branches-section .elementor-image-box-title {
	margin-top: 10px;
}

.services-image-box .elementor-image-box-title {
	margin: auto;
}

.services-image-box .elementor-image-box-img img {
  	padding-bottom: 15px;
}

.services-image-box .elementor-image-box-img {
	display: flex;
  	justify-content: center;
}

.services-slider-box .slick-dots li {
    margin: 0 0px !important;
}

.services-slider-box .slick-slide {
    border-right: 1px solid #000000 !important;
	margin-left:5px;
}

.services-slider-box .slick-dots li button:before {
    font-size: 10px;
    color: #000;
	opacity: 1;
}

.services-slider-box .slick-dots li.slick-active button:before {
    color: #ffb751;
	opacity: 1;
}

.industries-section .elementor-image-box-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
	width: 100% !important;
}

.industries-section .elementor-image-box-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40%;
    height: 4px; 
    transform: translateX(-50%);
}

.industries-section  .slick-slide {
	min-height:200px !important;
}


/* Footer */

.email-box .elementor-icon-box-icon {
	padding: 12px;
    border-radius: 50%;
    background-color: #262626;
}

.email-box .elementor-icon-box-title {
	margin-top: 0px;
}

.location-box .elementor-icon-box-icon {
	padding: 14px;
    border-radius: 50%;
    background-color: #262626;
}

.location-box .elementor-icon-box-title {
	margin-top: 0px;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.banner-slider .swiper-slide{
		min-height:90vh !important;
	}
	.banner-slider .swiper-slide-active {
		animation: moveBg 50s linear infinite alternate !important;
	}
	
	.banner-slider .swiper-pagination {
		display: block;
	}
	
	.banner-slider .elementor-image-carousel-caption {
		bottom: 45%;
	}
	
	.services-slider-box .slick-slide {
        border: none !important;
    }
	
	
	.about-us-content-box .elementor-element-4f52677, .about-us-content-box .elementor-element-7982e30, .about-us-content-box .elementor-element-442da89 {
		border: none !important;
	}
	
	.ethos-vision-container .elementor-image-box-wrapper {
		display: flex;
	}
	
	.ethos-vision-container .elementor-image-box-content .elementor-image-box-title {
		margin-top: 20px !important;
	}
	
	.industries-section .slick-slide {
		min-height: 160px !important;
	}
	
	.industries-section .it-image-box .elementor-image-box-img img {
		width: 110px;
	}
	
	.email-box .elementor-icon-box-icon, .location-box .elementor-icon-box-icon {
		width: 50px;
		text-align: center;
	}
	
	.email-box .elementor-icon-box-title, .location-box .elementor-icon-box-title {
		margin-top: 4px;
	}

	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	
	
	
	.banner-slider .elementor-image-carousel-caption {
		bottom: 41%;
	}
	
	.ethos-vision-container .elementor-image-box-content .elementor-image-box-title {
		margin-top: 13px !important;
	}
	
	.industries-section .elementor-image-box-img img {
		width: 100px;
	}
	
	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	 
	.services-slider-box .slick-list:hover .slick-slide:not(:hover){
		opacity:0.2;
		transform:scale(0.9);
	}
	.banner-slider .elementor-swiper-button-prev {
		margin-left: 40px;
	}

	.banner-slider .elementor-swiper-button-next {
		margin-right: 40px;
	}
	.blog__content__area,.search-results-page .content-area{
		width:60%;
	}
	.blog__sidebar{
		width:30%;
	}
	.blog-page >.container ,.search-results-page .container{ 
		display:flex;
		gap:10%;
	}
}

@media only screen and (min-width: 1500px) {
	
	
	.banner-slider .elementor-image-carousel-caption {
		bottom: 44%;
	}
	
	
}
.contact-page-image-box .elementor-image-box-title{
	margin:0;
}
.page-id-29 .custom-header{
	background-color:#000;
}
.branches-section .elementor-image-box-wrapper:hover .elementor-image-box-img img{
	transform:scale(1.1);
}
.services-slider-box .slick-track{
	display:flex;
}
.services-slider-box .slick-slide{
	transition:all 300ms ease;
	height:auto;
}

.banner-slider .elementor-swiper-button{
	opacity:0;
	transition:all 300ms ease;
}
.banner-slider:hover .elementor-swiper-button{
	opacity:1;
}
.banner-slider .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    transition: background-position 1s ease-in-out;
	min-height:500px;
}
.banner-slider .swiper-slide-active {
    animation: moveBg 30s linear infinite alternate;
}
.banner-slider .swiper-slide-active:hover{
	animation-play-state:paused !important;
}


@keyframes moveBg {
/*     0% { background-position: center; }
    100% { background-position: 5% center; }  */
/* 	0% { background-position: center; }   */
    0% { background-position: top right; }  
/*     50% { background-position: bottom right; }   */
    100% { background-position:bottom left; }  
/*     100% { background-position: bottom left; }  */
}

.custom-list-style li::marker {
    color: #FFB751;
}
.industries-section {
	margin-bottom:0 !important;
}
.industries-section .slick-track>div{
	transition:all 300ms ease;
	display:block;
}
.industries-section .slick-track{
	padding:50px 0;
	display: flex;
    gap: 25px;
}
.industries-section .slick-track>div:hover{
	transform:scale(1.03);
}
.slick-next:before, .slick-prev:before{
	color:#000000 !important;
}
.slick-prev{
	left:0 !important;
}
.slick-next{
	right:0 !important;
}
.mPS2id-highlight:not(footer .mPS2id-highlight){
	color: #FFB751 !important; 
    border-top: 2px solid #FFB751 !important; 
}
/* .industries-section .slick-slide img{
	width:85px !important;
	aspect-ratio:1/1;
}
.industries-section .elementor-widget-image-box {
	left:50% !important;
	transform:translatex(-50%) !important;
} */
@media screen and (max-width:767px){
	 
	.blog_section { 
		grid-template-columns: repeat(1, 1fr) !important; 
	}
/* 	.our-services-mobile-hide{
		display:none !important;
	} */
	.faqs .e-n-accordion-item-title-text { 
		gap: 20px !important;
	}
	.banner-slider figcaption br {
		display:none;
	}

}
.faqs .e-n-accordion-item-title-text {
    display: flex;
    align-items: center;
    gap: 30px;
}
.industries-section .slick-dots li{
	margin:0 !important;
}
.custom-arrow{
	border: 2px solid black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
	line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index:10;
	cursor:pointer;
}
.custom-arrow.right-arrow {
    right: 0;
}
.custom-arrow.left-arrow {
    left: 0;
}
.members_section .elementor-image-box-description{
	display:none;
}
.members_section  .elementor-image-box-img{
	cursor:pointer;
}
.member_popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
	display:none;
}
.member_popup >.e-con-inner{
	overflow-y:auto;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.member_popup >.e-con-inner::-webkit-scrollbar {
    display: none;
}
.popup_overlay {
    background: #00000038;
    position: absolute;
    inset: 0;
}
.popup_main{
    background: white;
    padding: 30px;
    max-width: 700px;
    margin: auto;
	opacity:0;
	transform:translatey(-50px);
	transition:all 500ms ease;
}
.popup_main.active{
	opacity:1;
	transform:translatey(0);
}
.popup_img  img{
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:top;
}
.popup_close{
	cursor:pointer;
}
.wpcf7-form {
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.wpcf7-form input:not([type='submit']),.wpcf7-form textarea{
	width: 100%;
    border: 2px solid #c1c0c0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px 15px;
    outline: none;
    border-radius: 10px;
	font-family: "Poppins", Sans-serif;
	min-width:100%;
	max-width:100%;
}
.wpcf7-form input:not([type='submit']):focus,.wpcf7-form textarea:focus{
	border:2px solid #F00000;
	font-family: "Poppins", Sans-serif;
}
.wpcf7-submit{
    all: unset;
    padding: 8px 40px;
    background: #f00000;
	border:2px solid #f00000;
    color: white;
    border-radius: 33px;
    cursor: pointer;
	transition:all 300ms ease;
}
.wpcf7-submit:hover{
	color:#f00000;
	background:transparent;
}
.members_section .elementor-image-box-img{
	position:relative;
	border-radius:50%;
	aspect-ratio:1/1;
	overflow:hidden;
}
.members_section .elementor-image-box-img img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.members_section .elementor-image-box-img:hover .image_overlay{
	opacity:1;	
}
.image_overlay {
    position: absolute;
    inset: 0;
    background: #00000063;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	display: grid;
    place-items: center;
	opacity:0;
	transition:all 300ms ease-in;
}
.image_overlay button {
    all: unset;
    background: white; 
    padding: 6px 10px;
    border-radius: 10px;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.blog-page{
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
	padding-top:180px;
	padding-bottom:80px;
}
.blog-page .container{
	padding-inline:20px;
	max-width:1140px;
	margin-inline:auto;
}
.blog-page  h1{
	font-family: "Lato", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #000;
}
.blog-page  h3{
	margin-top:20px;
}
.blog-page strong{
	font-weight:700;
}
.blog-page ol li:not(:last-of-type) ,.blog-page ul li:not(:last-of-type){
	margin-bottom:10px;
}

/*  */
.blog_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	font-family: "Poppins", Sans-serif;
}
.blog_item  a{
	color:#000;
	text-decoration:none;
}
.blog_item {
    box-shadow: 0 0px 3px lightgray;
    padding: 20px;
	transition:all 350ms ease;
}
.blog_item:hover{
	scale:1.01;
	box-shadow: 0 0px 13px lightgray;
}
.blog_title{
	margin-bottom: 5px;
	margin-top: 0;
    color: #000000; 
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.blog_content{
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
.blog_item_date_cat {
    display: flex;
    gap: 20px;
    font-size: 12px;
	color:#ffb751;
	margin-bottom: 5px;
}
.blog_date ,.blog_term{
	margin:0;
}
.blog_content p{
	margin:0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.blog_section { 
		grid-template-columns: repeat(2, 1fr) !important; 
	}
}
.blog__sidebar h3 {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    margin-top: 30px;
}
.blog__sidebar a {
    color: #000;
    text-decoration: none;
	display:block;
}
.navigation.post-navigation{
	max-width:1140px;
	margin:auto;
	padding: 0 20px;
}
.nav-links {
    display: flex;
    justify-content: space-between; 
	margin-top:30px;
	gap:20px;
}
.nav-links div{
	flex:1;
}
.nav-links a{
 	color:black;
	text-decoration:none;
	font-weight:700;
}
.nav-links a:hover{
	text-decoration:underline;
}
.nav-links .nav-next {
    text-align: end; 
}
.banner-slider img{
	aspect-ratio:1/.6;
}
form.search_form {
    display: flex;
}
.search_form input{
	outline:none;
	padding:12px 15px;
	border:2px solid #9f9d9d;
	max-width:60%;
}
.search_form button{
	background-color: #FFB751;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFB751;
    transition: all .3s;
    padding: 5px 20px;
    cursor: pointer;
    width: 40%;
}
.search-results-page .container{
	margin:180px auto 50px auto;
	max-width:1140px;
	padding-inline: 20px;
	font-family: "Lato", Sans-serif;
	min-height:50svh;
}
.entry-title a{
	color:black;
	font-weight:500;
	text-decoration:none;
}
.read-more-btn{
    all: unset;
    padding: 8px 40px;
    background: #f00000;
    border: 2px solid #f00000;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
	margin-top: 10px;
    display: inline-block;
}
.read-more-btn:hover{
	background:white;
	color:#f00000;
}
/* Pagination wrapper */
.pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
	font-family: "Poppins", Sans-serif;
}

/* Pagination list */
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #fff;
}

/* Hover state */
.pagination .page-numbers:hover {
    background: #FFB751;
    color: #fff;
    border-color: #FFB751;
}

/* Active page */
.pagination .page-numbers.current {
    background: #FFB751;
    color: #fff;
    border-color: #FFB751;
    cursor: default;
}

/* Disabled prev/next */
.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    cursor: default;
}

/* Prev / Next buttons */
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: 600;
    padding: 0 16px;
}

/* Mobile spacing */
@media (max-width: 480px) {
    .pagination .page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
        margin: 0 3px;
    }
}

.wp-gr{
	font-family: "Lato", Sans-serif !important;
}