/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES

  =============================================================*/
  
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	scroll-behavior: smooth;
  }
:root {
	--themegrey: #808080;
	--themegreen: #83fb0b;
 }
body {
	color: #555;
	font-family: "Noto Sans Cherokee", sans-serif;
	font-size: 18px;
	line-height: 1.9;
	font-weight: 500;
	overflow-x: hidden;
	position: relative;
}
html,
body { height: 100% ;}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px; 
	font-family: "Cormorant Garamond", serif;
	color: #222;
	font-weight: 600;
}

a{
    color: #444;
    text-decoration: none;
	transition: all 0.2s ease 0s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #1C3F39;
}

p {
    margin-bottom: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/* Buttons */

.header-btn{
	display: inline-block;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	transition: .5s;	
}
.header-btn:hover,
.header-btn:focus{
	color: #bbb;
	
}
.border-btn,
.border-btn-2{
	/* border: 1px solid #bbb; */
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #ffffff;
	background-color: transparent;
	position: relative;
	transition: .5s;
}
.border-btn:hover{
	color: #bbb;
}
.border-btn:focus{
	color: #ffffff;
}
.yellow_btn{
	border: 1px solid black;
	background: black;
	display: inline-block;
	padding: 6px 38px;
	border-radius: 5px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-align: center;
	position: relative;
	transition: .5s;
}
.yb2:hover,
.yb2:focus{
	
}
.border-btn:before, 
.border-btn-2:before,
.yellow_btn:before,
.yb2:before{
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: "";
	/* background-color: #C9F31D; */
	z-index: -1;
	border-radius: 5px;
}

.border-btn-2:before, 
.yellow_btn:before {
	background-color: #fff;
}
.yb2:before{
	background-color: #1C3F39;
}
.border-btn:hover:before,
.border-btn-2:hover:before,
.yellow_btn:hover:before,
.yb2:hover:before{
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.border-btn:focus:before, 
.border-btn-2:focus:before,
.yellow_btn:focus:before{
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.yellow_btn:hover,
.yellow_btn:focus{
	background: transparent;
	border-color: #fff;
}
.yb2:hover,
.yb2:focus{
	border-color: #1C3F39;
	color: #fff;
}
.ab_btn{
	width: 133px;
	height: 133px;
	line-height: 133px;
	border-radius: 50%;
	display: inline-block;
	background: #df1111;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	border: 1px dashed #1C3F39;
}
.circle_btn{
	width: 120px;
	height: 120px;
	line-height: 120px;
	border: 1px solid #1C3F39;
	border-radius: 50%;
	display: inline-block;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;	
	transition: .5s;
}

.circle_btn:hover,
.circle_btn:focus{
	background: #1C3F39;
	color: #fff;
}


/*START PRELOADER DESIGN*/

.preloader {
	display: flex;
	align-items: center;
	position: fixed;
	background: #1C3F39;
	width: 100%;
	height: 100%;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}


.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #C9F31D;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.no-padding { padding: 0; }
/*END PRELOADER DESIGN*/
.spt-130 { padding-top: 130px; }
.section-padding { padding: 130px 0; }
.pt130 { padding-top: 130px!important; }
.pb130 { padding-bottom: 130px!important; }
.h130 { height: 130px; }

/*START SECTION TITLE DESIGN*/

.section-title{
	margin-bottom: 20px;
}

.section-title{
	position: relative;
}
.section-title span {
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	color: #222;
	position: relative;
	z-index: 1;
}
.section-title h2 {
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 15px;
	color: #222;
	display: block;
	margin-top: 15px;
}
.about_title {
	margin-bottom: 15px;
}

/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.topcontrol {
	border: 2px solid var(--themegrey);
	background: var(--themegrey) none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 45px;
	z-index: 999;
}
.topcontrol:hover,
.topcontrol:focus {
	border: 2px solid white;
    background: black;
    color: #ffffff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.col-20{
	width: 20%;
}
.col-60{
	width: 60%;
}
.col-20{
	width: 20%;
}
/* .site-logo{
	width: 150px;
} */
.site-logo a{
	display: block;
}
#navigation{
	padding: 0px 50px;
	transition: top 0.3s; /* Smooth transition for top property */
}
#main-menu ul{
	list-style-type: none;
}

#main-menu ul li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	line-height: 60px;
}
#main-menu ul li a{
	font-family: "Roboto", sans-serif;
	position: relative;
	text-transform: capitalize;	
	color: #ffffff;
	font-weight: 500;
	transition: .5s;
	font-size: 15px;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: #bbb;
}
#main-menu .current::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	/* background: var(--themegrey); */
	border-radius: 50%;
	left: 4px;
	top: 14px;
}
#navigation .header-btn {
	padding-right: 25px;
}



/*-------------------------------
# Dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul ,
#navigation #main-menu ul li ul li ul {	
	background: #000000;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0px;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding:10px;
	position: absolute;
	text-align: left;
	top: 120%;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 210px;
	z-index: 999;
	border-radius: 4px;
	border-top: 2px solid #1C3F39;
}
#navigation #main-menu .menu-item-has-children {
	position: relative;
	margin-right: 12px;
}
#navigation #main-menu .menu-item-has-children::after {
	position: absolute;
	content: "\e64b";
	font-family: themify;
	margin-top: 0px;
	margin-left: 0;
	font-size: 10px;
	right: -15px;
	top: 0px;
	color: #bbb;
	font-size: 13px;
	font-weight: 600;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a{
	color: #333;
} 
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
	top: 100%;
}
#navigation #main-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f4f4f4;
	}

#navigation #main-menu ul li ul li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}
#navigation #main-menu ul li ul li a:hover{
	color: #bbb;
	background-color: #ffffff1f;
	text-decoration: none;
}


/*-------------------------------
# Home Banner
--------------------------------*/

.home-banner {
	background-color: var(--themegrey);
	color: #fff;
	/* margin: 12px 12px 12px 12px;
	border-radius: 30px; */
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;

	
}
/* .home-banner,
.home_banner_content{
	height: 750px;
} */
.home-banner .social_link {
	position: absolute;
	padding-left: 40px;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	z-index: 1;
}
.home-banner .social_link li{
	margin: 16px 0;
	list-style-type: none;
}
.home-banner .social_link:before,
.home-banner .social_link:after{
	content: '';
	position: absolute;
	width: 1px ;
	height: 65px;
	background:rgba(255, 255, 255, .3);
}
.home-banner .social_link::before {
	top: -85px;
	left: 49px;
}
.home-banner .social_link:after{
	bottom: -85px;
	left: 49px;	
}
.home-banner .social_link a{
	color: rgba(255, 255, 255, .3);
	transition: .5s;
	font-size: 19px;
}
.home-banner .social_link a:hover,
.home-banner .social_link a:focus{
	color: #fff;
}
.home_banner_content h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 12px;
	border-bottom: 2px solid white;
	display: inline-block;
}

.home_banner_content h2 {
	font-size: 73px;
	color: #fff;
	margin-bottom: 20px;
}
.home_banner_content h2 span{
	color: black;
}
.home_banner_content p{
	margin-bottom: 10px;
	color: white;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	/* font-style: italic; */
}
.home_banner_content .normal_btn{
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin-left: 40px;
	margin-top: 7px;
	transition: .5s;
}
.home_banner_content .normal_btn:hover,
.home_banner_content .normal_btn:focus{
	color: #C9F31D;
}
.home_banner_content {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	z-index: 11;
}
.ban_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 43%;
}
.about-con {
	position: absolute;
	bottom: 70px;
	right: 40%;
	width: 84px;
}
.about-con img{
	width: 70px;
}

.bshape_1 {
	position: absolute;
	top: 40px;
	left: 30px;
}
.bshape_1 img{
	display: block;
	width: 65px;
}
.bshape_2 {
	position: absolute;
	bottom: -24px;
	left: -37px;
}
.bshape_2 img{
	width: 84%;
}
.bshape_3 {
	position: absolute;
	bottom: 43px;
	left: 16%;
}

/*
* ----------------------------------------------------------------------------------------
* COUNTER
* ----------------------------------------------------------------------------------------
*/


.single-counter{
	border: 1px dotted #C9F31D;
	border-radius: 8px;
	padding: 35px;
	margin-bottom: 30px;
}
.single-counter p{
	margin-bottom: 0;
}
.single-counter h4,
.single-counter span{
	display: inline-block;
}
.single-counter h4{
	font-size: 35px;
}
.single-counter span{
	color: #222;
}

/*
* ----------------------------------------------------------------------------------------
* About
* ----------------------------------------------------------------------------------------
*/
.single_skill{
	position: relative;
	margin-bottom: 30px;
}
.single_skill h5{
	margin-bottom: 10px;
}
.spercent {
	position: absolute;
	right: 0;
	top: -4px;
}
.skillbar{
	position: relative;
	width: 100%;
	height: 6px;
	background-color: #D9D9D9;
}

.skillbar .filled {
	z-index: 8;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1C3F39;
	height: 100%;
	width: 0;
}
.ab-content .abtlessfs{
	font-size: 16px;
	text-align: justify;
}

