body {
    margin: 0;
    padding: 0;	
	color: #1D1D1B;
	font-size: 16px;
	font-family: "Mulish", sans-serif;
	font-weight: 300;
	line-height: 24px;
	overflow-y:hidden !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff !important;
}
body.single-cpt_services .adpServiceBox .adpSENBtn {
	/*position: absolute;
	bottom: 30px;*/
}

body.single-cpt_services .adpServiceBox {
	/*min-height: 570px;*/
	overflow:hidden;
}
a.fullboxlink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.adpServiceMainSlider .bx-wrapper .bx-next {
    right: 10px;
    background: url(/wp-content/uploads/2026/05/zd-arrow.svg) 0px 0px no-repeat;
    background-size: contain !important;
    top: -85px !important;
}
.adpServiceMainSlider .bx-wrapper .bx-next:hover {
	background: url(/wp-content/uploads/2026/05/zd-arrow-white.svg) 0px 0px no-repeat;
	transform: rotate(180deg);
}
.adpServiceMainSlider .bx-wrapper .bx-prev:hover {
	background: url(/wp-content/uploads/2026/05/zd-arrow-white.svg) 0px 0px no-repeat;
	transform: inherit;
}
.adpServiceMainSlider .bx-wrapper .bx-prev {
    background: url(images/controls.png) 0 -32px no-repeat;
    right: 50px;
    background: url(/wp-content/uploads/2026/05/zd-arrow.svg) 0px 0px no-repeat;
    background-size: contain !important;
    top: -85px !important;
    left: auto;
    transform: rotate(180deg);
}
.adpSENBtn {
	position:relative;
	z-index:2;
}
.iti .iti__selected-dial-code{
	margin-left: 10px;
	padding-right: 30px;
}
.iti__arrow{
	border: none !important;
	position: relative;
	
	&::after{
		content: "";
		display: block;
		position: absolute;
		right: -67px;
		top: -2px;
		width: 16px !important;
		height: 8px !important;
		background: url('data:image/svg+xml,<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.00008 8C7.81417 8 7.6278 7.935 7.48598 7.80458L0.213073 1.13783C-0.0710245 0.877407 -0.0710245 0.455735 0.213073 0.195315C0.497171 -0.065105 0.957637 -0.065105 1.24128 0.195315L8.00008 6.39081L14.7589 0.195315C15.043 -0.065105 15.5035 -0.065105 15.7871 0.195315C16.0707 0.455735 16.0712 0.877824 15.7871 1.13783L8.51419 7.80458C8.37237 7.93458 8.186 8 8.00008 8Z" fill="%23FEE800"/></svg>') no-repeat;
	}
}
.dialogContent .iti__arrow::after{
	filter: brightness(0)
}
.iti__arrow.iti__arrow--up::after{
	transform: rotate(180deg);
}

.proposalStep .iti__selected-dial-code,
.applyJobForm .iti__selected-dial-code {
    color: #888888 !important;
}
.themedForm .iti__selected-dial-code {
    color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}
span.adHeadingBrkYellowline{
	color:#FEE800;
	display:block;
}
.adpfaqcont .generalBtn{
	transition:ease all 1s !important;
}
.dashbefore::before{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	border-top: 1px solid #FEE800;
	height: 1px;
	top:50%;
}
.darkbg{
	background-color: #000;
}
.servicesSection strong{
	font-weight: 600;
}
.bx-wrapper {
    box-shadow: inherit !important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ffffff !important;
}
header.landing .nav-link:focus, header.landing .nav-link:hover {
    color: rgb(255 255 255 / 80%);
}
header.landing {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 47px 80px 0;
}
header.landing .container{
	max-width: 100%;
	transition: all 2s
}
/* sticky header code */
.landing.fixed .container{
	/*animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;*/
	max-width: 1568px;
	height:75px;
}
.landing.fixed {
    position: fixed;
    top: 0px;
    /*background: #000000;
    border-bottom: 1px #FEE800 solid;
    box-shadow: rgb(255 255 255 / 20%) 0px 18px 50px -10px;*/
    z-index: 10;
    padding: 30px 80px 0;
	backdrop-filter: blur(10px) !important;
}
.landing.fixed .container {
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0.8em 1.75em;
	border-radius: 9999px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.2);
	border-image: initial;
	transition: 0.9s cubic-bezier(0.135, 0.9, 0.15, 1);
}
.landing.fixed .logo img {
	width: 110px;
	margin-top:-30px;
}
.adpImageCaresol .swiper-wrapper{
	transition-timing-function: linear !important;
}
 @keyframes stickyhead {
	 0% {
		 opacity: 0;
		 transform: translateY(-100%);
	 }
	 100% {
		 opacity: 1;
		 transform: translateY(0px);
	 }
}
 @keyframes stickyhead {
	 0% {
		 opacity: 0;
		 transform: translateY(-100%);
	 }
	 100% {
		 opacity: 1;
		 transform: translateY(0px);
	 }
}
/* sticky header code end */
/* whatsapp code */

