/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*home page */
.blog-header{height:300px; color:#fff; overflow:hidden; background:#000131;}
.entry-title{color:#fff !important; font-size:60px !important; text-align:center; padding:60px 0;}
.whtapp {
  animation-name: pulse_whatsapp;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  justify-content: center;
     
}
@keyframes pulse_whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

 
.apply{
    cursor: pointer;
}
#cursor {
  display: inline-block;
  background-color: black;
  width: 2px;
  animation: blink 0.7s infinite;
  margin-left: 2px;
}
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
#footer-widgets .col ul li a{
	padding:0px !important;

}
 #footer-widgets .col p {
	padding-bottom: 10px;
	width:90%;
}


 .partners-list-item {
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eaeaea;
}
.partners-list-item img{max-width:200px !important; height:80px !important;}
.marquee-container.left-to-right .marquee {
    animation-direction: reverse;
}
.marquee {
    display: flex;
    gap: 2rem;
    animation: marquee 40s linear infinite;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
}
.partners-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.marquee:hover {
                animation-play-state: paused;
            }
@keyframes marquee {
                0% {
                    transform: translateX(0);
                }

                100% {
                    transform: translateX(-100%);
                }
            }
 
 
.clearb{clear:both;}
.laptop {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
	background: url('https://digitalcreativeminds.com/svg/dcm-work.png') no-repeat center/contain;
	aspect-ratio: 16 / 10;
}
.fade-slider {
	position: absolute;
	top: 9.9%;
	left: 11.9%;
	width: 77%;
	height: 75.8%;
	overflow: hidden;
	border-radius: 1px;
	z-index: 2;
}
.fade-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.fade-slide.active {
	opacity: 1;
	z-index: 1;
}
.line {
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.line:after {
	content: '';
	position: absolute;
	display: block;
	left: -.025em;
	right: -.1em;
	height: .225em;
	bottom: .125em;
	z-index: -1;
	background: #09def4;
}
ul.check-mark {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
}
ul.check-mark li {
	margin-bottom: 15px;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
ul.check-mark li i {
	color: #27d367 !important;
}
#seo-popup {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: white;
	border-radius: 16px;
	padding: 25px;
	width: 320px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	z-index: 10000;
	animation: slideUp 0.4s ease-in-out;
}
@keyframes slideUp {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#seo-form h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #1d1d1f;
	font-weight: 600;
	text-align: center;
}
#seo-form input {
	margin-bottom: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
	color: #000;
}
#seo-form button[type="submit"] {
	background: #1e88e5;
	color: white;
	font-weight: 600;
	padding: 10px 18px;
	border: none;
	border-radius: 980px;
	cursor: pointer;
	transition: 0.3s ease;
}
#seo-form button[type="submit"]:hover {
	background: #1565c0;
}
#seo-form button[type="button"] {
	background: transparent;
	color: #888;
	font-size: 13px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}