.pronamesoc li{
	display: inline-block;
	list-style-type: none;
	padding-right: 10px;
}
.pronamesoc li:nth-child(1) h2{
	font-size: 2.3rem;
}
.pronamesoc li:nth-child(1) {
	padding-right: 10px;
}
.pronamesoc li:nth-child(2) a{
    color: #0077B5;
	font-size: 24px;
}
.ab-content strong{
	color: #000000;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
    
}
.subtitle{
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.single-expert{
	border-top: 1px solid #D9D9D9;
	/* border-bottom: 1px solid #D9D9D9; */
	padding: 25px 0 0 25px;
	margin-bottom: 25px;
}
.leftex .single-expert{
	margin-right: 15px;
}
.rightex .single-expert{
	margin-left: 15px;
}
.exnumber{
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #000000;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	transition: .5s;
}
.single-expert:hover .exnumber{
	background-color: var(--themegrey);
	color: #000000;
	-webkit-text-stroke-color: #ffffff;
}
.exdate{
	font-size: 16px;
	margin-bottom: 6px;
	display: block;
}

/*
* ----------------------------------------------------------------------------------------
* Services
* ----------------------------------------------------------------------------------------
*/

/* .service{
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 20px;
	transition: .5s;
	background: linear-gradient(#000000 0 0) no-repeat;
	background-size: 0%;
	transition: .4s;
} */

.service {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px;
    transition: .4s;
    background: linear-gradient(#000000 0 0) no-repeat;
    background-size: 0%;
    min-height: 180px; /* Ensures a minimum height */
    height: auto; /* Adjusts based on content */
    max-height: 100vh; /* Prevents it from exceeding the viewport height */
    box-sizing: border-box; /* Includes padding in height calculation */
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Optional media query for smaller screens */
@media (max-width: 768px) {
    .service {
        padding: 15px; /* Adjust padding for smaller screens */
        min-height: 150px; /* Reduce minimum height for smaller screens */
    }
}

.service:hover{
	border-color: #1C3F39;
	color: #fff;
	background-size: 100%;
	transition: .4s;
}
.service:hover h3{
	color: #fff;
}
.service:hover path{
	fill: #fff;
}
.service svg {
	width: 70px;
	margin-bottom: 27px;
}
.service h3{
	font-size: 19px;
	margin-bottom: auto;
	font-weight: 600;
    text-transform: capitalize;
}
.service p{
	font-size: 12px;
	margin-bottom: 25px;
}
.ser-icon path{

}
.service a{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #000000;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	position: relative;
	transition: .5s;
	margin-top: auto; /* Pushes the button to the bottom */
  	align-self: flex-end; /* Aligns the button to the right */
}
.service:hover a{
	background: #ffffff;
	color: #222222;
}
.service:hover a::before {
	border-color: #222222;
}
.service a::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	border: 2px dotted rgba(255, 255, 255, .4);
	border-radius: 50%;
	top: 5px;
	left: 5px;
	transition: .5s;
}
.service a svg{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
	display: none;
}

/*
* ----------------------------------------------------------------------------------------
* Portfolio
* ----------------------------------------------------------------------------------------
*/

img{
	max-width: 100%;
}
.project{
	position: relative;
	overflow: hidden;
	
}
.portfolio-grid .project{
	margin-bottom: 30px;
}
.project img{
	border-radius: 15px;
	width: 100%;
}

.port-btn {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 27px;
	opacity: 0;
	transition: .5s;
}
.project:hover .port-btn{
	opacity: 1;
	top: 20px;
	right: 20px;
}

.project h3{
	font-size: 24px;
	
}
.project h3 a{
	color: #222;
	transition: .5s;
}
.project h3 a:hover{
	color: #C9F31D;
}
.project span.cat {
	display: block;
	margin-top: 38px;
	margin-bottom: 18px;
}
.project span.cat a {
	height: 34px;
	display: inline-block;
	border: 1px solid #1C3F39;
	background: #C9F31D;
	color: #222222;
	line-height: 35px;
	padding: 0 24px;
	border-radius: 30px 5px 5px 5px;
}
.project-slider .owl-nav{
	text-align: center;
	padding-top: 25px;
}
.project-slider .owl-nav svg{
	width: 80px;
	
}
.project-slider .owl-nav svg path{
	transition: .5s;
}
.project-slider .owl-nav button:hover path{
	fill: #C9F31D;
}
.project-slider .owl-nav svg,
.project-slider button{
	position: relative;
}
.project-slider button.owl-prev{
	left: -40px;
}
.project-slider button.owl-next{
	right: -40px;
}


/*
* ----------------------------------------------------------------------------------------
* Video
* ----------------------------------------------------------------------------------------
*/

.video-area{
	padding: 240px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	position: relative;
}
.video-area::after {
	position: absolute;
	content: '';
	background-image: url(../img/overlay.png);
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.vid-btn {
	width: 116px;
	height: 116px;
	line-height: 116px;
	border-radius: 50%;
	background-color: #C9F31D;
	color: #222;
	display: inline-table;
	font-size: 22px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	z-index: 111;
	position: relative;
	transition: .5s;
}
.vid-btn:hover,
.vid-btn:focus{
	background-color: #1C3F39;
	color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* Pricing Table
* ----------------------------------------------------------------------------------------
*/

.pricing{
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	padding: 45px 40px;
	transition: .5s;
	margin-bottom: 30px;
}
.pricing:hover{
	border-color: #1C3F39;
}
.pricing h3{
	font-size: 24px;
	margin-bottom: 40px;	
}
.pricing ul {
	list-style-type: none;
	margin: 20px 0 35px;
}
.pricing ul li {
	position: relative;
	padding-left: 26px;
	line-height: 40px;
}
.pricing ul li::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #444;
	border-radius: 50%;
	left: 0px;
	top: 13px;
}
.pricing .price {
	position: relative;
	font-size: 25px;
	color: #1C3F39;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}
.pricing .price span {
	position: absolute;
	left: 34%;
	top: -20px;
	transform: translateX(-50%);
	font-size: 16px;
	color: #444;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}
.testimonial-slider .owl-nav svg{
	width: 65px;
}
.testimonial-slider .owl-nav button.owl-next {
	margin-left: 30px;
}
.mb130{
	padding-bottom: 130px;
}

/*
* ----------------------------------------------------------------------------------------
* Partners
* ----------------------------------------------------------------------------------------
*/

.clients a{
	display: inline-block;
}
.clients img{
	width: auto!important;
}


/*
* ----------------------------------------------------------------------------------------
* Testimonials
* ----------------------------------------------------------------------------------------
*/

.white-title span,
.white-title h2{
	color: #fff;
}

.testimonials{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonials:before{
	content: '';
	background: #1C3F39;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.testimonial img{
	max-width: 100%!important;
}
.testimonial{
	padding: 35px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
}
.testimonials .owl-item.active.center .testimonial{
	background: #fff;
}
.testimonials .owl-item.active.center .testimonial .avarage_rating{
	color: #444;
}
.testimonials .owl-item.active.center .testimonial .trating{
	color: #1C3F39;
}

.testimonials .owl-item.active.center .testimonial,
.testimonials .owl-item.active.center .testimonial .testi-bottom span{
	color: #555555;
}

.testimonials .owl-item.active.center .testimonial h4{
	color: #222;
}

.testimonial p{
	font-style: italic;
	font-weight: 500;
}
.testimonial span{
	display: block;
}
.testimonial .avarage_rating{
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 17px;
}
.testi-bottom {
	display: block;
	padding-top: 15px;
}
.testi-bottom img {
	width: 60px!important;
	display: inline-block!important;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	top: -15px;
}
.trating{
	padding-bottom: 15px;
}
.testi-bottom .tbotext{
	display: inline-block;
	text-align: left;
}
.testi-bottom .tbotext span{
	font-size: 15px;
}
.testimonial h4{
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
}
.testimonial-slider .owl-nav{
	position: absolute;
	right: 0;
	top: -90px;
}
.testimonial-slider .owl-nav button{
	width: 80px;
}
.testimonial-slider .owl-nav button.owl-next{
	margin-left: 45px;
}
.testimonial-slider .owl-nav button svg path{
	fill: #fff;
	transition: .5s;
}
.testimonial-slider .owl-nav button svg:hover path{
	fill: #C9F31D;
}

.testimonial-slider .owl-dots{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.testimonial-slider .owl-dots {
	counter-reset: css-counter 0;
}
.testimonial-slider .owl-dot.active{
	font-size: 20px;
	font-weight: 600;
}
.testimonial-slider .owl-dot {
	counter-increment: css-counter 1;
	margin: 0px 6px;
	display: inline-block;
}

.testimonial-slider .owl-dot:before {
  content: counter(css-counter) " /"; 
}
.testimonial-slider .owl-dot:last-child:before{
	content: counter(css-counter) "   "; 
}
.testimonials .shape1,
.testimonials .shape2{
	position: absolute;
}
.testimonials .shape1 {
	bottom: -46px;
	right: 0;
}
.testimonials .shape2 {
	right: 17px;
	top: 20%;
}
.testimonials .shape1 svg{
	width: 172px;
}
.testimonials .shape2 svg{
	width: 210px;
}
.black-testimonials .owl-nav button svg path{
	fill: #1C3F39;
}
.black-testimonials {
	padding-top: 0;
}

.black-testimonials.testimonials:before{
	display: none;
}
.black-testimonials .testimonial{
	border-color: #d9d9d9;
	color: #444;
}
.testimonials .owl-item.active.center .testimonial{
	border-color: #444;
}
.black-testimonials .testimonial h4{
	color: #444;
}
.black-testimonials .testimonial-slider .owl-dots {
	color: #1C3F39;
}

/*
* ----------------------------------------------------------------------------------------
* Blog
* ----------------------------------------------------------------------------------------
*/

.single-blog{
	position: relative;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.single-blog h3{
	font-size: 24px;
	line-height: 37px;
	margin-bottom: 0;
}
.single-blog h3 a{
	color: #222;
	transition: .5s;
}
.single-blog h3 a:hover,
.single-blog h3 a:focus{
	color: #C9F31D;
}
.single-blog .post_img{
	position: absolute;
	right: -30%;
	top: 5%;
	opacity: 0;
	transition: .8s;
}
.single-blog:hover .post_img{
	right: 20%;
	top: 0;
	opacity: 1;
}
.post-meta i{
	padding-right: 3px;
}
.post-meta span{
	display: block;
	line-height: 35px;
}
.post-meta span a{
	color: #222;
}
.blog_btn{
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #1C3F39;
	display: inline-block;
	transition: .5s;
}
.blog_btn img{
	transform: rotate(-35deg);
	display: inline-block;
}
.single-blog:hover .blog_btn{
	background-color: #C9F31D;
	transform: rotate(35deg);
}

.mt-80{
	margin-top: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* Blog Page
* ----------------------------------------------------------------------------------------
*/

.single-post{
	margin-bottom: 40px;
}
.post-content {
	padding-left: 40px;
	padding-top: 35px;
}
.post-content h2{
	margin: 17px 0 25px;
	line-height: 44px;
}
.post-content h2 a{
	color: #222;
	transition: .5s;
}
.post-content h2 a:hover,
.post-content h2 a:focus{
	color: #C9F31D;
}
.bpost-meta {
	color: #fff;
	background-color: #1C3F39;
	width: auto;
	display: inline-block;
	padding: 2px 15px;
	font-weight: 400;
	font-size: 15px;
}
.bpost-meta span a{
	color: #fff;
}
.bpost-meta span{
	display: inline-block;
}
.post-image img{
	border-radius: 10px;
	width: 100%;
}


.post-pagination{
	margin-top: 50px;
}
.post-pagination span {
	margin-left: 15px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	background: #C9F31D;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.post-pagination a{
	display: block;
}
.post-pagination span svg {
	width: 16px;
}


.search-control{
	height: 56px;
	line-height: 45px;
	padding: 5px 14px;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	width: 100%;
	transition: .5s;
}
.search-control:focus{
	border-color: #C9F31D;
	outline: none;
}
.form-control{
	padding: 0 0 14px 0;
	border-radius: 0px;
	border-bottom: 1px solid #D9D9D9;
	border-left: unset;
	border-right: unset;
	border-top: unset;
	color: #555;
	font-size: 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}
.form-control option{
	font-weight: 400;
}
.form-control:focus{
	outline: none;
	box-shadow: inherit;
	border-color: #1C3F39;
}

.widget.search-widget{
	border: unset;
	padding: 0;
}
.search-form{
	position: relative;
}
.search-form button {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #C9F31D;
	background: #C9F31D;
	right: 12px;
	top: 10px;
}
.search-form button svg{
	width: 20px;
}
.widget{
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.widget-title{
	margin-bottom: 25px;
}
.widget ul{
	list-style-type: none;
}

.widget.category-widget li {
	text-decoration: underline;
	line-height: 34px;
	position: relative;
	padding-left: 24px;
	font-size: 17px;
}
.category-widget li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: var(--themegrey);
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.popular-posts-widget{
	
}
.popular-posts-widget li{
	display: block;
	margin-bottom: 22px;
	overflow: hidden;
}
.popular-posts-widget li:last-child{
	margin-bottom: 0;
}
.popular-posts-widget h4{
	transition: .5s;
}
.popular-posts-widget a{
	display: block;
	transition: .5s;
}

.ppimage{
	width: 70px;
	margin-right: 15px;
}
.ppimage img{
	border-radius: 50%;
}
.ppcontent{
	overflow: hidden;
}
.ppcontent h4{
	font-size: 14px;
	margin-top: 10px;
}
.ppcontent span {
	position: relative;
	padding-left: 19px;
	font-size: 11px;
	color: #1C3F39;
}
.ppcontent span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 1px;
	background: #444;
	display: block;
}

.about-me-widget{
	text-align: center;
	padding: 40px 30px;
}
.about-me-widget img{
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
}
.about-me-widget h4 {
	margin-bottom: 0;
	margin-top: 6px;
}
.about-me-widget h4 a{
	color: #222;
}
.about-me-widget p{
	margin-top: 20px;
}

.about-me-widget ul li{
	display: inline-block;
	margin: 0 5px;
}
.about-me-widget ul li a{
	font-size: 20px;
	color: #1C3F39;
	transition: .5s;
}

.about-me-widget ul li a:hover,
.about-me-widget ul li a:focus,
.popular-posts-widget li a:hover h4,
.popular-posts-widget li a:focus h4{
	color: var(--themegrey);
}

/*
* ----------------------------------------------------------------------------------------
* Call To Action
* ----------------------------------------------------------------------------------------
*/

.call-to-action{
	background-color: var(--themegrey);
	padding: 100px 0;
	border-radius: 20px;
	position: relative;
	z-index: 11;
}

.call-to-action h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.mb160{
	margin-bottom: -160px;
}

/*
* ----------------------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------------------
*/

.pt220{
	padding-top: 220px!important;
}
.footer{
	background-color: black;
	color: #A49999;
	padding: 60px 0 25px;
	position: relative;
}

.footer a{
	color: #A49999;
}
.fotter-title{
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
}
.socail-link{
	list-style-type: none;
	margin-bottom: 35px;
}
.socail-link li{
	display: inline-table;
	margin-right: 20px;

}
.socail-link li a {
	width: 42px;
	height: 42px;
	line-height: 45px;
	border-radius: 50%;
	border: none;
	display: block;
	text-align: center;
	font-size: 19px;
	color: black;
	transition: .5s;
	position: relative;
	z-index: 111;
	background: white;
}

.socail-link li a:hover,
.socail-link li a:focus{
	background-color: var(--themegrey);
	border-color: var(--themegrey);
	color: #fff;
}

.fcontact-info p{
	font-size:19px;
	/* text-decoration: underline; */
	margin-bottom: 7px;
}
.fcontact-info a{
	transition: .5s;
	font-size: 15px;
}
.fcontact-info a:hover,
.fcontact-info a:focus{
	color: #ffffff;
}
.newsletter-form{

}
.copyright_text{
	font-size: 16px;
}
.newsletter-form form{
	position: relative;
}
.newsletter-form input[type="email"] {
	border: 1px solid #363636;
	background: transparent;
	padding: 10px 27px;
	border-radius: 30px;
	color: #A49999;
	width: 100%;
	transition: .5s;
}
.newsletter-form input[type="email"]:focus{
	border: 1px solid #ffffff;
	outline: none;
}
.newsletter-form input[type="submit"],
.newsletter-form button {
	background: transparent;
	border: 1px solid transparent;
	position: absolute;
	right: 22px;
	top: 7px;
	width: 45px;
}
.footer-bottom {
	border-top: 1px solid #A49999;
	margin-top: 40px;
	padding-top: 10px;
}
.footer-bottom p{
	margin-bottom: 0;
}
.foot_menu ul{
	list-style-type: none;
}
.foot_menu li{
	display: inline-block;
	font-size: 14px;
}
.foot_menu li a:hover,
.foot_menu li a:focus{
	color: #ffffff;
}

/*
* ----------------------------------------------------------------------------------------
* Portfolio
* ----------------------------------------------------------------------------------------
*/

.main-banner{
	background: linear-gradient(225deg, rgba(3, 16, 33, 1) 45%, rgba(68, 102, 129, 1) 100%);
	padding: 120px 0;
	color: #fff;
	position: relative;
}

.main_banner_content{
	position: relative;
	padding-left: 40px;
}
.main-banner span{
	font-size: 20px;
	padding-left: 10px;
}
.main-banner h4 {
	color: #fff;
	font-size: 38px;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 52px;
	padding-left: 10px;
}
.main_banner_content .ba_shape path{
	fill: #a9a9a9;
}
.main_banner_content .ba_shape {
	position: absolute;
	left: -5px;
	top: -10px;
}
.main_banner_content .ba_shape svg {
	width: 16px;
	height: 176px;
}
.bameta{
	margin-top: 65px;
}
.bameta span{
	display: inline-block;
	margin-right: 75px;
}
.pmeta h4{
	padding-left: 0;
}
.bameta h4 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
}
.bameta p{
	font-size: 16px;
	margin-bottom: 0;
}
.bashape_1 {
	position: absolute;
	bottom: 40px;
	right: 40px;
}
.bashape_1 img{
	width: 65px;
}

.bashape_2 img{
	width: 35px;
}

.bashape_3 img{
	width: 55px;
}
.bashape_2 {
	position: absolute;
	top: 18%;
	right: 30%;
}
.bashape_3 {
	position: absolute;
	bottom: 37%;
	right: 16%;
}

/*
* ----------------------------------------------------------------------------------------
* Portfolio Details
* ----------------------------------------------------------------------------------------
*/

.portf-content img{
	margin-bottom: 30px;
	border-radius: 8px;
}

.portf-content .live-demo-btn {
	padding: 15px 0 30px;
	display: block;
}
.pchecklist h2{	
		margin-bottom: 15px;	
}
.portf-content ul{
	list-style-type: none;
	margin-bottom: 30px;
}
.portf-content li{
	font-weight: 400;
	position: relative;
	padding-left: 25px;
	line-height: 37px;
}
.portf-content li::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #1C3F39;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0px;
	display: block;
}

.pnavigation{
	text-align: center;
	margin-top: 60px;
}
.pnavigation a{
	font-size: 30px;
	display: inline-block;
	color: #222;
	padding: 0 50px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	transition: .5s;
}
.pnavigation a:hover,
.pnavigation a:focus{
	color: var(--themegrey);
}
.prev-pro svg{
	margin-right: 15px;
}

.next-pro svg{
	margin-left: 15px;
}
.pnavigation span{
	width: 100%;
}
.pnavigation a svg {
	width: 55px;
	display: inline-block;
	
}
.pnavigation a svg path{
	fill: #888;
}

/*
* ----------------------------------------------------------------------------------------
* Blog Details
* ----------------------------------------------------------------------------------------
*/

.pb-meta{
	margin-top: 60px;
}
.pbspace{
	margin: 0 5px;
}
.pb-meta span{
	font-size: 16px;
}
.pb-meta a{
	color: #fff;
}
.post-inner .post-image{
	margin-bottom: 35px;
}
.entry-content {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.entry-content img{
	border-radius: 8px;
}
.post-inner .pnavigation{
	margin-top: 40px;
	overflow: hidden;
}
.post-nav a{
	font-size: 22px;
	padding: 0;
}
.post-nav .prev-pro{
	float: left;
}
.post-nav .next-pro{
	float: right;
}

/*
* ----------------------------------------------------------------------------------------
* Comment
* ----------------------------------------------------------------------------------------
*/

.comments{
	padding-top: 40px;
}
.bdtitle{
	margin-bottom: 25px;
	font-size: 24px;
}
.comment-list,
.comment{
	list-style-type: none;
}
.com-img {
	margin-right: 48px;
	position: relative;
}
.com-img h4 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 0;
}
.cdate{
	font-size: 15px;	
}
.creplay {
	position: absolute;
	top: 50px;
	right: -13px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	border-radius: 50%;
	color: white;
	background: var(--themegrey);
	font-size: 19px;
	text-align: center;
}
.com-img img{
	border-radius: 50%;
}
li.comment{
	
	display: block;	
}
.comments .children{
	padding-left: 30px;
}
.single-comment{
	overflow: hidden;
	border: 1px solid #d9d9d9;
	padding: 35px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.comment-form{
	padding-top: 30px;
}
.comment-form .form-control{
	padding: 0;
}
.comment-form p{
	margin-bottom: 35px;
}
#submit {
	border: 1px solid #000000;
	background-color: black;
	color: #fff;
	padding: 7px 28px;
	border-radius: 6px;
	transition: .5s;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

#submit:hover,
#submit:focus{
	color: white;
	background-color: var(--themegrey);
}


/*
* ----------------------------------------------------------------------------------------
* Contact Page
* ----------------------------------------------------------------------------------------
*/

.contact-info{
	border: 1px solid #d9d9d9;
	text-align: center;
	border-radius: 8px;
	padding: 40px;
	position: relative;
	margin-bottom: 50px;
}
.contact-info .cicon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: black;
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	text-align: center;
	transition: .5s;
	position: absolute;
	right: -13px;
	top: -30px;
}
.contact-info:hover .cicon{
	background: var(--themegrey);
	color: white;
}
.contact-info h4 {
	font-size: 30px;
	margin-bottom: 12px;
}
.contact-info p{
	margin-bottom: 0;
}
.ctitle{
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.pt60{
	padding-top: 60px;
}
.contact-form p{
	margin-bottom: 45px;
}
.contact-form span{
	display: block;
}
.contact-form .single-ropt{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.contact-form .single-ropt label {
	margin-left: 7px;
}
.flabel {
	color: #555;
	font-size: 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	margin-bottom: 12px;
}

/*
* ----------------------------------------------------------------------------------------
* 404 Page
* ----------------------------------------------------------------------------------------
*/

.404_content{}
.notfound_page .nfheading {
	margin-bottom: 15px;
}

.notfound_page .nfheading svg {
	width: 301px;
	height: 140px;
	display: inline-block;
}

.notfound_page h3 {
	font-size: 34px;
	margin-bottom: 20px;
}
.notfound_page p{
	margin-bottom: 35px;
}
.form-control::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}




/* Contact PHP */

.send-message-info svg{
	width: 50px;
	height: auto;
	margin-bottom: 40px;
}
.send-message-info svg path{
	fill: #1C3F39;
}
.send-message-info h4{
	margin-bottom: 40px;
}

/* Contact PHP */

/* Responsive Design */

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1200px;
}
@media only screen and (max-width:1366px) { 
	#navigation {
		padding: 0px 40px;
	}
	#main-menu ul li {
		padding: 0 10px;
	}
	#navigation .header-btn {
		padding-right: 10px;
	}
	.bshape_2 img {
		width: 69%;
	}
	.about-con {
		right: 45%;
	}
	.home-banner .social_link {
		padding-left: 30px;
	}	
	.home-banner .social_link::before {
		left: 40px;
	}
	.home-banner .social_link::after {
		left: 40px;
	}	
}
@media only screen and (max-width:1199px) {
	.col-menu {
		width: 85% !important;
	}	
	.col-menu.justify-content-center {
		justify-content: flex-end !important;
	}
	.col-logo {
    width: 15% !important;
	}
	.home-banner{
		background-image: unset!important;
	}
	.home_banner_content {
		padding-left: 100px;
	}
	.bshape_2 img {
		width: 90%;
	}	
	.about-con {
		right: 60px;
	}
	.about-img .ab_btn {
		left: auto;
		right: -40px;
		bottom: -40px;
	}
	
	.skill-area{
		padding-top: 70px;
	}
	
}

@media only screen and (max-width:1024px) { 
	
	
}

@media only screen and (max-width: 991px){
	#navigation {
        padding: 30px 40px;
    }
	.col-logo {
        width: 20% !important;
    }
	.col-menu{
		display: none!important;
	}
	#main-menu{
		display: none;
	}

	#sm_menu_ham {
		display: block;
		top: 40px;
		right: 6%;
		position: fixed;
	}
	.sidebar{
		padding-top: 100px;
	}
}