.footerWhatsappLink {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 5;
	border-radius: 60px;
	background: #FEE800;
	width: 60px;
	height: 60px;
	display: flex;
	transition:ease all 1s;
}
.footerWhatsappLink:hover {
	background-color:#29A71A;
}
.footerWhatsappLink img,
.footerWhatsappLink svg{
	width: 31px;
	height:31px;
	display:block;
	margin:auto;
	transition:ease all 1s;
}
.footerWhatsappLink:hover img,
.footerWhatsappLink:hover svg{
	filter:invert(1);
}
/* whatsapp code end */

/* scroll down animation */

.scroll-down{
    border: 1px solid #fff;
    border-radius: 20px;
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 25px;
    height: 45px;
    z-index: 1;
    cursor: pointer;
}
.scroll-down-wrapper {
	width:25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 4;
}
.scroll-down-wrapper:after {
    content: '';
    position: absolute;
    bottom: 30px;
    background: url(/wp-content/uploads/2026/02/down-arrow.svg) no-repeat center;
    width: 14px;
    height: 7px;
    left: 6px;
}
.scroll-down-wrapper .scroll-down::before {
    -webkit-animation: scrollDownAnimation 2s infinite;
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 5px;
    content: '';
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 2px;
}

.scroll-down-wrapper .scroll-down::after {
    content: '';
    position: absolute;
    /*background-image: url(../images/icons/banner-scroll-arrow.svg);*/
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 21px;
    bottom: -18px;

}
.scroll-down-wrapper span {

    font-family: 'Montserrat';
    color: #333;
    text-align: center;
    padding-top: 25px;
    font-size: 12px;
    display: block;
    z-index: 2;
    text-transform: uppercase;

}
@keyframes scrollDownAnimation {
    0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    40% {
    opacity: 1;
    }
    80% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    }
    100% {
    opacity: 0;
    }
}

a.zdUnderline{
	display:inline-block;
}
.zdUnderline::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #FEE800;
	transition: width .3s;
	position: relative;
	top: 5px;
	opacity: 0;
	margin: 0;
	border: none;
}
.zdUnderline:hover::after{
	width: 100%;
	opacity: 1
}


/* scroll down animation */

header .navbar ul#menu-main-menu-v2 li#menu-item-27308{
	position:relative;
}
header .navbar ul#menu-main-menu-v2 li#menu-item-27308 ul.dropdown-menu{
	left:0;
	/*top: 100%;*/
}
/*header .navbar ul#menu-main-menu-v2 li{
	position:static;
}*/
header .navbar ul#menu-main-menu-v2 li a:hover::after,
header .navbar ul#menu-main-menu-v2 a.active::after {
    width: 100%;
	opacity: 1
}
header .navbar ul#menu-main-menu-v2 li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FEE800;
    transition: width .3s;
    position: relative;
    top: 18px;
    opacity: 0;
    margin: 0;
    border: none;
}

/* child menu css start */
#menu-main-menu-v2{
	
	& .dropdown-menu{
		border:solid 1px #D7D7D7;
		border-radius: 30px;
		background: #D7D7D7;
		margin-top: 0px;
		padding: 30px 30px 20px 30px;
		
		& a{
			margin-bottom: 7px;
			font-size:14px;
			transition:ease all 1s;
			color:#3E3E3E !important;
			padding:5px 40px 0 0;
			
			&::after{
				content:inherit !important;
				top: 5px !important;
				height: 1px !important;	
			}
		}
		
		& a.active,
		& a:hover{
			outline:none;
			background: transparent;
			color:#000 !important;
		}
	}
}
@media screen and (max-width: 1000px) {
	#menu-main-menu-v2{

		& .dropdown-menu{
			background: transparent;
			padding-left: 20px;
			transition: all 1s;
			
			& li:last-child{
				border-bottom: none
			}
		}
	}
	
}
/* child menu css end */