.whtapp {
	position: fixed;
	width:40px;
	height: 40px;
	bottom: 10px;
	right: 15px;
	z-index: 10000;
	 border-radius: 100px;
}
.whtapp img {
	width: 40px;
}
#bg-blk {
	background: #000000cf;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	display: none;
}
#contactform h2 {
	color: #1893ff;
	font-size: 25px !important;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 20px;
}
#contactform {
	display: none;
	z-index: 999999;
	position: fixed;
	background-color: #fff;
	width: 450px;
	padding: 20px 20px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 18px;
}
#contactform input, select, textarea {
	color: #333 !important;
	border: 2px solid #363636;
	border-radius: 5px;
	padding: 10px;
	outline: none;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 0px;
	background: #f5f5f5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#close-btn {
	position: absolute;
	right: 20px;
	border: none;
	border-radius: 100% !important;
	background: #1893ff;
	color: #fff;
	width: 25px;
	height: 25px;
	cursor: pointer;
	top: 16px;
	font-size: 18px;
	padding: 0 !important;
	display: block;
}
.btnRefresh {
	border: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #ff4a17;
	font-size: 13px;
	margin-left: 20px;
}
.btnRefresh:hover {
	color: #333;
}
#captcha_code {
	vertical-align: middle;
}
.top-margin {
	margin-top: 5px;
}
#loader-icon {
	display: none;
	float: LEFT;
	MARGIN-top: 25px;
	margin-left: 25px;
}
.send-btn {
	margin: 20px 0 0 0;
	width: 150px;
	float: left;
	background: #1893ff !important;
	padding: 10px;
	border-radius: 980px !important;
	-webkit-border-radius: 980px !important;
	border: none;
	color: #fff !important;
	cursor: pointer;
	padding: 12px !important;
	display: block;
}
.fifty {
	width: 48% !important;
	float: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.info {
	font-size: .8em;
	color: #ff0000;
	padding-left: 5px;
	font-size: 12px;
	line-height: 10px;
}
.qute {
	font-size: 18px;
	cursor: pointer;
	background: #ff4a17;
	padding: 10px 20px;
	border-radius: 10px;
}
.qute:hover {
	background: #fff;
}
.Error {
	background-color: #ff4a1700;
	border: #ff4a17 2px solid;
	padding: 0px 15px;
	color: #ff4a17;
	border-radius: 8px;
	font-size: 14px;
	margin: 0;
	margin-top: 0px;
	margin-top: 25px;
	text-transform: uppercase;
	text-align: center;
}
.dcm-whtapp {
	display: none;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 9999;
	animation: zoom-in-zoom-out 1s ease infinite;
}
.dcm-whtapp img {
	width: 35px;
}
 @keyframes zoom-in-zoom-out {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.1, 1.1);
}
 100% {
 transform: scale(1, 1);
}
}

@media screen and (max-width: 991px) {
#contactform {
	width: 95% !important;
	box-sizing: border-box;
}
.qute {
	font-size: 14px;
	cursor: pointer;
	background: #ff4a17;
	border-radius: 10px;
	display: block;
	padding: 4px;
	width: 50%;
	margin: 20px auto;
	text-transform: uppercase;
}
}
.dcm-blog h1,
.dcm-blog h2,
.dcm-blog h3 {
  color: #0f2b46;
  line-height: 1.3;
  margin-bottom: 0.75em;
}

.dcm-blog h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dcm-blog h2 {
  font-size: 1.75rem;
  border-left: 5px solid #00bcd4;
  padding-left: 12px;
  margin-top: 2.5rem;
}

.dcm-blog h3 {
  font-size: 1.3rem;
  color: #0277bd;
  margin-top: 2rem;
}

.dcm-blog p {
  margin-bottom: 1.2rem;
  color: #333;
}

.dcm-blog ul {
  list-style: none;
  padding-left: 0;
  margin: 1.2rem 0;
}

.dcm-blog ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
 list-style: none;
}

.dcm-blog ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #43a047;
  font-size: 1rem;
}

.dcm-blog .service-card {
  background: #f5faff;
  border: 1px solid #e3f2fd;

  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.dcm-blog .service-card h3 {
  margin-top: 0;
  color: #0288d1;
}

.dcm-blog .highlight {
  background-color: #e8f5e9;
  padding: 1.2rem 1.5rem;
 
  border-radius: 8px;
  margin: 2rem 0;
  color: #2e7d32;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.dcm-blog strong {
  color: #111;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
    .my-header{padding:0 10px;}
  
  .dcm-blog h1 {
    font-size: 1.8rem;
  }

  .dcm-blog h2 {
    font-size: 1.5rem;
  }

  .dcm-blog h3 {
    font-size: 1.2rem;
  }
  .entry-title{color:#fff !important; font-size:30px !important; text-align:center; padding:60px 0;}
}


 
.elementor-widget-testimonial-carousel .swiper-slide {
    box-shadow: 2px 4px 12px #00000014;
}