@media only screen and (max-width: 767px){
	.spt-130 {
		padding-top: 90px;
	}	
	
	.section-padding {
		padding: 90px 0;
	}
	#main-menu{
		display: none;
		
	}

	#mobile_menu{
		display: block;
		width: 100%;
		
	}
	.about-card {
		margin-bottom: 30px;
	}
	.about-img .ab_btn {
		left: auto;
		right: 0;
		bottom: 0;
	}

	.testimonial-slider .owl-nav button.owl-next {
	  margin-left: 27px;
	}	
	.single-blog{
		text-align: center;
		margin-bottom: 30px;
	}
	.single-blog h3{
		margin: 20px 0;
	}
	.footer-widget{
		margin-bottom: 30px;
	}
	.fotter-title {
		margin-bottom: 25px;
	}
	.footer-bottom .text-start ,
	.footer-bottom .text-end {
		text-align: center!important;
	}
	.footer-bottom p {
		margin-bottom: 7px;
	}
	
}
@media only screen and (max-width: 575px){
	.col-logo {
        width: 70% !important;
    }
	#navigation {
		padding: 30px 20px;
	}
	#sm_menu_ham {
		top: 40px;
		right: 31px;
	}
	.home-banner .social_link {
		display: none;
	}
	.home_banner_content {
		padding-left: 0;
	}
}

