/**
Theme Name: I Knowledge Factory
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/** Custom Fonts **/
:root {
  --mainfont: "Sora", Sans-serif !important;
  --primary: #17008A !important;
  --secoundery: #8100BA !important;
  --hover: #8100BA !important;
}
body, p, a {
    font-family: var(--mainfont);
    line-height: 30px;
}
h1, h2, h3, h4, h5 {
  font-family: var(--mainfont) !important;
  font-weight: 600 !important;
}
h2, h3, h4, h5 {
  color: var(--primary);
}
a {
	text-decoration: none !important;
}
a:hover {
  color: var(--secoundery);
}

.custom-container {
	padding: 0 10px;
	margin: 0 auto;
}
h1 {
	font-size: 48px !important;
	line-height: 65px !important;
	font-weight:600 !important;
}
.serstatssec span.elementor-counter-number {
    font-size: 52px;
}
.serstatssec .elementor-widget-image .elementor-widget-container {
    padding-top: 1px;
}
.serstatssec > .elementor-container {
    padding: 0 10px;
}
#themebtn {
    display: inline-block;
    padding: 13px 25px !important;
}
.themebtn, #themebtn {
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: transform .3s;
    padding: 6px 20px;
    background-color: var(--primary);
	background: rgb(23,0,138);
    background: linear-gradient(90deg, rgba(23,0,138,1) 0%, rgba(129,0,186,1) 100%);
    border-radius: 10px;
    border-width: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}
.themebtn:before, #themebtn:before {
    animation: glowing 10s linear infinite;
    background: linear-gradient(45deg, #b100ff, #17008A, #8100BA, #ff00c8, #b100ff);
    background-size: 400%;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -1;
}
.themebtn span, #themebtn span {
    display: inline-flex;
    transition: inherit;
}
.themebtn:after, #themebtn:after {
    border-radius: 3px;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.themebtn:hover, #themebtn:hover {
    transform: scale(1.1);
}
.themebtn:hover:before, #themebtn:hover:before {
    opacity:1;
}
.themebtn:hover span, #themebtn:hover span {
    transform: scale(.9090909091);
    color:#ffffff;
}
@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.whitebtn.themebtn {
	background:#ffffff;
}
.whitebtn.themebtn span {
	color: var(--primary);
}
.whitebtn.themebtn:hover span {
	color: #ffffff;
}

.lds-rolling div, .lds-rolling div:after {
	border: 10px solid #FCBA0A !important;
}
.preloader-plus .prog-bar {
	background-color: #FCBA0A !important;
}
.preloader-plus {
	background-color: #00175d !important;
}
.page-id-23337 section.page-header {
	display: none;
}
.ast-logo-title-inline .ast-site-identity {
	padding: 0em 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: transparent !important;
}
a.serlinkbtn {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 25px;
	display: inline-block;
}
a.serlinkbtn:hover{
	color:#00165D;
}
.ftraddress:focus {
	color: #FCBA0A !important;
}
/*New Blog CSS*/
.imgopnone {
	opacity: 0;
}
.blogauthbox .circlebtn {
	padding: 40px 105px 40px 0vw;
	font-size: 16px;
}
.blog-page-banner {
	background: transparent !important;
	height: auto !important;
	position: relative;
}
.blog-page-banner .blog-banner img {
	width: 100%;
}
.blog-page-banner .cust-container {
	position: absolute !important;
	bottom: 0px;
	height: 100% !important;
}
.detailMeta_content {
	width: 100%;
	display: block;
	margin-bottom: 0px;
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
	padding: 0 10px;
}
.blog-page-banner h1 {
	margin-bottom: 3vw;
	padding: 0 10px;
}
.blog-page-banner h1 span {
	display: block;
}
.blog-page-banner h1 .b1style1 {
	font-size: 2.7vw;
	line-height: 4vw;
	text-shadow: 0px 7px 10px #00000045;
}
.blog-page-banner h1 .b1style2 {
	font-size: 3.7vw;
	line-height: 4.5vw;
	text-transform: uppercase;
	border-bottom: 1px solid #c0d5f6;
	font-family: var(--mainfont);
}
.blog-page-banner h1 .b1style3 {
	font-size: 2.7vw;
	line-height: 4vw;
	text-transform: uppercase;
	font-family: var(--mainfont);
}
.blog-page-banner .breadcrumbs {
	position: absolute !important;
	bottom: 50px !important;
	width: 100% !important;
	padding: 0 10px;
}
span.reading-time {
	display: inline-block;
}
/*p.post-reading-time-estimate__paragraph {
display: none;
}*/
.blog-page-banner .post-reading-time-estimate__paragraph {
	display: block;
}
img.blogauthimg {
	position: relative;
	margin-right: 10px;
	float: left;
}
.detailMeta_content span {
	padding: 0 10px;
	height: 20px;
}
span.authorname {
	padding-left: 0 !important;
}
.blogauthbox figure.elementor-image-box-img img {
	width: 100%;
}
.blogauthbox .elementor-image-box-content {
	padding: 35px 35px 0;
}
.blogauthbox p {
	margin-bottom: 0;
}
.blogintrocolone {
	padding-right: 55px;
}
.blogmobimg {
	display: none;
}
a {
	text-decoration: none;
}
.related-blogs .slick-arrow:hover {
	background-color: #dfaa0a !important;
}
.post-template-default.ast-blog-single-style-1 .elementor-widget-container {
	font-family: var(--mainfont) !important;
}
.related-blogs {
	padding: 0 10px;
}
footer#colophon {
	padding: 0 10px;
}
.detailMeta_content {
	display: none;
}
.post-template-default.ast-blog-single-style-1 .detailMeta_content {
	display: block;
	margin-bottom: 10px;
}
.post-template-default.ast-blog-single-style-1 .page-header {
	height: auto;
	padding: 120px 0 30px;
}
.post-template-default.ast-blog-single-style-1 .page-header h1 {
	max-width: 90%;
	margin-bottom: 30px;
}
.post-reading-time-estimate__paragraph {
	display: none;
}
.post-template-default.ast-blog-single-style-1 .page-header .post-reading-time-estimate__paragraph {
	display: block;
}
.post-template-default.ast-blog-single-style-1 .breadcrumbs {
	position: relative !important;
	bottom: 0px !important;
	margin-top: 20px;
}
.post-template-default.ast-blog-single-style-1 .entry-header.ast-no-thumbnail {
	display: none;
}
.hdronesecdelay {
	position: fixed;
	background: #ffffff00;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 99999;
}
.careerbtn.formsubmitbtn:before {
	right: -45px;
}
.popup-wrap .popfullwidth {
	min-width: 100% !important;
}
.popup-wrap .popfullwidth p {
	margin-bottom:10px;
}
.popup-wrap .megamenucta {
	margin-top: 25px;
	margin-right: 10px;
}
.case-study-list {
	margin-bottom: 60px;
}
ul.key_takeaway_ul li a:hover {
	color: #fff !important;
}
.rel-case-study-wrap {
	background: #F5F5F6;
	padding: 60px 0;
}
.rel-case-study-wrap h3 {
	color: #00165D;
	font-size: 36px;
	line-height: 24px;
	margin-bottom: 45px;
	font-family: var(--mainfont) !important;
}
.other_case_study_slide img {
	width: 100%;
}
.other_case_study_slide h4 {
	font-size: 33px;
	line-height: 40px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}
.other_case_study_slide h4 a {
	color: #000000;
	font-weight: 300 !important;
	font-family: var(--mainfont) !important;
}
.other_case_study_slide p {
	font-size: 16px;
	line-height: 24px;
	color: #000000ba;
	max-width: 88%;
}
.service-single-text li .screenshot .case_study_dots span {
	width: 100% !important;
	font-size:16px !important;
	line-height:28px;
	margin-bottom:20px !important;
	margin-left:25px;
	position: relative;
	/* 	color:#000000 !important; */
}
.service-single-text li .screenshot .case_study_dots span:before{
	position: absolute;
	content: '';
	left: -20px;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #FCBA0A;
	border-radius: 100%;
}

.soc_med_mark_fet .service-single-text li:nth-child(1) {
	border-top: none !important;
}

.campain_snipp_sec p a {
	color: #FCBA0A !important;
	text-decoration: none !important;
}

.campain_snipp_sec p a:hover{
	color:#00175c !important;
}

.key_takeaway_ul li {
	margin-bottom: 20px;
}

.our-campaign-slider{
	position:relative;
}

.our-campaign-slider:before {
	position:absolute;
	content:'';
	background-image: url("https://www.ikf.co.in/wp-content/uploads/mobile-slider.svg");
	background-repeat:no-repeat;
	height: 750px;
	width: 37%;
	top: -230px;
	left: 0px;
	background-position: left;
	background-size: contain;
}

.our-campaign-slider .swiper-slide-active img{
	border-radius: 13px !important;
}

.our-campaign-slider .swiper-slide img {max-width: 17.8vw;}
.our-campaign-slider:before {
	width: 19.7vw;
	background-size: 100%;
}
.rise_yoy_span .elementor-icon-box-icon {
	top: 18px;
	position: relative;
}
.smstatscol .elementor-widget-wrap {
	padding: 25px !important;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.rise_yoy_span .elementor-widget-container {
	padding-left: 10px !important;
}
.statsnumb .elementor-widget-container {
	padding-right: 10px !important;
}
.other_case_study_slide h3 {
	font-size: 32px;
	color: #000000 !important;
	margin: 15px 0;
}

.other_case_study_slide p {
	font-size: 16px;
	color:#000000;
	line-height:24px
}

.other_case_study_slider {
	display: flex;
}

.service-single-text li .screenshot p {
	padding: 0 25px 0 0 !important;
}
ul.cat-details {
	padding: 0;
	margin: 0;
}

ul.cat-details li {
	border: none;
	list-style-type: auto;
	color: initial;
	font-size: initial;
	margin-bottom: 15px;
}

ul.cat-details li strong {
	display: block;
}

ul.cat-details li::marker {
	font-size: 0;
}

.cust-container.case-study-list ul li a {
	cursor: pointer !important;
}

.cust-container.case-study-list #previewImage img {
	margin-left: 52px !important;
	margin-right: -70px !important;
}

.client-list-sec {
	position: absolute;
	top: -8vw;
	right: 0;
	width: 53.807vw !important;
}
ul.home-clients-pyramid {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 1px 0 0;
	padding: 0;
	background: #ffffff;
	z-index: 9;
	justify-content: flex-end;
}
ul.home-clients-pyramid li {
	width: 100%;
	max-width: 10.761vw;
	border: 1px solid #ABABAC;
	display: inline-block;
	padding: 2vw 1vw;
	margin-right: -1px;
	margin-bottom: -1px;
}
.expertise-sec {
	position: relative;
}
ul.home-clients-pyramid li:nth-child(6) {
	margin-left: 147px;
}
html .homeclientsecwrap {
	padding-right: 0 !important;
}
ul.home-clients-pyramid li:nth-child(10) {
	margin-left: 294px;
}
#page .site-content {

	margin-bottom: 0 !important;
}

.header-icons_menu {
    display: none;
}

@media (max-width:1280px) {
	.detailMeta_content {
		margin-bottom: 10px;
	}
}
@media (max-width:1200px) {
	.header-icons_menu {
		display: block;
	}
}
@media (max-width:999px) {
	.related-blogs {
		padding: 0 0px;
	}
	footer#colophon {
		padding: 0 0px;
	}
	.blogmetasec {
		display: block !important;
		width: 100%;
		margin-bottom: 15px;
	}
	.blog-page-banner .cust-container {
		display: block !important;
		padding-bottom: 0px !important;
	}
	.blog-page-banner .breadcrumbs {
		bottom: 0px !important;
		position: relative !important;
	}
	.blog-post-intro {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	.blogdeskimg {
		display: none !important;
	}
	.blogmobimg {
		display: block !important;
	}
	.blog-page-banner .cust-container {
		position: relative !important;
		bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
		display: block;
	}
	.blog-page-banner .cust-container h1 {
		color: #000000;
		margin-bottom: 20px;
	}
	.blog-page-banner .cust-container h1 span {
		display: inline-block;
		font-size: 35px;
		text-transform: capitalize;
		font-family: var(--mainfont);
		border: 0px;
		text-shadow: 0 0 BLACK;
	}
	.blogintrocolone {
		padding-right: 20px;
	}
	.blogauthbox .elementor-image-box-content {
		padding: 20px;
	}
	ul.home-clients-pyramid {
		justify-content: flex-start;
		margin: 0 -15px !important;
	}
	.client-list-sec {
		position: static;
		width: 100% !important;
	}
	ul.home-clients-pyramid li {
		max-width: 23% !important;
		margin: 0px 2.6% 20px 0 !important;
	}
	ul.home-clients-pyramid li:nth-child(4n) {
		margin-right: 0 !important;
	}
	ul.home-clients-pyramid li:nth-child(6) {
		margin-left: 0;
	}
	ul.home-clients-pyramid li:nth-child(10) {
		margin-left: 0;
	}
	html .client-list-sec {
		width: 100% !important;
	}
	html .homeclientsecwrap{
		padding-right:5vw !important;
	}
}
@media (max-width:880px) {
	.blog-page-banner .cust-container {
		bottom: 0px;
	}
	.blog-page-banner h1 .b1style1 {
		font-size: 30px;
		line-height: 40px;
	}
	.blog-page-banner h1 .b1style2 {
		font-size: 40px;
		line-height: 50px;
	}
	.blog-page-banner h1 .b1style3 {
		font-size: 30px;
		line-height: 45px;
	}
	.blog-page-banner h1 {
		margin-bottom: 40px;
	}
	.blog-page-banner {
		padding: 0 !important;
	}
	.detailMeta_content {
		margin-bottom: 0px;
	}
}
@media (max-width:767px) {
	.contactpagcallimg a img {
		width: 140px !important;
	}
	button#audioControl {
		bottom: 80px !important;
	}
	.popup-wrap .megamenucta {
		display:none;
	}
	.ast-blog-single-style-1 .page-header {
		padding: 75px 0 30px;
	}
	.blog-page-banner .cust-container h1 {
		line-height: 30px !important;
	}
	.blog-page-banner .cust-container h1 span {
		font-size: 30px;
	}
	.blogmobimg {
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	.blogintrocolone {
		padding-right: 0px;
	}
}
/*New Blog CSS End*/



.homebannertitle h2, .homebannertitle h1 {
/* 	font-family: 'GraphikBold' !important; */
	font-size: 2.2vw !important;
	line-height: 3vw !important;
	margin-bottom: 0px !important;
	position: relative !important;
	padding-bottom: 35px;
}
.homebannertitle h2:before, .homebannertitle h1:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 236px;
	height: 1px;
	background: #ffc500;
}
.elementor-2 .elementor-element.elementor-element-3887596 {
	margin-top: 60px;
}
.homebannertitle h2 span, .homebannertitle h1 span {
	color: #ffc500;
	font-size: 4vw;
	line-height: 4vw;
}
.bannersubtitle p {
	font-size: 1.35vw;
	margin-bottom: 30px;
}
.homebannerstats span.elementor-counter-number {
/* 	font-family: 'GraphikBold' !important; */
	font-size: 2.2vw;
}
.homebannerstats span.elementor-counter-number-suffix {
/* 	font-family: 'GraphikBold' !important; */
	font-size: 2.6vw;
}
.homebannerstats .elementor-counter-title {
	font-size: 1.15vw !important;
	margin-top: 5px !important;
	margin-bottom: 40px !important;
}
ul.scl-links {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	width: 100%;
	max-width: 150px;
}
span.socl-link-heading {
	color: #FFFFFF;
	font-size: 16px;
}
.social-links-section span a {
	background:#ffffff;
}
.social-links-section span a i.fab.fa-instagram {
	color: #ed4365;
}
.social-links-section span a i.fab.fa-linkedin {
	color: #007ab9;
}
.social-links-section span a i.fab.fa-youtube {
	color: #ff3b3b;
}
.social-links-section span a i.fab.fa-facebook {
	color: #3b5999;
}
.social-links-section a.elementor-icon:hover {
	transform: scale(1.3);
	transition: all 1s;
}
.social-links-section a.elementor-icon {
	transition: all 1s;
}
.scl-links li:hover img {
	transform: scale(1.3);
	transition:all 1s;
}
.scl-links li img {
	transition: all 1s;
}
.page-id-22661 .overflow-hidden {
	overflow: visible;
}