img.alignleft{
	margin-right:30px;
	float:left;
	border-radius:20px !important;
}
.csbtn a.elementor-button:hover .elementor-button-icon svg path{
	fill:#fff
}

/* top right css start */
.adpToprightCol{
	margin-top:-30px;
	text-align:right;
}
.adpToprightCol ul{
	padding:0;
	margin:0;
	list-style:none;
}
.adpToprightCol ul li {
	display:inline-block;
	margin-left:15px;
	vertical-align:middle;
}
.adpToprightCol ul li a.adpCustomBtn {
    width: 165px;
    height: 46px;
    line-height: 42px;
    display: block;
	text-decoration:none;
    border-radius: 30px;
    background: #FEE800;
    color: #000;
	border:solid 1px #FEE800;
    text-align: center;
    font-family: Aeonik;
    font-size: 18px;
    font-weight: 400;
    transition: ease all 0.5s;
}
.adpToprightCol ul li a.adpCustomBtn:hover {
    border: solid 1px #FEE800;
    background: transparent;
    color: #FEE800;
}
.adpToprightCol ul li a.topRightIcon {
    width: 46px;
    height: 46px;
    display: block;
    border: solid 1px #FEE800;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transition: ease all 0.5s;
}
.adpToprightCol ul li a.topRightIcon:hover{
    background: #FEE800;
	border: solid 1px #FEE800;
}
.adpToprightCol ul li a.topRightIcon:hover img{
    filter: brightness(0);
}
/* top right css end */
ul.adpServiceDtList {
    color: #FEE800;
    margin: 20px 0 0 15px;
    padding: 0;
}
.adpIconList .elementor-icon-box-title{
	min-height:50px;
}
ul.adpServiceDtList li::marker {
  color: #FEE800;
}
ul.adpServiceDtList li {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
span.csyellowcolor{
	color:#FEE800;
}

/* client logo css */

.adpClientLogo {
	position:relative;
}
.adpClientLogo:after {
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background: linear-gradient(90deg, #000 0%, #FEE800 25%, #FEE800 50.48%, #FEE800 75%, #000 100%);
    position: absolute;
    left: 0;
    right: 0;
}
.adpSideline:after {
    content: '';
    width: 1px;
    height: 395px;
    background: linear-gradient(180deg, #000 0%, #FEE800 50.48%, #000 100%);
    position: absolute;
    right: 0;
    top: -30px;
}
.adpCounterCenter .elementor-counter-title {
    width: 260px;
    margin: auto !important;
    text-align: center;
}
.adpCounter .adpSideline:after {
	height:100%;
	top: 0;
}
.adpSideline:hover .elementor-animation-grow,
.adpNextLine:hover .elementor-animation-grow{
	transition-duration: .3s;
	transition-property: transform;
	transform: scale(1.1);
}
/* client logo css end */

body.single-cpt_services section.elementor-section{
	background-position:center right !important
}

.adpServicesCs .swiper-slide {
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    background: rgba(0, 0, 0, 0.80);
    width: 284px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
	transition:ease all 2s;
}
.adpServicesCs .swiper-slide img.swiper-slide-image{
	width: 78px;
	height: 78px;
}
.adpServicesCs .swiper-slide:hover{
	background-color:#FEE800;
		border:solid 1px transparent;
}
.adpServicesCs .swiper-slide:hover img.swiper-slide-image{
	filter:brightness(0)
}
.adpServicesCs .swiper-slide:hover figcaption.elementor-image-carousel-caption{
	color:#000;
} 
.adpFaqs .elementor-toggle-item {
    border: solid 1px #202020;
    margin-bottom: 20px;
    border-radius: 50px;
}
.adpFaqs .elementor-toggle-item {
  opacity: 0;
  animation: fadeInSlide 0.5s ease-in-out forwards;
}
.adpFaqs .elementor-toggle-item:nth-child(1) { animation-delay: 0.1s; }
.adpFaqs .elementor-toggle-item:nth-child(2) { animation-delay: 0.2s; }
.adpFaqs .elementor-toggle-item:nth-child(3) { animation-delay: 0.3s; }
.adpFaqs .elementor-toggle-item:nth-child(4) { animation-delay: 0.4s; }
.adpFaqs .elementor-toggle-item:nth-child(5) { animation-delay: 0.5s; }
.adpFaqs .elementor-toggle-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.adpFaqs .elementor-toggle-item:last-child {
	margin-bottom:0;
}
.adpFaqs .elementor-toggle .elementor-tab-title .elementor-toggle-icon{
	margin-right: 10px;
	margin-top: -2px;	
}
.adpFaqs .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{
	width: 41px;
	height: 41px;
}
.adpFaqs .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened svg{
	transform:rotate(-180deg)
}



/* Slider Css Start */

.sliderContent {
    position: absolute;
    top: 30%;
    max-width: 620px;
}
.sliderSubTitle {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 5.88px;
    text-transform: uppercase;
	margin:0 0 30px;
}
.sliderTitle {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 110px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.sliderTitle .sliderSubTitle {
	display:inline-block;
}
.sliderDescription {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 37px;
}
.sliderContent a {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 220px;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    color: #262A40;
    border-radius: 30px;
    background: #fff url(../images/btn-arrow.svg) no-repeat center right 35px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.sliderContent a:hover {
    background: #262A40 url(../images/white-arrow.svg) no-repeat center right 35px;
    color: #fff;
}

/* Slider Css End */

.ClientLogo .swiper-slide img {
    width: 200px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.logo svg {
	width: 215px;
	fill: #fff;
}
header .logo {
    margin-top: -5px;
}
.landing.fixed .logo {
    margin-top: 0;
}
.navbar-nav{
	gap: 30px;
	height:100%;
}
.landing.fixed .navbar-nav > li > a {
    padding-bottom: 40px;
    padding-top: 10px;
	font-size:16px;
}
header .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 17px;
}
header .navbar-nav a{
	color: #FFF;
	text-decoration:none;
	display:block;
	font-size: 20px;
	font-family:'Aeonik';
}
header.landing .navbar-nav .nav-link.active, header.landing .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}
/* mobile menu css start */

header.landing .offcanvas {
    background-color: #FEE800;
}
header.landing .navbar-nav a:hover,
header.landing.fixed .navbar-nav a:hover{
	color:#fff !important;
}
header.landing .offcanvas.offcanvas-end.show .navbar-nav a {
    color: #000 !important;
    font-family: Aeonik;
    font-size: 28px;
    font-weight: 400;
    line-height: 70px;
	padding:0;
}
header.landing .offcanvas.offcanvas-end.show .offcanvas-body .navbar-nav {
    gap: 0;
	height: 100%;
}
header.landing .offcanvas.offcanvas-end.show .offcanvas-body ul li {
    border-bottom:solid 1px #000;
}
header.landing .offcanvas.offcanvas-end.show .offcanvas-body ul li a::after, 
header.landing .offcanvas.offcanvas-end.show .offcanvas-body ul li li.current_page_item a::after {
    background: transparent !important;
}
header.landing .offcanvas.offcanvas-end.show .btn-close {
    width: 25px;
    height: 25px;
    background-size: 53%;
    filter: invert(0);
    opacity: 1;
}
/* mobile menu css end */

body.page-id-28816 .LatestNewsSubscribe .container{
	margin-top: -60px;
    position: relative;
}
.LatestNewsSubscribe {
	padding:0 80px;
	background: #020202;
}
.LatestNewsSubscribe .container {
	border-radius: 100px;
	background: #151515;
	padding: 43px 60px;
}
.leftcolSubscribe {
	color: #FFF;
	font-family: Aeonik;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 1px;
}
.subscribeFrm{
	position:relative;
}
.subscribeFrm p{
	margin:0;
}
.subscribeFrm input[type='email'] {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
    height: 46px;
    border: none;
    color: rgba(255, 255, 255, 0.40);
    font-family: Aeonik;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 30px;
    margin-right: 12px;
    width: calc(100% - 175px);
}
.subscribeFrm input[type='submit'] {
    width: 154px;
    height: 46px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #FEE800;
    color: #FEE800;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    transition: ease all 1s;
    position: absolute;
    top: 0;
    right: 10px;
}
.subscribeFrm input[type='submit']:hover {
    background: #FEE800;
    color: #000;
}
.subscribeFrm .wpcf7-spinner{
	position:absolute;
	top:10px;
}
.rightcolSubscribe .wpcf7-not-valid-tip{
    font-size: 12px;
}
.rightcolSubscribe form .wpcf7-response-output {
    font-size: 12px;
    color: #fff;
}
footer {
    background: #000;
    padding: 80px 80px 120px;
}
footer .container{
	position:relative;	
}
footer .container::after {
    content: '';
    top: 240px;
    left: 300px;
    background: url(/wp-content/uploads/2026/02/zd-footer-logo-transparent.svg) no-repeat;
    position: absolute;
    width: 296px;
    height: 330px;
}
.adpFtrlefirstcol {
	position:relative;
}
.smallyellowtxt {
    position: relative;
    color: #FEE800;
    font-family: 'Aeonik';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    padding-left: 45px;
}
.smallyellowtxt:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #FEE800;
    top: 10px;
}
.adpFtrlefirstcol h2,
.adpFtrlefirstcol h5{
    color: #FFF;
    font-family: 'Aeonik';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
	margin:50px 0 40px;
}
.adpFtrlefirstcol h2 span,
.adpFtrlefirstcol h5 span{
	display:block;
}
.container a.GetProposalbtn {
    width: 200px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
	text-decoration:none;
    border: solid 1px #FEE800;
    border-radius: 50px;
    color: #FEE800;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 18px;
    font-weight: 400;
    transition: ease all 1s;
}
a.GetProposalbtn:hover {
	background-color:#FEE800;
	color:#000;
}
ul#menu-footer-menu{
	display:grid;
	grid-template-columns: 1fr
}
ul#menu-footer-menu li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 40px;
}
.footerSectionHeading {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer ul li{
	margin-bottom: 10px;
}
footer ul a{
	text-transform: uppercase;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}
ul.footersocicalinks {
    display: flex;
    align-items: center;
}
ul.footersocicalinks li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    transition: ease all 1s;
    border-radius: 50px;
    background: #1E1E1E;
}
ul.footersocicalinks li a:hover{
	background-color:#FEE800
}
ul.footersocicalinks li a img{
	width: 16px;
	height: 16px;
}
ul.footersocicalinks li a:hover img{
	filter:brightness(0);
}