/* custom code */

/* Navbar */
.col-logo{
	width: 30%;
}
.col-menu{
	width: 60%;
}
.col-btn{
	width: 10%;
}
.nav-custom{
	background-color: black;
}
.sali-logocus{
	max-width: 310px;
    width: 100%;
    height: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000000; /* Adjust based on your design */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
.announcement-bar {
    background-color: white;
    color: #000;
    text-align: center;
    padding: 5px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-bar p {
    margin: 0;
    flex-grow: 1;
}

.ancclose-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding-right: 20px;
}

.ancclose-btn:hover {
    color: #ff0000;
}
.badges-dsn{
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
	align-items: center;
}
.badges-dsn li{
	list-style-type: none;
	margin-right: 20px;
}
.badges-dsn li img{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.cus-sighome{
	max-width: 150px;
	width: 100%;
	height: auto;
}

/* Publishing Area */
.home_heading {
    padding-top: 35px;
    text-align: center;
}

.home_heading h2 {
    display: inline-block; /* Change to inline-block */
    border-top: 2px solid var(--themegrey);
    border-bottom: 2px solid var(--themegrey);
    padding: 10px 0; /* Maintain vertical padding */
    font-size: 2.5rem; /* Font size */
}
@media (max-width: 395px){
	.home_heading h2 {
		font-size: 30px;
	}
	.section-title span {
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.fancy{
		font-size: 11px !important;
	}
}

/* Publishing Area */

.section_heading {
	background: black;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .section_heading h2,
  .section_heading h2 span {
	color: white;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
  }
  
  .section_heading h2 span {
	-webkit-text-stroke: 1px #ffffff;
	-webkit-text-fill-color: #ffffff00;
	margin: 0 25px;
  }
  
  .section_heading_2 {
	background: var(--colorPrimary);
  }
  
  /* Article Area */


  .blog-area.left-sidebar .blog-content {
	float: right;
  }
  
  .blog-area.left-sidebar .sidebar {
	padding-left: 15px;
	padding-right: 50px;
  }
  
  .blog-area .blog-items .single-item {
	margin-bottom: 30px;
  }
  
  .blog-area .blog-items .item .info .meta {
	border-top: 1px solid #e7e7e7;
	margin-top: 5px;
	padding-top: 5px;
  }
  
  .blog-area .blog-items .item .info .meta li {
	color: black;
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
  }
  
  .blog-area .blog-items .item .info .meta li a {
	color: var(--themegrey);
	display: inline-block;
	font-size: 13px;
  }
 .blog-area .blog-items .item .info .meta li i {
	margin-right: 5px;
  }
  
  .blog-area .blog-items .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
  }
  
  .blog-area .blog-items .thumb img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
  }
  
  .blog-area.circle .blog-items .thumb img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
  }
  
  /* .blog-area .blog-items .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
  } */
  
  .blog-area .blog-items .thumb .date {
	bottom: 15px;
	left: 15px;
	padding: 15px;
	position: absolute;
	z-index: 1;
  }
  
  .blog-area .blog-items .thumb .date span {
	display: block;
	font-size: 40px;
	font-weight: 900;
  }
  
  .blog-area .blog-items .thumb .date::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
  }
  
  .blog-area.circle .blog-items .thumb .date::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }
  
  .blog-area .blog-items .thumb .date h4 {
	color: rgb(71, 69, 69);
	font-size: 14px;
	margin: 0;
  }
  
  .blog-area .blog-items .info {
	padding: 12px 12px 1rem 12px;
	-webkit-box-shadow: 0 .0625rem .125rem #00000026, 0 .0625rem .25rem #00000026;
	-moz-box-shadow: 0 .0625rem .125rem #00000026, 0 .0625rem .25rem #00000026;
	box-shadow: 0 .0625rem .125rem #00000026, 0 .0625rem .25rem #00000026;
    outline: none;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	}
	.article-card-content {
		flex-grow: 1; /* Allows the content to fill the available space */
	}
	.blog-area .blog-items .info:hover {
		box-shadow: 0 .125rem .25rem #00000026, 0 .125rem .5rem #00000026;
	}
	.blog-area .blog-items .info h4{
		margin-bottom: 0;
		
	}
	.blog-area .blog-items .info p{
		font-size: 15px;
		color: #333;
		font-weight: 400;
	}
  .blog-area .blog-items .info h2,
  .blog-area .blog-items .info h3,
  .blog-area .blog-items .info h4 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
}
  
  .blog-area .blog-items .info > a {
	font-weight: 500;
	text-transform: capitalize;
	color: var(--color-heading);
	font-size: 13px;
}

  .blog-area .blog-items .item a:hover {
	color: var(--themegrey);
  }
  
  /* Show More Button */

	.fancy {
		background-color: transparent;
		border: 2px solid #000;
		border-radius: 0;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		float: right;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin: 0;
		outline: none;
		overflow: visible;
		padding: 1.25em 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		transition: all 0.3s ease-in-out;
		user-select: none;
		font-size: 12px;
	}
   
   .fancy::before {
	content: " ";
	width: 1.5625rem;
	height: 2px;
	background: black;
	top: 50%;
	left: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	transform-origin: center;
	transition: background 0.3s linear, width 0.3s linear;
   }
   
   .fancy .textshow {
	font-size: 1.125em;
	line-height: 1.33333em;
	padding-left: 2em;
	display: block;
	text-align: left;
	transition: all 0.3s ease-in-out;
	text-transform: capitalize;
	text-decoration: none;
	color: black;
   }
   
   /* .fancy .top-key {
	height: 2px;
	width: 1.5625rem;
	top: -2px;
	left: 0.625rem;
	position: absolute;
	background: #e8e8e8;
	transition: width 0.5s ease-out, left 0.3s ease-out;
   }
   
   .fancy .bottom-key-1 {
	height: 2px;
	width: 1.5625rem;
	right: 1.875rem;
	bottom: -2px;
	position: absolute;
	background: #e8e8e8;
	transition: width 0.5s ease-out, right 0.3s ease-out;
   }
   
   .fancy .bottom-key-2 {
	height: 2px;
	width: 0.625rem;
	right: 0.625rem;
	bottom: -2px;
	position: absolute;
	background: #e8e8e8;
	transition: width 0.5s ease-out, right 0.3s ease-out;
   } */
   
   .fancy:hover {
	color: white;
	background: black;
   }
   
   .fancy:hover::before {
	width: 0.9375rem;
	background: white;
   }
   
   .fancy:hover .textshow {
	color: white;
	padding-left: 1.5em;
   }
   
   .fancy:hover .top-key {
	left: -2px;
	width: 0px;
   }
   
   .fancy:hover .bottom-key-1,
	.fancy:hover .bottom-key-2 {
	right: 0;
	width: 0;
   }
   .btn-cen{
		display: flex; 
		justify-content: center; 
		align-items: center;
		flex-direction: column;
   }
	.art-btnaln{
		display: flex;
		list-style-type: none;
	}
	.art-btnaln li{
		margin: 10px;
	}
	.featured__header--wrapper {
		border-top: 4px solid #000;
		padding-top: 22px;
	}
	.quote-container {
		text-align: center;
	}
	
	.quote {
		color: #ffffff;
		font-size: 1.5em;
		position: relative;
		display: inline-block;
	}
	
	.quote-icon-left {
		position: absolute;
		left: -40px;
		top: -20px;
		font-size: 3em;
		color: #fff;
	}
	
	.quote-icon-right {
		position: absolute;
		right: -40px;
		bottom: -20px;
		font-size: 3em;
		color: #ff8b00;
	}
	
	.quote-text {
		font-style: italic;
		font-weight: bold;
		max-width: 800px;
		line-height: 1.5;
	}
	.dev-area{
		background: #2b2b2b;
		padding: 20px 0 20px 0;
	}
	.dev-area p{
		margin-bottom: 0;
		color: var(--themegrey);
	}
	.devlogo-cus{
		max-width: 80px;
		width: 100%;
		height: auto;
	}

	/* parallax images styles */

	/* Parallax Section with Short Height */