.agencyhomesec a:hover {
	color: #ffffff;
}
.theikfwaytxt {
/* 	font-family: 'GraphikRegular'; */
}
body.scroll-down header, body.scroll-down .rmp_menu_trigger {
	position:fixed !important;
	top:-300px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body.scroll-up header {
	position:fixed !important;
	background: #ffffff !important;
	box-shadow: 5px 5px 15px #00000036;
	top:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 9999;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	position: relative;
	display: inline-block;
	width: auto; height: auto;
	background-color: transparent;
	border: none;
	cursor: pointer;
	line-height: 40px;
	margin: 0 5px;
}
.main-header-menu > .menu-item > .menu-link {
	position: relative;
	top: 0; left: 0;
	width: 100%;
	transition: 0.3s;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 2;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item::before,
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item::after {
	background: transparent;
	z-index: 1;
	position: absolute;
	content: "";
	width: 0%; height: 0%;
	opacity: 0;
	position: absolute;
	content: "";
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item::before {
	top: 0; right: 0;
	border-top: 2px solid #FCBA0A;
	border-left: 2px solid #FCBA0A;
	transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
	position: absolute;
	content: "";
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item::after {
	bottom: 0; left: 0px;
	border-bottom: 2px solid #FCBA0A;
	border-right: 2px solid #FCBA0A;
	transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
	position: absolute;
	content: "";
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover::before,
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover::after {
	width: 100%; height: 96%;
	opacity: 1;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover::before {
	transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;   /* 1,2 */
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover::after {
	transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s; 
} 
.dropdown-menu-toggle {
	display: none;
}
.homecatliswrap .service-item span {
	max-width: 200px !important;
	display: block;
}
/*.homecatliswrap .service-item:nth-child(4) span {
max-width: 100% !important;
}*/
.sectiontitle h2 {
	font-size: 4vw !important;
	line-height: 1.2em !important;
	letter-spacing: -0.7px !important;
	padding-bottom: 15px;
}
.sectiontitle span {
	font-size: 4vw !important;
	line-height: 1.1em !important;
	letter-spacing: -0.7px !important;
	padding-bottom: 15px;
	font-family: var(--mainfont) !important;   
}
.sectiontitle .elementor-heading-title span {
	/* position: relative; */
	display: inline;
}
.sectiontitle .elementor-heading-title span:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	background: #FCBA0A;
	width: 0;
	height: 2px;
	transition: all 1.5s;
	transition-delay: 1s;
}
.sectiontitle.animated .elementor-heading-title span:before {
	width: 100%;
}
.subtitle span {
	font-size: 20px !important;
	letter-spacing: -0.2px;
	font-weight: 400 !important;
	display: block;
	line-height: 24px;
}

.smalltitle h2.elementor-heading-title {
	font-size: 2.7vw !important;
}
span.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
	display: none;
}
.header-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 105px;
}
header#masthead {
	width: 100%;
	padding: 0 10vw;
	margin: 0 auto;
	background: #ffffff;
	transition: all 0.5s;
	top: 0
}
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.cust-container, #trinity-audio-table {
	width: 100%;
	padding-left: 10vw !important;
	padding-right: 10vw !important;
	margin: 0 auto;
}
.small-container {
	width: 100%;
	padding-left:15vw !important;
	padding-right:15vw !important;
	margin: 0 auto; 
}
.circlebtn {
	position: relative;
	padding: 40px 120px 40px 0vw;
	display: inline-block;
	text-decoration: none !important;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.mega-sub-menu a.circlebtn {
/* 	font-family: 'GraphikRegular'; */
	font-size: 18px;
}
.megamenucta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 66%;
	right: 20px;
}
.megamenucta li a {
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	text-decoration: none !important;
	position: relative;
	padding-left: 26px;
}
.megamenucta li a:hover {
	color: #00175c;
}
.megamenucta li {
	line-height: 30px;
}
.megamenucta li a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 2px;
	background: url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/menucall.svg) no-repeat;
	width: 15px;
	height: 15px;
	background-size: 15px;
}
.megamenucta li.mmctamail a:before {
	background: url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/menuemail.svg) no-repeat;
	background-size: 14px;
	top: 5px;
}
.btncircle {
	transition: all 0.2s linear;
	display: block;
	border-radius: 50%;
	border: 1px solid rgb(0 0 0 / 24%);
	position: absolute;
	right: 1.8vw;
	top: 19px;
	pointer-events: none;
	background: url(assets/images/arrow-black.svg) no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
}
.circlebtn:hover .btncircle {
	border: 1px solid rgb(0 0 0 / 30%);
	transition: all 0.2s ease-out;
	width: 85px;
	height: 85px;
	top: 10px;
	right: 1vw;
}
.whitebtn, .whitebtn:hover {
	color: #ffffff;
}
.whitebtn .btncircle {
	filter: invert(1);
}
.counterdiv .elementor-counter-number-prefix {
	display: none;
}
body .counterdiv .elementor-counter-title {
	text-align: left !important;
	font-family: var(--mainfont);
	margin-top: 5px;
}
.contact-page-form .wpcf7-response-output {
	color: #ffffff;
}
a.ikf-mail {
	display: block;
}
.contact-service-mail-no p.elementor-image-box-description a:hover {
	color: #00165d !important;
	opacity: 1 !important;
}
.contactus-form-section span.formsubmitbtn {
	display: block !important;
	margin: 0 auto;
}
.enquiry-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	font-size: 16px;
	color: #000000;
	margin: 0 -8px;
	/*margin: 0;*/
}
.enquiry-form ul li {
	width: 33.3%;
	padding: 0 10px;
}
.enquiry-form ul li.onehalf {
	width: 50%;
}
.products-textarea {
	display: none;
}
.tabsformenqcareer .elementor-tabs .elementor-tab-title {
	padding: 10px 30px !important;
}
.tabsformenqcareer .elementor-widget-tabs .elementor-tabs-wrapper {
	height: 60px !important;
}
.tabsformenqcareer .elementor-tabs-wrapper {
	padding-bottom: 20px;
}
.enquiry-form ul li.twothird {
	width: 66.7%;
}
.enquiry-form ul li.fullwidth {
	width: 100% !important;
}
.enquiry-form label {
	display: none;
}
textarea {
	height: 45px;
	line-height: 19px;
}
/* input#formSubmit {
font-size: 20px;
line-height: 24px;
color: #000000;
border: 0 !important;
background: transparent;
padding: 40px 120px 40px 0vw;
outline: none !important;
} */
.formsubmitbtn {
	position: relative;
	display: inline-block;
	width: 250px;
}
.careerpage-form span.formsubmitbtn {
	width: 160px !important;
}
.formsubmitbtn:before {
	transition: all 0.2s linear;
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid rgb(0 0 0 / 24%);
	position: absolute;
	content: '';
	right: 1.8vw;
	top: 19px;
	pointer-events: none;
	background: url(assets/images/arrow-black.svg) no-repeat;
	background-position: center center;
}
.formsubmitbtn:hover:before {
	border: 1px solid rgb(0 0 0 / 30%);
	transition: all 0.2s ease-out;
	width: 85px;
	height: 85px;
	top: 10px;
	right: 1vw;
}
.services-slide {
	overflow: hidden;
}
.formstitle {
	display: block;
	font-size: 48px;
	font-weight:600;
	line-height: 57px;
	color: var(--primary);
	margin-bottom: 50px;
	margin-top: 10px;
}
.enquiry-form ul li select.wpcf7-form-control {
	appearance: none;
	background-image: url(assets/images/down-arrow.png) !important;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: top 15px right 13px;
	padding-right: 40px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	font-size: 16px;
    line-height: 19px;
	font-weight: 400;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
	background: #ffffff;
	padding: 1em;
	height: 52px;
	font-family: "Sora", Sans-serif !important;
/*     font-size: 14px !important; */
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	max-width: 100%;
	padding-left: 10vw !important;
	padding-right: 10vw !important;
	margin: 0 auto;
}
.elementor-widget-tabs .elementor-tab-content {
	padding: 20px 0 !important;
}
.slider{
	position: relative;
	width: 100%;
	cursor: url(assets/images/dragicon.svg), auto;
}
.slider.is-grabbing{
	cursor: url(assets/images/dragicon.svg), auto;
}
.slider__inner{
	pointer-events: none;
	display: flex;
	cursor: url(assets/images/dragicon.svg), auto;
}
.slide{
	display: flex;
	align-items: center;
	justify-content: center;
	position: unset;
	top: 0%;
	min-width: 450px;
	padding: 0;
	margin-right: 30px;
	width: 100%;
}
.slide img {
	width: 100%;
}
.slider span {
	font-size: 33px;
	line-height: 40px;
	display: block;
	max-width: 205px;
	margin: 40px 0 25px;
}  
.slider p {
	font-size: 16px;
	line-height: 24px;
	max-width: 240px;
}
.slide__bg {
	width: 100%;
}
.slide__title{
	position: relative;
	color: #fff;
	font-size: calc(1rem + 3vw);
	font-weight: normal;
	z-index: 2;
}
.cursor-wrap{
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor{
	position: fixed;
	top: -30px;
	left: -30px;
}
/* .page-header {
	background: url(assets/images/page-banner.jpg) no-repeat top lavender;
	height: 40vh;
	background-size: cover;
	width: 100%;
	margin-top: 104px;
} */
.page-header {
    background-image: url(https://www.ikf.co.in/wp-content/uploads/inner-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 480px;
    width: 100%;
    margin-top: 0;
}
.page-header h1 {
    color: #ffffff;
    max-width: 1100px;
}
/* .page-header h1 strong {
	color: #ffc500;
} */
.page-header .cust-container {
	display: flex;
	height: 100%;
	position: relative;
	align-items: center;
}
.breadcrumbs {
	position: absolute;
	bottom: 30px;
}
.breadcrumbs span {
	font-size: 16px;
	color: #ffffff;
	font-family: var(--mainfont);
}
.breadcrumbs a {
	font-size: 16px;
	color: #ffffff;
	font-family: var(--mainfont);
}
.breadcrumbs a:hover {
	color: #FCBA0A;
}
.linksdivider {
	margin: 0 10px;
}
.services-landing-wrap {
	z-index: 999;
	position: relative;
	background: #ffffff;
}
.services-landing-wrap .service-cat-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
}
.services-landing-wrap .service-cat-wrap:nth-child(1) {
	background: #371b4e;
}
.services-landing-wrap .service-cat-wrap:nth-child(2) {
	background: #434152;
}
.services-landing-wrap .service-cat-wrap:nth-child(3) {
	background: #202559;
}
.services-landing-wrap .service-cat-wrap:nth-child(4) {
	background: #284236;
}
.service-description h2 {
	font-size: 64px;
	color: #ffffff;
	line-height: 70px;
	max-width: 450px;
	margin-bottom: 35px;
}
.services-landing-wrap .service-cat-wrap:nth-child(4) .service-description h2 {
	max-width: 500px;
}
.service-description p {
	max-width: 525px;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 45px;
}
.service-cat-row {
	display: flex;
}
.service-description {
	width: 50%;
}
.service-list-wrap {
	width: 50%;
}
.service-list-wrap ul {
	margin: 148px 0 0 0;
	list-style: none;
}
.service-list-wrap ul li {
	position: relative;
}
.service-list-wrap ul li a {
	font-size: 30px;
	line-height: 90px;
	color: #ffffff59;
	border-bottom: 1px solid #ffffff59;
	display: block;
	position: relative;
	transition: all 0.5s;
}
.service-list-wrap ul li a:before {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff59;
	position: absolute;
	content: '';
	top: 25px;
	right: 0;
	border-radius: 100%;
	background: url(assets/images/small-arrow-right.png) no-repeat;
	background-position: center center;
	opacity: 1;
	transition: all 0.5s;
}
.service-list-wrap ul li a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.service-list-wrap ul li a:hover:before {
	color: #ffffff;
	border: 1px solid #ffffff;
}

/*Services Category Start CSS*/
body .tax-service_category h1, body .single-cb_services h1 {
	border-bottom: 2px solid #FCBA0A;
	padding-bottom: 25px;
	max-width: 900px;
	font-size: 4vw;
	line-height: 4.5vw;
}
.single-cb_services h1 {
	/* max-width: 1100px !important; */
}
.tax-service_category .site-content .ast-container {
	flex-wrap: wrap;
}
.category-overview {
	padding: 100px 0;
	width: 100%;
}
/* .category-overview h2 {
font-size: 7.4vw;
color: #000000;
margin-bottom: 30px;
line-height: 9vw;
} */
.category-overview h2 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 57px;
    font-family: var(--mainfont) !important;
    letter-spacing: -0.7px !important;
}
.category-overview .catdescription {
	font-size: 18px;
	line-height: 33px;
	/* 	max-width: 800px; */
	float: left;
	margin-bottom: 0px;
	text-align: justify;
	display:block;
	color: #25242A;
}
.category-posts {
	width: 100%;
	margin-bottom: 60px;
}
.cat-post-row {
	display: flex;
	justify-content: space-between;
	margin: 0 -1% 0px;
}
.cat-post-row .service-item {
	width: 100%;
	padding: 0 1%;
}
.cat-post-row .service-item a {
	text-decoration: none;
}
.cat-post-row .service-item .service-th-img img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: top;
}
.cat-post-row .service-item .service-th-img {
	margin-bottom: 20px;
	overflow: hidden;
	height: 300px;
}
.term-web-application-development .service-th-img {
	height: 350px !important;
}
.term-web-application-development .category-posts .cust-container {
	padding-left: 15vw !important;
	padding-right: 15vw !important;
}
.cat-post-row .service-item h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #17008A;
    margin-bottom: 0;
    max-width: 100%;
}
.cat-post-row .service-item p {
	font-size: 16px;
	line-height: 24px;
	color: #000000c4;
	margin-bottom: 0px;
	max-width: 90%;
/* 	font-family: 'GraphikRegular'; */
}
.cat-post-row .service-item p a {
	color: #000000e6;
	font-size: 16px;
	line-height: 24px;
}
/*Services Category End CSS*/

/*Services Detail Page Start*/
.service-single-text {
	margin: 80px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	z-index: 999;
	position: relative;
}
.service-single-text li {
	border-top: 2px solid #E8E8E8;
	cursor: pointer;
}
.service-single-text li .screenshot {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	cursor: default;
}
.service-single-text li .screenshot .firstblank {
	width: 20%;
}
.service-single-text li a:hover span, .service-single-text li a:hover p {
	color: #000000 !important;
}
.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
	display: block;
	width: 24%;
	font-size: 2.1vw;
	line-height: 2.6vw;
	/*max-width: 320px;*/
	color: #00000091;
}
.service-single-text li .screenshot p {
	margin-bottom: 0;
	width: 40%;
	font-size: 16px;
	line-height: 30px;
	color: #00000091;
}
.service-single-text li .screenshot .ind_srv_details {
	width: 330px;
}

.service-single-text li .screenshot .contents_div {
	width: 32%;
	font-size: 16px;
}

.service-single-text li .screenshot .contents_title {
	width: 27%;
	font-size: 35px;
	line-height: 40px;
/* 	font-family: GraphikRegular; */
}

.service-single-text li .screenshot .contents_div p {
	width: 100%;
}


.service-single-text li .screenshot .ind_srv_details h4 {
	font-size: 16px;
	margin: 15px 0 0;
/* 	font-family: GraphikSemibold; */
	line-height: 22px;
	font-weight: 600 !important;
	color: #000000;
}

.service-single-text li .screenshot .ind_srv_details span {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.single-cb_services #previewImage {
	margin-right: -80px !important;
}
.page-id-20 #previewImage {
	margin-right: -80px !important;
}
#previewImage img {
	width: 327px;
}
.service-form {
	padding-left: 10vw !important;
}
.single-cb_services .site-content .ast-container {
	flex-wrap: wrap;
}
.service-form .enquiry-form ul li {
	width: 50%;
}
.service-form .enquiry-form ul li.twothird {
	width: 100%;
}
.service-form input#formSubmit {
	filter: invert(1);
}
.service-form .formsubmitbtn:before {
	filter: invert(1);
}
.single-cb_services nav.navigation.post-navigation {
	display: none;
}
.serhovermob {
	display: none;
}
.dotlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dotlist li {
	position: relative;
	padding-left: 30px;
	font-size: 20px;
	line-height: 40px;
}
.dotlist li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #17008A;
	border-radius: 100%;
}
.service-form-sec {
	position: relative;
}
.service-form-sec:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	background: #f5f5f6;
}
/*Services Detail Page End*/


/** Case Studies start **/
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image:url(assets/images/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;    
}