.footerText {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
footer .container .contactInfo{
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px; 
	text-decoration:underline;
	display:block;
	margin-bottom:15px;
	text-underline-offset: 6px;
	transition:ease all 0.5s;
}
footer .container .contactInfo:hover{
	color:#FEE800
}
.contactInfo img{
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.footerCopyright {
    background-color: #000;
	padding:0 80px;
}
.footerCopyright .container{
    padding: 35px 0 35px;
    border-top: solid 1px #222;	
}
.footerCopyright .container a {
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;;
	display:inline-block;
	text-decoration:none;
	padding-right:25px;
	position: relative;
	transition:ease all 0.5s;
}
.footerCopyright .container a:hover {
	color:#FEE800
}
.footerCopyright a:after {
    content: '';
    background-color: #FEE800;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 13px;
    right: 10px;
    border-radius: 20px;
}
.footerCopyright a:last-child:after{
	content:initial;
}
.footerCopyright p {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.adpBannerContainer{
	width:100vw;
	height: 100vh;
	position: relative
}
.adpBannerContainer .adpBannerVideo{
	position: absolute;
	z-index: 0;
}
#adpBannerVideo {
	width: 100vw;
	height: auto;
}
.adpBannerContent {
	position: absolute;
	z-index: 1;
	text-align: center;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	align-content: center;
}
h1.banner-heading.banner-text {
	font-size: 100px;
	line-height: 90px;
	text-align: center;
	padding: 0 6rem;
	font-weight: 300;
}
#bookingModal {
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	width: 290px;
	display: inline-block;
}
#bookingModal:hover {
	background-color: rgba(255,255,255,.8);
	color: #000;
	border-color: 1px solid rgba(0,0,0,.8);
}
#menu-footer-menu li{
	width: max-content
}
#menu-footer-menu li a:after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #FEE800;
	transition: width .3s;
	position: relative;
	top: 0px;
}
#menu-footer-menu li a:hover:after{
	width: 100%;
}
/* responsive css start */
header.landing .navbar-toggler {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-align: right;
}
header.landing .navbar-toggler-icon {
    width: 25px;
    height: 24px;
    background-image: url(/wp-content/uploads/2026/02/navmbl-line-icon.svg);
}
.themedForm .iti{
	width:100%;
}
.themedForm .iti__selected-country-primary{
	padding-left:25px;
	padding-right:0;
}
.themedForm .iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel]{
	padding-left:120px !important;
}
.themedForm textarea {
    height: 124px;
    resize: none;
	outline:none;
}
.themedForm{
	
	& input[type="text"],
	& input[type="email"],
	& input[type="tel"],
	& textarea{
		width: 100%;
        color: #FFF;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 25px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(254, 232, 0, 0.20);
        background: rgba(254, 232, 0, 0.10);
		
		&::placeholder{
			color: #FFF;
			font-family: Montserrat;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
		}
	}
	& input[type="submit"]{
		background: #FEE800;
		color: #000;
		text-align: center;
		font-family: Aeonik;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 100% */
		border-radius: 30px;
		border: 1px solid #FEE800;
		padding: 13px 70px;
		transition: all 1s;
		
		&:hover{
			background: #000;
			color: #fff;
		}
	}
}