.paraimg1 {
    position: relative;
    background-image: url('../img/parallex/parallex_1.jpg'); /* Replace with your image */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; /* Short height for the parallax section */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quote Styling Merged */
.paralex-caption blockquote {
    color: #fff; /* Text color */
    font-size: 2.5rem; /* Font size for larger screens */
    text-align: center; /* Center alignment */
    font-style: italic; /* Italic style for the quote */
    font-weight: 400; /* Regular weight */
    margin: 0; /* Remove default margin */
    letter-spacing: 1px; /* Letter spacing */
    padding: 0 15px; /* Padding for better spacing */
}

/* Responsive Design */
@media (max-width: 768px) {
    .paraimg1 {
        background-attachment: scroll; /* Disable parallax on mobile */
        height: 300px; /* Shorter height on mobile */
    }

    .paralex-caption blockquote {
        font-size: 2rem; /* Font size for tablets */
    }
}

@media (max-width: 480px) {
    .paraimg1 {
        height: 250px; /* Even shorter height on smaller devices */
    }

    .paralex-caption blockquote {
        font-size: 1.5rem; /* Font size for mobile devices */
    }
}

/* Banner Custom */
/* Banner Custom updated 18/12/2024*/
.home-banner,
.home_banner_content{
	padding: 30px 30px 0px 30px;
}
.left-contentarea {
    display: flex; /* Makes it a flex container */
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
	.left-contentarea {
		padding-right: 13px;
	}
	
}
.bannerareabg{
	/* background: linear-gradient(225deg, rgba(3,16,33,1) 45%, rgba(68,102,129,1) 100%); */
	background-image: url(../img/slider.webp);
	height: 671px;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

.right-contentarea {
    display: flex; /* Makes this a flex container */
    flex-direction: column; /* Aligns children vertically */
	/* background-color: var(--themegrey); */
	padding: 0;
}

.home_banner_content {
    flex-grow: 1; /* Takes available vertical space */
}
.salsigarea{
	float: right;
	
}
.salsigarea h4{
	color: white;
	font-size: 25px;
	
}
.text-right{
	text-align: right;
}
.social-mediadts{
	float: left;
	margin-top: 47px;
}
.social-mediadts ul{
	display: flex;
	clear: both;
	list-style-type: none;
}
.social-mediadts li{
	padding-right: 20px;
	
}
.social-mediadts li i{
	color: rgb(240, 232, 232);
	font-size: 20px;

}
.social-mediadts li i:hover{
	color: white;
}

@media (min-width: 991px) and (max-width: 1150px) {
    .badges-dsn li img {
		max-width: 72px;
	}
	.home_banner_content p{
		font-size: 14px;
	}
	.bannerareabg{
		height: 700px;
	}

}
@media (min-width: 1150px) and (max-width: 1188px) {
    .badges-dsn li img {
		max-width: 75px;
	}
	.home_banner_content p{
		font-size: 15px;
	}
	.bannerareabg{
		height: 737px;
	}

}
@media (min-width: 1188px) and (max-width: 1223px) {
    .badges-dsn li img {
		max-width: 75px;
	}
	.home_banner_content p{
		font-size: 15px;
	}
	.bannerareabg{
		height: 709px;
	}

}
@media (min-width: 1223px) and (max-width: 1236px) {
    .badges-dsn li img {
		max-width: 75px;
	}
	.home_banner_content p{
		font-size: 15px;
	}
	.bannerareabg{
		height: 709px;
	}

}
@media (min-width: 1236px) and (max-width: 1310px) {
    .badges-dsn li img {
		max-width: 75px;
	}
	.home_banner_content p{
		font-size: 15px;
	}
	.bannerareabg{
		height: 650px;
	}

}
@media (min-width: 1792px) and (max-width: 2560px){
	.bannerareabg {
		height: 900px;
	}
	.badges-dsn li img {
		max-width: 111px;
	}
	.home_banner_content p {
		font-size: 18px;
	}
}
.phone-baner {
    display: none; /* Hidden by default */
}
@media screen and (max-width: 768px) {
	.bannerareabg {
		background: linear-gradient(225deg, rgba(3, 16, 33, 1) 45%, rgba(68, 102, 129, 1) 100%);
		height: auto;
	}
    .phone-baner {
        display: block; /* Shown for small screens if JavaScript is not available */
    }
	.home_banner_content p{
		font-size: 14px;
		text-align: justify;
	}
	.home-banner, .home_banner_content {
		padding: 30px 10px 30px 10px;
	}
	.social-mediadts{
		margin-top: 20px;
		float: unset;
	}
	.social-mediadts ul{
		justify-content: center;
	}
}
.pad-adsmob{
	padding: 0;
}
@media screen and (width: 768px) {
	.phone-baner {
		display: block;
		border: 2px solid white;
        margin-top: 30px;
    }
	.pad-adsmob{
		padding-left: 15px;
		padding-right: 15px;
	}
  }
  @media (min-width: 768px) and (max-width: 868px){
	.bannerareabg{
		height: 590px;
	}
	.badges-dsn li img{
		max-width: 65px;
	}
	.home_banner_content p{
		font-size: 11px;
	}
	.home-banner, .home_banner_content {
		padding: 20px 30px 0px 30px;
	}
	.cus-sighome{
		max-width: 110px;
	}
	.social-mediadts {
		margin-top: 0;
	}

  }
  @media (min-width: 868px) and (max-width: 908px){
	.bannerareabg{
		height: 630px;
	}
	.badges-dsn li img{
		max-width: 65px;
	}
	.home_banner_content p{
		font-size: 12px;
	}
	.home-banner, .home_banner_content {
		padding: 20px 30px 0px 30px;
	}
	.cus-sighome{
		max-width: 110px;
	}
	.social-mediadts {
		margin-top: 0;
	}

  }
  @media (min-width: 908px) and (max-width: 948px){
	.bannerareabg{
		height: 665px;
	}
	.badges-dsn li img{
		max-width: 65px;
	}
	.home_banner_content p{
		font-size: 13px;
	}
	.home-banner, .home_banner_content {
		padding: 20px 30px 0px 30px;
	}
	.cus-sighome{
		max-width: 110px;
	}
	.social-mediadts {
		margin-top: 0;
	}

  }
  @media (min-width: 948px) and (max-width: 988px){
	.bannerareabg{
		height: 685px;
	}
	.badges-dsn li img{
		max-width: 65px;
	}
	.home_banner_content p{
		font-size: 14px;
	}
	.home-banner, .home_banner_content {
		padding: 20px 30px 0px 30px;
	}
	.cus-sighome{
		max-width: 110px;
	}
	.social-mediadts {
		margin-top: 0;
	}

  }
  @media (min-width: 988px) and (max-width: 991px){
	.bannerareabg{
		height: 725px;
	}
	.badges-dsn li img{
		max-width: 70px;
	}
	.home_banner_content p{
		font-size: 15px;
	}
	.home-banner, .home_banner_content {
		padding: 20px 30px 0px 30px;
	}
	.cus-sighome{
		max-width: 115px;
	}
	.social-mediadts {
		margin-top: 0;
	}
  }

/* Custom date size for widgets */

.blog-area .blog-items .thumb .date2 {
	bottom: 15px;
	left: 15px;
	padding: 10px;
	position: absolute;
	z-index: 1;
  }
  
  .blog-area .blog-items .thumb .date2 span {
	display: block;
	font-size: 35px;
	font-weight: 900;
  }
  
  .blog-area .blog-items .thumb .date2::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
  }
  
  .blog-area.circle .blog-items .thumb .date2::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }
  
  .blog-area .blog-items .thumb .date2 h4 {
	color: rgb(71, 69, 69);
	font-size: 14px;
	margin: 0;
  }
  .ftr-logcus{
	max-width: 73px;
	width: 100%;
	height: auto;
	margin-right: 20px;

  }
  .ftrlogocusaln{
	align-items: center;
  }

  .subsbtndsn {
	display: flex;
	align-items: center;
  }
  
  .subinput {
	min-height: 50px;
	max-width: 230px;
	width: 100%;
	padding: 0 1rem;
	color: #fff;
	font-size: 15px;
	border: 1px solid #bbb;
	border-radius: 6px 0 0 6px;
	background-color: transparent;
  }
  
  .button--submit {
	min-height: 50px;
	padding: .5em 1em;
	border: none;
	border-radius: 0 6px 6px 0;
	background-color: white;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
  }
  
  .button--submit:hover {
	background-color: var(--themegrey);
	color: white;
  }
  
  .subinput:focus, .subinput:focus-visible {
	border-color: #ffffff;
	outline: none;
  }
  .ftrcuslnk li{
	list-style-type: none;
  }
  .artdte a{
	font-weight: 500;
    text-transform: capitalize;
   	font-size: 11px;
	color: var(--themegrey);
  }
  .disclm{
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
  }