.container-search input,.container-search select {
	width: 50%;
	background: #FFFFFF;
	float: left;
	height: 50px;
	border: 1px solid #DDDDDD;
	color: #000000;
	margin-top: 48px;
	border-radius: 0;
	background-image:url(assets/images/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;    
}

.inner-search {
	display: flex;
	justify-content: space-between;
}

.inner-search .col-search {
	width: 49%;
}

.inner-search .col-select-cat {
	width: 49%;
}

.inner-search select {
	width: 100%;
}

/** Case Studies End  **/



/*Career Start*/
.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
}
.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #BECDD4;
	list-style: none;
}
.accordion-list li.active .job-title:after {
	transform: rotate(45deg);
}
.accordion-list li.active .job-title:before {
	transform: rotate(45deg);
}
.accordion-list li.active .job-title {
	color: #FCBA0A;
}
.accordion-list li .job-title:hover {
	color: #FCBA0A;
}
.accordion-list li .job-title {
	cursor: pointer;
	font-weight: 400;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 30px;
	letter-spacing: 0.01em;
	line-height: 90px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.accordion-list li .job-title:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 27px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	background: #000000;
	width: 2px;
	height: 34px;
}  
.accordion-list li .job-title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 43px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	background: #000000;
	width: 34px;
	height: 2px;
}  
.accordion-list .answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	cursor: pointer;
}         
.accordion-list p {
	position: relative;
	display: block;
	margin: 30px 0 30px 0;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	text-align: justify;
}
.career-vid-sec {
	position: relative;
}
.career-vid-sec:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	background: #f5f5f6;
	z-index: -1;
}
.careerpage-form .onehalf {
	width: 50%;
}
/*Career End*/

/*POPup*/
.enqpoupftr {
	width: 100%;
	height: 100%;
	background: #00000073;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}
.hidden {
	display: none;
}
.hidden1 {
	display: none;
}
.fancyboxpopup {
	display: block !important;
}
.fancyboxpopup:before {
	width: 100%;
	height: 100%;
	background: #000000ab;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	content: '';
	z-index: 99;
}
.popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;	
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	padding: 50px 30px 10px;
	max-width: 500px;
	top: 100px;
/*   -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}
.closebtn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100%;
	padding: 0;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer !important;
}
.closebtn img {
	width: 35px;
	cursor:pointer !important;
}
.popup-wrap h3 {
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 35px;
	text-align: center;
	color: #00165D;
}
.popup-wrap .enquiry-form ul li {
	width: 100% !important;
}
.popup-wrap .enquiry-form ul .onehalf {
	width: 100% !important;
}
/*POPUP*/

.wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 2em;
	padding: 0.3em 1em;
	font-size: 12px;
	line-height: 22px;
}
.wpcf7 form>div, .wpcf7 form>p {
	margin-bottom: 0;
}
.uploadFile {
	border-radius: 2px;
	cursor: pointer;
	border: 1px solid #e5e5e5 !important;
	color: #666;
	font-size: 16px;
	line-height: 23px;
	/* 	overflow: hidden; */
	height: 52px;
	position: relative;
	resize: none;
	background: #ffffff url(assets/images/file-upload.png) no-repeat;
	background-position: center right 10px;
	background-size: 30px;
}
.uploadFile [type="file"] {
	cursor: pointer !important;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: right;
	top: -52px;
	z-index: 1;
}
.uploadFile p {
	margin-bottom: 0px;
	margin-top: -4px;
}
.uploadFile .filename {
	margin: 15px 0 12px 15px;
	display: block;
    overflow: hidden;
    height: 34px;
	font-weight: 400;
}
.uploadFile .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -50px;
}
.uploadcheck {
	position: relative;
	padding-bottom: 30px !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
select {
	color: #666;
	font-size: 16px;
/* 	font-family: 'GraphikRegular'; */
	padding: 1em 0.7em !important;
}
::-webkit-input-placeholder { /* Edge */
	color: #666;
	font-size: 16px;
/* 	font-family: 'GraphikRegular'; */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
	font-size: 16px;
/* 	font-family: 'GraphikRegular'; */
}
::placeholder {
	color: #666;
	font-size: 16px;
/* 	font-family: 'GraphikRegular'; */
}

.enquiry-form input,.enquiry-form textarea {
    color: #666;
	font-size: 16px;
	font-weight: 400;
/* 	font-family: 'GraphikRegular'; */
}



/*Blog start*/
.ast-single-post .elementor-icon-list-item {
	align-items: flex-start !important;
}
.ast-single-post .elementor-icon-list-item .elementor-icon-list-icon {
	position: relative;
	top: 8px;
}

/*Blog End*/

footer#colophon {
	background: url(assets/images/footer-bg.jpg) no-repeat cover;
	background-position: top center;
	font-size: 14px;
	z-index: 999;
	position: relative;
}
.ftrheading {
	/* 	font-size: 4.8vw; */
	font-size: 2.3vw;
	/* 	line-height: 4.8vw; */
	line-height: 2.3vw;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}

.ftrheading:after {
	content: '';
	position: absolute;
	background: #EDAF0D;
	height: 2px;
	width: 0%;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftrheading:hover:after {
	width: 100%;
}

footer .widget-title {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 5px;
	text-align: left;
}
.ftraddress {
	font-size: 15px;
	line-height: 30px;
	color: #ffffff99;
}
.ftraddress:hover {
	color: #ffffff;
}
.ast-footer-copyright p {
	margin-bottom: 0;
	font-size: 14px;
	color: #ffffff99;
}
.ftrikf {
	float: right;
}
body .site-footer-primary-section-2 .footer-widget-area {
	display: flex !important;
	flex-wrap: wrap;
}
footer section#nav_menu-2 {
	width: 40%;
}
footer section#nav_menu-3 {
	width: 28.3%;
}
footer section#custom_html-8 {
	width: 31.3%;
}
footer section#custom_html-5 {
	width: 100%;
}
footer ul#menu-quick-links {
	/* display: flex; */
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 300px;
}
footer ul#menu-quick-links li {
	width: 50%;
}
footer .menu a {
	font-size: 15px;
	line-height: 32px;
	color: #ffffff99;
}
body section#elementor-library-2 {
	margin-bottom: 0 !important;
}
.site-footer-above-section-1  #custom_html-2 {
	margin-bottom: 20px !important;
}
.ftr-help {
	display: flex;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff99;
	margin-top: 40px;
}
.ftr-help .helpicon {
	width: 52px;
	margin-right: 25px;
	display: flex;
	align-items: center;
}
.ftr-help .help-text span {
	display: block;
	font-size: 24px;
	line-height: 46px;
	color: #ffffff;
	margin-bottom: 0;
}
.ftr-cta {
	margin-top: 0px;
	display: flex;
	gap: 35px;
}
.ftr-cta a {
	/* 	font-size: 2.7vw;
	line-height: 3.5vw; */
	font-size: 1.25vw !important;
	line-height: 1.25vw;
	letter-spacing: 0.84px;
	display: block;
	color: #ffffff;
	position: relative;
	padding-left: 45px;
}
.ftr-cta a img {
	width: 203px;
/* 	width:100%; */
}
.ftr-cta a:nth-child(1):before,.ftr-cta a:nth-child(2):before {
	position: absolute;
	content: '';
	width: 30px;
	height: 26px;
	background-image: url(https://www.ikf.co.in/wp-content/uploads/footer-mail-icon.svg);
	left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.ftr-cta a:nth-child(1):before{
	background-image: url(https://www.ikf.co.in/wp-content/uploads/footer-call-icon.svg);
}
.footer-widget-area section#custom_html-4 {
	margin-bottom: 30px;
}

#astra-footer-menu a {
	color: #ffffff99;
	border-right: 1px solid #ffffff99;
	line-height: 12px;
	padding: 0 0.8em;
}
#astra-footer-menu li:last-child a {
	padding-right: 0;
	border-right: 0;
}
footer a:hover {
	color: #FCBA0A !important;
}
.site-footer-section-1 #text-2 {
	position: relative;
	margin-bottom: 0px !important;
}
.site-footer-section-1 #text-2:before {
	/* position: absolute; */
	right: 0px;
	content: '';
	height: 100%;
	width: 1px;
	background: #ffffff99;
	top: 0;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
	display: flex;
}
.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
	width: 45%;
}
.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
	width: 55%;
}


.usp_details .elementor-icon-box-content .elementor-icon-box-title {
	max-width: 190px;
}

.usp_last .elementor-icon-box-content .elementor-icon-box-title {
	max-width: 230px;
}
.usp_last .elementor-widget-container,
.usp_details .elementor-widget-container {
	min-height: 211px;
}
div#rmp-container-19394 {
    background: transparent linear-gradient(38deg, #17008A 0%, #5E00AA 100%) 0% 0% no-repeat padding-box;
}
div#rmp-menu-title-19394 {
    background-color: #00165d00 !important;
}
.site-footer-below-section-1.site-footer-section.site-footer-section-1 {
	width: 48%;
}
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
	display: flex;
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
	justify-content: flex-start;
}
.site-footer-below-section-2.site-footer-section.site-footer-section-2 {
	width: 55%;
}
.site-footer-below-section-3.site-footer-section.site-footer-section-3 {
	width: 2%;
}
.join_ikf_family {
	text-align: center;
	width: 100% !important;
}
.join_ikf_family .elementor-widget-container {
	margin: 0 auto !important;
}
.join_ikf_family .elementor-widget-container a.circlebtn.mauto {
	filter: invert(100%);
}
.ast-theme-transparent-header #masthead {
	z-index: 9999;
}
.service-form .wpcf7-response-output {
	color: #ffffff;
	line-height: 20px;
}
.policy-pages {
	padding-top: 60px;
	padding-bottom: 60px;
}
.submenu-with-border .sub-menu .menu-link {
	color: #000000 !important;
}
.helpformob {
	display: none;
}
.search-results .page-header {
	height: 300px;
}
.sitemappagerow a {
	text-decoration: none !important;
}
.sitemappagerow a:hover {
	color: #7F00B9 !important;
}
.serlandingsnippetformob {
	z-index: 9999999;
	position: relative;
	background: #ffffff;
	display: none;
	overflow: hidden;
	width: 100%;
}
.single-cb_services .service-form-sec:before {
	display: none !important;
}
.homecareercol > .elementor-widget-wrap {
	padding-left: 10vw !important;
}

/*Multiselect*/
.ms-options-wrap,
.ms-options-wrap * {
	box-sizing: border-box;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
	position: relative;
	width: 100%;
	text-align: left;
	border: 1px solid #ddd !important;
	background-color: #fff;
	margin-top: 1px;
	font-size: 16px !important;
	outline: none;
	color: #666 !important;
	padding: 0.5em 1em !important;
	white-space: normal !important;
	height: auto;
	min-height: 51px;
	line-height: 25px;
}
.ms-options-wrap > button {
	appearance: none;
	background-image: url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/down-arrow.png) !important;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: top 15px right 13px;
	padding-right: 40px !important;
}
.ms-options-wrap > .ms-options {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 20px;
	background: white;
	z-index: 2000;
	border: 1px solid #aaa;
	text-align:left;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
.ms-options-wrap > .ms-options > .ms-search input {
	width: 100%;
	padding: 4px 5px;
	border: none;
	border-bottom: 1px groove;
	outline: none;
}
.ms-options-wrap > .ms-options .ms-selectall {
	display: inline-block;
	font-size: .9em;
	text-transform: lowercase;
	text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
	text-decoration: underline;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
	margin: 4px 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup {
	padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
	border-top: 1px solid #aaa;
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
}
.ms-options-wrap > .ms-options > ul label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px 4px;
	margin: 1px 0;
}
.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
	background-color: #efefef;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
	margin-right: 5px;
	position: absolute;
	left: 4px;
	top: 7px;
	height: 22px;
	font-size: 11px;
}
.ms-options-wrap li {
	display: block !important;
	width: 100% !important;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0 !important;
}
textarea.multitxt {
	display: none;
}
.contactus-form-section .ms-options > ul {
	margin: 0 5px;
}
.ms-options-wrap > button {
	position: relative;
}
.ms-options-wrap button:before {
	position: absolute;
	content: 'Select Services*';
	top: 12px;
	left: 20px;
}
.ms-options-wrap .removeLabel:before {
	display: none;
}

/*Client Page Start*/
.clients_tab_ul {
	list-style: none;
	margin: 0 -9px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.clients_tab_ul li {
	display: inline-block;
	width: 23%;
	margin: 0 1% 2%;
}
.clients_tab_img {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 15px 45px
}
.tabs-names .elementor-tab-title {
	border: none !important;
	font-size: 22px;
	color: #000000;
	font-weight: 400 !important;    padding-left: 0px !important;
}
.tabs-names .elementor-tabs-content-wrapper {
	border: none !important;
}
.tabs-names .elementor-tab-title:hover {
	color: #FCBA0A;
}
.tabs-names.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a{
	color: #FCBA0A;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	display: none !important;
}
.tabs-names .elementor-tab-title {
	position: relative !important;
}
.tabs-names .elementor-tab-title:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #FCBA0A;
	transition: all 1s;
}
.tabs-names .elementor-tab-title:hover:after {
	width: 100%;
	transition: all 2s;
}
.tabs-names .elementor-active.elementor-tab-title:after {
	width: 100% !important;
	background-color: #FCBA0A !important;
}
.tabs-names .elementor-tab-title {
	border-bottom: 1px solid transparent !important;
	transition: all 0.5s;
}
.tabs-names .elementor-active.elementor-tab-title {
	position: relative;
	border-bottom: 1px solid #FCBA0A !important;
}
.tabs-names .elementor-tab-title {
	margin-right: 20%;
}
/*Client Page End*/

#fileError, .career-form-error {
	font-size: 12px;
	color: #8f8f8f;
	font-weight: 400;
}
.not_allowed{
	color: #dc3232 !important;
}
.allowed{
	color: green !important;
}
/*Mega Menu*/
.header-hover {
	position: relative;
	transition: all 1s;
}
.header-hover:after {
	z-index: 999;
	position: fixed;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	background:#00000075;
	height: 100%;
	transition: all 1s;
	display:none !important;
}
body.header-hover header#masthead {
	transition: all 0.5s;
	background: #ffffff;
}
body.header-hover #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
body.scroll-up #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #00165D;
	transition: all 0.5s;
}
body.header-hover .ast-header-search .ast-icon,
body.scroll-up .ast-header-search .ast-icon {
	color: #00165D;
	transition: all 0.5s;
}
/* body.header-hover .header-icons li a img,
body.scroll-up .header-icons li a img{
filter: brightness(0) invert(0.3);
} */

/* body.header-hover .header-icons li a:hover img,
body.scroll-up .header-icons li a:hover img{
filter: inherit;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	border-bottom: 2px solid transparent;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	background: #E8EBF8;
	padding: 10px 20px 20px;
	top: 84px;
	width: 345px;
	z-index: -1 !important;
	margin-top: 0px !important;
	overflow: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	color: #00165D;
	font-size: 18px;
	line-height: 30px;
	background: url(https://www.ikf.co.in/wp-content/uploads/Website-Maintenance-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
	position:relative;
	padding: 12px 0px 12px 45px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:before {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	background:#c8cfe8;
	height:1px;
	width:100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
	color:#000000 !important; 
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-40921 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Website-Designing-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-40918 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Ecommerce-Website-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-42253 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Landing-Page-Designing-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-42231 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Social-Media-Marketing-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-42228 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Search-Engine-Optimisation-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-42222 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Performance-Marketing-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27960 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Video-Production-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27957 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Content-Marketing-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27959 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Photoshoot-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27958 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Corporate-Kit-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27964 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Application-Development-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item#mega-menu-item-27963 a.mega-menu-link {
	background: url(https://www.ikf.co.in/wp-content/uploads/Application-Maintenance-menu-icon.svg) no-repeat !important;
	background-position: center left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on.mega-menu-item ul.mega-sub-menu {
	margin-top: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	border-bottom: 2px solid #dfaa0a;
}
.mega-menu-wrap {
	display: flex;
	border-top: 1px solid #ddd;
	padding-top: 40px;
	justify-content: space-between;
}
.mega-menu-inner {
	width: 18%;
	position: relative;
	padding-right: 20px;
}
.mega-menu-inner:before {
	position: absolute;
	content: '';
	left: -100%;
	top: -41px;
	background: #f2f3f7;
	width: 200%;
	height: 150%;
}
.tabs-content {
	width: 78%;
}
ul.tabs-nav {
	margin: 0;
	padding: 0;
}
.tabs-nav ul {
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	position: relative;
}
.tabs-nav li:after {
	position: absolute;
	content: '';
	bottom: 0;
	background: #d1d3dd;
	height: 1px;
	width: 100%;
	left: 0;
	transform: all 0.5s;
}
.tabs-nav li:hover:after, .tabs-nav li.active:after {
	width: 100%;
	background: #FCBA0A;
}
.tabs-nav li:hover a{
	color:#FCBA0A;
}
.tabs-nav a {
	display: block;
	padding: 15px 0px;
	color: #00165D;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
}
/* Active tab */
.tabs-nav li.active {
	background: transparent;
	color: #FCBA0A;
}
.tabs-nav li.active a {
	color: #FCBA0A;
}
/* Tab content */
.tabs-content {
	background: #FFF;
	overflow: hidden;
}
/* Hide all but first content div */
.tabs-content .menucontenttab {
	display: none;
}
.tabs-content .menucontenttab.tabactive {
	display: flex !important;
	justify-content: space-between;
}
.tab-content-txt {
	width: 45%;
}
.menu-form-sec {
	width: 50%;
}
.tab-content-txt h3 {
	color: #000000;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 36px;
}
.tab-content-txt p {
	color: #000000;
	line-height: 32px;
	font-size:15px;
}
.menu-form-sec .enquiry-form ul li {
	width: 50%;
}
.menu-form-sec .enquiry-form ul li.twothird {
	width: 100%;
	margin-bottom:0px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 22px 10px 30px 10px;
	height: auto;
}
.menu-tab-form {
	padding-bottom: 40px;
}
.menu-tab-form .wpcf7-response-output {
	position: absolute;
	bottom: -40px;
	font-size: 12px !important;
}