.hideondesktop{
	display: none
}

body.single-cpt_portfolio .elementor-counter .elementor-counter-title {
	text-align: center !important;
}
@media screen and (max-width: 850px	) {
	
	.hideonmobile{
		display: none;
	}
	.hideondesktop{
		display: block
	}
	ul.adpServiceDtList {
		text-align: left;
	}
	div#caseStudiesSlidreCont {
		margin-top: 40px;
	}
	.logoSliderWrap .bx-wrapper{
		margin-top:-20px;
	}
}
@media screen and (min-width: 3000px) and (max-width: 10000px) {
	header.landing.fixed .navbar-nav a {
		font-size: 18px;
	}
	.footerWhatsappLink {
		width: 120px;
		height: 120px;
	}
	.footerWhatsappLink img, .footerWhatsappLink svg {
		width: 70px;
		height: 70px;
	}
	.scroll-down {
		width: 50px;
		height: 90px;
		border-radius: 100px;
	}
	.scroll-down-wrapper .scroll-down::before {
		height: 20px;
	}
	.scroll-down-wrapper:after {
		width: 39px;
		height: 16px;
		background-size: 24px;
	}
}
@media screen and (min-width: 2000px) and (max-width: 3000px) {
	.scroll-down {
		width: 30px;
		height: 50px;
	}
	.scroll-down-wrapper .scroll-down::before {
		height: 10px;
	}
	.scroll-down-wrapper:after {
		width: 20px;
		height: 12px;
		background-size: 15px;
	}
	.footerWhatsappLink {
		width: 80px;
		height: 80px;
	}
	.footerWhatsappLink img, .footerWhatsappLink svg {
		width: 45px;
		height: 45px;
	}
	.adpClientLogo:after {
		height: 1px;
	}
	header.landing .logo img{
		width:160px;
	}
	header.landing .navbar-nav a{
		font-size: 22px;
	}
	header.landing.fixed .navbar-nav a {
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1568px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1915px) {

	header.landing.fixed .navbar-nav a {
		font-size: 16px;
	}
	header.landing.fixed .adpToprightCol ul li a.adpCustomBtn {
		width: 140px;
		font-size: 16px;
	}
	header.landing .logo img{
		width:120px;
	}
	header.landing .navbar-nav {
		gap: 17px;
	}
	.adpToprightCol ul li {
		margin-left: 8px;
	}
	.adpToprightCol ul li a.adpCustomBtn {
		width: 155px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.adpToprightCol ul li a.topRightIcon {
		width: 40px;
		height: 40px;
		line-height: 37px;
	}
	section .adpServicesSlider .serviceItem a,
	section .adpServicesGrid .serviceItem  a {
		width: auto;
		height: 246px;
	}
	section .adpServicesSlider .serviceItem a .service-title,
	section .adpServicesGrid .serviceItem  a .service-title {
		margin-top: 26px;
		font-size: 18px;
	}
	section .adpServicesSlider .serviceItem a img,
	section .adpServicesGrid .serviceItem a img{
		width: 60px;
	}
	section ul.zdBlogGrid.zdBlogGridSlider li .zdPostTitle {
		font-size: 20px;
		line-height: 26px;
	}
	section #caseStudiesSlidreCont .post-title a {
		font-size: 26px;
		line-height: 30px;
	}
	.leftcolSubscribe {
		font-size: 25px;
		line-height: 36px;
	}
	footer .adpFtrlefirstcol h2 {
		font-size: 45px;
		line-height: 50px;
	}
	
}	
@media screen and (min-width: 1300px) and (max-width: 1540px) {
	section .portfolioGroupsList li{
	
	}
	#mainContainer .zdTopicsNav.fixNav a{
		margin-bottom:10px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
	body.single-post #mainContainer p{
		font-size:14px;
	}
	body.single-post #mainContainer .zdTopicsNav a {
		font-size:14px;
	}
	body.single-post #mainContainer .zdPostTitle {
		font-size: 40px;
		line-height: 50px;
	}
	body.single-post #mainContainer .wp-post-image {
		height: 350px;
	}
	#mainContainer .row.relatedPostsRow h3.relatedPostsHeading {
		font-size:40px;
		line-height:40px;
	}
	body.single-postbody.single-post #mainContainer ul.zdBlogGridRelated li .zdPostDate{
		font-size:14px;
	}
	body.single-post #mainContainer ul.zdBlogGridRelated li .zdPostTitle{
		font-size: 18px;
		line-height:24px;
	}
	#mainContainer .zdTopicsNav.fixNav a{
		margin-bottom:10px;
	}
	header.landing .logo img,
	header.landing.fixed .logo img{
		width:80px
	}
	header.landing .navbar-nav {
		gap: 0px;
	}
	header.landing .navbar-nav a {
		font-size: 14px;
	}
	.adpToprightCol ul li {
		margin-left: 8px;
	}
	header.landing .adpToprightCol ul li a.adpCustomBtn {
		width: 117px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.adpToprightCol ul li a.topRightIcon {
		width: 38px;
		height: 38px;
		line-height: 36px;
	}
	.adpToprightCol ul li a.topRightIcon img {
		width:18px;
	}
	.adpFtrlefirstcol h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.LatestNewsSubscribe .container {
		padding: 30px 40px;
	}
	.leftcolSubscribe {
		font-size: 24px;
	}
	.adpFtrlefirstcol h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.footerSectionHeading {
		font-size: 20px;
	}
	footer ul#menu-footer-menu li a {
		font-size: 14px;
		line-height:30px;
	}
	
	.container a.GetProposalbtn {
		width: 160px;
		height: 34px;
		font-size: 15px;
	}
	.footerCopyright p,
	.footerCopyright a{
		font-size:12px;
	}
}		
@media screen and (min-width: 757px) and (max-width: 1024px) {
	
	.adpToprightCol li:nth-child(n+2) {
		display: none;
	}
	.adpSideline:after {
		height: 100%;
		top: 0px;
	}
	.logoSliderWrap, .logoSliderWrap li {
		margin:auto;
		left:0;
		right:0;
	}
	section #caseStudiesGridCont .blog-posts.grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 30px;
	}
	.adpFtrlefirstcol h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.footerSectionHeading {
		font-size: 16px;
	}
	footer ul li {
		margin-bottom: 0;
	}
	ul#menu-footer-menu li a {
		font-size: 14px;
	}
	.container a.GetProposalbtn {
		width: 150px;
		height: 40px;
		font-size: 14px;
		transition: ease all 1s;
	}
	.LatestNewsSubscribe {
		padding: 0 20px;
	}
	.leftcolSubscribe {
		font-size: 24px;
	}
	.LatestNewsSubscribe .container {
		padding: 24px 50px;
	}
	#zdClientServicesCont .bx-wrapper {
		margin-bottom: 20px;
		max-width:100% !important;
	}
	footer .container::after {
		top: 100px;
	}
	section .portfolioGroupsList li{
		font-size:16px;
		padding:10px 18px;
	}
	footer {
		padding: 80px 20px 50px;
	}
	.footerCopyright {
		padding: 0 20px;
	}
	.footerCopyright .container a {
		font-size: 13px;
		line-height: 20px;
	}
	.footerCopyright p {
		font-size: 13px;
	}
}
@media screen and (min-width: 1px) and (max-width: 757px) {	
	.adpServiceMainSlider .bx-controls-direction {
		position: relative;
		top: -124px;
	}
	.adpServiceMainSlider .bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 25px;
	}
	.adpToprightCol{
		margin-top:0px !important;
	}
	header {
		padding: 10px 0 !important;
	}	
	header.landing .navbar-nav a {
		color: #000 !important;
	}
	.landing.fixed {
		/*padding: 30px 20px 0;*/
		position:relative;
	}
	/*.landing.fixed .container {
		padding: 0.8em 1.75em 0.6em;
	}
	.landing.fixed .logo img {
		width: 90px;
	}
	.landing.fixed .adpToprightCol {
		top: 20px;
		right: 70px;
	} */
	header.landing .container{
		position:relative;
	}
	header.landing .col-8.col-sm-7 {
		padding: 0;
	}
	.logo {
		width: 110px;
		height: 51px;
		position: relative;
		top: 10px;
	}
	.logo img{
		width: 100%;
		height: auto;
		object-fit:contain;
	}
	.bx-wrapper .bx-pager {
		bottom: -10px;
	}
	.adpServicesSlider .serviceItem a {
		width:auto !important;
		height:auto !important;
		min-height:190px;
		padding: 30px 10px !important;
	}
	.adpServicesSlider .serviceItem a img {
		width: 50px !important;
	}
	.adpServicesSlider .service-title {
		margin-top: 0 !important;
		font-size: 12px !important;
		line-height: 18px !important;
	}
	span.csyellowcolor{
		display:block;
	}
	.adpToprightCol {
		text-align: right;
		position: absolute;
		top: 10px;
		right: 60px;
	}
	.adpToprightCol ul li a.adpCustomBtn {
		font-size: 14px;
		width: 120px;
		height: 34px;
		line-height: 32px;
	}
	.adpToprightCol li:nth-child(n+2) {
		display: none;
	}
	.adpServicesCs .swiper-slide {
		width: 180px;
		height: 180px;
		padding: 0 30px;
	}
	.adpServicesCs .swiper-slide img.swiper-slide-image {
		width: 58px;
		height: 58px;
	}
	.container .portfolioGroupsList {
		gap: 10px;
		height: auto;
		margin-bottom: 30px;
	}
	.container .portfolioGroupsList li {
		font-size: 14px;
		padding: 10px 24px;
	}
	section #caseStudiesSlidreCont .post-title {
		margin: 15px 0px 15px 0px;
	}
	section #caseStudiesSlidreCont .post-title a {
		font-size: 24px;
		line-height: 32px;
	}
	section #caseStudiesSlidreCont .post-excerpt {
		font-size: 14px;
		line-height: 22px;
		max-width:80%;
	}
	.elementor-widget-Adp_Faq_Widget .adpfaqcont ul {
		margin:0;
	}
	.elementor-widget-Adp_Faq_Widget .adpfaqcont ul li{
		padding: 20px 20px;
		border-radius: 15px;
	}
	.elementor-widget-Adp_Faq_Widget .adpfaqcont ul li .adpfaqtitle{
		max-width: 290px;
	}
	.adpSideline:after {
		height: 100%;
		top: 0px;
	}
	.logoSliderWrap, .logoSliderWrap li {
		margin:auto;
		left:0;
		right:0;
	}
	.logoSliderWrap, .logoSliderWrap li img {
		object-fit: contain;
		width: 70px;
	}
	.LatestNewsSubscribe {
		padding: 0 20px;
	}
	.LatestNewsSubscribe .container {
		border-radius: 20px;
		background: #151515;
		padding: 20px 25px;
	}
	.leftcolSubscribe {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.subscribeFrm input[type='email'] {
		height: 36px;
		width: calc(100% - 120px);
		font-size: 14px;
		padding: 0 20px;
	}
	.subscribeFrm input[type='submit'] {
		font-size:14px;
		width: 100px;
		height: 36px;
		line-height: 32px;
	}
	footer {
		padding: 50px 5px 20px;
	}
	.adpFtrlefirstcol h2, .adpFtrlefirstcol h5 {
		font-size: 35px;
		line-height: 40px;
	}
	.footerCopyright .container {
		padding: 20px 0 15px;
		border-top: solid 1px #222;
	}
	footer .container::after{
		content:initial;
	}
	ul#menu-footer-menu li a {
		font-size: 14px;
		line-height: 26px;
	}
	.adpFtrlefirstcol h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 20px 0 40px;
	}
	.container a.GetProposalbtn {
		width: 180px;
		height: 42px;
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 30px;
	}
	section #caseStudiesGridCont .blog-posts.grid {
		grid-template-columns:  1fr;
		row-gap: 30px;
	}
	footer .SocialMediaIcon{
		padding-top: 20px;
		display:flex;
		align-items:center;
		gap:20px;
	}
	.footerCopyright {
		padding: 0 15px;
	}
	.footerCopyright p {
		text-align: left;
		font-size:13px;
	}
}