.italcls p{
	font-style: italic;
}

/* Profile Page Custom Styles */

/* Breadcrumb Navigation */

.breadcrumb {
	display: flex;
	box-shadow: 1px 3px 10px -2px rgba(0, 0, 0, 0.1), 0px -5px 6px -2px rgba(0, 0, 0, 0.05);
	padding: 0.75rem 1.25rem;
	border-radius: 35px;
	margin-top: 17px;
  }
.breadcrumb li{
	list-style-type: none;
}
  .breadcrumb-links {
	display: flex;
	column-gap: 1rem;
	align-items: center;
  }
  .breadcrumb-links > li:nth-child(n + 4) {
	display: none;
  }
  
  .breadcrumb-box {
	display: flex;
	align-items: center;
  }
  
  .breadcrumb-link {
	color: #9ca3af;
  }
  .breadcrumb-box:hover > *:not(.breadcrumb-icon) {
	color: #000000;
  }
  
  .breadcrumb-icon,
  .breadcrumb-icon-home {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	color: #9ca3af;
  }
  .breadcrumb-links li:first-child .breadcrumb-text {
	display: none;
  }
  
  .breadcrumb-text {
	margin-left: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: #6b7280;
  }
  
  @media (min-width: 640px) {
	.breadcrumb-links > li:nth-child(n + 4) {
	  display: block;
	}
  
	.breadcrumb-links li:first-child .breadcrumb-text {
	  display: block;
	}
  }
  .circlelgo-mockup{
	max-width: 100px;
    width: 100%;
    height: auto;
  }

  
  /* JOB Timeline */

  .timeline-container{
	font-family: "Roboto",sans-serif;
	width: 100%;
	margin:auto;
	display:block;
	position:relative;
  }
  .timeline-container ul.tl{
	  margin:20px 0;
	  padding:0;
	  display:inline-block;
  
  }
  .timeline-container ul.tl li {
	  list-style: none;
	  margin: -6px 0 0 0;
	  min-height:50px;
	  border-left:1px solid rgb(225 225 225);
	  padding:0 0 30px 30px;
	  position:relative;
	  display: flex; 
	  flex-direction: row;
  }

  .timeline-container ul.tl li:last-child{ border-left:0;}
  .timeline-container ul.tl li .item-icon {
	  position: absolute;
	  left: -11px;
	  top: 6px;
	  content: " ";
	  border: 8px solid var(--themegrey);
	  border-radius: 500%;
	  background: rgb(255, 255, 255);
	  height: 20px;
	  width: 20px;
  }
  .timeline-container ul.tl li:hover::before{
	  border-color:  #000000;
	  transition: all 1000ms ease-in-out;
  }
  ul.tl li .item-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
ul.tl li .item-detail {
	  color:rgba(0,0,0,0.5);
	  font-size:12px;
  }
  ul.tl li .item-timestamp{
	color: #8D8D8D;
	font-size: 12px;
	text-align: right;
	padding-left: 20px;
  }
  .responpro{
	font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    color: #262626;
	text-align: justify;
  }
  .responpro strong{
      display: inline-block;
      margin-top: 10px;
  }
  @media (max-width: 768px) {
	.responpro{
		text-align: unset;
	}
  }

  /* Pagination styles */