/*Search Popup*/
.custom-search-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000eb;
	z-index:999999;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.closepopup {
	position: fixed;
	top: 28px;
	right: 16px;
	z-index: 99999;
	height: 22px;
	width: 32px;
	text-align: center;
	cursor: pointer;
}
.closepopup i.eicon-close {
	color: #fff;
	font-size: 21px;
}
.custom-search-wrap.showsearch {
	display: flex;
}
.custom-search-form {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 60%;
}
.custom-search-form input[type="text"] {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #FCBA0A;
	color: #ffffff;
	outline: 0;
	padding: 0;
	height: 70px;
	font-size:20px;
}
.custom-search-form input[type="text"]:focus {
	color: #ffffff !important;
}
.custom-search-form input[type="text"]::placeholder {
	color: #ffffff;
	font-size: 20px;
}
.cust-container.blog-design-wrap {
	overflow: hidden;
}
.filter-form .filter-fields {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.filter-form .filter-fields .col-search {
	width: 49%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.filter-form .filter-fields .col-select-cat {
	width: 49%;
}
.filter-form .filter-fields input, .filter-form .filter-fields select {
	width: 100%;
	height: 50px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	outline: 0 !important;
	padding: 0px 15px !important;
}

.filter-form .filter-fields select {
	appearance: none;
	background-image: url(assets/images/blog-down-arrow.png) !important;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: top 20px right 13px;
	padding-right: 40px !important;
}
.fancyboxpopup .career-form ul li p {
	margin-bottom: 10px;
}

.searchsubmitbtn {
	background: transparent url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/searchicon_black.svg) no-repeat center center !important;
	position: absolute;
	right: 0;
	width: 50px !important;
	padding: 0 !important;
	height: 45px;
	border:1px solid #DDDDDD !important;
	border-left: 1px solid #DDDDDD !important;
	outline: 0 !important;
	background-color:#FFF !important;
}
.bloglistingwrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bloglistingwrap li {
	width: 33.3%;
	padding: 1vw;
	cursor: url(https://res.cloudinary.com/ikf/image/upload/v1663916055/IKF%20NEW%20WEBSITE/readmore-cur.svg), auto;
}
.bloglistingwrap li img {
	padding-bottom: 15px;
}
/* .bloglistingwrap li:nth-child(2) {
margin-top: 8vh;
}
.bloglistingwrap li .blog-thimg {
width: 100%;
margin-bottom: 5vh;
overflow: hidden;
}
.bloglistingwrap li:nth-child(1) .blog-thimg, .bloglistingwrap li:nth-child(4n+1) .blog-thimg {
width: 160%;
position: relative;
left: -50%;
}
.bloglistingwrap li:nth-child(2) .blog-thimg img, .bloglistingwrap li:nth-child(4n+2) .blog-thimg img {
width: 500px;
height: 500px;
object-fit: cover;
object-position: center;
}
.bloglistingwrap li:nth-child(3) {
position: relative;
margin-top: 0 !important;
}
.bloglistingwrap li:nth-child(3) .blog-thimg, .bloglistingwrap li:nth-child(4n+3) .blog-thimg {
position: relative;
left: -10%;
}
.bloglistingwrap li:nth-child(3) .blog-thimg img, .bloglistingwrap li:nth-child(4n+3) .blog-thimg img {
width: 500px;
height: 500px;
object-fit: cover;
object-position: center;
}
.bloglistingwrap li:nth-child(4n+2) {
margin-top: 5vw;
position: relative;
}
.bloglistingwrap li:nth-child(4n) .blog-thimg {
width: 160%;
left: -10%;
padding-top: 10%;
position: relative;
}
.bloglistingwrap li:nth-child(4n+3) {
position: relative;
top: -5vw;
} */
.blogCat {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 35px;
	color:#7F00B9;
}
.blogCat span {
	background: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
}
.blogCat:before {
	position: absolute;
	content: '';
	background: transparent linear-gradient(90deg, #17008A 0%, #8100BA 100%) 0% 0% no-repeat padding-box;
	width: 80%;
	right: 0;
	left: 0;
	top: 16px;
	height: 1px;
	z-index: 1;
}
.blogtitle h2 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 10px;
}
.blogtitle a {
	color: #000000;
	text-decoration: none !important;
}
.blog-meta {
	display: none; 
	font-size: 16px;
	line-height: 35px;
	color: #00000085;
	margin-bottom: 10px;
}
.postexcerpt {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
#cursor {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	pointer-events: none;
	will-change: transform;
}

.site-footer-above-section-1 aside.footer-widget-area {
	display: flex;
	justify-content: space-between;
}

@media (hover: hover) and (pointer: fine) {
	.cursor__circle {
		width: 64px;
		height: 64px;
		margin-top: -50%;
		margin-left: -50%;
		border-radius: 50%;
		/*border: solid 1px rgba(227, 222, 193, 0.64);*/
		transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
			height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	}
	#cursor.arrow .cursor__circle{
		width: 144px;
		height: 144px;
		background-color: #edaf0dc7;
		border-color: #edaf0dc7;
	}
	#cursor.arrow::after{
		content: 'Read More';
		position: absolute;
		left: -50%;
		top: -100%;
		width: 144px;
		height: 144px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		line-height: 30px;
		color: #FFFFFF;
		text-shadow: 0px 3px 6px #00000070;
	}
	#cursor.subtle .cursor__circle{
		opacity: 0.16;
	}
	#cursor.overlay .cursor__circle{
		width: 48px;
		height: 48px;
		background-color: rgba(227, 222, 193, 0.08);
		border-color: transparent;
	}
}
.loadmore-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.loadmore-btn input[type="button"] {
/* 	background: #000000; */
	font-size: 18px;
	padding:0px;
	background-color: transparent;
	line-height: 20px;
}
.loadmore-btn input[type="button"]:hover {
	background: #00175d;
}
.blogtitle a:hover {
    color: #7F00B9;
}

.ast-article-single {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div#comments {
	display: none;
}
.searchpage_sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
}
.searchpage_sidebar li {
	margin: 10px 0 10px;
	display: block;
	font-size: 21px;
}
.searchpage_sidebar li input {
	margin: 0 5px 0 0;
}
.searchfilter_ul li.searchresule {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b3b3b3;
	padding: 50px 0;
}

.searchfilter_ul li.searchresule .img_box {
	width: 170px;
	height: 170px;
	align-items: center;
	display: flex;
	margin: 0;
	border: 1px solid #949494;
}
.searchfilter_ul li.searchresule .img_box .img_box_wrap {
	width: 100%;
	text-align: center;
}
.searchfilter_ul li.searchresule .img_box .img_box_wrap img {
	transform: scale(2.4);
}

.searchfilter_ul li.searchresule .img_box .img_box_wrap {
	overflow: hidden;
	height: 100%;
	align-items: center;
	display: flex;
}

.searchfilter_ul li.searchresule .content_box {
	padding: 0 0 0 30px;
	width: 81%;
}
.searchpage_container {
	width: 100%;
	display: flex;
	padding-bottom: 50px;
}

.searchpage_container .search_page_resule {
	width: 100%;
	margin: 0 0 0 50px;
}

.searchpage_container .search_page_resule ul.searchfilter_ul {
	margin: 0;
	padding: 0;
}

.searchpage_container .searchpage_sidebar_col {
	margin: 30px 0 0 0;
	width: 320px;
}
.searchpage_container .searchpage_sidebar_col h2 {
	font-size: 32px;
	line-height: 43px;
	margin: 12px 0 0;
}
.service-single-text li .screenshot .firstblank.hidethis {
	display: none;
}

.load_button {
	margin: 0px 0 50px 0;
}
.searchfilter_ul li.searchresule .content_box .title a {
	color: #00165D;
	font-size: 22px;
	line-height: 26px;
}

.searchfilter_ul li.searchresule .content_box .content {
	font-family: var(--mainfont);
	margin: 0px 0 5px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

/*.searchfilter_ul li.searchresule .content_box .title {
margin: -12px 0 0 0;
}*/
.searchpage_container .search_page_resule .load_button {
	margin: 30px 0 50px 0;
}
.searchfilter_ul li.searchresule .content_box .publishdate {
	font-size: 16px;
	line-height: 35px;
	color: #00000085;
	margin-bottom: 10px;
}

.searchfilter_ul li.searchresule .content_box .explore_wrap a {
	color: #00165D;
	font-size: 18px;
	margin: 0 0 0;
	border-bottom: 1px solid #00165D;
}

.searchfilter_ul li.searchresule .content_box .explore_wrap {
	line-height: 20px;
}

.searchfilter_ul li.searchresule .content_box .explore_wrap a:hover {
	color: #FCBA0A;
	border-bottom: 1px solid #FCBA0A;
}
/* .rmp-menu-subarrow.rmp-menu-subarrow-active {
display: none !important;
} */
.rmp-submenu li {
	position: relative;
	padding-left: 25px;
}
.rmp-submenu li:before {
	position: absolute;
	content: '';
	left: 18px;
	top: 14px;
	background: url(https://www.ikf.co.in/wp-content/uploads/submenu-arrow.svg) no-repeat;
	width: 11px;
	height: 8px;
}
ul.rmp-submenu {
	margin-bottom: 10px !important;
}
.rmp-menu .menu-item-object-page {
	display: inline-block !important;
	/* 	width: 50% !important; */
}
/* .rmp-menu-item.rmp-menu-item-has-children:nth-child(4) {
margin-bottom: 30px !important;
} */

div#loader-img {
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgb(127 0 185 / 70%);
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#loader-img img {
	width: 80px;
}
.sliderimgformob {
	display: none;
}
#parallax1 {
	background-attachment: fixed;
	text-decoration: none;
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
	background-size: 100% !important;
}
.ast-404-layout-1 {
	margin: 0em auto;
}
.error404 .page-header {
	margin-bottom: 0;
}
.notfounetitle {
	font-size: 40px;
	display: block;
	line-height: 48px;
	margin-top: 50px;
}
.bthbtn {
	font-size: 24px;
	line-height: 80px;
	border-bottom: 2px solid #EDAF0D;
	padding-bottom: 15px;
	color: #ffffff !important;
}
.case-studylisting .contents_title, .case-studylisting .service-single-text li .screenshot .contents_div p {
	color: #000000;
}
nav.navigation.post-navigation, .ast-related-posts-title-section {
	display: none;
}
.ast-single-related-posts-container {
	border: 0;
	padding: 0;
}
ul#casestuday_data {
	margin-top: 25px !important;
}
.inner-search select {
	margin-top: 23px !important;
}
li.service-content-row:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 350px;
	height: 100%;
	background: transparent;
}

/*Related Posts End*/
.related-blogs {
	margin-bottom: 60px;
}
ul.related-post-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.related-post-slider li {
	display: flex !important;
}
.related-post-slider li .rblogthumb {
	width: 50%;
}
.related-post-slider li .rblogthumb img {
	height: 360px;
	object-fit: cover;
	object-position: center;
	width:100%;
}
.related-post-slider li .rblogtxt {
	width: 50%;
	background: #00165D;
	padding: 45px 50px 20px;
}
.related-post-slider li .rblogtxt .nexttitle {
	color: #ffffff;
	font-size: 36px;
	line-height: 35px;
	display: block;
	margin-bottom: 25px;
}
.related-post-slider li .blogCat span {
	color: #FCBA0A;
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	background: #00165d;
}
.related-post-slider li .blogCat:before {
	background: #FCBA0A;
	width: 70%;
}
.related-post-slider li .rblogtitle h2 a {
	color: #ffffff;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 8px !important;
	display: block;
}
.related-post-slider li .rblogtxt .blog-meta {
	color: #ffffff80;
}
.related-post-slider li .rblogtxt .postexcerpt {
	color: #ffffff;
}
.related-blogs .slick-arrow {
	font-size: 0;
	background: transparent url(assets/images/arrow-right.svg) no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -60px;
	top: 45%;
	border-radius: 100%;
	padding: 0;
	border: 1px solid #000;
}
.related-blogs .slick-prev.slick-arrow {
	left: -60px;
	background: transparent url(assets/images/arrow-left.svg) no-repeat center center;
}
.expnow a.elementor-button-link.elementor-button.elementor-size-sm:hover {
	color: #ffffff;
}
.agencypara p {
	margin-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	opacity: 0.9;
}
.seo-para p {
	margin-bottom: 0 !important;
}
.site-below-footer-wrap {
	position: relative;
}
.site-below-footer-wrap:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	background: #A8A8A8;
	top: 0;
	left: 0;
	opacity: 0.3;
}
/*Related Posts End*/
.e-page-transition--entering,
.e-page-transition--exiting{
	background:#0c155c;
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	color: #666;
}
span.wpcf7-spinner {
	position: absolute;
	bottom: 42px;
	right: -50px;
}
.popup-wrap .enquiry-form ul li.submit-btn-wrap.fullwidth {
	width: 100% !important;
}
#popuenq .enquiry-form ul {
	height: auto !important;
}
.popup-wrap .wpcf7 textarea {
	padding-top: 10px !important;
}
.services-landing-wrap .service-list-wrap ul li:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 43%;
	background: #ff000000;
	z-index: 9;
}
.services-landing-wrap .service-list-wrap ul li a:before {
	z-index: 99;
}
.term-application-development .service-th-img {
	height: 400px !important;
}

.glowIn {
	color: white;
}    
.glowIn span {
	animation: glow-in .5s both;
}
@keyframes glow-in {
	from { opacity: 0; }
	65% {
		opacity: 1;
		text-shadow: 0 0 20px white;
	}
	75% {
		opacity: 1;
	}
	to { opacity: 0.7; }
}

.footer-nav-wrap .astra-footer-horizontal-menu li {
	margin: 6px 0;
}

.blog-cta em {
	font-style: normal !important;
}
.offerings-list .dotlist li {
	line-height: 60px;
}
.offerings-list .dotlist li:before {
	top: 23px;
}
.elementor-tab-content.elementor-active ul.clients_tab_ul {
	left: 0;
	opacity: 1;
}
.elementor-tab-content ul.clients_tab_ul {
	left: 50px;
	position: relative;
	transition: all 1s;
	opacity: 0;
}
.twoservices {
	margin: 0 auto;
	padding: 0 8vw;
}
.tabs-names .elementor-tabs-wrapper {
	position: sticky;
	z-index: 9;
	top: 100px;
	height: 100vh !important;
}
.clients-list-title {
	position: sticky;
	height: 105px;
	top: 0;
	z-index: 99;
	background-color: #f5f5f6;
}
.client-overview-para p {
	margin-bottom: 0;
}
/*.singleserimg .elementor-post__thumbnail__link {
width: auto !important;
}
.singleserimg article {
background: #F5F5F6;
flex-wrap: nowrap !important;
}
.singleserimg .elementor-post__text {
display: flex;
height: 100%;
padding: 5vw 2vw;
}*/
.agencyhomesec {
	position: relative;
}
/*.scroll-up .rmp_menu_trigger {
background: transparent !important;
}
.rmp_menu_trigger {
background: #ffffff29 !important;
}*/
.contactus-form-section .formsubmitbtn:before {
	border: 1px solid rgb(255 255 255 / 24%);
	right: 1.2vw;
}
.contactus-form-section .formsubmitbtn:hover:before {
	right: 0.5vw !important;
}
.tabsformenqcareer *, 
.wpcf7 form {
	outline: -webkit-focus-ring-color auto 0px !important;
	outline:none !important;
}
.mega-menu-wrap input#formSubmit {
	font-size: 18px;
}
.service-description h2 {
	font-size: 55px;
	line-height: 62px;
}
.job-description-content p {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
}
.job-description-content span {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}
.job-description-content ul.job-description-list {
	margin: 0;
	padding: 0;
}

.job-description-content ul.job-description-list > li {
	border: none;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.job-description-content ul.job-description-list > li:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: #FCBA0A;
	top: 8px;
	left: 0;
}
.bannersubtext {
	max-width: 1000px;
	margin: 0 auto;
}
.home-banner .bannersubtext h1 {
	font-size: 45px !important;
	line-height: 60px !important;
	letter-spacing: 1px !important;
}
a.elementor-icon.elementor-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-cb_services .serhoverimgsec {
	display: none;
}
.tech-suprt-no br {
	display: none;
}
/* .scroll-up .site-logo-img, .scroll-down .site-logo-img {
background: url(https://www.ikf.co.in/wp-content/themes/astra-child/assets/images/ikf-logo.svg) no-repeat;
background-size:100px;
transition: all 0.5s;
}
.scroll-up .site-logo-img img {
opacity: 0;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	border-color:#dfaa0a;	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px;
	border-bottom: 2px solid transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	border-bottom: 2px solid #dfaa0a;
}
.careers-overview p {
	margin-bottom: 0;
}
.term-web-application-development-company .cat-post-row .service-item .service-th-img {
	height: 450px;
}
.term-web-application-development-company .cat-post-row .service-item {
	padding: 0 2%;
}
.servicesvalue option {
	line-height: 20px;
	display: block;
}
.grecaptcha-badge {
	display: none !important;
}
.search_page_header .ast-container .searchbannerdesign, .custom-search-form {
	position: relative;
}
html body .search-btn {
	position: absolute;
	right: 0;
	top: 30px;
	border: 0 !important;
	width: 37px;
	background-color:transparent !important;
	background-image: url(assets/images/search_on_banner.svg) !important;
	background-repeat: no-repeat !important;
	height: 37px;
	background-position: center right !important;
	padding: 0 !important;
}
html body .search-btn:hover {
	background-color: transparent;
	background-image: url(assets/images/search_on_banner_hover.svg) !important;
	padding: 0;
}
.custom-search-form .search-btn {
	top: 20px;
}
/*.services-slick .slick-list {
overflow: visible;
}
.service-list-wrap .slick-slide {
opacity: 0;
}
.service-list-wrap .slick-slide.slick-current.slick-active {
opacity: 1;
}
.service-list-wrap .slick-slide.slick-current.slick-active + li {
opacity: 1 !important;
}*/
.searchfilter_ul li.searchresule .content_box .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.searchfilter_ul li.searchresule .content_box .content img {
	display: none;
}
.clients-for-mobile{
	display:none;
}
.clients_logo_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.clients_logo_ul li {
	width:25%;
}
.clients_logo_ul li div img{
	width: 100%;
}
body.scroll-up header.elementor-slideshow__header {
	box-shadow: 0 0 0 transparent !important;    background: transparent !important;}
.dialog-type-lightbox {
	z-index: 999999!important;
	height:100vh;
}
.joblist-margin-bottom {
	margin-bottom: 30px !important;
}
.thank-youpagetxt {
	color: #ffffff;
	max-width: 850px;
	margin-top: 30px;
}
.thank-youpagetxt a {
	color: #d5a30e;
}
.thank-youpagetxt a:hover {
	color: #4169e1;
}
.page-id-22661 .breadcrumbs {
	display:none !important;
}

.tabsformenqcareer .elementor-tabs-wrapper {
	position: relative;
	transition:all 0.1s;
}
.tabsformenqcareer .elementor-tabs-wrapper:before {
	position: absolute;
	content: '';
	background: white;
	width: 118px;
	height: 46px;
	top: 0;
	left: 12px;
	box-shadow: 0px 10px 10px #00000012 !important;
	border: 1px solid #FCBA0A !important;
	border-radius: 50px !important;
	transition: all 0.5s !important;
	transition:all 0.1s;
}
.tabsformenqcareer .elementor-tabs-wrapper.tabswitch:before {
    left: 144px;
}
li.search-error-msg {
	list-style: none;
	padding-top: 40px;
}
/* .header-icons li a img {
filter: brightness(0) invert(1);
} */
.header-icons li a:hover img{
	filter:inherit;
}
body .dialog-lightbox-widget header.elementor-slideshow__header {
	top: 0;
}
.elementor-slideshow__footer {
	display: none;
}
#clientcategories {
	display: none;
	width: 100%;
}
#clientcategories:focus {
	outline: none;
}
.menu-tab-form .enquiry-form li {
	margin-bottom: 18px;
}
.menu-tab-form .wpcf7-not-valid-tip {
	position: absolute;
}

ul.menusocial-icons {
	display: flex;
	margin: 30px 0 0 0;
	padding: 0;
	opacity: 1;
	z-index: 9;
	position: absolute;
	list-style: none;
	bottom: 30px;
	left: 0;
	top: auto;
}
.menusocial-icons img {
	width: 54px;
	height: 54px;
	display: block;
	transition: all 0.5s;
}
.menusocial-icons a:hover img {
	transform: scale(1.2);
}
br.conbrthree {
	display: none;
}

.bloglistingwrap li img {
    padding-bottom: 0;
}

.bloglistingwrap li a {
    margin-bottom: 15px;
}

.bloglistingwrap li .blog-thimg a,.bloglistingwrap li .blog-thimg a img {
    display: block;
    transition: all 0.5s;
    overflow: hidden;
    line-height: 0;
}

.bloglistingwrap li .blog-thimg a:hover img {
    scale: 1.1;
    transition: all 0.5s;
}

.ppc_client_testimonial_box .client_img {
    display: none;
}
.ppc_client_testimonial_box .client_name {
    text-align: center !important;
}



@media (max-width: 2560px) {
	.homeclientsecwrap .content__img {
		margin: 0 auto 0 -200px;
	}
}
@media (max-width: 1700px) {
	.ftr-help .help-text span br {
		display:none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px 0px 10px;
	}
	.main-header-menu > .menu-item > .menu-link {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 16px;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		padding: 0px 5px 0px 0px !important;
	}
}



@media (max-width: 1670px) {
	.infograph_text_ul li:nth-child(5)::after,
	.infograph_text_ul li:nth-child(6)::after,
	.infograph_text_ul li:nth-child(3)::after,
	.infograph_text_ul li:nth-child(4)::after,
	.infograph_text_ul li:nth-child(2)::after{
		top:0 !important;
	}
}

@media (max-width: 1600px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 15px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.ftr-cta a {
		line-height: 2vw !important;
		font-size: 1.2vw !important;
	}
	.ftr-cta {
		gap: 25px;
	}
	
}
@media (max-width: 1440px) {
	.authorpostcount {
		margin-top: 0px !important;
	}
	.authimg:before {
		left: -290px !important;
		bottom: 70px !important;
	}
	.authsmbox {
		left: -290px !important;
		bottom: 90px !important;
	}
	br.conbrtwo {
		display: none;
	}
	.our-campaign-slider:before {
		top: -250px !important;
	}
	.service-single-text li .screenshot .case_study_dots span:before {
		top: 14px !important;
	}
	.rise_yoy_span span.elementor-icon-box-title span:before {
		left: 16px !important;
	}
	.homebannertitle h2, .homebannertitle h1 {
		margin-top: 70px !important;
	}
	br.hideonsmalld {
		display: none;
	}
	.bannersubtitle p {
		margin-bottom: 0 !important;
	}
	.megamenucta {
		top: 66% !important;
	}
	.ftr-help .help-text span {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	.homeclientsecwrap .content__img {
		margin: 0 auto 0 -100px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px 0px 10px;
	}
	.smallsectitle {
		max-width: 850px;
	}
	.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.category-overview {
		padding-bottom: 60px;
	}
	.career-description {
		width: 45vw !important;
		max-width: 45vw !important;
	}
	.mouseOver_text .input_screen .screenshot p {
		font-size: 16px !important;
		line-height: 30px !important;
	}
	/* .bloglistingwrap li:nth-child(2) .blog-thimg img, .bloglistingwrap li:nth-child(4n+2) .blog-thimg img, .bloglistingwrap li:nth-child(3) .blog-thimg img, .bloglistingwrap li:nth-child(4n+3) .blog-thimg img {
	width: 400px;
	height: 400px;
}
	.bloglistingwrap li:nth-child(1) .blog-thimg, .bloglistingwrap li:nth-child(4n+1) .blog-thimg {
	width: 140%;
	left: -25%;
}
	.bloglistingwrap li:nth-child(4n) .blog-thimg {
	width: 140%;
	left: -15%;
} */
	.term-web-application-development .service-th-img {
		height: 450px !important;
	}
	.serviceanimated-section {
		padding-top: 100px !important;
		padding-bottom: 300px !important;
	}
	.cust-container, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, #trinity-audio-table {
		width: 100%;
		padding-left: 5vw !important;
		padding-right: 5vw !important;
		margin: 0 auto;
	}
	.service-form {
		padding-left: 6vw !important;
	}
	.small-container {
		padding-left: 10vw !important;
		padding-right: 10vw !important;
	}
	header#masthead {
		padding: 0 5vw;
	}
}

@media(max-width:1400px){
    .infograph_text_ul li {
        max-width: 377px !important;
    }
	.infograph_text_ul li h3 {
		font-size: 20px !important;
	}
}

@media(max-width:1366px){
	section#contact-page-detail {
		padding-top: 100px; 
	}

	section#contact-page-detail h4.elementor-heading-title.elementor-size-default {
		font-size: 120px;
	}
	br.conbrthree {
		display: block;
	}
	br.conbrfour {
		display: none;
	}
	.other_case_study_slide h4 {
		font-size: 26px;
		line-height: 32px;
	}
	.our-campaign-slider:before {
		top: -260px !important;
	}
	.smstatscol .elementor-widget-wrap {
		padding: 15px !important;
	}
	.our_campaign_text .elementor-widget-wrap.elementor-element-populated {
		padding: 0 15px !important;
	}
	.service-single-text li .screenshot .case_study_dots span:before {
		top: 15px !important;
	}
	.category-overview .catdescription{
		margin-left:0px;
	}
}



@media(max-width:1365px){
	ul.home-clients-pyramid li {
		max-width: 9.761vw;
	}
}




@media (max-width: 1279px) {
	.ast-logo-title-inline .ast-site-identity {
		padding: 1em 0;
	}
	#rmp-menu-wrap-19394 .rmp-menu-item-link {
		padding: 0px 15px !important;
	}

	.homeclientsecwrap .content__img {
		margin: 0 auto 0 -80px;
	}

	.sitemappagerow h4.elementor-heading-title a {
		display: block;
		font-size: 28px !important;
		line-height: 38px !important;
	}
	.related-post-slider li{
		padding-bottom: 50px;
	}
	.mouseOver_text .input_screen .screenshot div {
		font-size: 50px !important;
		line-height: 60px !important;
	}
	.related-post-slider li .rblogthumb img {
		height: 420px;
	}
	.related-blogs button.slick-prev.slick-arrow {
		left: -140px !important;
	}
	.related-blogs .slick-arrow {
		left: 0 !important;
		right: -70px !important;
		margin: 0 auto;
		bottom: -7% !important;
		top: auto;
	}
	.usp_details span {
		font-size: 19px;
		line-height: 20px;
		max-width: 100%;
	}
	.contact-number .elementor-image-box-description a, .contact_mail p.elementor-image-box-description a {
		font-size: 25px;
	}
	.contact-location p.elementor-image-box-description a {
		font-size: 20px;
		line-height: 25px;
	}
	.contactsectitle h4 {
		font-size: 140px !important;
	}
	.contact-location .elementor-widget-container {
		padding: 50px 0px 0px 0px !important;
	}
	.serviceanimated-section h4.elementor-heading-title.elementor-size-default {
		font-size: 140px !important;
	}
	.cat-post-row .service-item h3 {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 35px;
	}
	.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
		display: none;
	}
	.ast-builder-grid-row>.site-header-section {
		padding-right: 55px;
	}
}
@media(max-width: 1250px){
	.contact-service-mail-no span.elementor-image-box-title {
		font-size: 22px !important;
		padding-bottom: 0px !important;
	}
	.contact-service-mail-no p.elementor-image-box-description a {
		font-size: 18px;
	}
	.contact-service-mail-no p.elementor-image-box-description {
		line-height: 28px !important;
	}
}
@media (max-width: 1200px){
	.rise_yoy_span .elementor-icon-box-wrapper {
		justify-content: center;
	}
	.rise_yoy_span .elementor-icon-box-content {
		display: contents;
	}
	.rise_yoy_span .elementor-icon-box-content p.elementor-icon-box-description {
		line-height: 50px !important;
		padding-left: 10px;
	}
	.smstatscol .elementor-widget-wrap {
		flex-wrap: wrap !important;
	}
	.smstatscol .elementor-widget-icon-box {
		width: 100% !important;
	}
	.smstatscol .elementor-widget-icon-box .elementor-widget-container {
		border: 0 !important;
		padding: 0 !important;
	}
	.statsnumb .elementor-icon-box-wrapper {
		flex-wrap: wrap;
	}
	.statsnumb .elementor-icon-box-wrapper .elementor-icon-box-icon {
		width: 100%;
		display: flex !important;
		justify-content: center;
	}
	.statsnumb .elementor-icon-box-wrapper .elementor-icon-box-content {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.statsnumb .elementor-icon-box-wrapper .elementor-icon-box-content span.elementor-icon-box-title {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.statsnumb .elementor-icon svg {
		width: 50px;
	}
	.statsnumb .elementor-icon-box-title {
		font-size: 30px !important;
	}
	ul.home-clients-pyramid li {
		max-width: 8vw;
	}
	.client-list-sec {
		width: 54vw !important;
	}
	.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
		width: 38%;
	}
	.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
		width: 58%;
	}
	.ftr-help .help-text span {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	
	.ftr-cta {
		flex-flow: column;
	}
}
@media (max-width: 1150px) {
	.ftr-help .help-text span {
		margin-bottom: 10px;
		line-height: 40px;
	}
	.help-text {
		line-height: 20px;
	}
	.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
		display: flex;
	}
}
@media (max-width: 1120px) {
	.serviceanimated-section h4.elementor-heading-title.elementor-size-default {
		font-size: 120px !important;
	}
}
@media(max-width: 1040px){
	.sitemappagerow .elementor-grid {
		display: block !important;
	}
	.sitemappagerow > .elementor-container {
		flex-wrap: wrap;
	}
	.sitemappagerow > .elementor-container .elementor-column {
		width: 50% !important;
		margin-bottom: 30px;
	}
	.tech-suprt-no br {
		display: block;
	}
}
@media (max-width: 1023px){
	ul#rmp-menu-19394 {
		padding: 0 !important;
	}
	.our-campaign-slider .swiper-slide img {
		max-width: 290px;
		margin-top: 160px;
	}
	.our-campaign-slider {
		height: 700px !important;
	}
	.our-campaign-slider:before {
		top: 0 !important;
		height: 700px !important;
		width: 340px !important;
		left: 0 !important;
		right: 0;
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.page-header .custom-container {
		padding: 0 20px;
	}
	.enquiry-form ul li {
		padding: 0 10px 0 0;
	}
	.category-posts {
		margin-bottom: 0px;
	}
	.single-cb_casestudies .screenshot {
		display: block !important;
		padding-bottom: 10px !important;
	}
	.single-cb_casestudies .firstblank {
		width: 100% !important;
		display: block;
	}
	.single-cb_casestudies .firstblank img {
		width: 100% !important;
		display: block;
		margin: 0 0 30px !important;
	}
	.single-cb_casestudies .screenshot span {
		display: block !important;
		width: 100% !important;
		margin-bottom: 20px;
	}
	.single-cb_casestudies .screenshot p {
		width: 100% !important;
		display: inline-flex !important;
		flex-wrap: wrap;
	}
	html section.authblogsec h2.elementor-heading-title.elementor-size-default {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	html section.authorsection h2.elementor-heading-title.elementor-size-default {
		font-size: 45px !important;
		margin: 10px 0 !important;
	}
	.authorpostcount {
		justify-content: center;
	}
	.authorsection .elementor-container.elementor-column-gap-default {
		flex-direction: column-reverse;
	}
	.authimg img {
		max-width: 300px;
	}
	.authsmbox {
		position: relative !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
		background: #f6bf00;
		justify-content: center !important;
		margin-bottom: 5px !important;
		padding: 10px 30px !important;
		width: fit-content;
	}
	.authimg:before {
		display: none;
	}
	.authorpostcount {
		margin-top: 0 !important;
	}
	.bloglistingwrap li {
		width:50%;
	}
	.contactpagcallimg a img {
		width: 140px !important;
	}
	.ftrheading {
		font-size: 40px;
		line-height: 50px;
	}

	
	.ftr-cta a {
		line-height: 33px !important;
		font-size: 24px !important;
	}
	footer section#nav_menu-2, footer section#nav_menu-3 {
		width: 45%;
	}

	footer section#custom_html-8 {
		width: 70%;
	}
	.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
		width: 42%;
	}
	.site-footer-primary-section-2 .footer-widget-area {
		justify-content: space-between;
	}
	
	body .infograph_text_ul li:after{
		display:none !important;
	}

}