/* Pagination Container */
.pagination-container {
    text-align: center;
    margin-top: 30px; /* Space above the pagination */
}

/* Pagination Number Styles */
.pagination-container .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 14px;
	color: #000000; /* Dark text */
    border: 1px solid #ddd; /* Light border */
    border-radius: 4px; /* Rounded corners */
    transition: all 0.3s ease; /* Smooth transition on hover */
}

/* Current Page Style */
.pagination-container .page-numbers.current {
    background-color: #000000;
    color: white; 
    font-weight: bold;
}
/* Previous and Next Button Styles */
.pagination-container .prev, 
.pagination-container .next {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Previous/Next Button Disabled (when no pages) */
.pagination-container .prev.disabled,
.pagination-container .next.disabled {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
}

/* Style for Last and First Pages (optional, for better UX) */
.pagination-container .first, 
.pagination-container .last {
    padding: 10px 20px;
}

/* Add a little more spacing between page numbers */
.pagination-container .page-numbers:not(.current) {
    margin-right: 5px;
}


/* Custom Article Details Page */

.post-image {
    overflow: hidden; /* Ensures that the zoomed image doesn't overflow its container */
    position: relative; /* Establishes a positioning context for the child elements */
}

.blog-post-img {
    width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains the aspect ratio */
    transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
}

/* .post-image:hover .blog-post-img {
    transform: scale(1.1);
} */
.sqr-adbx {
    margin-bottom: 30px;
   	border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.adbx2{
	margin-bottom: 30px;
   	border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.artshar{
	font-size: 14px;
	line-height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-left: 0;
		list-style: none;
}
.artshar li{
	margin-right: 20px;
	font-size: 13px;
}
.artshar li i{
    color: red;
    margin-right: 10px;
}
/* Container Styles */
.tooltip-container {
	position: relative;
	display: inline-block;
	overflow: visible;
  }
  
  /* Button Styles */
  .button-content {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	cursor: pointer;
	transition:
	  background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
	  transform 0.3s ease,
	  box-shadow 0.4s ease;
	position: relative;
	z-index: 10;
	overflow: hidden;
  }
  
  .button-content::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(
	  135deg,
	  rgba(110, 142, 251, 0.4),
	  rgba(167, 119, 227, 0.4)
	);
	filter: blur(15px);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: -1;
  }
  
  .button-content::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(
	  circle,
	  rgba(255, 255, 255, 0.3) 0%,
	  rgba(255, 255, 255, 0) 70%
	);
	transform: scale(0);
	transition: transform 0.6s ease-out;
	z-index: -1;
  }
  
  .button-content:hover::before {
	opacity: 1;
  }
  
  .button-content:hover::after {
	transform: scale(1);
  }
  
  .button-content:hover {
	transform: translateY(-4px) scale(1.03);
  }
  
  .button-content:active {
	transform: translateY(-2px) scale(0.98);
}
  
  .button-content .text {
	font-size: 13px;
	margin-right: 12px;
	white-space: nowrap;
	transition: letter-spacing 0.3s ease;
  }
  
  .button-content:hover .text {
	letter-spacing: 1px;
  }
  
  .share-icon {
	fill: red;
	transition:
	  transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	  fill 0.3s ease;
	}
  
  .button-content:hover .share-icon {
	transform: rotate(180deg) scale(1.1);
	fill: red;
  }
  
  /* Tooltip Styles */
  .tooltip-content {
	position: absolute;
	top: 102%;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	background: white;
	border-radius: 15px;
	padding: 22px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition:
	  opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	  transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	  visibility 0.5s ease;
	z-index: 100;
	pointer-events: none;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.9);
  }
  
  .tooltip-container:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
	pointer-events: auto;
  }
  
  /* Social Icons Styles */
  .social-icons {
	display: flex;
	justify-content: space-between;
	gap: 12px;
  }
  
  .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f0f0f0;
	transition:
	  transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	  background 0.3s ease,
	  box-shadow 0.4s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
  }
  
  .social-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
  }
  
  .social-icon:hover::before {
	opacity: 1;
  }
  
  .social-icon svg {
	width: 24px;
	height: 24px;
	fill: #333;
	transition:
	  transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	  fill 0.3s ease;
	z-index: 1;
  }
  
  .social-icon:hover {
	transform: translateY(-5px) scale(1.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .social-icon:active {
	transform: translateY(-2px) scale(1.05);
 }
  
  .social-icon:hover svg {
	transform: scale(1.2);
	fill: white;
  }
  
  .social-icon.x:hover {
	background: #14171A;
  }
  
  .social-icon.facebook:hover {
	background: linear-gradient(135deg, #1877f2, #165ed0);
  }
  
  .social-icon.linkedin:hover {
	background: linear-gradient(135deg, #0077b5, #005e94);
  }
  .whatsapp:hover{
     background: #25D366;
  }
  
  
  /* Hover Ripple Effect */
  @keyframes ripple {
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  transform: scale(4);
	  opacity: 0;
	}
  }
  
  .button-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: inherit;
	transform: scale(0);
	opacity: 0;
  }
  
  .button-content:active::before {
	animation: ripple 0.6s linear;
  }
  
  /* Tooltip Arrow */
  .tooltip-content::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
	filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.1));
  }
  
  /* Accessibility */
  .button-content:focus {
	outline: none;
	box-shadow:
	  0 0 0 3px rgba(110, 142, 251, 0.5),
	  0 8px 15px rgba(0, 0, 0, 0.1);
  }
  
  .button-content:focus:not(:focus-visible) {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.button-content {
	  padding: 12px 24px;
	  border-radius: 40px;
	}
  
	.text {
	  font-size: 16px;
	}
  
	.tooltip-content {
	  width: 240px;
	  padding: 18px;
	}
  
	.social-icon {
	  width: 44px;
	  height: 44px;
	}
  
	.social-icon svg {
	  width: 20px;
	  height: 20px;
	}
  }
  
  @media (max-width: 480px) {
	.button-content {
	  padding: 10px 20px;
	}
  
	.text {
	  font-size: 14px;
	}
  
	.tooltip-content {
	  width: 200px;
	  padding: 15px;
	}
  
	.social-icon {
	  width: 40px;
	  height: 40px;
	}
  
	.social-icon svg {
	  width: 18px;
	  height: 18px;
	}
  }
  
  /* Dark Mode Support */
  @media (prefers-color-scheme: dark) {
	.tooltip-content {
	  background: rgba(30, 30, 30, 0.9);
	  color: white;
	}
  
	.tooltip-content::before {
	  border-color: transparent transparent rgba(30, 30, 30, 0.9) transparent;
	}
  
	.social-icon {
	  background: #2a2a2a;
	}
  
	.social-icon svg {
	  fill: #e0e0e0;
	}
  }
  
  /* Print Styles */
  @media print {
	.tooltip-container {
	  display: none;
	}
  }
  
  /* Reduced Motion */
  @media (prefers-reduced-motion: reduce) {
	.button-content,
	.share-icon,
	.social-icon,
	.tooltip-content {
	  transition: none;
	}
  
	.button-content {
	  animation: none;
	}
  }
  
  /* Custom Scrollbar for Tooltip Content */
  .tooltip-content::-webkit-scrollbar {
	width: 6px;
  }
  
  .tooltip-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
  }
  
  .tooltip-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
  }
  
  .tooltip-content::-webkit-scrollbar-thumb:hover {
	background: #555;
  }
  
.entry-content p{
	font-size: 15px;
    font-weight: 400;
}
.entry-content li{
	font-size: 15px;
    font-weight: 400;
}
.com-content p{
	font-size: 16px;
    font-weight: 400;
}
.comment-form p{
	font-size: 16px;
    font-weight: 400;
}
.topadsbox{
	text-align: center;
}
.inneradsbox{
	padding-top: 18px;
	padding-bottom: 18px;
}
.entry-content .fa-linkedin-in{
	color: #0077B5 !important;
	font-size: 18px;
}
.ad-sidebar {
    padding: 15px;
    /* background-color: #f8f9fa; */
    border-radius: 8px;
}

.ad-box {
	margin-bottom: 10px;
    text-align: center;
	margin-top: 10px;
}

.ad-box a {
    display: block;
}

.ad-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.ad-img:hover {
    transform: scale(1.05);
}
.innerpagecus h4{
	font-size: 1.125rem;
}
.innerpagecus .info > a{
	font-size: .750rem !important;
	display: block;
    text-align: right;
    margin-top: auto;
} 
/* abt date custom code */