@media (min-width: 1024px) {
	/*  .clients-list-title{
	padding:20px 0px;
	height: 80px !important; 
}*/
	/* 	footer#colophon {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width:100%;
	background-size:cover;
} */

	section.page-header {
		z-index: 12;
	}

	#page .site-content {
		z-index: 10;
		position: relative;
		background: #fff;
	}
	.page-id-23 footer#colophon,
	.page-id-17894 footer#colophon{
		z-index: 40;
		position: static !important;
	}
	.page-id-23 #page .site-content,
	.page-id-17894 #page .site-content {
		margin-bottom:0 !important;
	}
}
@media (max-width: 1080px) {
	.ftr-help .help-text span {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.agencyhomesec > .elementor-container > .elementor-column:first-child {
		width: 40%;
	}
	.agencyhomesec > .elementor-container > .elementor-column:last-child {
		width: 60%;
	}
	.tripsection .screenshot {
		justify-content: space-between !important;
	}
	.tripsection .firstblank {
		width: 20% !important;
	}
	.tripsection .mouseOver_text .input_screen .screenshot div {
		width: 34% !important;
		font-size: 40px !important;
		line-height: 50px !important;
	}
	.tripsection .screenshot p {
		width: 40%;
	}
	.mouseOver_text img {
		width: 100%;
	}
	.mouseOver_text .input_screen {
		opacity: 1 !important;
	}
	li.service-content-row:before {
		display: none;
	}
	ul#casestuday_data {
		margin-top: 0;
	}
	.case-studylisting  .service-single-text li .screenshot {
		display: block;
	}

	.case-studylisting .service-single-text li .screenshot .firstblank.hidethis {
		display: inline-block;
		width: 25%;
		float: left;
		margin-right: 3%;
	}
	.case-studylisting .service-single-text li .screenshot .ind_srv_details {
		display: inline-block;
		width: 20%;
		float: left;
		margin-right: 2%;
	}
	.case-studylisting .service-single-text li .screenshot .contents_title {
		display: inline-block;
		width: 50%;
	}
	.case-studylisting .service-single-text li .screenshot .contents_div {
		display: inline-block;
		width: 50%;
	}
	.case-studylisting .service-single-text li {
		overflow: hidden;
		padding-bottom: 50px;
	}
	.serhovermob {
		margin-right: 25px !important;
	}
	.case-studylisting .service-single-text li .screenshot .firstblank.hidethis {
		display: block;
	}
	.service-single-text li .screenshot .firstblank {
		width: 30%;
	}
	.serhovermob {
		display: block;
	}
	.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
		color: #000000;
		font-size: 25px;
		line-height: 35px;
	}
	.service-single-text li .screenshot p {
		color: #000000;
	}
}
@media (max-width: 999px) {	
	.homebannertitle h1:before{bottom: 7px;}
	.service-single-text li .screenshot .firstblank ul.cat-details {
		margin-top: 15px;
	}
	.service-single-text li .screenshot .firstblank {
		display: flex;
		flex-wrap: wrap;
	}
	.service-single-text li .screenshot .firstblank ul.cat-details {
		order: 2;
	}
	.service-single-text li .screenshot p {
		padding: 0 0px 0 0 !important;
	}
	.service-single-text li .screenshot .case_study_dots span:before {
		top: 14px !important;
	}
	.rise_yoy_span span.elementor-icon-box-title span:before {
		left: 32px;
		top: 23px;
	}
	.elementor-24729 .career-description {
		width: var(--container-widget-width, 100% ) !important;
		max-width: 100% !important;;
	}
	.homebannerstats .elementor-counter-title {
		font-size: 15px !important;
		margin-top: 0px !important;
	}
	.homebannerstats span.elementor-counter-number, .homebannerstats span.elementor-counter-number-suffix {
		font-size: 25px !important;
	}
	.bannersubtitle p {
		font-size: 20px !important;
		line-height: 30px !important;
		margin: 0 !important;
	}
	.homebannertitle h2, .homebannertitle h1 {
		margin-bottom: 0px !important;
		padding-bottom: 15px;
	}
	.homeclientssec{
		display:none !important;
	}
	.clients-for-mobile{
		display:block !important;
	}
	.rmp-menu {
		display: flex !important;
		flex-wrap: wrap;
		padding-top:30px !important;
		padding-left:20px !important;
	}
	/* 	.rmp-menu > li {
	width: 50% !important;
	margin-bottom: 30px !important;
} */
	.cat-post-row .service-item .service-th-img {
		height: 190px !important;
	}
	e-page-transition.e-page-transition--entered {
		display: none !important;
	}
	.serhoverimgsec .content img {
		transform: initial !important;
	}
	.current_opening .accordion-list .answer {
		margin-bottom: 0 !important;
	}
	.home-banner .elementor-container.elementor-column-gap-default {
		align-items: center;
	}
	body .home-banner .bannersubtext h1 {
		font-size: 40px !important;
		line-height: 60px !important;
		letter-spacing: 1px !important;
	}
	.elementor-18005 .elementor-element.elementor-element-6a381e7d {
		padding: 60px 0px 40px 0px !important;
	}
	.serhoverimgsec{position: relative !important;}
	.homecareercol > .elementor-widget-wrap.elementor-element-populated {
		padding-bottom: 20% !important;
	}
	.career-description {
		width: 70vw !important;
		max-width: 70vw !important;
	}
	.clientsoverview {
		min-width: 100% !important;
	}
	body img.content__img {
		width: 22% !important;
	}
	.homeclientssec {
		position: relative !important;
	}
	img.content__img {
		position: relative !important;
		opacity: 1 !important;
		width: 48% !important;
		margin-bottom: 4%;
	}
	.content {
		position: relative !important;
		height: auto !important;
		margin-top: 20px;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between !important;
	}
	.services-slide .cat-post-row {
		flex-wrap: wrap;
	}
	.services-slide .cat-post-row .service-item {
		width: 48%;
		margin-bottom: 35px;
	}
	.services-slide .cat-post-row .service-item .service-th-img {
		margin-bottom: 20px !important;
	}
	.services-slide .cat-post-row .service-item h3 {
		min-width: 100% !important;
		margin-bottom: 20px;
	}
	.expertise-sec .sectiontitle h2 br {
		display: none !important;
	}
	.expertise-sec .elementor-column {
		width: 100% !important;
	}
	.expertise-sec .elementor-column .elementor-widget-wrap {
		justify-content: flex-start !important;
	}
	/*.home-banner h1.elementor-heading-title.elementor-size-default {
	font-size: 80px !important;
	line-height: 80px !important;
}*/
	.home-banner iframe {
		display: none;
	}
	.home-banner {
		background-position: top right !important;
	}
	.ouruspsec > .elementor-container {
		display: block;
	}
	.ouruspsec .elementor-column {
		width: 100% !important;
	}
	.ouruspsec .elementor-column .elementor-widget-text-editor {
		width: 100%;
		max-width: 100%;
	}
	.ouruspsec .uspcolicon .elementor-widget-wrap.elementor-element-populated {
		display: flex;
		flex-wrap: nowrap;
	}
	.usp_details .elementor-widget-container.elementor-motion-effects-element {
		min-height: 230px !important;
	}
	.contact-intro-wrap {
		background: #ffffff !important;
	}
	.contactmotionimg {
		display: none !important;
	}
	.contacticonadd img {
		width: 35px;
	}
	.contact_mail img {
		margin-top: 10px;
	}
	.contactsectitle h4 {
		font-size: 120px !important;
	}
	.bloglistingwrap {
		margin: 0 -30px;
	}
	.bloglistingwrap li .blog-thimg {
		width: 100% !important;
		margin-bottom: 20px;
		overflow: hidden;
		left: 0 !important;
		right: 0 !important;
	}
	.bloglistingwrap li {
		padding: 0 30px;
		margin-top: 0 !important;
		top: 0 !important;
	}
	.bloglistingwrap li .blog-thimg img {
		width: 100% !important;
		height: 100% !important;
	}
	.bloglistingwrap li .blog-thimg {
		padding-top: 0% !important  ;
	}
	.term-web-application-development .category-posts .cust-container {
		padding-left: 10vw !important;
		padding-right: 10vw !important;
	}
	.serviceanimated-section {
		padding: 60px 5vw !important;
	}
	.serviceanimated-section .ourexpsec .elementor-column.elementor-col-50:first-child {
		display: none;
	}
	.serviceanimated-section .ourexpsec .elementor-column.elementor-col-50 {
		width: 100%;
	}
	.iimg {
		display: none;
	}
	.services-landing-wrap .service-cat-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.service-list-wrap ul {
		margin: 20px -20px 0;
	}
	.service-description p {
		font-size: 18px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.service-list-wrap ul li {
		margin: 0 20px;
	}
	img.sliderimgformob {
		display: block !important;
		width: 100%;
	}
	.service-list-wrap ul li a {
		line-height: 40px;
		color: #FFFFFF;
		border-bottom: 0px;
		margin-top: 25px;
	}
	.service-list-wrap ul li a:before {
		display: none;
	}
	.service-cat-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.service-description h2, .service-description p {
		max-width: 100%;
	}
	.services-landing-wrap .service-cat-wrap {
		position: relative;
		height: auto;
	}
	img.sliderimgformob {
		display: block !important;
	}
	.sacircle1, .sacircle2 {
		display: none;
	}
	.serviceanimated-section {
		background: #ffffff !important;
	}
	.popup-wrap {
		width: 90%;
		z-index: 999999;
	}
	.tabsformsectionwrap .formstitle {
		line-height: 40px;
		margin-bottom: 40px;
		margin-top: 0px;
	}
	.tabsformsectionwrap {
		padding: 50px 0 0 !important;
	}
	.tabsformenqcareer {
		width: 100% !important;
		max-width: 100% !important;
	}
	.tabs-names .elementor-tabs-wrapper {
		width: 30%;
	}
	.tabs-names .elementor-tabs-wrapper {
		width: 30%;
	}
	.tabs-names .elementor-tab-title {
		font-size: 20px;
	}
	.clients_tab_img {
		padding: 5px 20px;
	}
	.service-cat-row {
		flex-wrap: wrap;
	}
	.service-description {
		width: 100%;
	}
	.service-list-wrap {
		width: 100%;
	}   
	/*.serlandingsnippetfordesk {
	display: none;
}*/
	.serlandingsnippetformob {
		display: block;
	}
	.category-overview h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.subheadingtxt span {
		font-size: 25px !important;
		line-height: 35px;
	}
	.offerings-list .elementor-column {
		width: 50% !important;
	}
	.relatedspostgrid h3 a {
		font-size: 22px !important;
	}
	.service-form-sec .elementor-widget-wrap.elementor-element-populated {
		padding: 40px 2.5vw 20px 0px !important;
	}
	body .service-form-sec .elementor-column {
		width: 100% !important;
	}
	.site-footer-section-1 #text-2:before {
		right: 0px;
	}
	.site-footer-below-section-1.site-footer-section.site-footer-section-1,
	.site-footer-below-section-2.site-footer-section.site-footer-section-2,
	.site-footer-below-section-3.site-footer-section.site-footer-section-3 {
		width: 100%;
	}
	.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
		flex-wrap: wrap;
	}
	.ast-footer-copyright p {
		text-align: center;
	}
	.footer-nav-wrap {
		justify-content: center;
		display: flex;
		margin: 10px 0;
	}
	.site-footer-below-section-3.site-footer-section.site-footer-section-3 aside {
		height: 30px;
		display: flex;
		justify-content: center;
		margin-top: 5px;
	}
	.contactctaicons .elementor-col-25 {
		width: 50% !important;
		margin-bottom: 40px;
	}
}
@media (max-width: 921px) {
	.tax-service_category .site-content .ast-container {
		display: flex;
	}
	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
		margin-bottom: 0px;
	}
	#astra-footer-menu .menu-item > a {
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
	.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner,
	.site-footer-section-1 #text-2, footer section#nav_menu-2, footer section#nav_menu-3, .ftr-help, .ftr-cta {
		text-align: left;
	}
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
		display: flex;
	}
}
@media(max-width: 898px){
	.related-blogs {
		margin-bottom: 40px;
	}
	.related-blogs .slick-arrow {
		bottom: 0 !important;
	}
}
@media (max-width: 880px) {
	.tabs-names .elementor-tab-title {
		font-size: 18px !important;
		padding: 12px 10px !important;
	}
	.cat-post-row .service-item .service-th-img {
		height: 300px !important;
	}
	.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
		font-size: 26px !important;
		line-height: 38px !important;
	}
	.enquiry-form ul {
		margin: 0 auto;
	}
	.twoservices {
		padding: 0 0vw;
	}
	.home-banner {
		background: url(https://www.ikf.co.in/wp-content/uploads/home-banner-small-devices.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.homecareercol > .elementor-widget-wrap.elementor-element-populated {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.career-description {
		width: 100vw !important;
		max-width: 100vw !important;
	}
	body .homeclientsecwrap {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.homestatswrap .elementor-column {
		width: 100%;
	}
	.homestatswrap {
		margin-bottom: 0 !important;
	}
	.related-blogs {
		margin-bottom: 60px !important;
	}
	.related-blogs .slick-arrow {
		bottom: -30px !important;
	}
	.tripsection.mouseOver_text .input_screen .screenshot {
		display: block !important;
	}
	.tripsection .firstblank {
		width: 30% !important;
		float: left;
		margin-right: 5%;
	}
	.tripsection .triptitle {
		float: left;
		width: 65% !important;
	}
	.tripsection  p {
		float: left;
		max-width: 65% !important;
		display: block;
		width: 100% !important;
		margin-top: 25px !important;
	}
	.tripsection .triptitle br {
		display: none;
	}
	.tripsection .firstblank img {
		margin-bottom: 60px;
	}
	.contactus-form-section span.formsubmitbtn{
		margin: 0;
	}
	.contactus-form-section span.elementor-heading-title.elementor-size-default {
		text-align: left !important;
		display: block;
	}
	.cust-container.case-study-filter, .cust-container.case-studylisting {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.contact-location .elementor-widget-container {
		padding: 30px 0px 0px 0px !important;
	}
	.contact-number .elementor-widget-container, .contact_mail .elementor-widget-container {
		padding: 30px 0px 0px 0px !important;
	}
	/* 	.contacticonadd .elementor-column:first-child {
	display: none;
} */
	.contacticonadd .elementor-column {
		width: 50% !important;
	}
	.contactsectitle h4 {
		font-size: 80px !important;
		line-height: 50px !important;
	}
	.filter-form {
		padding: 0 10px;
	}
	.cust-container.blog-design-wrap {
		padding: 0 20px !important;
	}
	.serviceanimated-section h4.elementor-heading-title.elementor-size-default {
		font-size: 80px !important;
		line-height: 50px !important;
	}
	body .serviceanimated-section {
		padding: 40px 20px !important;
	}
	.cat-post-row .service-item p {
		max-width: 100%;
	}
	.category-overview .catdescription {
		max-width: 100%;
		float: none;
	}
	.cat-post-row .service-item h3 {
		max-width: 100%;
	}
	.category-posts {
		padding: 0 15px;
	}
	.cat-post-row {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.cat-post-row .service-item {
		width: 48%;
		margin-bottom: 5%;
	}
	.category-overview {
		padding: 50px 10px;
	}
	.ftraddress {
		font-size: 16px;
		line-height: 30px;
		color: #ffffff99;
	}
	.site-footer-section-1 #text-2 {
		padding-right: 20px;
	}
	footer#colophon {
		padding: 0 10px;
	}
	.small-container, .cust-container, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, #trinity-audio-table {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	header#masthead {
		padding: 0 0px;
	}
	#rmp_menu_trigger-19394 {
		top: 12px;
		right: 10px;
	}