.abtdtecus{
	font-size: 16px;
    color: #9c9c9c;
}
.section-paddingcon{
	padding: 80px 0;
}
.contact-socialicon{
	display: flex;
	justify-content: center;
}
.contact-socialicon li{
	padding: 20px;
	list-style-type: none;
	font-size: 20px;
}
.contact-socialicon .fa-linkedin-in{
	color: #0077B5;
}
.contact-socialicon .fa-facebook-f{   
	color: #1877F2;
}
.instagram-icon {
	background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-socialicon .fa-x-twitter{
	color: black;
}
.contact-socialicon .fa-youtube{
	color: #FF0000;
}
.abtqullogocus{
	max-width: 90px;
    width: 100%;
    height: auto;
}
#moreg {display: none;}
.rdbtn-wrap a{
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
.about-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
  }
  
 /* .about-card:hover {*/
	/*transform: translateY(-5px);*/
 /* }*/
  
  .about-img img {
	width: 100%;
	display: block;
  }
  
  .about-title {
	padding: 15px;
	background-color: white;
	text-align: center;
  }
  
  .about-title h3 {
	margin: 0;
	font-size: 1.2em;
  }
  
  .about-title p {
	margin: 5px 0 0;
	font-size: 0.9em;
	color: #555;
  }
  .about-card .fa-linkedin-in{
	color: #0077B5 !important;
    font-size: 18px;
  }
  #articleList li {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#articleList li.visible {
    display: block;
    opacity: 1;
}
/* quiz button design */
.qanswrp h5{
	font-weight: 900;
	color: black;
}
.qanswrp{
	font-size: 15px;
    font-weight: 400;
}
.qanswrp ul{
	margin-left: 40px;
}
.qanswrp ul li{
	font-size: 15px;
	list-style-type: upper-alpha;
	color: rgb(97, 96, 96);
}
.quspagesub{
	text-align: left;
}
.quspagesub h3{
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 700;
}
/* From Uiverse.io by DavidTM96 */ 
.form {
	display: flex;
	flex-direction: column;
	align-self: center;
	font-family: inherit;
	gap: 10px;
	padding-inline: 2em;
	padding-bottom: 0.4em;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	background-color:white;
  }
  
  .form-heading {
	text-align: center;
	margin: 1.5em;
	color: #000000;
	font-size: 1.2em;
	background-color: transparent;
	align-self: center;
  }
  
  .form-field {
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*gap: 0.5em;*/
	border-radius: 10px;
	padding: 0.4em 0.6em;
	border: none;
	outline: none;
	color: var(--themegrey);
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
  
  .input-field {
	background: none;
	border: none;
	outline: none;
	width: 100%;
	color: black;
	/*padding-inline: 1em;*/
  }
  
  .sendMessage-btn {
	cursor: pointer;
	margin-bottom: 3em;
	margin-top: 1rem;
	padding: 1em;
	border-radius: 10px;
	border: none;
	outline: none;
	background-color: black;
	color: #ffffff;
	font-weight: bold;
	outline: 1px solid #ffffff;
	transition: all ease-in-out 0.3s;
  }
  
  .sendMessage-btn:hover {
	transition: all ease-in-out 0.3s;
	background-color: var(--themegrey);
	color: #ffffff;
	cursor: pointer;
  }
  
  .form-card1 {
	background-image: linear-gradient(163deg, var(--themegrey) 0%, #ffffff 100%);
	border-radius: 22px;
	transition: all 0.3s;
  }
  
  .form-card2 {
	border-radius: 0;
	transition: all 0.2s;
  }
  
  
  
  /* Marketing Pagination */
  #pagination-controls button{
	margin: 0 5px;
  }
  .pagination-button-mar {
    border: 1px solid black;
    color: rgb(0, 0, 0);
}

.pagination-button-mar:hover {
    border: none;
    background: black;
    color: rgb(255, 255, 255);
}

.page-number-mar {
    margin: 0 5px; /* Spacing around page numbers */
    cursor: pointer; /* Pointer cursor */
    padding: 5px 10px; /* Padding for clickable area */
    border: 1px solid transparent; /* Border for spacing */
    border-radius: 5px; /* Rounded corners */
}

.active-mar {
    background-color: #000000; /* Active page color */
    color: white; /* Text color for active */
	border: none;
}

#pagination-controls {
    display: flex; /* Flexbox for layout */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

/* related article */

.ppimage img.responsive-image {
    width: 70px; /* Set intrinsic width */
    height: 70px; /* Set intrinsic height */
    object-fit: cover; /* Ensures the image covers the area without distorting */
    display: block; /* Ensures there's no unwanted space below the image */
}

.comment-form {
    display: block !important;
}
.blog-items .read-article {
    display: block;
    text-align: right;
    margin-top: auto;
}
.para-left{
	width: 60%;
}
.para-right{
	width: 40%;
}

/* Search Part */

button.btn-close.cus-clsear {
    font-size: 12px;
}
button.search-submit{
	padding: 8px 17px;
    background: black;
    color: white;
}
input#search-input {
	padding: 8px;
}
.cus-searres .card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cus-searres .card-title a:hover {
    text-decoration: underline;
    color: #000000;
}

.cus-searres .pagination a {
    color: #000000;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cus-searres .pagination a:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}
.cus-searres .card-text{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}

/* Submit Form */
.subpagehead{
	padding-top: 20px;
}
.subpagehead p{
	font-size: 15px;
    font-weight: 400;
}
.sub-formcus ul{
	margin-left: 30px;
	margin-bottom: 40px;
}
.sub-formcus ul li{
	font-size: 15px;
    font-weight: 400;
}
.sub-formcus{
	margin-left: 50px;
	margin-right: 50px;
}
.sub-formcus h1{
	border-bottom: 2px solid black;
    padding-bottom: 5px;
    margin-bottom: 30px;
    display: inline-block;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.sub-formcus{
		margin-left: 15px;
		margin-right: 15px;
	}
}
.data-subform{
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 16px;
	border: none;
}
.forminator-ui#forminator-module-534.forminator-design--basic .forminator-button-upload{
	display: inline-block;
      padding: 6px 20px;
      background-color: #000000;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #000000;
    font-size: 16px;

}
.forminator-ui#forminator-module-534.forminator-design--basic .forminator-button-delete {
    border: none;
    background: white;
    color: #f50808;
}
.forminator-ui#forminator-module-542.forminator-design--basic .forminator-button-upload{
	display: inline-block;
      padding: 6px 20px;
      background-color: #000000;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #000000;
    font-size: 16px;

}

/* Home Widget Response */
@media (min-width: 992px) and (max-width: 1050px) {
	.blog-area .blog-items .info {
		max-height: 280px;
    	height: 280px;
		/* padding: 16px; */
	}
  }

  @media (min-width: 1050px) {
	.blog-area .blog-items .info {
		max-height: 270px;
    	height: 270px;
	}
  }
  @media (min-width: 992px) and (max-width: 1050px) {
	.innerpagecus .info{
		max-height: 260px;
    	height: 260px;
	}
  }
  
  @media (min-width: 1050px) {
	.innerpagecus .info{
		max-height: 280px !important;
        height: 280px !important;
	}
  }
  @media only screen and (max-width: 991px){
	.tab-phnres{
		display: none;
	}
  }

  /* Share Now Animation */

  .ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    border: none;
    background: black;
}

.ticker-wrapper-h .newshead{
	background-color: var(--themegrey);
	color: #fff;
	padding: 5px 10px;
	flex: 0 0 auto;
	z-index: 999;
	font-size: 16px;
	font-weight: 300;
}
.ticker-wrapper-h .newshead:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid var(--themegrey);
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
}


.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 60%;
	z-index: 99;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 30s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-h li a{
	color: #ffffff;
	font-family: "Cormorant Garamond", serif;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
/*Contact form 7 custom*/

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-field {
    height: 140px;
}

/* Newsletter custom */

.tnp-subscription input[type=text], .tnp-subscription input[type=email]{
	border: 1px solid black !important;
	background-color: #ffffff !important;
}
#tnp-modal-close {
	font-size: 28px !important;
}
/* Contact Page Updation 02/01/2025 */

.social-contact ul{
	display: flex;
  	list-style-type: none;
	justify-content: center
}
.social-contact ul li{
	padding-right: 10px;
}
.wpcf7 input::placeholder, 
.wpcf7 textarea::placeholder {
    font-size: 15px;
	color: grey;
	}
.mxc-auto{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mxc-auto h3{
	display: inline-block;
    border-bottom: 2px solid var(--themegrey);
    padding: 5px 0;
    font-size: 1.8rem;
}
.mxc-auto p{
	font-size: 15px;
	font-weight: 300;
}
button.forminator-button-delete {
    background: none;
    border: none;
    color: #f50808;
}

/*Search and login button for mobile screens added 07/01/2025*/


@media only screen and (max-width: 575px) {
    .mobile-btn {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 69%;
        top: 32px;
    }
    .cus-zindex{
        z-index: 99999;
    }
}

/*single arrow updates 07/01/2025*/

@media only screen and (max-width: 575px){
    .post-nav a {
        font-size: 17px;
    }
    .pnavigation a svg{
        width: 30px;
    }
}

/*Expert Article single page share area 17/01/2025*/
.help-widget {
    background-color: black !important;
}
.help-widget {
    padding: 42px 33px;
    background: url(../img/share-over.png) no-repeat right bottom;
}
.help-widget h4{
    color: #fff;
    margin-bottom: 20px;
}
.help-widget .button {
  cursor: pointer;
  padding: 0.3em;
  font-size: 1em;
  width: 7em;
  aspect-ratio: 1/0.25;
  color: white;
  background: transparent;
  background-size: cover;
  background-blend-mode: overlay;
  /*border-radius: 0.5em;*/
  outline: 0.1em solid #fff;
  border: 0;
  box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.help-widget .button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 1em 0.45em rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #212121, #252525);
 background: radial-gradient(circle at bottom, rgb(164 164 164 / 50%) 10%, #212121 70%);
  outline: 0;
}

.help-widget .icon {
  fill: white;
  width: 1em;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: auto;
  transform: translate(-35%, 10%);
}