/* 	.page-header {
		padding: 0 10px;
	} */
	.breadcrumbs span, .breadcrumbs a {
		font-size: 14px;
	}
	.contactus-form-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.service-single-text li .screenshot .contents_title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.service-single-text li .screenshot p {
		font-size: 16px;
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.page-header h1 {
		margin-top: 50px;
	}
	.tabsformsectionwrap .formstitle {
        margin-bottom: 20px;
    }
	.category-overview h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.detailMeta_content span {
		font-size:11px !important;
	}
	.authsmbox img {
		width: 25px;
	}
	.extpopdesk {
		display: none !important;
	}
	.extpopmob {
		display: block !important;
		width: 100% !important;
	}
	.exitpop-wrap.newcustpopup {
		display: block !important;
	}
	#exit-popup .extpoptxt h2 {
		max-width: 100% !important;
		text-align: center;
		font-size: 23px !important;
		line-height: 30px !important;
	}
	.extpoptxt {
		padding: 35px 20px !important;
		text-align: center;
	}
	#exit-popup .extpoptxt p, #exit-popup .extpoptxt strong {
		font-size: 16px !important;
		text-align: center;
	}
	#exit-popup .extpoptxt .extpopbtn {
		padding: 5px 15px !important;
		font-size: 15px !important;
	}


	section#nav_menu-3 {
		margin-bottom: 20px !important;
	}
	.site-footer-below-section-3.site-footer-section.site-footer-section-3 {
		padding-bottom: 90px !important;
	}
	section#nav_menu-2 {
		margin-bottom: 20px !important;
	}
	section#nav_menu-3 ul#menu-quick-links li {
		width: 50% !important;
	}
	section#nav_menu-3 ul#menu-quick-links {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.ftr-cta {
		margin-top: 0 !important;
	}
	.homebannertitle h1 span {
		font-size: 36px;
	}
	br.conbrthree {
		display: none;
	}
	body .casestudyoverview h2.elementor-heading-title.elementor-size-default {
		font-size: 35px !important;
		line-height: 40px !important;
	}

	.single-cb_casestudies .serhovermob, .post-type-archive-cb_casestudies .serhovermob {
		margin-right: 0 !important;
	}
	.statsnumb .elementor-icon svg {
		width: 60px;
		margin-top: 20px;
	}
	.statsnumb .elementor-icon-box-description {
		font-size: 20px !important;
	}
	.statsnumb .elementor-icon-box-wrapper .elementor-icon-box-content span.elementor-icon-box-title {
		font-size: 35px !important;
		margin-bottom: 10px;
	}
	.statsnumb .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-bottom: 15px !important;
	}
	.smstatscol .elementor-widget-wrap.elementor-element-populated {
		padding: 30px 25px 10px !important;
	}
	.homebannertitle h2, .homebannertitle h1 {
		margin-top: -30px !important;
	}
	.homebannerstats {
		margin-top: 0px !important;
	}
	.homepage-newbanner {
		height: 80vh;
		display: flex;
	}
	.homebannertitle h2, .homebannertitle h1 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
	.elementor-2 .elementor-element.elementor-element-3887596 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	#clientcategories {
		display: block;
		margin-top: 20px;
	}
	.clientslogo .elementor-tab-mobile-title {
		display: none;
	}
	.elementor-tab-content ul.clients_tab_ul {
		left: 0 !important;
		opacity: 1 !important;
	}
	.elementor-lightbox .dialog-widget-content {
		background: #00000085;
	}
	.popup-wrap span.wpcf7-spinner {
		bottom: 20px !important;
		right: -25px !important;
	}
	.rmp-menu {
		display: flex !important;
		flex-wrap: wrap;
		padding-top:0px !important;
		padding-left:0px !important;
	}
	.clients-list-title {
		height: auto;
		padding: 18px 10px 0 0;
	}
	.clientslogo .elementor-heading-title {
		font-size: 25px !important;
	}
	.rmp-menu > li {
		width: 100% !important;
		margin-bottom: 0px !important;
	}
	.breadcrumbs {
		bottom: 0px;
	}
	.breadcrumbs {
		display: none;
	}
	.term-web-application-development-company .cat-post-row .service-item {
		padding: 0 1%;
	}
	.contactctaicons.elementor-column {
		width: 100% !important;
	}
	.contact-service-mail-no .elementor-image-box-wrapper {
		text-align: center !important;
		margin-bottom: 40px !important;
	}
	.contact-service-mail-no span.elementor-image-box-title:after {
		width: 100%;
	}
	.offerings-list .dotlist li:before {
		top: 12px;
	}
	.offerings-list .dotlist li {
		line-height: 35px;
	}
	.service-description h2 {
		font-size: 45px !important;
	}
	body section#elementor-library-2 {
		margin-bottom: 30px !important;
	}
	.page-id-17861 #enquirypopup h3 {
		display: none;
	}
	.service-single-text li:nth-child(1) {
		border-top: 0;
		padding-top: 0;
	}   
	.service-single-text li .screenshot span br, .service-single-text li .screenshot h3 br {
		display: none;
	}
	.page-header h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.homecareercol > .elementor-widget-wrap.elementor-element-populated {
		padding-bottom: 33% !important;
		background-size: 140vw !important;
		background-position: bottom right !important;
	}
	.homeclientsecwrap {
		padding: 60px 20px !important;
	}
	.homestatswrap > .elementor-container {
		justify-content: space-between !important;
	}
	.homestatswrap .elementor-column {
		width: 48% !important;
	}
	html body .agencyhomesec .elementor-motion-effects-layer {
		background-position: top left !important;
	}
	body .agencyhomesec .elementor-background-overlay {
		background-color: #022468;
		opacity: 0.8 !important;
	}
	.agencyhomesec > .elementor-container > .elementor-column:first-child, .agencyhomesec > .elementor-container > .elementor-column:last-child {
		width: 100%;
	}
	.expertise-sec .sectiontitle h2 {
		margin-bottom: 20px !important;
	}
	.sectiontitle .elementor-heading-title span:before {
		bottom: 0px !important;
	}
	.home-banner {
		height: 100vh;
		display: flex;
	}
	/*.home-banner h1.elementor-heading-title.elementor-size-default {
	font-size: 55px !important;
	line-height: 65px !important;
}*/
	.hoverclrchange .elementor-heading-title {
		font-size: 45px !important;
		margin-bottom: 20px;
	}
	.related-post-slider li .rblogtxt {
		padding: 45px 25px 22px;
	}
	.tripsection.mouseOver_text .input_screen .screenshot div.triptitle {
		font-size: 35px !important;
	}
	.related-post-slider li .rblogthumb img{
		height: auto !important;
	}
	.related-post-slider li {
		display: block!important;
	}
	.related-post-slider li .rblogthumb {
		width: 100%;
	}
	.related-post-slider li .rblogtxt {
		width: 100%;
		height: auto !important;
	}
	.case-studylisting .service-single-text li {
		padding-bottom: 0px !important;
	}
	.case-studylisting .service-single-text li .screenshot .contents_div {
		min-width: 100% !important;
	}
	.case-studylisting .service-single-text li .screenshot .ind_srv_details {
		width: 100% !important;
	}
	.service-single-text li {
		margin-bottom: 35px !important;
	}
	body .aboutpageintro h2.elementor-heading-title.elementor-size-default br {
		display: none !important;
	}
	.searchbannerdesign input::placeholder {
		font-size: 20px !important;
	}
	.contact-number .elementor-widget-container, .contact_mail .elementor-widget-container {
		padding: 0px 0px 0px 0px !important;
	}
	.contact-number .elementor-image-box-description a, .contact_mail p.elementor-image-box-description a {
		font-size: 20px !important;
	}
	body .contact_mail img {
		margin-top: 15px !important;
	}
	.contacticonadd img {
		width: 25px !important;
		margin-top: 9px !important;
	}
	.contact-number .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img, .contact_mail .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img, .contact-location .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
		max-width: 40px !important;
	}
	.contact-location {
		margin-bottom: 0px !important;
	}
	.contact-number .elementor-widget-container .elementor-image-box-wrapper, 
	.contact_mail .elementor-widget-container .elementor-image-box-wrapper, 
	.contact-location .elementor-widget-container .elementor-image-box-wrapper {
		display: flex;
	}
	.contact-number .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img, 
	.contact_mail .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img, 
	.contact-location .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
		width: 60px !important;
	}
	.contact-number .elementor-widget-container, .contact_mail .elementor-widget-container {
		padding: 10px 0px 0px 0px !important;
	}
	.contacticonadd .elementor-column {
		width: 100% !important;
	}
	.common-row-reverse .elementor-container {
		display: flex;
		flex-direction: column-reverse;
	}
	.bloglistingwrap li {
		width: 100%;
	}
	.blogtitle h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.enquiry-form ul li br {
		display: none;
	}
	.tabsformenqcareer .elementor-tabs-wrapper {
		padding-bottom: 15px;
	}
	.enquiry-form ul li.twothird {
		width: 100%;
	}
	.tabsformenqcareer  .elementor-tabs .elementor-tabs-wrapper {
		display: block;
	}
	.tabsformenqcareer .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
	.clients_tab_ul li {
		width: 31.3%;
	}
	.tabs-names .elementor-tab-title:after {
		display: none;
	}
	.clients_tab_ul {
		margin: 0 -5px;
	}
	.tabs-names .elementor-tab-title {
		margin-right: 0;
	}
	.tabs-names .elementor-tab-content {
		border: 0px !important;
	}
	.enquiry-form ul li {
		width: 50%;
	}
	.accordion-list p {
		margin: 10px 0 10px 0;
		font-size: 16px;
		line-height: 28px;
	}
	.accordion-list li .job-title {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 35px 15px 0;
	}
	.accordion-list li .job-title:before {
		top: 29px;
		width: 25px;
		height: 1px;
	}
	.accordion-list li .job-title:after {
		right: 12px;
		top: 17px;
		width: 1px;
		height: 25px;
	}
	.ftr-cta {
		padding-left: 82px;
	}
	.ftr-help.helpformob {
		display: block;
	}
	.helpicon {
		margin: 0 auto !important;
		display: block;
		width: 100% !important;
		/* 		max-width: 52px; */
	}
	.ftr-help .help-text span {
		text-align: left;
		margin-top: 15px;
	}
	.help-text {
		text-align: center;
	}
	.ftr-cta {
		padding-left: 40px;
	}
	.ftr-help.helpfordesktop {
		display: none;
	}
	.service-single-text {
		margin: 30px 0 0;
	}
	.service-single-text li {
		/*border-top: 0;*/
		padding-top: 40px;
	}
	.service-single-text li .screenshot {
		display: block;
		padding: 0px 0 0px;
	}
	.service-single-text li .screenshot .firstblank {
		display: inline-block;
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
		display: inline-block;
		float: left;
		width: 65%;
		margin-bottom: 15px;
	}
	.service-single-text li .screenshot p {
		display: inline-block;
		float: left;
		width: 65%;
	}
	.service-single-text li {
		overflow: hidden;
	}
	.service-single-text li .screenshot {
		overflow: hidden;
	}
	.offerings-list .elementor-widget-wrap {
		padding: 0 !important;
	}
	.relatedspostgrid .elementor-heading-title {
		font-size: 28px !important;
		line-height: 35px !important;
	}
	.serintrosmall p:last-child {
		margin-bottom: 0;
	}
	.serhoverimgsec {
		position: relative !important;
	}
	.site-primary-footer-wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ftr-cta a {
		display: block;
		font-size: 25px !important;
		line-height: 30px;
	}
	.ftr-help {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
		flex-wrap: wrap;
	}
	.site-footer-primary-section-1.site-footer-section.site-footer-section-1, .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
		width: 100%;
	}
	.site-footer-section-1 #text-2:before {
		display: none;
	}
	.site-footer-section-1 #text-2 br {
		display: none;
	}
	.searchfilter_ul li.searchresule .content_box .title a {
		font-size: 18px;
		line-height: 24px;
	}
	.searchfilter_ul li.searchresule .img_box {
		height: 50px;
		width: 50px;
	}
	.searchfilter_ul li.searchresule .content_box{
		padding: 0 0 0 15px;
		width: 91%;
	}
	.case-studylisting .service-single-text li .screenshot .firstblank.hidethis {
		width: 100%;
	}
	.case-studylisting .service-single-text li .screenshot .firstblank.hidethis img {
		width: 100%;
		margin-bottom: 20px;
	}
	.service-single-text li .screenshot .ind_srv_details {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	.service-single-text li .screenshot .contents_title {
		width: 100% !important;
	}
	.service-single-text li .screenshot .contents_div {
		width: 100%;
	}
	.service-single-text li .screenshot .ind_srv_details h4 {
		margin: 0 0px 0 0;
		width: 15%;
		float: left;
	}
	.service-single-text li .screenshot .ind_srv_details span {
		margin: 0;
		width: 85%;
		float: left;
	}
	.container-search select {
		margin-top: 0;
	}
	body .case_result_sec .elementor-widget-container h2.elementor-heading-title {
		font-size:30px !important;
		line-height:40px !important;
	}
	body .casestudycolsec .elementor-widget-container h2.elementor-heading-title {
		font-size:28px !important;
		line-height:40px !important;
	}
	.case_result_sec .elementor-inner-column .elementor-element-populated {
		padding: 0 10px !important;
	}
	.case_result_sec .elementor-inner-column .elementor-icon-box-description {
		text-align: center;
	}
	.single-cb_casestudies section.page-header {
		height: auto;
		padding-bottom: 30px !important;
	}
	section#custom_html-8 {
		width: 40%;
	}
	footer section#nav_menu-2 {
		margin-top: 20px;
	}
	
}
@media (max-width: 600px) {
	div#popuenq .enquiry-form ul li {
		margin-bottom: 0px !important;
	}
	.popup-wrap h3 {
		margin-top: 20px;
	}
	.post-template-default.ast-blog-single-style-1 .detailMeta_content {
		margin-bottom:40px;
	}
	.page-header{
		height: 400px;
	}
	body .homepage-newbanner {
		padding: 20px 0 50px !important;
	}
	.clients_logo_ul li {
		width: 33.33%;
	}
	.custom-search-form .search-btn {
		width: 22px;
		height: 22px;
		background-size: 22px;
		top: 12px;
	}
	.sitemappagerow > .elementor-container .elementor-column {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.serlandingsnippetfordesk .circlebtn {
		margin: 0 auto;
		display: block;
		width: 240px;
	}
	body .home-banner .bannersubtext h1 {
		font-size: 6vw !important;
		line-height: 45px !important;
		letter-spacing: 1px !important;
	}
	body .popup-wrap .wpcf7 textarea {
		padding-top: 10px !important;
		height: 60px;
	}
	#popuenq.popup-wrap .formsubmitbtn:before {
		right: 15vw !important;
	}
	.popup-wrap .formsubmitbtn:before {
		width: 55px !important;
		height: 55px !important;
		top: 2px !important;
		background-size: 30px;
		right: 20vw !important;
	}
	.popup-wrap #fileError {
		display: none !important;
	}
	.popup-wrap input#formSubmit {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 10px 30px 10px 30px !important;
	}
	.popup-wrap .enquiry-form ul li select.wpcf7-form-control {
		background-position: top 9px right 13px !important;
	}
	.popup-wrap .wpcf7 input:not([type=submit]), .popup-wrap .wpcf7 select, .popup-wrap .wpcf7 textarea {
		background: #ffffff;
		padding: 0 1em !important;
		height: 40px;
	}
	.popup-wrap {
		padding: 21px 10px !important;
/* 		top: 3% !important; */
	}
	body img.content__img {
		width: 31% !important;
	}
	body .services-slide {
		padding-top: 0px !important;
	}
	.services-slide .cat-post-row .service-item {
		width: 100%;
	}
	.load_button {
		margin: 0;
	}
	body .aboutpageintro h2.elementor-heading-title.elementor-size-default {
		margin-bottom: 20px !important;
	}
	.aboutpageintro .elementor-widget-container {
		font-size: 16px;
	}
	.searchpage_sidebar li {
		font-size: 18px !important;
	}
	.searchfilter_ul li.searchresule .content_box .title a {
		padding-bottom: 10px !important;
		display: block;
	}
	.searchfilter_ul li.searchresule {
		padding: 30px 0 30px !important;
	}
	.searchpage_container {
		overflow: hidden;
	}
	.searchpage_container .searchpage_sidebar_col {
		max-width: 320px !important;
		overflow: hidden;
	}
	body .search_page_header .ast-container .searchbannerdesign {
		margin: 80px 0 0 !important;
	}
	.searchbannerdesign input {
		background-position: left 8px !important;
		background-size: 20px !important;
		padding: 5px 10px 7px 0px !important;
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.searchbannerdesign .search-btn {
		top: 0;
	}
	.blog-post-content .elementor-widget-theme-post-featured-image {
		margin-bottom: 0 !important;
	}
	.blog-post-intro p:last-child {
		margin-bottom: 0 !important;
	}
	.ast-blog-single-style-1 .elementor-widget-text-editor {
		margin-bottom: 0 !important;
	}
	/* 	.ast-blog-single-style-1 .elementor-inner-column .elementor-widget-wrap {
	padding: 0 !important;
} */
	.ast-blog-single-style-1 .small-container, .ast-blog-single-style-1 .cust-container {
		padding-bottom: 0 !important;
	}
	.custom-search-form input[type="text"] {
		height: 50px;
		font-size: 18px;
	}
	.custom-search-form {
		max-width: 90%;
	}
	.serviceanimated-section h4.elementor-heading-title.elementor-size-default {
		line-height: 80px !important;
		color: #000000 !important;
	}
	.service-list-wrap ul li {
		display: block !important;
		width: 350px;
	}
	.service-list-wrap ul li {
		margin: 0 20px 0 0;
	}
	.services-landing-wrap .service-cat-wrap {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.services-landing-wrap {
		overflow: hidden;
	}
	.service-list-wrap ul {
		margin: 20px 0px 0;
	}
	#fileError {
		line-height: 20px;
		display: block;
	}
	.popup-wrap h3 {
		font-size: 25px !important;
		line-height: 28px;
	}
	.popup-wrap .enquiry-form ul li {
		margin-bottom: 10px;
	}
	.popup-wrap .enquiry-form ul li {
		width: 100% !important;
	}
	.popup-wrap h3 {
		font-size: 30px;
	}
	.popup-wrap {
		padding: 21px !important;
/* 		top: 5% !important; */
	}
	.tabsformsectionwrap {
		padding-bottom: 0 !important;
	}
	.enquiry-form ul li p {
		margin-bottom: 0;
	}
	.enquiry-form ul li {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.service-single-text {
		margin: 0;
	}
	.service-single-text li .screenshot .firstblank {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.service-single-text li .screenshot .firstblank img {
		width: 100%;
	}
	.service-single-text li .screenshot span, .service-single-text li .screenshot h3 {
		display: block;
		width: 100%;
		float: none;
	}
	.service-single-text li .screenshot p {
		width: 100%;
		display: block;
	}
	.service-single-text li .screenshot {
		padding-bottom: 0px;
	}
	article.type-cb_services .elementor-post__thumbnail__link {
		margin-bottom: 10px !important;
	}
	article.type-cb_services .elementor-post__title {
		margin-bottom: 10px !important;
	}
	.offerings-list .elementor-column {
		width: 100% !important;
	}
	.sectiontitle {
		margin-bottom: 0 !important;
	}
	.sectiontitle h2 {
		padding-bottom: 0 !important;
	}
	.sectiontitle.privacy_title h2 {
		padding-bottom: 15px;
	}
	.cat-post-row .service-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.cat-post-row .service-item .service-th-img {
		margin-bottom: 25px;
	}
	.cat-post-row .service-item h3 {
		margin-bottom: 15px;
	}
	.category-overview .catdescription p {
		margin-bottom: 0px;
	}
	.category-overview {
		padding: 0px 10px;
	}
	.dotlist li {
		font-size: 16px;
		line-height: 32px;
	}
	.serintrosmall .elementor-widget-container {
		font-size: 16px;
		line-height: 28px;
	}
	.small-container h2 {
		padding-bottom: 0px !important;
	}
	.small-container, .cust-container, #trinity-audio-table {
		padding: 30px 10px !important;
	}
	.service-form .enquiry-form ul li {
		width: 100%;
	}
	.service-form h2 {
		padding-bottom: 0 !important;
	}
	.service-form-sec .elementor-widget-wrap.elementor-element-populated {
		padding: 15px 10px 0px 0px !important;
	}
	.service-form {
		padding-left: 20px !important;
	}
	#rmp_menu_trigger-19394 {
		right: 5px;
	}
	.ast-hfb-header .site-header-section > .ast-header-search, .ast-hfb-header .ast-header-search {
		margin-top: 4px;
		margin-left: 0px;
	}
	.ast-builder-grid-row>.site-header-section {
		padding-right: 45px;
	}
	.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"], .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
		padding-right: 0px;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
		padding-top: 30px;
	}
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
		justify-content: center;
	}
	#astra-footer-menu .menu-item > a {
		margin: 8px 0;
	}
	footer section#nav_menu-2, footer section#nav_menu-3,footer section#custom_html-8 {
		width: 100%
	}
	footer#colophon {
		position: top center;
		background-size: cover;
		background-position: top center;
	}
	body h1, body .sectiontitle h2, .ftrheading, .sectiontitle span, .formstitle, .smalltitle h2.elementor-heading-title {
		font-size: 30px !important;
		line-height: 1.3 !important;
	}
	.ftr-help .help-text span {
		font-size: 25px;
	}
	body .contactus-form-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.ast-blog-single-style-1 h2.elementor-heading-title.elementor-size-default {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.container-search {
		padding: 0px 10px 0 10px !important;
	}
	.cust-container.case-studylisting {
		padding-top: 0 !important;
	}
	.inner-search select {
		margin-top: 10px !important;
	}
	ul#casestuday_data {
		margin-top: 10px !important;
	}
}
@media(max-width:580px){
	.ast-logo-title-inline .ast-site-identity {
        padding: 10px 0;
    }
	ul.home-clients-pyramid li {
		max-width: 32% !important;
		margin: 0px 2% 10px 0 !important;
	}
	ul.home-clients-pyramid li:nth-child(4n) {
		margin-right: 2% !important;
	}
	ul.home-clients-pyramid li:nth-child(3n) {
		margin-right: 0 !important;
	}
}
@media (max-width: 480px) {
	.ftr-cta a {
		margin-right: 0 !important;
	}
	body .home-banner .bannersubtext h1 {
		line-height: 35px !important;
	}
	.filter-form .filter-fields {
		display: block;
		margin-bottom: 0;
	}
	.filter-form .filter-fields .col-search {
		width: 100%;
	}
	.filter-form .filter-fields .col-search {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.filter-form .filter-fields .col-select-cat {
		width: 100% !important;
	}
	.homestatswrap .elementor-column {
		margin-bottom: 20px;
	}
	.homestatswrap .elementor-column .elementor-counter-title {
		min-height: 40px;
	}
	.circlebtn {
		padding: 40px 100px 40px 0vw !important;
		font-size: 18px !important;
	}
	.tripsection .firstblank {
		width: 100% !important;
	}
	.tripsection .firstblank img {
		margin-bottom: 15px;
	}
	.tripsection.mouseOver_text .input_screen .screenshot div.triptitle {
		width: 100% !important;
	}
	.tripsection .screenshot p {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 10px !important;
	}
	.tripsection.mouseOver_text .input_screen .screenshot {
		margin-bottom: 0px !important;
	}
	.tripsection.mouseOver_text .input_screen .screenshot {
		overflow: hidden;
	}
	.ouruspsec .uspcolicon .elementor-widget-wrap.elementor-element-populated {
		flex-wrap: wrap;
	}
	ul#casestuday_data{
		margin-top: 20px !important;
	}
	.inner-search {
		display: block;
	}
	.inner-search .col-search {
		width: 100%;
	}
	.inner-search .col-select-cat {
		width: 100%;
	}
	.contactsectitle {
		margin-bottom: 0 !important;
	}
	body .contactsectitle h4 {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.contactsectitle h4 {
		font-size: 60px !important;
		line-height: 70px !important;
	}
	.serviceanimated-section h4.elementor-heading-title.elementor-size-default {
		font-size: 60px !important;
		line-height: 70px !important;
	}
	.service-list-wrap ul li {
		width: 280px;
	}
	.clients_tab_ul li {
		width: 31%;
	}
	.ftr-help .helpicon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.ftr-cta {
		padding-left: 0;
		text-align: center;
	}
	.ftr-help.helpformob {
		flex-wrap: wrap;
		justify-content: center;
	}
	.help-text {
		text-align: center;
	}
	.contact-service-mail-no .elementor-image-box-wrapper {
		text-align: center !important;
	}
	.contact-service-mail-no span.elementor-image-box-title:after{
		width: 100% !important;
	}
	.contactctaicons .elementor-col-25 {
		width: 100% !important;
		max-width: 250px;
		margin: 0px auto;
		margin-bottom: 20px;
	}
	.service-single-text li .screenshot .ind_srv_details h4{
		width: 23%;
	}
	.service-single-text li .screenshot .ind_srv_details span{
		width: 77%;
	}
}
@media (max-width: 380px) {
	.service-single-text li .screenshot .ind_srv_details h4{
		width: 27%;
	}
	.service-single-text li .screenshot .ind_srv_details span {
		width: 73%;
	}
	.service-list-wrap ul li {
		width: 250px;
	}
}
@media (max-width: 359px) {
	.popup-wrap .enquiry-form ul {
		overflow: scroll;
		height: 500px;
	}
	.page-header h1 {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.expertise-sec .sectiontitle h2, .expertise-sec .sectiontitle h2 span {
		font-size: 28px !important;
	}
	.service-list-wrap ul li a {
		font-size: 23px;
		line-height: 30px;
	}
	.service-list-wrap ul li {
		width: 230px;
	}
	.service-description h2 {
		font-size: 40px;
		color: #ffffff;
		line-height: 50px;
	}
	.category-overview h2 {
		font-size: 45px;
		line-height: 50px;
	}
}

button#audioControl {
	visibility:visible !important;
}
button#audioControl {
	padding: 0;
	background: bottom;
	margin: 0;
	width: 120px;
	position: fixed;
	left: 10px;
	top: auto;
	left: auto;
	bottom: 10px;
	z-index: 9999;
	display: none;
}
.contactpagcallimg a img {
	width: 140px !important;
}

/* Exit Pop Start */
.newcustpopup div#exit-popup {
	padding: 0;
	background: none !important;
}
.extpoptxt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
}
.extpoptxt h2 {
	font-size: 45px !important;
	line-height: 48px !important;
	max-width: 370px;
}
.extpoptxt p, .extpoptxt strong {
	font-size: 20px !important;
	line-height: 30px !important;
	color: #00165D !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}
.extpoptxt .extpopbtn {
	background: #FEC501;
	text-decoration: none !important;
	box-shadow: 0px 3px 6px #00000029;
	color: #00165D !important;
}
.thembtn {
	padding: 10px 35px 8px !important;
	display:inline-block !important;
	cursor:pointer;
}
.extpopmob {
	display: none;
}
/* Exit Pop End */

body.page-id-44043 section.page-header {
	display: none;
}
body.page-id-44043 h2.elementor-heading-title.elementor-size-default {
	font-size: 3vw !important;
	line-height: 1.2em !important;
	font-weight: 500 !important;
	padding-bottom: 0 !important;
}
body.page-id-44043 button#audioControl {
	display:none;
}
.authorpostcount {
	margin-top: 40px;
	font-size: 22px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.authorpostcount span {
	background: #f6bf00;
	color: #001459 !important;
	padding: 27px 25px 22px;
	border-radius: 50px;
	line-height: 10px;
	display: inline-block;
	margin-right: 20px;
	font-size: 31px;
}
.authsmbox {
	position: absolute;
	left: -240px;
	color: #0f0f0f;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 140px 10px 40px;
	display: flex;
	align-items: center;
	bottom: 50px;
}
.authsmbox a {
	margin-left: 10px;
}
.authimg {
	position:relative;
}
.authimg:before {
	position: absolute;
	content: '';
	right: 0;
	background: #f6bf00;
	width: 100%;
	height: 57px;
	border-radius: 50px;
	z-index: 1;
	bottom: 30px;
	left: -240px;
}
.authimg img {
	z-index: 5;
	position: relative;
}
.custombtn {
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
	color: #000000;
	background-color: #FEC501;
	border-radius: 100px;
	padding: 14px 30px;
	display: block;
	margin: 0 auto;
	width: 240px;
	text-align: center;
	font-family: var(--mainfont) !important;
}
.custombtn:hover {
	background: #00175d;
	color: #ffffff;
}
.workslider {
	overflow: hidden;
}
.openpopform {
	cursor: pointer;
}
.smadvcol figure.elementor-image-box-img img {
	margin-top: -20px !important;
}
.stepsboxsec .steps_box .elementor-widget-container {
	background: #F5F5F6 !important;
	text-align: center;
	font-size: 16px !important;
}
.custbullets {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	line-height: 28px;
	margin-bottom: 20px !important;
	list-style: none;
}
.custbullets > li {
	margin-bottom: 20px;
	color: #000000;
	padding-left: 20px;
	position: relative;
}
.custbullets > li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #FCBA0A;
	border-radius: 100%;
}
.post-type-archive-cb_casestudies li.service-content-row:before {
	display: none;
}


/* NEW CSS */
#rmp-menu-wrap-19394 .rmp-menu-subarrow-active {
	color: #ffffff !important;
}
.sales_sec a {
    unicode-bidi: bidi-override;
    direction: ltr;
}
.hdrctabtn {
    margin-top: 20px;
}
.other_service_city h3.elementor-post__title a {
    font-size: 16px !important;
    line-height: 25px !important;
    display: block;
}
.single-cb_citypages .page-header {
	height: 450px;
}
.page-header .custom-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.services-landing-wrap .service-cat-wrap.service_1:last-child .service-list-wrap {
    display: none;
}
.right-boxes-imgwrap {
    display: flex;
    justify-content: center;
}

.single-cb_careers vapi-widget, .page-id-35876 vapi-widget {
    display: none;
}

/* Industries */
body.single-cb_industries .titleglowwhite{
	margin: 0 !important;
    text-align: left;
}
.city-cat-image,.other_service_slider_img {
    border-radius: 15px;
    overflow: hidden;
}

.other_service_slider_img img{
    height:250px !important;
    object-fit:cover;
    object-position:top;
}

.page_copyline {
    font-size: 28px;
    color: #ffffff;
    line-height: 44px;
    margin: 10px 0;
	font-weight: 400 !important;
}
.enquiry-form ul li.halfw {
    width: 50%;
}

.infograph_text_ul li:nth-child(6) {
	bottom: 20px;
	right: 180px;
}


.infograph_img_top {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 2;
}

img.infograph_img_bg {
	scale: 1.1;
	z-index: 2;
}

.infograph_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.infograph_text_ul li:nth-child(2n) {
	flex-flow: row;
}

.infograph_text_ul li .infograph_mob_img {
	width: 20px;
	height: 20px;
	background-color: #8100BA;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.infograph_text_ul li div {
	width: 100%;
	font-size: 16px;
}

.infograph_text_ul li h3{
	color: #25242A;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	display: block;
	margin: 0;
}


.infograph_img:after {
	position: absolute;
	content: '';
	width: 390px;
	height: 390px;
	top: -19px;
	border: 1px solid #BFC1D2;
	border-radius: 100%;
	background-color: #f0eff9;
	z-index: 0;
}

.infograph_img:before {
	position: absolute;
	content: '';
	width: 190px;
	height: 80px;
	background-color: #f0eff9;
	top: -40px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.infograph_text_ul li:after {
	position: absolute;
	content: '';
	width: 110px;
	height: 1px;
	background-color: #BFC1D2;
	right: -94px;
	top: 0;
	z-index: -1;
	bottom: 0;
	margin: auto;
}


.infograph_text_ul li:nth-child(2n)::after {
	right: auto;
	left: -97px;
}


@media(max-width:767px) {
	.page_copyline {
		font-size: 23px;
		line-height: 33px;
	}
	.single-cb_industries .page-header h1 {
        margin-top: 20px;
    }
	.single-cb_industries .page-header {
        height: auto !important;
    }
}
